body			{ background-color:#E9F2C5; font-family: verdana, arial, sans-serif; font-size: 11px; color: #233b26; margin:0px; width:100%;}

a				{ color: #065400; text-decoration: underline }
.biga			{ font-size:14px; color: #065400; text-decoration: underline }

.name			{ font-family: arial, verdana, sans-serif; font-size: 16px;  font-weight: bold; color: #23392C }

.title			{ font-family: arial, verdana, sans-serif; font-size: 14px;  font-weight: bold; color: #213323 }

.header			{ font-family: arial, verdana, sans-serif; font-size: 36px;  font-weight: normal; color: #233b26 }
.subheader		{ font-family: arial, verdana, sans-serif; font-size: 16px;  font-weight: bold; color: #233b26 }

.menuTabs		{ font-family: arial, verdana, sans-serif; font-size: 12px;  font-weight: bold; color: #FFFFFF;  }
.tab			{ padding-left:5px; font-family: arial, verdana, sans-serif ; font-size: 12px;  font-weight: bold; color: #FFFFFF; background-image:url(/images/tab_off.jpg); width:129px; height:23px; background-repeat:no-repeat; background-position:top; }
a.tab			{ font-family: arial, verdana, sans-serif ; font-size: 12px;  font-weight: bold; color: #FFFFFF; text-decoration: none }
.selectedTab	{ padding-left:5px; font-family: arial, verdana, sans-serif ; font-size: 12px;  font-weight: bold; color: #FFFFFF; background-image:url(/images/tab_on.jpg); width:129px; height:23px; background-repeat:no-repeat; background-position:top; }

.searchTab		{ padding-left:10px; font-family: verdana, arial, sans-serif ; font-size: 12px;  font-weight: bold; color: #FFFFFF; background-image:url(/images/search_tab.gif); width:157px; height:19px; background-repeat:no-repeat; background-position:top; }

.node				{ font-family: arial, verdana, sans-serif; font-size: 11px; font-weight: normal; color: #0C4F00; text-decoration:none;}
.rootnode			{ font-family: arial, verdana, sans-serif; font-size: 16px; font-weight: normal; color: #9a6d14; text-decoration:none;}
.selectedrootnode	{ font-family: arial, verdana, sans-serif; font-size: 16px; font-weight: normal; color: #004D00; text-decoration:none;}
.selectednode		{ background-image:url(/images/sidenav_on.jpg); background-repeat:no-repeat; background-position:left; color:#213323; font-weight:normal;}

.sidecontrol		{ background-color:#FFFFFF; width:210px; background-image:url(/images/sidecontrol_bg_top.gif); background-repeat:no-repeat; background-position:top;}
.scSide				{ background-image:url(/images/sidecontrol_bg_side.gif); background-repeat:repeat-y; background-position:right;}

.scTitle			{ font-family: Arial Narrow, Arial, sans-serif; font-size: 20px;  font-weight: bold; color: #283229;}

.error			{ font-family: arial, verdana, sans-serif; font-size: 10px;  font-weight: normal; color:Red; }

.advanced		{ font-family: arial, verdana, sans-serif; font-size: 11px;  font-weight: normal; color: #FFFFFF; text-decoration: underline }

.recommend		{ background-color:#D3DEA2; width:100%; border:solid 4px #B5BF8B;}

.greentable		{ background-color:#D3DEA2;}
.beigetable		{ background-color:#F7FDCD;}
.redtable		{ background-color:#8C1B21;}

.biglink		{ font-family: arial, verdana, sans-serif; font-size: 16px;  font-weight: normal; color: #065400; text-decoration: underline }

.resultsgrid	{ border-bottom:solid 4px #E9F2C5; }
.beigeborder	{ border-bottom:solid 4px #F7FDCD; }

.sortby			{ font-family: verdana, arial, sans-serif; font-size: 11px;  font-weight: normal; color: #779d74; text-decoration: none }

.searched		{ font-family: verdana, arial, sans-serif; font-size: 11px;  font-weight: bold; color: #801a1e; text-decoration: none }

.sort			{ font-family: verdana, arial, sans-serif; font-size: 11px; color: #233b26; font-weight:normal; text-decoration: underline}
.sortbold		{ font-family: verdana, arial, sans-serif; font-size: 11px; color: #233b26; font-weight:bold; text-decoration: none}
a.sortbold		{ font-family: verdana, arial, sans-serif; font-size: 11px; color: #233b26; font-weight:bold; text-decoration: none}

.redtext		{ font-family: verdana, arial, sans-serif; font-size: 11px; color: #801a1e; font-weight:bold; text-decoration: none}

.notetext		{ font-family: verdana, arial, sans-serif; font-size: 10px; color: #779d74;}

.disable		{color:#ACA899; text-decoration:none;}

.greentableborder
{
	background-color:#D3DEA2;
	border-bottom:solid 6px #B4BE8A;
	border-top:solid 6px #B4BE8A;
	border-left:solid 6px #B4BE8A;
	border-right:solid 6px #B4BE8A;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	height: 150px;
	border: 2px solid White;
	padding: 2px;
	background-color: White;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


