﻿* { font-family: Arial, Helvetica, sans-serif; }

body {
}

h1
{
    font-size: 20pt;
    color: steelblue;
    font-family: Arial, Tahoma, Verdana;
}
h2
{
    font-size: 18pt;
    color: steelblue;
    font-family: Arial, Tahoma, Verdana;
}
h3
{
    font-size: 10pt;
    font-family: Tahoma, Verdana, Arial;
    text-decoration: none;
}
a:link
{
    text-decoration: none;
    color: steelblue;
}

a:visited
{
    text-decoration: none;
    font-size: 8pt;
    color: steelblue;    
}

a:hover
{
    text-decoration: underline;
    font-size: 8pt;
    color: darkblue;
}

a:visited a:hover
{
    text-decoration: underline;
    font-size: 8pt;
    color: darkblue;
}

.ErrorTxt
{
    font-size: 8pt;
    font-family: Arial;
}
.RadioBtn
{
    color: steelblue;
    }
.listSmall
{
    font-size: 8pt;
    color: darkgreen;
    font-family: Arial, Tahoma, Verdana;
}
.listRegular
{
    font-size: 10pt;
    color: darkgreen;
    font-family: Arial, Tahoma, Verdana;
}

.txtRemarks
{
    font-size: 8pt;
    color: darkgray;
    font-family: Arial;
}

.txtWatermark
{
    color: silver;
    font-family: Arial;
}
.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.menubar:link
{
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial;
}
.menubar:visited
{
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial;
}
.menubar:hover
{
    font-weight: bold;
    font-size: 9pt;
    color: white;
    font-family: Arial;
}
.normalhdr
{
    font-weight: bold;
    font-size: 10pt;
    color: steelblue;
    font-family: Arial, Tahoma, Verdana;
}

.msghdr
{
    font-size: 8pt;
    font-family: Arial, Tahoma, Verdana;
    color: black;
    font-weight: normal;
    text-align: left;
}
.msgline
{
    font-size: 9pt;
    font-family: Arial, Tahoma, Verdana;
    color: black;
    font-weight: normal;
    text-align: left;
}
.SortHeaderRowStyle
{
    font-size: 8pt;
    font-family: Arial, Tahoma, Verdana;
    color: black;
    font-weight: normal;
    text-align: left;
}
.normalrow
{
    font-size: 10pt;
    font-family: Arial, Tahoma, Verdana;
    color: black;
    font-weight: normal;
    text-align: left;
}
.normalrowbold
{
    font-size: 10pt;
    font-family: Arial, Tahoma, Verdana;
    color: black;
    font-weight: bold;
    text-align: left;
}
.selmenu
{
    border-bottom: lightgrey 1px solid;
    background-color: lightgrey;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
}
.unselmenu
{
    border-bottom: white 1px solid;
    background-color: steelblue;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
}
.ddlItem
{
    font-size: 8pt;
    color: dimgray;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
}
.editrow
{
    font-size: 8pt;
    font-family: Arial, Tahoma, Verdana;
    color: black;
    font-weight: bold;
    text-align: left;
}
.viewrow
{
    font-size: 8pt;
    font-family: Arial, Tahoma, Verdana;
    color: black;
    font-weight: normal;
    text-align: left;
}
.warningtxt
{
    font-size: 8pt;
    color: gray;
    font-family: Verdana, Tahoma, Arial;
}
.tdHighlight
{
	background-color: White;
	padding: 8px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.dialogHeader
{
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 110%;
    color: white;
    font-family: Verdana;
    background-color: steelblue;
}

.closeIcon
{
	background-position: right top;
	background-image: url(../Images/close_icon.gif);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
	width: 19px;
	top: 1px;
	height: 19px;
	right: 1px;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;

}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 10%;
	left: 50%;
}
.highlight
{
    font-weight: bold;
    color: Red
}
.lnk
{

}    
.bullet
{
    margin-top: 0px;
    margin-right: 4px;
    margin-left: -10px;
    margin-bottom: 2px;
}    
.bullet2
{
    margin-top: 0px;
    margin-right: 4px;
    margin-left: -14px;
    margin-bottom: 2px;
    font-size: 7pt;
}   
.ss_rbl1
{
    font-size: 0.7em;
    color: #4d4d4d;
}
.ss_btn1
{
    font-size: 0.8em;
}
.ss_hdr1
{
    color: #4d4d4d;
    font-size: 0.8em;
}

.ss_hdr2
{
    font-size: 0.7em;
    color: #453132;
}

.ss_hdr
{
    font-size: 0.9em;
    color: #453132;
}

