﻿body
{
	font-family: Verdana;
	font-size: small;
	background-color: #5184bd;
	scrollbar-face-color: #5184BD;
	scrollbar-highlight-color: #5184BD;
	scrollbar-3dlight-color: #3B6BAD;
	scrollbar-darkshadow-color: #3B6BAD;
	scrollbar-shadow-color: #3B6BAD;
	scrollbar-arrow-color: whitesmoke;
	scrollbar-track-color: #3B6BAD;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 3px;
	padding-top: 0px;
}

.listitem
{
    font-size: x-small;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 1px;
    width: 85%;


}

.A
{
    font-size: x-small;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 1px;
    width: 85%;


}

.U
{
    font-size: x-small;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 1px;
    width: 85%;
    background-color: whitesmoke;


}

.alternatelistitem
{
    font-size: x-small;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 1px;
    width: 90%;
    background-color: whitesmoke;


}

.list
{
    height:400px;
    width:100%; 
    overflow:auto; 
    margin: 0px; 
    padding: 0px;
    list-style-type: none; 
    cursor:pointer;
    background-color: whitesmoke;
    
    
}

.mediumlist
{
    height:200px;
    width:100%; 
    overflow:auto; 
    margin: 0px; 
    padding: 0px;
    list-style-type: none; 
    cursor:pointer;
    background-color: whitesmoke;
}

.smalllist
{
    list-style-type: none;
    margin: 0px;
    height:120px;
    width:100%; 
    margin: 0px; 
    padding: 0px;
    overflow:auto; 
    cursor:pointer;
    background-color: whitesmoke;

}
.button
{
    font-size: x-small;
    width: 100px;
    font-weight: bold;
    background-color: #5184bd;
    color: white;
}

.dropdownlist
{
   font-size: 10px;
   background-color: white;
}

.textboxes
{
    font-family: Verdana;
    font-size: x-small;
    padding: 3px;
    border-right: #5184bd thin solid;
    border-top: #5184bd thin solid;
    border-left: #5184bd thin solid;
    border-bottom: #5184bd thin solid;
    background-color: whitesmoke;
}

.tableborder
{
    border-right: navy thin solid;
    border-top: navy thin solid;
    border-left: navy thin solid;
    border-bottom: navy thin solid;
    background-color: whitesmoke;
}

.header
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;

}

.tableheader
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #E4DCD0;
	height: 25px;
	border-top: #5184bd thin solid;
	border-bottom: #5184bd thin solid;
}

.categoryheader
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: #0e287c;
	height: 15px;
	border-top: #5184bd thin solid;
	border-bottom: #5184bd thin solid;	
}


.alternaterow
{
    background-color: whitesmoke;
    font-family: Verdana;
    font-size: x-small;
    padding: 3px;
     cursor:pointer;
}

.firstrow
{
    background-color: ivory;
    font-family: Verdana;
    font-size: x-small;
    padding: 3px;
    font-weight: bold;
    cursor:pointer;
}

.row
{
    font-family: Verdana;
    font-size: x-small;
    padding: 1px;
    cursor:pointer;
    background-color: whitesmoke;
}
.instructions
{
	font-family: Verdana;
	font-size: 10px;
	padding: 0px;
	background-color: whitesmoke;
	border-bottom: #0e287c thin dotted;
	vertical-align:middle;
	height:30px;
}
.smalltext
{
	font-size: 10px;
}

.instructionsTitle
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ff5900;
}
.outline
{
		border-bottom: #0e287c thin dotted;
		border-top: #0e287c thin dotted;
		border-left: #0e287c thin dotted;
		border-right: #0e287c thin dotted;
}

.watermarked {
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	font-family: Verdana;
	font-size: 10px;
	height:18px;
	vertical-align:middle;
	
}