﻿body {
}


.LineOfBusinessButtonSelected
{
	border-color: #dcdcea;
	border-style: solid;
	border-width: thin;
	background-color: #ffffe0;
	text-align: center;
	color: black;
	width: 125px;
}
.LineOfBusinessButtonNotSelected 
{
	border-top: #eaeaf8 thin solid;
	border-left: #eaeaf8 thin solid;
	border-bottom: #4682b4 thin solid;
	border-right: #4682b4 thin solid;
	background-color: white;
	text-align: center;
	color: black;
	width: 125px;
	cursor: hand;
}

.MasterPageLoginText
{
	width: auto;
	font-size: small;
	color: #696969;
	font-family: Arial;
	text-align: right;
}

.MasterPageBoxNoBorder
{
	position: static;
	background-color: #dcdcea;
	border-style: none;	
	font-family: Arial;
	font-size: small;
	color: #696969;
}

.MasterPageBox
{
	position: static;
	background-color: #dcdcea;
	border-color: #eaeaf8;
	border-style: solid;
	border-width: thin;	
	font-family: Verdana,Arial;
	font-size: small;
	color: Black;
}

.MasterPageButtonNotSelected
{
	position: static;
	background-color: #dcdcea;
	cursor: hand;
	border-top: #eaeaf8 thin solid; 
	border-left: #eaeaf8 thin solid; 
	border-bottom: #4682b4 thin solid;
	border-right: #4682b4 thin solid;
	font-family: Arial;
	font-size: small;
}

.MasterPageButtonMouseOver
{
	position: static;
	background-color: #eaeaf8;
	cursor: hand;
	border-top: #dcdcea thin solid; 
	border-left: #dcdcea thin solid; 
	border-bottom: #4682b4 thin solid;
	border-right: #4682b4 thin solid;
	font-family: Arial;
	font-size: small;
	color: Black;
}

.MasterPageButtonSelected
{
	position: static;
	background-color: #ffffe0;
	cursor: hand;
	border-color: #dcdcea;
	border-style: solid;
	border-width: thin;
	font-family: Arial;
	font-size: small;
	color: Black;
	font-weight:bold;
}

.MasterPageButtonDisabled
{
	position: static;
	background-color: #eaeaea;
	cursor:default;
	border-top: #dcdcdc thin solid; 
	border-left: #dcdcdc thin solid; 
	border-bottom: #eaeaf8 thin solid;
	border-right: #eaeaf8 thin solid;
	font-family: Arial;
	font-size: small;
}

.DefaultGridViewHeader
{
	background-color:#eaeaf8;
}

.DefaultGridViewAlternateData
{
	background-color: #ffffe0;
	border-bottom-color: #4682b4;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.DefaultGridRowStyle
{
	border-color:#4682b4;
	border-style:solid;
	border-width:1;
}

.DefaultErrorText
{
	background-color:Transparent;
	color:Red;
	font-weight:bold;
}

.CalendarTitleStyle
{
	background-color: #dcdcea;
	color: #4682b4;
	border-color: #dcdcea;
	border-style: solid;
	border-width: thin;
	font-family: Arial;
	font-weight: bold;
}

.CalendarMainStyle
{
	background-color: White;
	color: #4682b4;
	border-color: #dcdcea;
	border-style: solid;
	border-width: thin;
	font-family: Arial;
}

.CalendarDayHeader
{
	background-color: #ffffe0;
	color: #4682b4;
}

.CalendarOtherMonthDayStyle
{
	color: #eaeaf8;
	font-family: Arial Narrow;
}

.MainBox
{
	border-right: steelblue thin solid;
	border-top: steelblue thin solid;
	border-left: steelblue thin solid;
	border-bottom: steelblue thin solid;
}

.ColoredTextDisplay
{
	font-family:Arial;
	color:#4682b4;
	font-size:small;
}

.ColoredAlertInputField
{
	background-color:#ffffe0;
}

.InvisibleControl
{
	visibility:hidden;
}

.NumericFormat
{
	mso-number-format:\@;
}


.txtDefault 
{
	font-family:Verdana,arial;
	font-size:8pt;
	color:Black;
	margin-left:auto;
	margin-right: auto;
}
.txtDefault a 
{
	color:Blue;
}
.txtDefault a:link
{
	color:Blue;
}
.txtDefault a:hover 
{
	color:DarkBlue;
}


.txtDisabled 
{
	font-family:Verdana,arial;
	font-size:8pt;
	color:#cccccc;
}



.txtDefaultError
{
	font-family:Verdana,arial;
	font-size:8pt;
	background-color:Transparent;
	color:Red;
	font-weight:bold;
}


.txtAlert
{
	font-family:Verdana,arial;
	font-size:8pt;
	color:Black;
	border:1pt solid red;
}

.btnDefault 
{
	font-family:Verdana,arial;
	font-size:7pt;
	width:70px;
}

.tdDefault 
{
	padding-right:5px;
	text-align:left;
}

.lblColumnHeadGray {
	padding-left:3px;
	padding-right:5px;
	border-right:1pt solid #ffffff;
	border-bottom:1pt solid #000000;
	text-align:center;
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
	color:#000000;
	background:#dddddd;
	}
.lblColumnHeadGray a {
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
	}
.lblColumnHeadGray a:link {
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
	}
.lblColumnHeadGray a:hover {
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
	color:#ffffff;
	background:#526282;
	text-decoration:none;
	}
