Body{font-family: Verdana;font-size:8pt;margin:0;}
.RightPanel
{
	width: 190px;
	height: 365px;
}
.NavMenu 
{
	border:0;
	margin-right:2px;
}
/* STANDARD ELEMENTS */
.StandardPanel
{
	margin-left: 40px;
	margin-top: 20px;
}
.StandardButton, .StandardButtonMargin
{
	font-family: Verdana;
	font-size: 8pt;
	border: solid 1px DarkGray;
	width: 123px;
}
.PopupStandardButton
{
	font-family: Verdana;
	font-size: 8pt;
	border: solid 1px DarkGray;
	width: 123px;
    background-color: #3B8F39; 
    color: #fff; 
    font-weight: bold; 
}
.StandardButtonMargin{margin-left:260px;}
.StandardCombo, .StandardComboBold
{
	font-family: Verdana;
	font-size: 8pt;
	width: 210px;
	z-index: -1;
}
.StandardComboBold{font-weight:bold;}
.StandardLabel, .StandardLabelMargin, .StandardLabelMarginHalf
{
	font-family: Verdana;
	font-size: 8pt;
}
.StandardLabelMargin{margin-left: 110px;}
.StandardLabelMarginHalf{margin-left: 60px;}
.StandardTextbox, .StandardTextbox150, .StandardTextbox250, .StandardTextboxNotes
{
    font-family: Verdana;
	font-size: 8pt;
	border: solid 1px DarkGray;
}
.StandardTextbox150{width: 150px;}
.StandardTextbox250{width: 250px;}
.StandardTextboxNotes{width: 250px;height: 40px}
.InfoLabel
{
	border: solid 1px DarkGray;
	background-color: White;
	vertical-align: middle;
	text-align: left;
	font-weight: bolder;
	width:100%;
}
.ErrorLabel
{
	font-family: Verdana;
	font-size: 9pt;
	color: Red;
	font-weight: bold;
}
.ErrorPanel
{
	border: solid 1px DarkGray;
	background-color: White;
	vertical-align: middle;
	text-align: left;
	font-weight: bolder;
	width:100%;
}
.SitemapHeader
{
	padding-top:20px;
	padding-left:50px;
	font-size:14pt;
	font-weight:bold;
	font-family:Verdana;
}
.SitemapLabel
{
	padding-left:50px;
	font-size:medium;
	font-family:Verdana;
}
.SitemapText
{
	font-size:small;
	font-family:Verdana;
	vertical-align:top;
}
.PriceDisclaimPanel
{
	border: dotted 1px Gray;
	background-color: White;
	vertical-align: middle;
	text-align: left;
	width:100%;
}
.HeaderLabel
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bolder;
	color: Red;
	margin-bottom: 0px;
}
.HeaderLabel2
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bolder;
	color: Red;
	margin-bottom: 0px;
	margin: 5px 10px 5px 10px;
}
.HeaderLabel3, .HeaderLabel4
{
	font-family: Futura LT Book,Verdana;
	font-size: 12pt;
	font-weight: bolder;
	color: White;
}
.HeaderLabelGreen
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bolder;
	color: #02A410;
	margin-bottom: 0px;
}
.ContentHeader{font-weight: bolder; color: #1046a8; font-size: 10pt;}
.SEOText{padding: 10px 20px 0px 0px; }
/* STANDARD ELEMENTS(END) */
.DottedPanel, .DottedPanelMargin, .DottedPanelAdmin, .DottedPanelMargin10, .DottedPanelClientAdmin 
{
	border-style:dotted;
	border-width:1px;
	border-color:Gray;
}
.DottedPanelMargin 
{
	margin: 20px 20px 20px 20px;
	padding: 20px 20px 20px 20px;
}
.DottedPanelMargin10 
{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}
.DottedPanelAdmin
{
	margin:  0px  0px 0px 0px;
	padding: 20px 20px 20px 20px;
}
.DottedPanelClientAdmin
{
	margin:  0px  0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.AdvertPanel{margin:5px 0px 0px 5px;}
.EmptyLink, .EmptyLink a{color:Black;text-decoration:none;cursor:default;}
/* LOGIN PANEL */
.PanelLoginImage
{
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 7pt;
}
.LoginHyperlink
{
	font-family: Verdana;
	font-size: 8pt;
	color: #686868; 
	font-weight:bold;
}
/* LOGIN PANEL (END)*/

/* UPDATE PROGRESS PANEL */
.ProgressPanelOLD
{
	position: absolute;
	left: 480px;
	top: 280px;
	font-size: 12pt;
	font-weight: 900;
	color: Red;
	width: 195px;
	height: 55px;
	background-image: url(../images/progress_bkgr.gif);
	background-color:White;
	padding: 5px 5px 5px 5px;
	z-index: 150;
}
.ProgressPanel
{
    position: absolute;
    left: 50%; 
    top: 50%; 
    margin: -20px 0 0 -100px; 
    width: 195px;
    height: 55px;
	font-size: 12pt;
	font-weight: 900;
	color: #333333;
    background-image: url(../images/progress_bkgr.gif);
    background-position:center center;
    background-repeat:no-repeat;
	background-color:White;	
    z-index: 150;  
	padding:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft: 5px;    
}

.ProgressImage 
{
	width:32px; 
	height:32px; 
	margin:7px 0 0 10px;
	background-image: url(../images/loading.gif); 
	z-index: 150; 
	background-color:White;
}
.ProgressLabel{margin:10px 0 0 10px;color:#818181;}
/* UPDATE PROGRESS PANEL (END) */

/* Provider Details */
.ProviderDetailsPanel
{ 
	padding: 10px 10px 10px 0px;
	margin-bottom: 5px;
}
/* Provider Details(END) */

CursorPointer{cursor:pointer;}


/* More Info */
.CentralPanel{
	width: 370px;
	text-align:center;
	}
.CentralPanel img{border-style:none;}
.CentralPanel a, .CentralPanel strong{color:#c0161a;font-size:18px;font-weight:bold;text-decoration:none;}
.CentralPanel a:hover{color:#c0161a;text-decoration:underline;}

.SpecialPanel{
	border: solid 3px Red;
	/*height: 250px;*/
	width: 360px;
	padding: 5px;
}
.SpecialPanel strong{font-size:20px; color:red; margin-left:130px; }
.SpecialPanel div{width: 100%;}
.SpecialPanel table{width: 100%;border:none;}
.SpecialPanel img{border-style:none;}
.SpecialPanel p{float:left;width:210px;}

.blockGrid_01 {overflow:hidden; padding: 5px 10px 10px 10px; font-family:Verdana,Arial,Sans-Serif; font-size:11px; }
	 .blockGrid_01 strong{ font-size:18px; font-weight:bold; color:White;}
	 .blockGrid_01 label{ width:65px; float:left; text-align:right; padding:0 5px 0 0}
	 input.inType00{ width:60px;  float:left; border: solid 1px DarkGray;}
	 input.inType01{ width:100px;  float:left; border: solid 1px DarkGray;}
	 input.inType02{ width:150px;  float:left; border: solid 1px DarkGray;}
	 input.inType03{ width:200px; float:left; border: solid 1px DarkGray;}
	 input.inType04{ width:250px; float:left; border: solid 1px DarkGray;}
	 input.inType05{ width:300px; float:left; border: solid 1px DarkGray;}
	 
	 select.inType02{ width:155px;  float:left; border: solid 1px DarkGray;}	
	 select.inType04{ width:255px;  float:left; border: solid 1px DarkGray;}	
	 textarea.inType04{width:250px; float:left; height:50px; font-family:Verdana,Arial,Sans-Serif; font-size:11px; border: solid 1px DarkGray;}
	 
	.blockGrid_01 #pnlSMSProvider,.blockGrid_01 #pnlSpecialProvider {margin:10px auto 0px 0px;padding:10px;border: solid 2px Black;float:left;}
	
	/*Headers*/
	.blockGrid_01 #pnlSMSHeader{font-size:18px; font-weight:bold; color:White;}
	.blockGrid_01 #tdImageHeader{font-size:18px; font-weight:bold; color:White;line-height:20px;}
	/*Errors*/
	.blockGrid_01 #ctl00_ContentPlaceHolder1_pnlSMSError, .blockGrid_01 #ctl00_ContentPlaceHolder1_pnlEnquiryError, 
	.blockGrid_01 #ctl00_ContentPlaceHolder1_pnlBookingError, .blockGrid_01 #ctl00_ContentPlaceHolder1_pnlSpecialError 
		{position:absolute;z-index: 150;background-color:White;border: solid 5px DarkGray;top:15px;left:15px;width:330px;height:28px;}
	
	.blockGrid_01 #tdSMSError,.blockGrid_01 #tdEnquiryError,.blockGrid_01 #tdBookingError,.blockGrid_01 #tdSpecialError  {font-weight:bold;color:Red;padding-left:5px;}
	
	/*Special*/
	.blockGrid_01 #ctl00_ContentPlaceHolder1_pnlSpecialError strong{font-size:20px; color:red;}
	
	/*SMS*/	
	.blockGrid_01 #pnlSMSPopup2{}
	.clear{ clear:both; height:1%;}
	/*Image*/
	#divFaceboxImage {display:none; padding: 0px;}
	.blockGrid_01 #tdImageHeader{height:50px;}
	.blockGrid_01 #tdImageDescription{padding:15px 10px 0px 10px;}
/* More Info(End) */
	
/* From Content.css */
.ServiceCostRepeaterHeaderLabel
{
	font-weight: bold;
	margin-bottom: 20px;
	margin-left: 5px;
}
.AddidtionalServicesTipLabel
{   
    font-size: 7pt;
    color: #686868; 
} 
.InfoWindowProvName
{
	font-family: Verdana;
	font-size: 8pt;	
	font-weight: bold;
	margin-left: 0px;
	margin-right: 5px;
}
.ServiceDetailsRepeaterItem
{    
    font-family: Verdana;
	font-size: 8pt;
    margin-left: 10px; 
}
.ServiceDetailsTable
{    
    font-family: Verdana;
	font-size: 8pt;
    margin-left: 60px; 
}

.InfoWindowImage
{
    margin-right: 5px;
}

.RepeaterLinkImageInfo
{
    margin-left: 20px;    
}
.RepeaterNavigate
{
    margin-left: 180px;    
}
.RepeaterNavigateButton
{
	height: 16px;	
	width: 16px;
	border: solid 1px DarkGray;
}
.CellNavigate
{
    width:25px;
}
.ADTable
{
    padding: 5px 5px 5px 3px;    
}
.RepeaterDotted
{
    margin-left: 0px;
    padding-left:5px;
	border-style:dotted;
	border-width:1px;
	border-color:Gray;
}
.RepeaterBkgrdBlack
{
	background-color:Black;
	color:White;
	font-weight:bold;
	width:315px;
	height:20px;
	padding:5px 0px 0px 5px;
	
}
.RepeaterBkgrdSponsor
{
	background-color:#03a50f;
	color:White;
	font-weight:bold;
	width:315px;
	height:20px;
	padding:5px 0px 0px 5px;
}
.RepeaterProvName
{
	font-family: Verdana;
	font-size: 7pt;	
	font-weight: bold;
	margin-left: 0px;
	margin-right: 5px;
	text-align: left;
	
}
.RepeaterAddress
{
	font-family: Verdana;
	font-size: 8pt;	
	margin-left: 20px;
}
.RepeaterLink
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	margin-right: 5px;
	color: black;
	text-decoration: underline;
	cursor: hand;
}
.DetailTitleLabel
{
	font-family: Verdana;
	font-size: 9pt;	
    font-weight: bolder;
    color: Blue;  
    margin-bottom: 10px;
    text-align: left; 
    margin-left: 50px;
}
/* From Content.css (End) */	
/* From User.css */
.StartHelp 
{
	cursor:move;
	visibility:hidden;
	width:220px;
	position:absolute;
	left:180px;
	top:220px;
	z-index:10;
}
.EnquiryViewButton
{
    height: 18px;	
	border: solid 1px DarkGray;	
}


.UserTableHeader
{
    font-weight: bold;
    text-align: left ;
}
.EditCol1 
{
    font-family: Verdana;
	font-size: 8pt;
	width:150px;
}
.EditUserCarAddPanel
{
    padding-top:10px;
    padding-bottom:10px;
    margin-top: 20px;
}
.UserInfo
{    
    font-family: Verdana;
    font-size: 9pt;
    color: #006400; /* Dark Green */
    font-weight: bold;
}
.UserError
{    
    font-family: Verdana;
    font-size: 9pt;
    color: Red;
    font-weight: bold;
}
.UserHeader
{
	font-family: Verdana;
	font-size: 9pt;	
    font-weight: bolder;
    color: Blue;   
    margin-bottom: 20px;
}
/* From User.css (End) */

/*** FROM PROVIDER RATING CSS ****/
.ProvPanel{margin: 10px 20px 10px 20px;}
.SendButton
{
	font-family: Verdana;
	font-size: 8pt;
	height: 18px;
	border: solid 1px DarkGray;
}
.ProvHeader
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bolder;
	color: Red;
	margin-bottom: 20px;
}
.Error
{
	font-family: Verdana;
	font-size: 9pt;
	color: Red;
	font-weight: bold;
}
.ProvCell{margin-right:20px;}
.NameTextbox{width:150px;}
.EmailTextbox{width:250px;}
.MaintCombo{width:100px;}
.ProviderRepeaterTable{border: solid 1px #d4d0c8;border-collapse:collapse;}

.ProviderRepeaterTableRowHeader{background-color: #dcdcdc; font-weight:bold }
.ProviderRepeaterTableRow{background-color: #ffffff}
.ProviderRepeaterTableRowAlt{background-color: #f5f5f5}
/*** FROM PROVIDER RATING CSS (END)****/
#divSType{padding:5px;border:solid 2px Black;width:180px;display:none;position:absolute;z-index:99;background-color:White;}

/*Front page*/
.sbTable{border:none;padding:none;font-family:Verdana;}
.sbTop1{background-image:url(../images/front/sideboxtop.gif); background-repeat:no-repeat;}
.sbTop1	div{width:298px;height:45px;vertical-align:middle;text-align:center;
	color:#FFFFFF;font-size:small;padding:15px 10px 0px 0px;}
.sbTop2{background-image:url(../images/front/sideboxbg.gif);background-repeat:repeat-y;}
.sbTop2 div{width:280px;color:#fa0204;padding:10px 0px 0px 10px;}
.sbMain {background-image:url(../images/front/sideboxbg.gif);background-repeat:repeat-y;}
.sbMain div{width:280px;color:#333333;font-size:smaller;padding:10px 10px 10px 10px;}
.sbMain strong{font-size:small;}
.sbMain a{color:#333333;}
.sbBot{background-image:url(../images/front/sideboxbottom.gif);background-repeat:no-repeat;}
.sbBot div{width:309px;height:24px;}
.bbTable{border:none;padding:none;font-family:Verdana;width:379px;}
.pnPanel{text-align:left;vertical-align:middle;color:White;padding-top:5px;}
.pnPanel strong {font-size:large;font-family:Myriad Pro,Arial;}
.pnPanel span{font-style: italic; font-size: small; font-weight: bold;margin-left:10px;}
.fltPanel{width:70%;position:absolute;top:170px;left:0px;color:White;}
.fltPanel table{width:100%;}
.fltPanel td{padding:0px 10px 5px 10px;width:20%;}
.banPanel{text-align:right;vertical-align:middle;width:160px;height:600px; margin-top:10px;margin-bottom:10px;}
.banPhone{width:300px;height:73px;text-align:right;}
.banPhoneLine1{font-family: Verdana,Arial; font-size: 8pt; font-weight: bold; color: White;}
.banPhoneLine2{font-family:Futura LT Book,Verdana,Arial; font-size: 18pt; font-weight: bold; color: White;margin:5px 0px 0px 30px;}
.banPhoneLine3{vertical-align: middle;text-align:right; font-family: Verdana; font-size: 8pt; font-weight: bold; color: White;}

/*MoreInfo*/
.MIHeader {width:100%;height:86px;background-image:url(../images/red_main_panel.jpg) ;background-repeat:repeat-x;}
.MIHeader a{text-decoration:none;}
#divMIAddress {float:left;width:200px;}
#divMIAddress a{color:Black;}
#divMIAddress a, #divMIAddress a:hover{text-decoration:none;}

.MIHQ{padding:10px 10px 10px 10px;margin:10px;border:dotted 1px Gray;width: 360px;}
.MIHQ h2{font-size:10pt;font-weight:normal;}
.MIMake a,.MIHQ a{color:Black;text-decoration:none;}
.MIMake a:hover,.MIHQ a:hover{color:Black;text-decoration:underline;}

/*SEO*/
.pnlSEO{font-family:Verdana, Arial;font-size: 11px;}
.pnlSEO img{border:none;}
.pnlSEO h1{font-size: 16px;}
.pnlSEO #divHeader{width:390px;}
.pnlSEO #divHeader h1{font-size: 16px;font-weight: bold;}
.pnlSEO #divHeader h1 a{font-size: 16px;font-weight: bold;text-decoration: none;}
.pnlSEOHeader{font-family: Futura LT Book,Verdana;Height:86px;Width:100%;background-image:url(../images/red_main_panel.jpg);}
.pnlSEOHeader h1 a{font-size: 16px;font-weight: bolder;color: White;text-decoration: none;}
.pnlSEOHeader table{width:100%;height:100%;}
.pnlSEOHeader td{padding-left:50px;vertical-align:middle;}
.pnlSEO h2 span{font-size: 11px;font-weight:bold;}

.pnlSEO #tblMake h2,.pnlSEO #tblSuburb h2{font-size: 11px;font-weight:bold;}
.pnlSEO #tblMake h2 a:hover,.pnlSEO #tblSuburb h2 a:hover{text-decoration:underline;}

.pnlSEO #tblLocation a{font-size:11px;color:Black;text-decoration:underline;}
.pnlSEO #tblLocation a span{font-size: 12px;font-weight:bold;color:Blue;white-space:nowrap;}

.pnlSEO #tblState h2{font-size: 11px;font-weight:normal;}
.pnlSEO #tblState h2 a:hover{text-decoration:underline;}

.pnlSEO #tblCentre h2{font-size: 11px;font-weight:normal;}
.pnlSEO #tblCentre h2 a:hover b{text-decoration:underline;}
.pnlSEO .SEOProvList{width:390px;}
.pnlSEO .SEOProvList img{border:none;width:86px;height:15px;}
.pnlSEO .SEOProvList strong{color:#3eba29;}
.pnlSEO .SEOProvList strong span{color:Black;font-weight:normal;}
.pnlSEO .SEOSeparator{width:100%;height:1px;background-color:LightGray;margin-top:10px;margin-bottom:10px;}

.pnlSEO span{padding:none;}
.pnlSEO h3{font-size: 11px;}
.pnlSEO td{vertical-align:top;}
.SEOPostcode{}
.SEOPostcode, .SEOPostcode input{font-size: 11px;}
.SEOPostcode table{background-color:#F4F4F4;margin-top:5px;}
.SEOStateList a{font-size:11px;color:Black;text-decoration:underline;}
.SEOStateList a span{font-size: 12px;font-weight:bold;color:Blue;}
.SEOMakeList,.SEOStateList{padding-top:0px;}
.SEOPriceGuide {padding-top:0px;}
.SEOPriceGuide td{padding-top:5px;padding-bottom:5px;}
.SEOVertDiv{width:1px;background-color:#d3d3d3;}
.SEOHQ {width:100%;height:23px;background-color:#E9E9E9;vertical-align:middle;font-size:11px;font-weight:bold;}
.SEOHQ div{height: 23px;padding-top:4px;float:left;}
.SEOHQ a{color:Black;text-decoration:none;float:left;}
.SEOHQ img{height:23px;border:none;}


/*Join Online*/
#tblSub{}
#tblSub td{text-align:center;vertical-align:top;border:solid 1px DarkGray;}
#tblSub .RowHeader{font-size:14px;font-weight:bold;background-color:#e5e5e5;}
#tblSub .RowHeader span{font-size:10px;font-weight:bold;}
#tblSub .BodyLarge strong{font-size:10px;}
#tblSub .Header1{background-color:Red;color:White;font-size:20px;font-weight:bold;}
#tblSub .Header2{background-color:#e5e5e5;font-size:12px;font-weight:bold;}
#tblSub .Header3{background-color:#e5e5e5;font-size:14px;font-weight:bold;}
#tblSub .BodySmall{font-size:10px;font-weight:bold;}
#tblSub .Body{font-size:12px;font-weight:bold;}
#tblSub .BodyLarge{font-size:14px;font-weight:bold;}
#tblSub td .NoBorder{border:none;}


/******Registration********/
.RegLabel{font-size:12px;font-weight:bold;color:#555;margin-left:15px;}
.regDiv {background-color: #fff; border: 1px solid #ddd;padding:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft: 5px;	
	}
.regTxt{border:none;font-size:14px;font-weight:bold;color:Black;width:195px;}
.regSlide{background-color:#fff;border: 1px solid #555;font-size:12px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright: 5px;	
	}
.regSlideImage{width:16px;height:16px;border:none;margin-left:5px;margin-right:5px;}
.regSlideLink{color:Blue;text-decoration:underline;cursor:pointer;}
.regSlideHelp{width:16px;height:16px;border:none;margin-top:5px;margin-right:5px;display:none;cursor:pointer;}

.RegPopup{width:600px;display:none;text-align:center;font-size:10pt;padding-bottom:10px;border:none;}

.RegPopupHeader{width:580px;background-color:Red;font-size:24px;font-weight:bold;color:#ffc500;text-transform:uppercase;margin:10px;}
.RegPopupNote{width:95%;text-align:left;}
.RegPopupNoteHeader {color:Red;font-weight:bold;vertical-align:top;}

.RegEmail{font-family:Arial Black,Verdana,Sans-Serif;font-size:medium;color:Red;}
.RegProv{font-family:Arial Black,Verdana,Sans-Serif;font-size:medium;color:Black;}

.RegWarningHeader{font-size:24px;font-weight:bold;color:#ffc500;text-transform:uppercase;}
.RegStopHeader{font-size:24px;font-weight:bold;color:Red;}

.divEmpty{width:3px;height:5px;}

#nameDiv, #emailDiv, #postDiv, #phoneDiv, #passDiv, #confDiv,#bussDiv,#addrDiv,#subDiv,#makeDiv{width: 200px;}
#nameSlide, #emailSlide,#postSlide, #phoneSlide, #passSlide, #confSlide,#bussSlide,#addrSlide,#subSlide,#makeSlide{width:260px;}
#nameSlideMsg, #emailSlideMsg,#postSlideMsg, #phoneSlideMsg, #passSlideMsg, #confSlideMsg,#bussSlideMsg,#addrSlideMsg,#subSlideMsg,#makeSlideMsg{width:215px;}


/*autocomplete*/
.autocomplete-w1 { background:url(shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

/*front page filter*/
#divFilterHeader{position: absolute; left: 250px; top: 167px; font-family: Tahoma; font-weight: bold; color: #fff0f1; font-size: 8pt;}
#divFilter{position:absolute;left:30px;top:182px;}
#divFilterDrop{width: 579px;background: transparent url(../images/front/dropdownbackground.png) repeat-y;background-position-y:center;display:none;padding:10px;font-weight: bold; color: White;}
#divFilterDrop input{}
#divFilterArrow{width:579px; background:transparent url(../images/front/footerbar.png) no-repeat;background-position-y:top; text-align:center;}
#divFilterArrow img{cursor:pointer;}
#divFilterButton{padding:5px 0px 0px 450px;}

/*Allow Contact CheckBox*/
.checkContact { color:#b7b7b7;margin-top:5px; }

/* Client Dashboard */
.ProvDashboardVoiceRecordingLabel
{
    color: green;
}

.NextCarServicePopupDateTextBox
{
    font-weight: bold;
    font-size: 12pt;
    width: 110px;
}
.MultiLineTextBox
{
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 11px;
}
.alertLabel
{
    color:Red;
    font-weight: bold;
}
.tblBrands label { visibility: hidden; }
