/* 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;
}	
span.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;
	/*filter:Shadow(color=#cccccc);*/
}

div.content
{
	width: 100%;
	height: 300;
	color:#333333;
	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;}
input{border:1px solid #dfe0da;  font-size:9pt; height:21;}

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*/

