/* CSS Document */
table.contenttable th{
	background: url(images/subhead_bg.png) repeat-x;
	color: #000000;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Verdana;
}

table.contenttable td{
	font-family: Arial;
	color: #FFFFFD;
	text-align: left;
	font-size: 12px;
}

td{
	font-family: Arial, Helvetica, Sans Serif;
	color: #FFFFFD;
	text-align: left;
	font-size: 12px;
}

.outline{
	border: 1px solid #BC8E48;
	background: url(images/background.jpg) repeat;
	padding: 2px;
}

.inline{
	border: 1px solid #BC8E48;
	padding: 2px;
}

table.mainmenu td{
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;	
}

a.mainlevel:link, a.mainlevel:visited{
	font-size: 16px;
	font-family: Verdana;
	color: #404040;
	font-weight: bold;
	text-decoration: none;	
}

a.mainlevel:hover{
	font-family: Verdana;
	font-size: 16px;
	color: #979797;
	font-weight: bold;
	text-decoration: none;
}

#active_main{
	font-family: Verdana;
	font-size: 16px;
	color: #C43C03;
	font-weight: bold;
	text-decoration: none;
}		

table.bottommenu td{
	font-family: Arial;
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
}

a.bottomlevel:link, a.bottomlevel:visited{
	font-size: 10px;
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}

a.bottomlevel:hover{
	font-family: Arial;
	font-size: 10px;
	color: #BFAC4E;
	text-decoration: none;
}

#active_bottom{
	font-family: Arial;
	font-size: 10px;
	color: #C43C03;
	text-decoration: none;
}

table.usermenu th {
	background: url(images/subhead_bg.png) repeat-x;
	color: #000000;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Verdana;
}

table.usermenu td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

a.userlevel:link, a.userlevel:visited {
	display: block;
	background: url(images/menu_bg.png) no-repeat;
	vertical-align: top;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #484848;
	padding-top: 5px;
	padding-left: 25px;
	/*height: 20px !important;*/
	height: 20px;
	width: 100%;
	text-decoration: none;
}

a.userlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #979797;
	font-family: Verdana;
	font-size: 11px;	
}		

#active_user{
	font-family: Verdana;
	font-size: 11px;
	color: #C43C03;
	text-decoration: none;
}

table.moduletable th{
	background: url(images/subhead_bg.png) repeat-x;
	color: #000000;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Verdana;
}

table.moduletable td{
	color: #FFFFFC;
	text-align: left;
	padding-left: 4px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
}

a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #C43C03;
	text-decoration: none;
	font-weight: bold;
}

.button {
  color: #FF6600;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(images/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;
}

