﻿body 
{
	font-family: Verdana;
	font-size: small;
}

input
{
	font-size: small;
    color:#000066;
}

textarea
{
	font-size: small;
    color:#000066;
}

select
{
    color:#000066;
    font-size: small;
}

.quicksearch
{
	margin: 3px;
}

textarea
{
    color:#000066;
}
A:link
{
    color:#000066;
}
A:visited
{
    color:#000066;
}
A:active
{
    color:#000066;
}
A:hover
{
    color:Red
}

h1
{
	font-size: large;
	color: navy;
	font-variant: small-caps;
}

h2
{
	border:none;
	font-weight:bold;
	background-color:#85C4F2;
	color:White;
	height:20px;
	font-size: medium;
	font-variant: small-caps;
	padding:2px;	
}

h3
{
border:none;
	font-weight:bold;
	font-size: x-small;
	font-variant: small-caps;
	background-color:#AAD3F2;
	color:Navy;
	height:15px;	
}

.boxedSection
{
	font-family: Arial;
	font-size: small;
	margin:10px;
	padding:10px;
	border:1px #85C4F2 double;
	background-color: #e6f4ff
}

.sectionTable
{
	border-collapse:collapse;
	border-spacing:0;	
}

.sectionHeader
{
	border:none;
	font-weight:bold;
	background-color:#85C4F2;
	color:White;
	height:20px;
}

.sectionLine
{
	border-color:#85C4F2;
	border-style:solid;
	border-width:1px;
}

.sectionTitle
{
	font-size: small;
	font-variant: small-caps;
	vertical-align:middle;
	width:100%;
}

.sectionCollapse
{
	font-size: x-small;
	font-variant: small-caps;
	vertical-align:top;
	text-align:right;
	width:100px;
}

.subSection
{
	border:none;
	font-weight:bold;
	font-size: x-small;
	font-variant: small-caps;
	background-color:#AAD3F2;
	color:Navy;
	height:15px;
}

.dataLabel
{
	color:Navy;	
}

.dataLabelHighlight
{
	color:Navy;
	background-color:White;	
}

.error
{
	color:Red;
	font-weight: bold;
}

.ok
{
	color:Green;
	font-weight: normal;
}


.required
{
	background-color: #ffff99;
}

.tablecontent
{
	background-color: #EFF3FB;
	font-family: Verdana;
	color: Black;
	vertical-align:top;
}

.tableHighlight
{
	background-color: #FFFF99;
	font-family: Verdana;
	color: #000000;
}

.tableheader
{
	background-color: #507CD1;
	font-size: 1em;
	font-family: Verdana;
	font-weight: bold;
	padding:2px;
	color: White;

}

.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }




    .IE8Fix
    {
        z-index: 1000;

    }
