/* CSS Document */

th { 
	background: url(../img/subhead_bg.png) repeat-x; 
	font-size: 11px; 
	font-weight: boldpx; 
	text-align: left; 
	height: 25px; 
	padding-left: 18px; 
}


#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	display: block;
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	width: auto !important;
  	width: 15%;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	width: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #000000;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #4ed5fa;
	background: #D84203;
}

.mainlevelact a {
	text-decoration: none;
	font-weight: bold;
	color: #4ed5fa;
	font-size: 11px;
	line-height: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.contentborder {
	border-bottom: dotted 1px #666;
	border-left: dotted 1px #666;
	border-right: dotted 1px #666;
	background-color: #fff;
	padding: 15px;
	line-height: 20px;
}

.contentbordergoogle {
	border-bottom: dotted 1px #666;
	border-left: dotted 1px #666;
	border-right: dotted 1px #666;
	background-color: #fff;

	line-height: 20px;
	text-align: center;
}

.contentborderfull {
	border: solid 1px #ccc;
	background-color: #fff;
	padding: 10px;
	line-height: 20px;
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

#active_menu {
	color:#4ed5fa;
	font-weight: bold;
}

a#active_menu:hover {
	color: #4ed5fa;
}

.maintitle {
	color: #000000;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.footer {
	text-align: center;
	font-size: 10px;
	color: #666;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 17px;
padding-left: 15px;
padding-top: 5px;
background-image: url(../img/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
margin-left: 10px;
}


/* mambo core stuff */
a:link, a:visited {
	color: #000000; 
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #4ed5fa;	text-decoration: none;
	font-weight: bold;
}


.button {
  color: #ff6600;
  font-family: Trebuchet MS,  Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../img/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../img/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentheading {
	height: 30px;
	background: url(../img/contenthead.png) top left repeat-x;
	color: #666666;
	text-indent: 15px;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

.small {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../img/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #4ed5fa;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

a.sublevel:hover {
	color: #4ed5fa;
	text-decoration: none;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
