/*Menu*/
table.moduletable {
	width			: 100%;
	margin-top		: 5px;
	margin-bottom	: 1px;
	border-top		: solid 1px #fff;
	border-bottom	: solid 1px #fff;
}

table.moduletable th {
 border-bottom		: 1px solid #fff;
 color				: #fff;
 background-color	: #314163;
 font-family		: Arial, Times, serif;
 font-size			: 13px;
 font-weight		: bold;
 text-align			: center;
}

.mainlevel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
  text-align       : left;
  display          : block;
  margin-top       : 1px;
  margin-right     : 0px;
  text-indent      : 0px;
  	padding-top		: 2px;
	padding-right	: 2px;
	padding-bottom	: 2px;
	padding-left	: 5px;
}

a.mainlevel:link, a.mainlevel:visited {
	border-bottom   : 1px solid #fff;
  	border-left		: 8px solid #314163;
	color			: #191970;
	text-decoration	: none;
	padding-top		: 2px;
	padding-right	: 2px;
	padding-bottom	: 2px;
	padding-left	: 5px;
}
a.mainlevel:hover {
	background 		: #E5E6ED;
	border-bottom   : 1px solid #fff;
	border-left		: 8px solid #FF9900;
	color: #003399;
}

table.moduletable td {
	font-family		: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size		: 13px;
	font-weight		: bold;
}

/*Other*/
.button {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-style		: normal;
	font-weight		: bold;
	font-size		: 10px;
	color			: #000000;
	border-style	: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
}

.inputbox {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	color			: #003300;
	background		: #FFFFFF;
	border			: 1px solid;
}

.poll {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color			: #666666;
	line-height		: 14px;
	}

hr {
	background		: #C0C0C0; 
	height			:2px; 
	border			: 1px inset;
}

.pathway {
font-family		: Verdana, Arial, Helvetica, sans-serif;
	text-decoration	: none;
	font-size		: 12px;
	color			:  #003399;
	margin			: 15px;
}

a.pathway:link, a.pathway:visited {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	text-decoration	: underline;
	font-size		: 12px;
	color			:  #003366;
	margin			: 15px;
}

a.pathway:hover {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #F60;
}

/*LInk*/

a:link, a:visited {
	font-size		: 12px; color: #336699;
	text-decoration	: underline;
	font-family		:  Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color			: #003399;	
	text-decoration	: none;
}

/*Content*/

td,tr,p,div {
	font-family		: Arial, Verdana, Helvetica, sans-serif;
	font-size		: 13px;
	color			: #333333;
	line-height		: 1.5;
}

.small {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color			: #6699FF;
	text-decoration	: none; 
	font-weight		: bold;
}

.createdate {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color			: #6699FF;
	text-decoration	: none; 
	font-weight		: normal;
}

.modifydate {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color			: #6699FF;
	text-decoration	: none; 
	font-weight		: normal;
}


.contentheading {
  font-family      	: Verdana, Arial, Helvetica, sans-serif;
  text-transform	: uppercase;
  text-align		: center; 	
  font-size        	: 14px;
  font-weight    	: bold;
  color				: #F60;
  width            	: 100%;
  height			: 20px;
  padding-left		: 20px;
/*  background-color	: #D8E9F2;*/
/*  border-bottom    	: 1px solid #B4DCF2;*/
}

.contentpaneopen {
	font-family		:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size		: 12px;
	border-bottom   : 1px solid #D6D6D6;
	margin			: 10px 10px 10px 10px;
}

a.readon:link, a.readon:visited {
	color			: #003300; 
	text-decoration	: underline; 
	text-align		: right;
	font-weight		: normal;
	font-family		:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
}

a.readon:hover {
	color			: #006699;	
	text-decoration	: none;
}

/*Component*/

.componentheading {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 15px;
	font-weight		: bold;
 	color			: #F60;
	text-transform	: uppercase;
	text-align		: center;
	width           : 100%;
	border-bottom  	: 2px dashed #CCCCCC;
/*  background		: url(../img/heading-bg.gif) top left repeat-y;*/
	height			: 30px;
}

.sectiontableheader {
	background-color: #FFCC66;
	color			: #FFFFFF;
	font-weight 	: bold;
}

.contentdescription {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 13px;
	text-align		: left;
}

.sectiontableentry1 {
	background-color : #CCCCCC;	
}

.sectiontableentry2 {
	background-color : #FFF9EA;
}

/*.category {
	color			: #999999; 
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px; 
	font-weight		: bold; 
	text-decoration	: none;
}*/

a.category:link, a.category:visited {
	color			: #336699; 
	font-weight		: bold;
}

a.category:hover {
	color			: #003399;
}
