/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


/***  top menu bar **/
div#top_menu{
	height:35px;
	margin:0px auto;
	width: 900px;
background: #000000; 
       z-index:9100;
	border-bottom: solid 4px #cccccc;
}

#topnav{ float:left; height: 35px; width:895px; margin: 0px; padding:0px; font-weight: bold; background: #000000; }
#topnav ul { margin: 0px 0px 0px 8px; padding: 0; width: auto; float: left; list-style-type:none; }
#topnav ul li{background-color:#000000; margin: 0; padding: 0; height: 35px; float: left; position: relative; z-index:9200;}
#topnav ul li a { background-color:#000000; color: #FFFFFF; font-weight: bold; text-decoration: none; padding: 7px 8px 0px 8px; height:28px; display: block; float: left; }
#topnav ul li a:hover{ background-color: #5f5f5f; text-decoration: none; font-weight: bold; color: #fff; }
#topnav ul li a span {font-weight:bold;}

#topnav ul li ul ul { margin: -50px 0 0 11em; }

#topnav ul li li { width:auto; height: 20px; background-color:#5f5f5f; z-index:9300;}
#topnav ul li li a {  background-color:#5f5f5f; color: #ffffff; text-transform: none; display: block; background: none; width: 250px; border-top: 1px solid #DDDDDD; border-left: 0px; padding: 3px 10px 6px 10px; height:20px; }
#topnav ul li li a:hover{ background: none; background-color: #333333; left: 0; width: 250px; padding: 3px 10px 6px 10px; height:18px; border-top: 1px solid #DDDDDD; }

#topnav ul li ul { left: -999em; top: 35px; left: 0; display: block; height: 20px; width: 250px; position: absolute; z-index: 9900; left: -999em; clear: left; margin-top: 0px; margin-left: 0px; }
#topnav ul li:hover ul ul, #topnav ul li:hover ul ul ul { left: -999em; }
#topnav ul li:hover ul, #topnav ul li li:hover ul, #topnav ul li li li:hover ul { left: auto; }

#top_menu_left{
	/*background: url(/css/images/top_menu_left.png) top left no-repeat;*/
	float:left;
	/*width: 14px;*/
	height: 35px;
	margin:0px;
	padding:0px;
}
#top_menu_right{
	/*background: url(../images/top_menu_right.png) top right no-repeat;*/
	float:left;
	/*width: 14px;*/
	height: 35px;
	margin:0px;
	padding:0px;
}


/** ******************************************************** */


body
{
	background: #fff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}



body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* TOC */
table.contenttoc{
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

.gmnoprint div{
         font-size:6px;
}

.invalid {color:red;}