/* CSS Document */


/*###########################
#######GENERAL LAYOUT########
#############################*/

body {
	margin:0;
	background:#6D91A6;	
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol {
	margin:0px;
	padding:0px;
}

#doc {
	width:800px;
	margin:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	line-height:100%;
	background:url(../images/bottom.gif) no-repeat center bottom #ffffff;
	padding:0 0px 38px 0px;
	line-height:120%;
}

#docPopup {
	width:760px;
	margin:auto;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	line-height:100%;
	background:url(../images/bottom.gif) no-repeat center bottom #ffffff;
	padding:0 0px 38px 0px;
	line-height:120%;
}

.errorPanel
{
    color:Red;
    padding:10px 0;
}

.RequiredFieldValidatorPadding
{
    padding-left:5px;
}

.clear {
	clear:both;
	height:1px;
	line-height:1px;
	display:inline;
}

img {
	border:0px;
}

h1 {
	padding:0 0 20px 0;
	font-size:140%;
	color:#3D5E71;
}

h2 {
	padding:0 0 5px 0;
	font-size:120%;
	color:#3D5E71;
}

h3 {
	font-size:100%;
	color:#333333;
	padding:0 0 5px 0;
}

p {
	padding:0 0 20px 0;
}

a {
	color:#3D5E71;
}

ul {
	padding:0 0 20px 20px;
}

.blue {
	color:#3D5E71;
}

fieldset {
	padding:20px;
	margin:0 0 20px 0;
	border:2px solid #3D5E71;
}

fieldset label {
	float:left;
	width:120px;
	padding:5px 0 0 0;
	height:22px;
}

fieldset input {
	float:left;
	width:280px;
}

fieldset select {
	float:left;
	width:280px;
}

fieldset p {
	clear:both;
}

fieldset .submit {
	padding:0 0 20px 120px;
}

fieldset .submit input {
	width:80px;
}

legend {
	background:#3D5E71;
	color:#FFFFFF;
	width:100px;
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
	font-weight:bold;
}

table {
	clear:both;
}

th {
	background:#3D5E71;
	color:#FFFFFF;
	padding:5px;
}

td {
	vertical-align:top;
	padding:10px;
}

.qsubmit {
	width:110px;
}

.bgdark {
	background:#4A7087;
}

.bgvdark {
	background:#3D5E71;
}

.bglight {
	background:#C4D4DD;
}

.bold {
	font-weight:bold;
}

.bolditalic {
	font-weight:bold;
	font-style:italic;
}

.nolist {
	list-style:none;
	padding-left:0px;
}

.ratings {
	float:right;
	padding:4px 0 0 0;
}

.mandatory {
	color:#CC0000;
}

.imgright {
	float:right;
	padding:0 0 20px 100px;
}

.pclear {
	clear:both;
}

dd {
	padding:0px 0 0 20px;
	margin:0px;
}

dt {
	font-weight:bold;
	font-size:120%;
	line-height:120%;
	padding:5px 0 5px 20px;
}

dt a {
	text-decoration:none;
}

dl {

}

/*###########################
#######HEADER LAYOUT########
#############################*/

#header {
	width:760px;
	padding:0 20px 0 20px;
	margin:auto;
	background:url(../images/border.gif) repeat-y center bottom #ffffff;
}

#headerPopup {
	width:760px;
	padding:0 0px 0 0px;
	margin:auto;
	background:url(../images/border.gif) repeat-y center bottom #ffffff;
}

/*###########################
#######MAIN LAYOUT########
#############################*/

#mainContent {
	width:720px;
	margin:auto;
	padding:40px;
	background:url(../images/border.gif) repeat-y center bottom #ffffff;
}

#mainContentPopup {
	width:720px;
	margin:auto;
	padding:20px;
	background:url(../images/border.gif) repeat-y center bottom #ffffff;
	height:390px;
}

/*###########################
#######FOOTER LAYOUT########
#############################*/

#legal {
	width:760px;
	padding:0px 20px 20px 20px;
	font-size:65%;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	text-align:center;
}

#legal a {
	color:#FFFFFF;
}

#popup {
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	line-height:120%;
	/*background:#6D91A6;*/
	padding-bottom:2px;
}

.reportresponse {
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#efefef;
}

.nopadding {
	padding:0px;
}

.bluenopadding {
	padding:0px;
	color:#3D5E71;
}

/*Gridview Styles*******************************/
.Gridview
{
    width:720px;
	font-size:90%;
}

.Gridview input {
	font-size:90%;
}	

.GridviewHeader
{
    
    color:#FFFFFF;
    text-align:left;
}

.Gridview th
{ 
	padding:5px;
	text-align:center;
	border:1px solid #ffffff;
	background:#3D5E71;
}

.Gridview td
{ 
	padding:5px;
}

.GridviewHeader a
{
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
}

.GridviewPager td
{
    background:#3D5E71;
    color:#ffffff;
	padding:2px;
}

.GridviewPager a
{
    text-decoration:none;
    font-weight:bold;
    color:#FFFFFF;
}

.GridViewRow
{
    background-color:#F2F8F5;
    text-align:left;
}

.GridViewAltRow
{
    background-color:#F7FADF;
}

table {
	font-size:100%;
}

td {
	font-size:100%;
}

.GridviewPager a.underline
{
    text-decoration:underline;
}

.GridviewPager select.pagenumber
{
    font-size:70%;
}
/*Gridview Styles*******************************/

.AdminLoginTxt
{
    width:150px;
    float:left;
}