/* TOP Buttons */
#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;
  	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	border-left: 1px dashed #ffc932;
	
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #ffc932;
	background: Black;
}


#active_menu {
	color: #999999;
	font-weight: bold;
}

a#active_menu:hover {
	color: Black;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #ffc932;
  font-size: 14px;
  font-weight: bold;
}



.back_button {
	float: left;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 2px solid #ffc932;
  width: 40px;
  padding: 4px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #ffc932;
  width: auto;
  padding: 4px;
  margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(/Images/arrow.jpg);
background-repeat: no-repeat;
background-position: 0px 3px;
}


td {
	text-align: left;
	font-size: 11px;
}


/* mambo core stuff */
a:link, a:visited {
	color: #ffc732; text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #ffffff;	text-decoration: none;
	font-weight: bold;
}


.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border: solid 1px #FFc932;
	background-color: #999999;
	color: Black;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border: 1px solid #ffc932;
	background-color: #aaaaaa;
}


.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 26px;
	background: url(/Images/contenthead.jpg) no-repeat;
	color: #ffc932;
	text-align: left;
	padding-left: 12px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	}


.small {
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 8px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 8px;
	font-weight: bold;
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(/Images/menu_bg.jpg) no-repeat;
	vertical-align:middle;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	padding-right:0;
	height: 19px !important;
	height: 24px;
	width: 121px;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #F90;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align:middle;
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: left;
}

a.sublevel:hover {
	color: #D04F4F;
	text-decoration: none;
}

a.readon:link, a.readon:visited {
	color: #ffc932; text-decoration: none; font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: inside url(/Images/read.jpg);
	list-style-type: disc;
	display:list-item;
	white-space: normal;
	font-weight: normal;
	}

a.readon:hover {
	color: #ffffff;	text-decoration: underline;
	font-weight: normal;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: inside url(/Images/read.jpg);
	list-style-type: disc;
	display:list-item;
	white-space: normal;
	}
.highlight {
	background-color: Black;
	color: White;
	padding: 0px 2px 0px 2px;
}
.code {
	background-color: #ffc932;
	border: 1px solid #D04F4F;
}

