#frmMain  P, #frmMain LI, #frmMain SPAN, #frmMain LABEL, #frmMain SELECT, #frmMain INPUT,#frmMain div
{
	font-size: 11px;
}

#frmMain div 
{
	margin-bottom:10px;
}

#frmMain
{
	font-size: 100%; 
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

.formelement, .QuestionBox
{
	font-size: 100%;
	margin: 1px;
}
/* Hides from IE Mac \*/
.formelement, .QuestionBox {
	font-size: 100%;
}
/* End Hack */ 


/* Container */ 
.divSubContainer 
{
	float: left; 
	margin-right: 5px ;
	border: solid 1px white
}
.divContainer 
{
	text-align:left;
}
/* Hides from IE Mac \*/
.divContainer {
	clear: both;
}
/* End Hack */ 

.Floaty{
	border: 1px solid Gray;
	padding: 10px;
	text-align: center;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	display: none;
	background-color: #f8f8ff;
	border-left: #999999 1px solid;
	padding-top: 10px;
	border-bottom: #999999 1px solid;
	width: 175px;
}

.selectBox
{
	font-size: 0.9em;
}
	
.selectBoxDynamic
{
	background-color: White;
	border: solid 1px #cccccc;
}
	
/* Results Page Styles */

.altTimesMessage
{
	font-size: 0.9em;
	color: #777777;
}

.lightText
{
	color: #777777;
	font-size: 0.9em;
}

.providerText
{
	font-weight: bold;
}
	
.borderedRow
{
	BORDER-TOP: 1px dashed #cfcfcf; 
}

.priceLink:link, .priceLink:active, .priceLink:visited, .priceLink:hover, .priceLink{ 
	color: #000000 !important; 
	font-weight: bold; 
	text-decoration: underline; 
	font-size: 1em;
}

.goLink:link, .goLink:active, .goLink:visited, .goLink:hover
{
	color: #0066ff;
	text-decoration: underline;
}

.highlightLink:link, .highlightLink:active, .highlightLink:visited, .highlightLink:hover
{
	color: #0000ff;
	text-decoration: underline;
}

/* Quick Address User Control */
.quickaddress .answer
{
/*	
	padding-bottom: 0.5em !important;
*/
}

.quickaddress .quickaddress-requiredmessage
{
	color: Red;
	font-weight: bold;
	float: left;
	width: 99%;
	padding-top: 0.33em;
}

.quickaddress .quickaddress-findaddress
{
	vertical-align: bottom;
	margin-left: 1em;
}

.quickaddress .quickaddress-addresses
{
	float: left;
	width: 99%;
	padding-top: 0.5em;
	padding-bottom: 0.33em;
}

.quickaddress .quickaddress-addresses .quickaddress-addresses-heading
{
	margin-top: 0;
	margin-bottom: 0.66em;
	font-weight: bold;
}

.quickaddress .quickaddress-addresses-list
{
	border: #dedeef 1px solid; 
	padding: 0 0.66em 0 0.66em; 
	overflow: auto; 
	height: 6.5em !important;
}

.quickaddress .quickaddress-addresses-list ul
{
	width: 90%;
	padding: 0.25em 0 0.5em 0; 
}

.quickaddress .quickaddress-addresses-list li
{
	list-style-type: none;
}

.quickaddress .quickaddress-notfound
{
	float: left;
	width: 99%;
	padding-top: 0.5em;
	padding-bottom: 0.33em;
}

.quickaddress .quickaddress-notfound-heading
{
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0.5em;
	color: red;
}

.quickaddress .quickaddress-notfound-message
{
	margin-top: 0.5em;
	margin-bottom: 0;
}

.quickaddress .quickaddress-address
{
	float: left;
	width: 90%;
	padding-top: 0.5em;

	padding-bottom: 0.33em;	
}

.quickaddress .quickaddress-address-heading
{
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.25em;
}

.quickaddress .quickaddress-address-selected
{
	margin-top: 0.25em;
	margin-bottom: 0;
}
/* END Quick Address User Control */

/* START Tab Control */
.msfg-tabcontrol
{
	
}

.msfg-tabcontrol-tabs
{
	width:100%;
	display:block;
	list-style-type:none;
}

.msfg-tabcontrol-tabs li 
{
	float:left;
	margin-right:2px;
	background-position:right top;
	background-image:url(../images/tabcontrol/tab_inactive_right.png);
	background-repeat:no-repeat;
}

.msfg-tabcontrol-tabs li a
{
	display: block;
	padding:5px 15px 5px 15px;
	background-image:url(../images/tabcontrol/tab_inactive_left.png);
	background-repeat:no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#999;
}

.msfg-tabcontrol-tabs li a:hover
{
	color:#000;
}
.msfg-tabcontrol-tabs .msfg-tabcontrol-tab-selected
{
	background-image:url(../images/tabcontrol/tab_active_right.png);

}

.msfg-tabcontrol-tabs .msfg-tabcontrol-tab-selected a
{
	background-image:url(../images/tabcontrol/tab_active_left.png);
	color:#fff;

}

.msfg-tabcontrol .msfg-tabcontrol-tabpage-notselected
{
	clear:both;
	display:none;
}

.msfg-tabcontrol .msfg-tabcontrol-tabpage-selected
{
	clear:both;
	display:block;
	border:solid 1px #000;
}

/* END Tab Control */

/* Sponsored Links */ 
.msfg-advertrepeater-buttons
{
	color: #000;
	text-align: left;
}

.msfg-advertrepeater-buttons h2
{
	color: #666;
}

.msfg-advertrepeater-buttons ul li
{
	border: none;
	padding: 0 0 0 0;
	margin-bottom: 20px;
}

.msfg-advertrepeater-buttons ul li h3
{
	margin: 0 0 5px 0;
	float: none;
}

.msfg-advertrepeater-buttons ul li p
{
	margin: 0 0 0 0;
}

.msfg-advertrepeater-buttons ul li h3 a
{
	color: #0000CC !important;
	font-weight: bold;
	text-decoration: underline !important;
}

.msfg-advertrepeater-buttons-moreinfo
{
	color: #008000 !important;
}
/* END Sponsored Links */ 

/* Advert Repeater */
.msfg-advertrepeater-banners  {width:100%;}
.msfg-sponsoredlinks-banners h2 {margin-bottom:5px;  font-size:12px;font-weight:bold;}
.msfg-advertrepeater-buttons ul {list-style-type:none;}
.msfg-advertrepeater-banners ul li {margin-bottom:3px;border: 1px solid black;border-left:20px solid black; padding-right: 0px;}
.msfg-advertrepeater-banners ul li h3 {margin:3px;text-decoration:underline;font-size:11px;font-weight:bold;width:70%;float:left;}
.msfg-advertrepeater-banners p { margin:10px 4px; clear:left; }
.msfg-advertrepeater-banners-text { width:65%; }
.msfg-advertrepeater-banners-logo  { text-align:right; position:absolute; right:5px; top:5px; }
/* END Advert Repeater */

/* START Privacy Policy */
#PrivacyPolicy
{
	font-family: Arial;
	font-size: 12px;
	text-align: left;
}

#PrivacyPolicy h1
{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}

#PrivacyPolicy h2
{
	font-size: 14px;
	margin: 0 0 5px 0;
}

#PrivacyPolicy p
{
	margin: 0 0 11px 0;
}

#PrivacyPolicy ol
{
	list-style-type: lower-alpha;
}

#PrivacyPolicy ol li
{
	margin-top: 2px;
	margin-bottom: 3px;
}
/* END Privacy Policy */

.msfg-forumtopicsrepeater 
{
	list-style-type:none; 
	margin:1em 0;
}

.msfg-privacypolicy-scroll
{
	height:55px; 
	overflow:auto;
	padding: 3px; 
	width: 50%;
	border: solid 1px #dedeef;
}

/* Message Panel */
.msfg-infobox {clear:both; padding:10px 20px 10px 50px; background: #ffffc0 url(../images/icons/information_25.png) no-repeat 10px 10px; border:1px solid #ccc;}
.msfg-infobox p {margin:0 0 10px 0;}
.msfg-infobox-warning {background-image: url(../images/icons/warning_25.png);}
.msfg-infobox-error {background-image: url(../images/icons/error_25.png);}
.msfg-infobox-information {background-image: url(../images/icons/information_25.png);}
/* END Message Panel */

/* Loading Panel */
.msfg-loadingbox{position: absolute;padding:10px 20px 10px 50px; top: 280px;margin-left: 250px;filter: alpha(opacity=87);opacity: 0.87;-moz-opacity: 0.87;background: #ffffc0 url(../images/icons/hourglass.png) no-repeat 10px 5px;border: solid 1px #ccc;padding: 10px;width: 120px; }
.msfg-loadingbox p{ margin:0px; margin-left:25px; font-size:1.5em; color:#888888; padding-top:2px;}
/* END Loading Panel */

/* Rating Indicator */
.msfg-ratingindicator img {cursor:pointer;}
.msfg-ratingindicator p {display:inline; position:relative; top:-3px; padding-left:5px;}
.msfg-ratingindicator input {display:none;}
/* End Rating Indicator */

/**** Foruml Link ****/
.msfg-forumlink {font-weight:bold;}
.msfg-forumlink img {float:left; margin: 0px 10px 0px 10px;}
/**** End Foruml Link ****/

/* header with image and subheading */
.msfg-photoheading {position:relative; margin-bottom:10px; height:60px; background: url(../img/photo/header350x60.jpg) no-repeat top right;}
.msfg-photoheading h1 {color:#666; border:0; margin:0; padding-top:10px;}
.msfg-photoheading p {font-weight:bold; margin:0;}
.msfg-photoheading-promo {background: none !important;}
.msfg-photoheading-promo a {position:absolute; left:345px; top:0;}
