﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CDCDCD;
}
.style1 {
	font-size: 12px;
	font-family: Arial;
	color: #3e3e3e;
}
.style2 {
	font-size: 13px;
	font-family: Arial;
	color: #000000;
}
.style9 {color: #000000}

gridview
{
	width:100%
}
a
{
	text-decoration:none;
}
.Link
{
	font-family:Arial;
	font-size:10pt;
	color:#000000;
	font-weight:bold;
}
.Title
{
	font-family:Arial;
	font-size:12pt;
	color:#0090D1;
	font-weight:bold;
}

#dropcontentsubject{
width: 99%;
font-weight: bold;
font-family:Arial;
font-size:12;
}

.dropcontent{
width: 99%;
height: 99%;
/*border: 1px solid #8A898E;
border-left: 1px dashed #464646 ;
background-color: #E7E7E7;*/
padding: 3px;
display:block;
}

hr{border: none 0; 
border-top: 1px dashed #8B8A8F;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.rounded-textbox {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#ffffff;
border: 1px solid #6C7BBE;

padding-left:2px;
padding-right:2px;
width:15em;
}