@charset "utf-8";
/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 0;
/*width: 975px;
margin-left: 10px;*/
}

body a{
color: #0066CC;
text-decoration:none;
}

#titleAdmin { 
font-weight: bold;
font-size: 14px;
color:#CC0000;
height: 25px;
}

body a:hover{
color: #0066CC;
text-decoration:underline;
}

body thead, .gridview th {
background-color:#7FB7EC;
text-align:center;
font-weight:bold;
height: 15px;
}

.ast {color:#FF0000}

#success{
font-size:12px;
color:#009900;

font-style:italic;
}

#app, .app {
border: dotted 1px #999999;
padding: 3px;
}

span.app, div.app 
{
    height:15px;
}

#essay {
border: dotted 1px #999999;
padding: 5px;
line-height: 20px;
text-align:justify;
}

#title, .title { 
font-weight: bold;
font-size: 14px;
color:#003399;
height: 25px;
}

#highlight { 
font-weight: bold;
font-size: 12px;
color:#FF0000;
height: 25px;
}

#thankYou {
font-size:12px;
}

h3 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;}

/*
select, input, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}*/

.hr {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999999;
}

* html .hr {
	border-bottom: none;
	padding: 1px;
	background: url(../images/css-dotted.gif) repeat-x bottom;	
}

.hrV {
	margin: 0;
	padding: 0;
	border-left: 1px dotted #999999;
}

* html .hrV {
	border-left: none;
	padding: 1px;
	background: url(../images/dottedV.gif) repeat-y left;	
}

.section {
background:url(../images/section.gif) no-repeat;
text-align: center;
vertical-align: middle;
font-weight: bold;
}

.sectionSelect {
background:url(../images/sectionSelect.gif) no-repeat;
text-align: center;
vertical-align: middle;
font-weight: bold;
}

.section a {
color:#000000;
text-decoration: none;
}

.sectionSelect a {
color:#000000;
text-decoration: none;
}

.section a:hover {
color:#0066CC;
}

.error { color:#FF0000 }
.success { color:#009933; }

.gridview { border-bottom: 1px dotted #999; }
.gridview th { border-color: #FFF; }
.gridview td { border:none;  border-bottom: dotted 1px #999; border-collapse: separate; padding:2px; }
.gridview .footer { background-color: #CCCCCC; font-weight:bold; }
.gridview .pager { border:solid 1px #999;  }
.gridview .pager td { border:none; }
