/*  --------------------------------------------------------------------------------------------
											Project 'core' styles. 	
	--------------------------------------------------------------------------------------------
*/

.bodyMain { 			
	font-family: Verdana;
	font-size: 11px;
	background-color: #e9e9cf;
	margin-top: 1px;
	margin-left: 1px;
	color: #111111;
}

td{
	text-align:left;
}

img{
	border:0px solid #ffffff;
}

.generic{		
	color: #111111;
}

a.topMenuItem:link , a.topMenuItem:visited {
	color:#eeeeee;
	font-weight:bold;
	font-size:8pt;
}

a.topMenuItem:hover {
	color:#ffffff;
	font-weight:bold;
	font-size:8pt;
}


.genericHead{
	font-weight:bold;
}

.pageHead {

	font-size:16pt;
	color: #587d34;
}

a:link {
	color: #3333ff;
	text-decoration:none;
}

a:visited {
	color: #5555ee;
	text-decoration:none;
}

a.navSideHead:link, a.navSideHead:visited, 
a.itemLevel:link, a.itemLevel:visited  {
	color: #ffffff;
	font-weight:normal;
	font-size:8pt;
}

a.itemLevel0:link, a.itemLevel0:visited,
a.itemLevel1:link, a.itemLevel1:visited,
a.itemLevel2:link, a.itemLevel2:visited,
a.itemLevel3:link, a.itemLevel3:visited {
	color: #36515c;
	font-weight:normal;
	font-size:8pt;
}

.secTitle1 , a.secTitle1 {
	color: #d0df5c;
	font-weight:bold;
	font-size:9pt;
}

.secTitle2 , a.secTitle2 {
	color: #eeb4ab;
	font-weight:bold;
	font-size:9pt;
}

.secTitle3 , a.secTitle3 {
	color: #ad3451;
	font-weight:bold;
	font-size:9pt;
}


.navSideHeadTD {
	/*background-color: #cccccc;*/
}

a.navSideItem:link, a.navSideItem:visited {
	color:#00ff00;
	font-weight:bold;
}

.successMessage{
	color: #00aa00;
	font-weight:bold;
}

.errorMessage{
	color:red;
	font-weight:bold;
}

.formElement {
	background-color: #7c95a9;
	border: 1px solid #11242c;
	font-size: 8pt;
	color: #eeeeee;
}

.formLabel , a.formLabel{
	color: #111111;
	font-size: 10pt;
}

.redStar {
	color: #ff5555;
	font-size: 9pt;
}


.treeTable {

	border: 1px solid #ff0000;
}


/*  Uncomment this one when using the sitemap style, full expansion of children */

ul.smLevel0, ul.smLevel1, ul.smLevel2, ul.smLevel3, 
ul.smLevel4, ul.smLevel5, ul.smLevel6, ul.smLevel7  {
	list-style-type: none;
	padding: 0px;
	line-height: 0px;
	color: #ff0000;
}

/*  --------------------------------------------------------------------------------------------
						End of 'core' styles - styles for modules (if any) follow
	--------------------------------------------------------------------------------------------
*/


