/* these are the default css values for easy content manager*/
body
{
	overflow-y : auto;
	font-style:tahoma;
	margin:0px;
}	
span.title
{
	height: 18px;
	font-family: "tahoma";
	font-size: 14pt;
	color: #8ecff5;
	text-align:left;
	font-weight:bold;
	/*filter:Shadow(color=#cccccc);*/
}

div.content
{
	width: 670px;
	height: 100%;
	color: #3c3c3c;
	font-size: 8pt;
	font-family: tahoma; 
	font-weight: normal; 
	text-decoration: none;
}

td
{
	color: #3c3c3c;
	font-size: 8pt;
	font-family: tahoma; 
	font-weight: normal; 
	text-decoration: none;
}


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: "tahoma";
   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*/

