/* these are the default css values for easy content manager*/
body
{
	overflow-y : auto;
	font-style:verdana;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: verdana;
	background-image: url('../img/mainBg.gif');
	background-position: center;
}	
span.title
{

   height: 16px;
   font-family: "verdana";
   font-size: 9pt;
   color: #2a4d6c;
   list-style-type: disc;
   list-style-position: inside;
   font-weight: bold;
   padding:1;
   text-align:left;
	/*filter:Shadow(color=#cccccc);*/
}

div.content
{
	width: 95%;
	height: 300px;
	color: #1C3C58;
	font-size:7pt;
	font-family: verdana; 
	font-weight: normal; 
	text-decoration: none;
}

td{ font-size:9pt; font-family:verdana; }
td.error{font-size:11pt;  background:#ffffff; color:#8a8dc8; font-weight:bold;}
td.info{font-size:9pt;  color:#ffffff; }
td.header{font-size:12pt;  background:#ffffff; font-weight:bold; }


td.row
{
	font-size:9pt;
	height:22px;
	border-bottom:2px dashed #dfe0da; 
	border-bottom-width  :1;
}
td.title
{
	height: 18px;
   font-family: "verdana";
   font-size: 10pt;
   color: black;
   list-style-type: disc;
   list-style-position: inside;
   font-weight: bold;
	padding:1;
	text-align:left;
	color:#A82A42;
}


/*implementation related css*/

a.webFX:link,a.webFX:visited,a.webFX:active { color:#2a4d6c; font-size:8pt; font-family:verdana; font-weight:normal; text-decoration:none;}
a.webFX:hover									  { color:#2a4d6c; font-size:8pt; font-family:verdana; font-weight:normal; text-decoration:none;}		

a.leftMenu:link,a.leftMenu:visited,a.leftMenu:active { color:#1C3C58; font-size:9px; font-family:verdana; font-weight:normal; text-decoration:none;}
a.leftMenu:hover									  { color:#1C3C58; font-size:9px; font-family:verdana; font-weight:bold; text-decoration:none;}		

a.leftMenuRed:link,a.leftMenuRed:visited,a.leftMenuRed:active { color:#990000; font-size:9px; font-family:verdana; font-weight:normal; text-decoration:none;}
a.leftMenuRed:hover									  { color:#990000; font-size:9px; font-family:verdana; font-weight:normal; text-decoration:none;}		

a:link,a:visited,a:active { color:#58595b; font-size:8pt; font-family:verdana; font-weight:normal; text-decoration:none;}
a:hover									  { color:#9689bf; font-size:8pt; font-family:verdana; font-weight:normal; text-decoration:none;}		

td.titleRed { color:#990000; font-size:12px; font-family:verdana; font-weight:bold; text-decoration:none; }

