body{
	margin			: 30;
	padding			: 0;
	font-family		: Arial, Helvetica, sans-serif;
	color			: #333333;
	font-size       : 12px;
	background-color: #EEEEEE;
}

tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  color            : #333333;
  font-size        : 12px;
}
/*#################### TOPMENU STYLING  ####################*/
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: left;
	margin: 0;
	width:  auto !important;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	border-right: 1px solid #FDBE25;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
	font-weight: normal;
	border-top:1px solid #FFFFFF;
}

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

	ul#mainlevel-nav li a:hover
{
border-top:1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #FCBD25;
}
/*################## CONTENT STUFF ###################*/
.content {
	padding: 5px;
}
.contentpane {
	padding					:5px;
}
.small {
	font-size				: 10px;
	color					: #999999;
 }
.smalldark {
	font-size				: 10px; 
	font-weight				: bold; 
 }
 .sectiontableentry1 {
	background-color		: #EEEEEE; 
 }
.sectiontableentry2 {
	background-color		: #F7EBD6; 
}
.button {
	font-family				: Arial, Helvetica, sans-serif; 
 	font-size				: 12px; 
 	color					: #333333; 
 	border-width			: 1px; 
 	border-style			: solid; 
 	border-color			: #000000; 
 }
 .createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10px; 
	color: #999999;
 }
.modifydate {
font-size:  10px; 
color: #999999;
 }
.readon{
	margin-top			: 10px;
}
a.readon:link, a.readon:visited {
	color            	: #999999;
	font-family      	: Tahoma, Arial, Helvetica, sans-serif;
	font-size        	: 10px;
  	font-weight      	: normal;
  	background       	: #F0F0F0;
  	border           	: 1px solid #F7EBD6;
  	padding          	: 4px;
  	white-space      	: normal;
  	float            	: left;
  	line-height      	: 10px;
  	text-decoration  	: none;
}

a.readon:hover {
  	color            	: #4C6790;
  	font-family      	: Tahoma, Arial, Helvetica, sans-serif;
  	font-size        	: 10px;
  	font-weight      	: normal;
  	background       	: #F0F0F0;
  	border           	: 1px solid #E4E5E5;
  	padding          	: 4px;
  	white-space      	: normal;
  	float            	: left;
  	line-height      	: 10px;
  	text-decoration  	: none;	
}
.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FCBD25;
	font-weight: bold;
}
a.contentpagetitle {
	color: #FCBD25;
}
.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FCBD25;
	font-weight: bold;
}
.sectiontableheader {
	background-color 		: #FCBD25;
    font-weight      		: bold;
  	color					: #FFFFFF;
	text-align       		: left;
	border-top		: 1px solid #164B99;
	padding:1px;
}
a.category:hover {
	text-decoration			: underline; 
 }
/*################## LINKS  ###################*/
a {
	color					: #666666; 
 	text-decoration			: none; 
 }
a:hover {
	color					: #FCBD25; 
 	text-decoration			: underline; 
 }
/*################## MAIN MENU  ###################*/
.inputbox {
	font-family				: Arial, Helvetica, sans-serif; 
 	font-size				: 12px; 
 	border-width			: 1px; 
 	border-style			: solid; 
 	border-color			: #000000; 
 }

 /*###########################  MODULES ##############################*/
table.moduletable {
	margin				:3px 4px 10px 4px;
	width				: 98%;
	border				: 1px solid #FCBD25;
 }
table.moduletable th  {
	color				: #FFFFFF;
	background-color	: #FCBD25;
	border-top			: 1px solid #164B99;
	}
table.moduletable td  {
	padding 			: 1px;

}

/*####### STUFF########*/
.back_button {
	margin-top			: 20px;
	color            	: #999999;
  	font-size        	: 10px;
  	font-weight      	: normal;
  	background       	: #F0F0F0;
  	border           	: 1px solid #F7EBD6;
  	padding          	: 4px;
  	white-space      	: normal;
  	float            	: left;
  	line-height      	: 10px;
  	text-decoration  	: none;
}

/*##################  TABME OF CONTENTS ###################*/
.contenttoc{
	border:1px solid #333333;
	margin:0px 1px 3px 3px;
	background-color: #CCCCCC;
	font-weight: bold;
}
a.toclink{
	color: #FFFFFF;
}
/*################## DONT ASK ME ###################*/
/*###################### TEMPLATE SPECIFIC #########################*/
.blacklinetop, .blacklinebottom{
	border-bottom		: 1px solid #FFBC25;
}
.blacklineleft, .blacklineright{
	border-left			: 1px solid #FCBD25;
}	
.maincontenttable{
	border				: 1px solid #FCBD25;
	background-color	: #FFFFFF;

}
.template_header{
	background-color	: #FCBD25;
}
.centermodule{
	border-bottom		: 2px solid #FFBC25;
}