﻿.BigLabel
{
	font-family:Verdana, Tahoma;
	font-size: 18px;
	font-weight: normal;
}
.Label12
{
	font-family:Verdana, Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-weight:bold;
	letter-spacing: 2px;
}
.BigText
{
	font-family: Verdana, Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #b22222;
}
SELECT.DropDownList
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Tahoma;
	background-color: #ffffcc;
	vertical-align: middle;
	text-align: left;
	height:20px;
	cursor:pointer;
	border-style:inset;
}
SELECT.DropDownListDisabled
{
	font-size: 9pt;
	font-family: Verdana, Tahoma;
	color: #808080;
	background-color: #f5f5f5;
	vertical-align: middle;
	text-align: left;
	height:20px;
	cursor:default;
	border-style:inset;
}
input#FileUpload1
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Tahoma;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: left;
	height:20px;
}
input.Disabled
{
	font-size: 9pt;
	font-family: Verdana, Tahoma;
	color: #808080;
	background-color: #f5f5f5;
	vertical-align: middle;
	text-align: left;
	height: 15px;
}
input.Red
{
	font-size: 9pt;
	font-weight:bold;
	color: #ff0000;
	font-family: Verdana, Tahoma;
	vertical-align: middle;
	height: 15px;
}
.TextBox
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Tahoma;
	background-color: #ffffcc;
	vertical-align: middle;
	text-align: left;
	height: 15px;
	cursor: text;
}
.RecordId
{
	font-size: 9pt;
	font-weight:bold;
	letter-spacing: 2px;
	color: #ffffff;
	font-family: Verdana, Tahoma;
	background-color: #D20606;
	vertical-align: middle;
	text-align: center;
	height:15px;
	cursor:text;
}
a.Menu, a.Menu:link, a.Menu:visited, a.Menu:active
{
	font-size: 9pt;
	color: #912213;
	font-family: Verdana, Tahoma;
	background-color: #EFF7C5;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
	padding: 0 10px 0 10px;
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
	margin: 5px 1px 5px 1px;
}
a.Menu:hover{
	text-decoration: underline;
	font-weight: bold;
	cursor:pointer;
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
}
select
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Tahoma;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: left;
	height:25px;
	cursor:text;
}
.label
{
	font-size: 9pt;
	font-weight:bold;
	color: black;
	font-family: Tahoma, Verdana;
	background-color: transparent;
	vertical-align: middle;
}
.text
{
	font-size: 9pt;
	font-weight:normal;
	color: black;
	font-family: Tahoma, Verdana;
	background-color: transparent;
}
span#Label_Error
{
	font-size: 8pt;
	font-weight: bold;
	color: #ff0000;
	font-family: Tahoma, Verdana;
}
span#Label_Info
{
	font-size: 8pt;
	font-weight: bold;
	color: green;
	font-family: Tahoma, Verdana;
}
.green_info
{
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	font-weight:normal;
	color: #059905;
	background-color: transparent;
}
.red_warning
{
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	font-weight:normal;
	color: #ffffff;
	background-color: #F81010;
}
/*
 * Repeater
 */
table.RepeaterTable tr#Header {
	text-align: center;
}
table.RepeaterTable tr#Header td {
	color:#FFFFFF;
	font: bold 12px Tahoma, Verdana;
	letter-spacing: 2px;
	background-color:#D20606;
	height:23px;
	text-align:left;
	border-left:solid 1px #FFFFFF;
}
table.RepeaterTable tr#Footer td {
	color: #FFFFFF;
	font: bold 13px/20px tahoma,arial,helvetica;
	background-color: #999999;
	height: 23px;
	border-left: solid 1px #FFFFFF;
}
table.RepeaterTable td {
	height:20px;
	font-size: 8pt;
	font-family: Tahoma, Verdana;
}
table.RepeaterTable tr.Template {
	font-size: 8pt;
	font-family: Tahoma, Verdana;
	background-color: #ffffff;
}
table.RepeaterTable tr.Alternate {
	font-size: 8pt;
	font-family: Tahoma, Verdana;
	background-color: #FEDADA;
}
table.RepeaterTable tr.OnMouseOver {
	font-size: 8pt;
	font-family: Tahoma, Verdana;
	background-color: #ffd700;
	color: #000000;
	cursor: pointer;
	font-weight: normal;
}
/*
 * End Of Repeater
 */
td.Label {
	font-size: 8pt;
	font-weight:bold;
	font-family: Tahoma, Verdana;
}
span.Info {
	font-size: 7pt;
	font-weight:normal;
	font-style:italic;
	font-family: Tahoma, Verdana;
}
div#GetPhoneNumber {
	clear: both;
	text-align: center;
	width: 50%;
	float:none;
	position:relative;
	z-index:0;
	left:20%;
	top:-120px;
}
div#GetPhoneNumber input.Phone {
	height:50px; 
	font-size:50px; 
	font-weight:bold; 
	text-align:center;
	color: #ff0000;
}
div#GetPhoneNumber span.PhoneNumber {
	height:50px; 
	font-size:50px; 
	font-weight:bold; 
	text-align:center;
	color: #000000; 
	vertical-align: top;
}
div#divMain h3 {
	font-weight: normal;
	font-size: 18pt;
	color: #000080;
	font-family: verdana,tahoma;
}
div#OpLogoBg {
	float:right;
	z-index:999;
}
div#MySafe {
	float:left; 
/*
	position:relative; 
	margin-bottom:10px;
	position:fixed;
*/
	text-align:center;
}
/* Calendar */
img.Calendar {
	cursor: pointer; 
	border: 1px solid #ffffff;
	background:#ffffff;
}
input.Calendar
{
	font-family:Verdana,tahoma; 
	font-size:10px; 
	font-weight:bold; 
	text-align:center; 
	width:120px;
}
img.Calendar:hover
{
	background:#EBE9ED;
} 
/* End Of Calendar */
/* Money */
.Money
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Tahoma;
	background-color: #ffff66;
	vertical-align: middle;
	text-align: right;
	height: 15px;
	cursor: text;
	font-weight: bold;
}
.MoneyDecimal
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Tahoma;
	background-color: #ffff66;
	vertical-align: middle;
	text-align: left;
	height: 15px;
	cursor: text;
	font-weight: bold;
}
/* End Of Money */


a.ovalbutton{
background: transparent url('../images/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../images/oval-gray-right.gif') no-repeat top right;
display: block;
text-align:center;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
.info {
	font-family: Verdana, Tahoma, Arial; font-size:8pt;
	color:#000000;
}
INPUT.Button {
	border:solid 1px #3c5f84;
	font-weight: bold;
	font-size: 12;
	text-transform: none;
	color: #3c5f84 ;
	font-family: Verdana;
	background-color: white;
}