﻿body
{
	font-family: arial, helvetica, verdana;
	font-size: 11pt;
	color: #003365;
}

.formDefault
{
	font-family: arial, helvetica, verdana;
	font-size: 11px;
	color: #003365;
	font-weight: bold;
}

/*============================= form ================================*/

.Table
{
	background-color: #ffffff;	
}

.CoverTable
{
	background-color: #FFFFFF;	
}

.MainHeading
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	color: #003365;
	text-align: left;
	padding-bottom: 7px;

}

.SubHeading
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #003365;
	text-align: left;
	
}

.HeadText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7DA6D7;
	padding-left: 10px;
    background-repeat : repeat-x;
	height: 23px;
}

.AddButtons
{
	text-align: right;
	padding-right: 15px;
}

.VertSpaceRule
{
	
	background-image: url('../Images/img_rule.gif');
	background-repeat: repeat-x;
	
}

.Button
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #A8A6A6;
	background-image: url('../Images/bg_budgetButton.jpg');
	background-repeat:no-repeat;
	background-position: left center;
	height: 33px;
	border: none;
}

.DescriptionCol
{
	color: #A8A6A6;
}

.Loading
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #A8A6A6;
	padding-top: 2px;
	padding-bottom: 2px;
}

.GridCell
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #003365;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*------- Default Form Styles ---------*/
.FormHeader
{
	font-size: 11px;
	color: #7DA6D7;
	font-weight: bold;
	width: 195px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.FormContent
{
	font-size: 11px;
	color: #003365;
	width: 335px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.FormFields
{
	font-size: 11px;
	width: 320px;	
}

.FormDropDown
{
	font-size: 11px;
	width: 326px;	
}

.FormRadioFields
{
	font-size: 11px;
}

.FormAreaCode
{
	font-size: 11px;
	width: 49px;	
}

.FormTelNum
{
	font-size: 11px;
	width: 265px;	
}

.FormTxtDay
{
	font-size: 11px;
	width: 40px;	
}

.FormTxtMonth
{
	font-size: 11px;
	width: 40px;	
}

.FormTxtYear
{
	font-size: 11px;
	width: 60px;	
}

.FormTxtSearch
{
	font-size: 11px;
	width: 255px;
}

.FormDrpMonth
{
	font-size: 11px;
	width: 74px;	
}

.FormDrpYear
{
	font-size: 11px;
	width: 74px;	
}


/*------- Vehicle Form Styles ---------*/
.VehHeader
{
	font-size: 11px;
	color: #7DA6D7;
	font-weight: bold;
	width: 235px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.VehContent
{
	font-size: 11px;
	color: #003365;
	width: 295px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.VehDropDown
{
	font-size: 11px;
	width: 286px;	
}

.VehFields
{
	font-size: 11px;
	width: 280px;	
}


/*------- Content Form Styles ---------*/
.ContHeader
{
	font-size: 11px;
	color: #7DA6D7;
	font-weight: bold;
	width: 340px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ContContent
{
	font-size: 11px;
	color: #003365;
	width: 190px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ContFields
{
	font-size: 11px;
	width: 175px;	
}


/*------- Non Motor Form Styles ---------*/

.NonMHeader
{
	font-size: 11px;
	color: #7DA6D7;
	font-weight: bold;
	width: 290px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.NonMContent
{
	font-size: 11px;
	color: #003365;
	width: 240px;	
	padding-top: 2px;
	padding-bottom: 2px;
}

.NonMFields
{
	font-size: 11px;
	width: 205px;	
}

.BuildFields
{
	font-size: 11px;
	width: 225px;	
}


/*------- Multiple Vehicle Control Styles ---------*/
.DescriptionCol
{
	width: 280px;
	text-align: left;
}


/*------- Help Balloons ---------*/
.balloon
{
  position: relative;
  float: right;
  padding-right: 8px;
}


/*------- UpdateProgress Modal Styles ---------*/
#Progress_HideSelect
{
	visibility: hidden;
}

#progressBackgroundFilter
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage
{ 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:10px; 
    width:14%; 
    z-index:1001; 
    background-color:#fff;
    border:solid 1px #000;
    text-align:center;
    vertical-align:middle; 
}

/*------- Resize IFrame ---------*/
#resizeframe
{
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

