
body
{
    font-family: Arial, Helvetica, sans-serif;
}

#RegionalManagerIframe
{
    border:0; 
    width:570px; 
    height:650px;
}

.RegionalManager
{
	width:338px;
	border:solid 2px black;
}

.RegionalManagerForm
{
	width:555px;
}

.paddingTop40
{
	padding-top:40px;
}

.GeneralLabel
{
	font-size: 8pt;  	
}

.GeneralLabel5
{
	font-size: 10pt;	
}
.GeneralTextBox2
{
	border: solid 1px gray;
	width:120pt;
}

.inputBackColor
{
    background-color: AntiqueWhite; 
    border: 1px solid #ccc;
    border-radius: 4px;
    height:21px;          /* Added height, line-height, and padding hack to textbox wouldn't center vertically in IE issue with bootstrap.css */
    line-height:20px;
    padding-top:0px;
}
.inputBackColor2
{
	background-color: AntiqueWhite;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.colorRed
{
	color:Red;
}
.colorRedDark
{
	color:#990000;
}
.colorBackgroundBlack
{
	background-color:Black;
}
.colorWhite
{
	color:white;
}

.padding
{
	padding:5px 5px 5px 5px;
}

.paddingTop3
{
	padding-top:3px;
}

.paddingTop5
{
	padding-top:5px;
}

.paddingLeft5
{
	padding-left:5px;
}

.paddingBottom4
{
	padding-bottom:4px;
}
.marginTop20
{
	margin-top:20pt;
}
.floatLeft
{
	float:left;
}

.bold
{
	font-weight:bold;
}

.italic 
{ 
    font-style: italic; 
}

.centered
{
       margin: 0 auto;
       width:350px;
}

.alignLeft
{
	text-align:left;
}
.alignRight
{
	text-align:right;
}
.alignCenter
{
	text-align:center !important;
}

.col_width_160
{ 
	width: 160px; 
} 
.col_width_195
{ 
	width: 195px; 
} 

.col_width_180
{ 
	width: 180px; 
} 

.ButtonEmailMe a
{
	background:url(/SiteImages/button_red.png) no-repeat;
	padding:1px 0 0 1px;
	color:white;
	font-weight:bold;
	font-size:12px;
	width:94px;
	height:22px !important;
	
}
.ButtonEmailMe a:hover
{
	background:url(/SiteImages/button_red_on.png) no-repeat;
    cursor:grab;
}
.button 
{
    display: inline-block;
    width: 94px;
}

#buttonSubmit {
    background-color:red;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}