body, html
{
	height: 100%;
	margin: 0px;
	padding: 5px;
}
body
{
	font-size: 76%;
	font-family: Verdana, Helvetica, sans-serif;
}
#body
{
    
}
h1
{	
	font-family: Verdana;
	color: #426575;
}
h3
{
    font-size: 1.5em;
	color: #414244;
}
h4
{
    font-size: 1.5em;
	color: #414244;
}
h5
{
	font-size: 1em;
	color: #808080;
	margin-bottom: 0px;
	margin-top: 10px;
}
.maintable 
{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	border-color: #426575;
}
.header
{
	color: #426575;
	background-color: White;
}

.link_orange{
text-decoration: none; color: #dfa218; font-weight: bold
}
.versiontext{
text-decoration: none; color: #dfa218; font-weight: normal
font-size: 8px;
}

.breadcrumb
{
    color: #426575;
font-size: 10px;
	font-weight: bold;
background-color: #d9e2e8;
    height: 18px;
}
.navigation
{	
}
.highlight
{
	background-color: #ffffbb;
}

.gridview th, .gridview th a
{
	color: #808080;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding-right: 8px;
}
.gridview th a:hover
{
    text-decoration: underline;
    color: #0e2141; 
    font-weight: bold;
}
.gridview td
{	
	border-top: solid 1px #e4e4e4;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 6px;
}
.radioButtonList td
{
	border-top: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}
.gridview td a
{
    color: #0e2141;
    text-decoration: none;
font-weight: bold;
}
.gridview td a:hover
{
    color: #0e2141;
    text-decoration: underline; 
font-weight: bold;
}
.gridviewalt
{
	background-color: #f0f0f0;
}
.label, label, .labelField
{    
	color: #808080;
}
.labelField
{
    padding-right: 5px;
}
.button
{
	cursor: pointer;	    
	font-family: Verdana, MS Sans Serif;
	font-size: 12px;
	height: 22px;
	width: 100px;
}
.buttonUpload
{
	font-family: Verdana, MS Sans Serif;
	font-size: 12px;
}
.editmode
{
	background-color: #ffffe0;
	border: dashed 1px #dfa218;	
}
.editmode td
{	
}
.input
{
	border-style: solid;
	border-width: 1px;
	border-color: #7f9db9;
	padding: 3px;
}
.inputerror
{
	background-color: #ffd3cf;
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	padding: 3px;
}
.inputwatermarked
{
	color: gray;
	background-color: rgb(249, 250, 252);
	border-style: solid;
	border-width: 1px;
	border-color: #bebebe;
	padding: 3px;
}
.modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.borderleft
{
	border-left: 1px solid #c4c4c4;
}
.sortasc-header A
{ 
   background: url(Images/sortasc.gif) right center no-repeat;
}
.sortdesc-header A
{
   background: url(Images/sortdesc.gif) right center no-repeat;
}
.aspNetDisabled, .gridview td a.aspNetDisabled
{
  color: #cccccc;
}
.instruction
{
    color: #919497;
    background-color: rgb(249, 250, 252); 
    padding: 8px; 
    border: 1px solid #a1a3a5;
    min-width: 150px;
    border-radius: 7px;
}
li
{
    padding-top: 3px;
    padding-bottom: 3px;
}
.validator
{
    color: Red;
    margin-left: 5px;
}

a:link { text-decoration: none; color: #414244; font-weight: bold}
a:visited { text-decoration: none; color: #414244; font-weight: bold}
a:active { text-decoration: none; color: #414244; font-weight: bold}
a:hover { text-decoration: none; color: #dfa218; font-weight: bold}

a img
{
    border-style: none;
    vertical-align:middle;
}

.tasklink p
{
    margin: 5px;   
}

@media print 
{
	.printhide, .instruction
	{
		display: none;
	}
}