body,
td,
th 
{
	font-family: tahoma;
	font-size: 12px;
	color: #5D5D5D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.carsTableButton
{
	font-weight:bold;
	height: 22px;
	width:190px;
	background-image: url(/img/new/booton_BG.gif);
	background-position: right middle;
	text-align: right;
	padding-right: 1px;
	vertical-align: middle;
}

H1
{
	font-size:20px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

H2
{
	display:inline;
	font-size: 9pt;
	font-weight: bold;
	color: #3092B9;
	text-decoration: none;	
}

/*a:link, a:visited, a:active
{
	color: #5d5d5d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #000000;
}*/

.title_big, 
.title_big a, 
.title_big a:visited, 
.title_big a:active, 
.title_big a:link
{
	color: #5e5c5f;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
}
.title_big a:hover
{
	color: #5e5c5f;
	font-size: 20px;
	text-decoration: underline;
	font-weight: normal;
}

.title_sub, 
.title_sub a, 
.title_sub a:visited, 
.title_sub a:active, 
.title_sub a:hover,
.title_sub a:link
{
	color: #5e5c5f;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

/* Car Index Items - Modified by Joe */
td.CarIndexMainCell
{
	vertical-align: top;
	background-color: #ff4662;
}

table.CarIndex
{
	width: 100%;
	border: 0px;
	padding: 2px;
	border-collapse: collapse;
	font-family: arial;
	font-size: 12px;
}

table.CarIndex th
{
	background-color: #e3001c;
}

table.CarIndex td
{
	background-color: #ff4662;
}

table.CarIndex th a,
table.CarIndex th a:link,
table.CarIndex th a:hover,
table.CarIndex th a:visited,
table.CarIndex th a:active
{
	color: White;
	font-weight: bold;
}

table.CarIndex td a,
table.CarIndex td a:link,
table.CarIndex td a:hover,
table.CarIndex td a:visited,
table.CarIndex td a:active
{
	color: White;
	font-weight: bold;
}

/* Old styles */

.carTableHeader 
{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: 900;
	background-color: #6B6B6B;
	text-align: center;
}

.carIndexLinks, 
.carIndexLinks a, 
.carIndexLinks a:visited, 
.carIndexLinks a:active, 
.carIndexLinks a:link
{
	color: #5D5D5D;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.carIndexLinks a:hover
{
	color: #5D5D5D;
	text-decoration: underline;
}
/* Car Index Items - End */


.TabLink, 
.TabLink:link, 
.TabLink:visited, 
.TabLink:active 
{
	font-family:tahoma;
	font-size: 8pt;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
}
.TabLink:hover 
{
	color:#ffffff;
	text-decoration: underline;
}


.identification, .identification:link, .identification:visited, .identification:active 
{
	color: #5D5D5D;
	font-size: 11px;
	font-weight: bold;
}
.log_off, .log_off:link, .log_off:visited, .log_off:active,
	.log_off a:visited, .log_off a:active, .log_off a:link
{
	color: #5D5D5D;
	font-size: 11px;
}

/* TOP Button at the main page  - Not clicked */
.header_current, 
.header_current:link, 
.header_current:visited, 
.header_current:active, 
.header_current:hover
{
	background-position: center center;
	font-weight: bolder;
	font-size: 10px;
	background-image: url(/img/new/botton_on.gif);
	color: #e3001c;
	background-repeat: no-repeat;
	text-align: center;
}

/* TOP Button at the main page  - Clicked */
.header_link, 
.header_link:link, 
.header_link:visited, 
.header_link:active, 
.header_link:hover
{
	background-position: center center;
	font-weight: bolder;
	font-size: 10px;
	background-image: url(/img/new/botton_off.gif);
	vertical-align: middle;
	color: white;
	background-repeat: no-repeat;
	text-align: center;
}

/* New popup bottom buttons by Roman */
.popup_bottom_button_left
{
	width: 21px;
	height: 22px;
	background-image: url(/img/new/btn_popup_left.gif);
	background-position: right middle;
	background-repeat: no-repeat;}

.popup_bottom_button_middle
{
	height: 22px;
	background-image: url(/img/new/btn_middle.gif);
	background-position: middle middle;
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 3px;
	vertical-align: middle;
}

.popup_bottom_button_right
{
	width: 4px;
	height: 22px;
	background-image: url(/img/new/btn_popup_right.gif);
	background-position: left middle;
	background-repeat: no-repeat;
}

/* New top buttons by Joe */
.top_button_left
{
	width: 21px;
	height: 22px;
	background-image: url(/img/new/btn_dark_left.gif);
	background-position: right middle;
	background-repeat: no-repeat;
}


.top_button_right
{
	width: 4px;
	height: 22px;
	background-image: url(/img/new/btn_dark_right.gif);
	background-position: left middle;
	background-repeat: no-repeat;
}


.top_button_middle_commercials
{
	height: 22px;
	background-image: url(/img/new/btn_middle_dark.gif);
	background-position: middle middle;
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 3px;
	vertical-align: middle;
	font-weight:700;
}

/*
.top_button_middle a,
.top_button_middle a:link,
.top_button_middle a:visited,
.top_button_middle a:active,
.top_button_middle a:hover
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #e3001c;
}
*/

a.top_button_middle,
a.top_button_middle:link,
a.top_button_middle:visited,
a.top_button_middle:active,
a.top_button_middle:hover
{
	height: 28px;
	line-height:28px;
	display:block;
	background-image: url(/img/new/tab_light_btn.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 3px;
	vertical-align: middle;
	text-align:center;	
	width:112px;
	margin-top:8px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}

a.personal_start_top_button_middle,
a.personal_start_top_button_middle:link,
a.personal_start_top_button_middle:visited,
a.personal_start_top_button_middle:active,
a.personal_start_top_button_middle:hover
{
	height: 28px;
	line-height:28px;
	display:block;
	background-image: url(/img/new/personalStart.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 3px;
	vertical-align: middle;
	text-align:center;	
	width:85px;
	margin-top:8px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}

.top_button_left_cliked
{
	background-image: url(/img/new/btn_left_clicked.gif);
}


a.top_button_middle_cliked,
a.top_button_middle_cliked:link,
a.top_button_middle_cliked:visited,
a.top_button_middle_cliked:active,
a.top_button_middle_cliked:hover
{
	background-image: url(/img/new/tab_dark_btn.gif);
	height:31px;
	width:112px;
	background-repeat: no-repeat;
	line-height:31px;
	display:block;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-align:center;
	margin-top:5px;
}

a.top_button_middle_insurance,
a.top_button_middle_insurance:link,
a.top_button_middle_insurance:visited,
a.top_button_middle_insurance:active,
a.top_button_middle_insurance:hover
{
	height: 31px;
	line-height:31px;
	display:block;
	background-image: url(/img/new/insuranceTab.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 3px;
	vertical-align: middle;
	text-align:center;	
	width:112px;
	margin-top:8px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}

.top_button_right_cliked
{
	background-image: url(/img/new/btn_right_clicked.gif);
}


.top_special_button_left
{
	width: 20px;
	height: 23px;
	background-position: right middle;
	background-repeat: no-repeat;}

.top_special_button_middle
{
	height: 23px;
	background-position: middle middle;
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 3px;
	vertical-align: middle;
}

.top_special_button_right
{
	width: 7px;
	height: 23px;
	background-position: left middle;
	background-repeat: no-repeat;
}

.top_special_button_middle a,
.top_special_button_middle a:link,
.top_special_button_middle a:visited,
.top_special_button_middle a:active,
.top_special_button_middle a:hover
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #e3001c;
}

.top_special_private_left
{
	background-image: url(/img/new/btn_per_left.gif);
}
.top_special_private_middle
{
	background-image: url(/img/new/btn_per_middle.gif);
}
.top_special_private_right
{
	background-image: url(/img/new/btn_per_right.gif);
}
.top_special_private_middle a,
.top_special_private_middle a:link,
.top_special_private_middle a:visited,
.top_special_private_middle a:active,
.top_special_private_middle a:hover
{
	color: Black;
}

.top_special_ad_left
{
	background-image: url(/img/new/btn_ad_left.gif);
}


.top_special_ad_right
{
	background-image: url(/img/new/btn_ad_right.gif);
}
a.top_special_ad_middle,
a.top_special_ad_middle:link,
a.top_special_ad_middle:visited,
a.top_special_ad_middle:active,
a.top_special_ad_middle:hover
{
	background-image: url(/img/new/personalPublish.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height:28px;
	line-height:28px;
	width:84px;
	line-height:31px;
	display:block;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-align:center;
}
/* New top buttons by Joe - End*/

/* Personal Publish Ad */
.FormTableContainer
{
	width:228px; 
	height: 290px;
	text-align: center;
	vertical-align: top;
}

.FormTable
{
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	text-align: right;
	direction: rtl;
	color: #6b6b6b;
}

.FormTable input,
.FormTable select,
.FormTable SELECT
{
	color: #6b6b6b;
}

.FormTable input.Borders
{
	border: solid 1px #6b6b6b;
}

.FormTable td,
.FormTable th
{
	vertical-align: middle;
}

.TableHeader
{
	background-color: #e3001c;
	color: White;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	padding-left: 3px;
	padding-right: 3px;
	height: 21px;
}

.TableHeaderInvert
{
	background-color: #6b6b6b;
}

.THTitle
{
	width: 100%;
}

.THNumber
{
	background-image: url(/img/new/circle_white.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #e3001C;
	vertical-align: middle;
	text-align: center;
	text-align: center;
	border: solie 1px white;
	width: 19px;
	padding-right: 7px;
	padding-left: 7px;
}

.THNumberOnGrey
{
	background-image: url(/img/new/circle_white_on_gry.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #e3001C;
	vertical-align: middle;
	text-align: center;
	text-align: center;
	border: solie 1px white;
	width: 19px;
	padding-right: 7px;
	padding-left: 7px;
}

.THNumberInvert
{
	color: #6b6b6b;
}

.THIcon
{
	width: 19px;
	border: solie 1px white;
}

.TableBody a,
.TableBody a:link,
.TableBody a:hover,
.TableBody a:active,
.TableBody a:visited
{
	font-weight: bold;
	color: #6b6b6b;
}

.TableBody
{
	background-color: #d2d0d1;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	vertical-align: top;
}

.TableBodyInvert
{
	background-color: #e3001c;
}

.TableBodyInvert td
{
	color: White;
}

.TableBodyInvert th
{
	font-weight: bolder;
	color: White;
}

.TableBodyInvert input
{
	border: solid 1px black;
	color: #e3001c;
}

.ImageCardPhotoExample
{
	padding-left: 2px;
}

.ImageCardPhotoExample img
{
	width: 100px;
	height: 50px;
	border: solid 1px #6b6b6b;
}

.ImageCardWeekWinner
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: solid 1px #6b6b6b;
}

.ImageCardWeekWinner img
{
	width: 120px;
	height: 60px;
}


/* Personal Publish Ad - End */

/* General purpose by Joe */
.Spacer
{
	width: 12px;
}

.LightBackground
{
	background-color: #ff4662;
}

.DarkBackground
{
	background-color: #e3001c;
}

.BlackBorder
{
	border: solid 1px black;
}

.WhiteBorder
{
	border: solid 1px white;
}

.NoBorder
{
	border: 0px;
}

.ExpandFull
{
	width: 100%;
	height: 100%;
}

.TextBolder
{
	font-weight: bolder;
}

.TextBold
{
	font-weight: bold;
}

.ShadeButton
{
	border: 0px;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
	width: 100%;
	height: 22px;
}
.ShadeButtonLeft
{
	width: 23px;
	height:22px;
	background-image: url(/img/new/shade_btn_left.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.ShadeButtonMiddle
{
	height:22px;
	background-image: url(/img/new/shade_btn_middle.gif);
	background-position: center center;
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.ShadeButtonRight
{
	width: 7px;
	height:22px;
	background-image: url(/img/new/shade_btn_right.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.ShadeButtonMiddle input,
.ShadeButtonMiddle a,
.ShadeButtonMiddle a:link,
.ShadeButtonMiddle a:hover,
.ShadeButtonMiddle a:active,
.ShadeButtonMiddle a:visited
{
	height: 16px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6b6b6b;
	background-color: Transparent;
	border: 0px;
	padding-bottom: 4px;
	vertical-align: top;
}

/* General purpose by Joe - End */

/* New bottom links */
.ButtomLink
{
	white-space: nowrap; 
	font-family: Tahoma;
	color: #6b6b6b;
}

.ButtomLink a,
.ButtomLink a:link,
.ButtomLink a:hover,
.ButtomLink a:active,
.ButtomLink a:visited
{
	font-weight: normal;
}

.BLTitle
{
	padding-left: 10px; 
	padding-right: 10px; 
	font-weight: bolder;
}
/* New bottom links - End */

/* Frmae by Joe */
.buttons_frame_left
{
	height: 40px;
	width: 6px;
	background-image: url(/img/new/top_frame_left.gif);
	background-position: right middle;
	background-color: White;
	background-repeat: no-repeat;
}

.buttons_frame_middle
{
	height: 40px;
	background-image: url(/img/new/top_frame_middle.gif);
	background-position: right middle;
	background-color: White;
	background-repeat: repeat-x;
}

.buttons_frame_right
{
	height: 40px;
	width: 6px;
	background-image: url(/img/new/top_frame_right.gif);
	background-position: right middle;
	background-color: White;
	background-repeat: no-repeat;
}

/* Frmae by Joe - End */

.red_text {
	color: #FF0000;
}

.button_all, .button_all:link, .button_all:visited, .button_all:active, .button_all:hover
{
	font-weight: bolder;
	font-size: 10px;
	color: #e3001c;
	text-align: center;
	text-decoration: none;
}
.carIndexBtn, .carIndexBtn:link, .carIndexBtn:visited, .carIndexBtn:active, .carIndexBtn:hover
{
	font-size: 11px;
	font-weight: bolder;
	color: #4E4E4E;
	text-align: center;
}


.qs_title
{
	font-size: 11pt;
	font-weight: bold;
	color: #6B6B6B;
	text-decoration: none;	
}

.header, .header:link, .header:visited, .header:active, .header:hover,
.header a:visited, .header a:active, .header a:link
{
	font-size: 8pt;
	font-weight: bold;
	color: #4E4E4E;
	text-decoration: none;
}

.header:hover,
.header a:hover
{
	font-weight: bold;
	/*color: #3092B9;*/
	text-decoration: underline;
}


.bottomQLinks, 
.bottomQLinks:link, 
.bottomQLinks:visited, 
.bottomQLinks:active, 
.bottomQLinks a:visited, 
.bottomQLinks a:active, 
.bottomQLinks a:link
{
	font-weight: bold;
/*	color: #3092B9;*/
	color: White;
	text-decoration: none;
	
	font-family: tahoma;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bottomQLinks:hover 
{
	text-decoration: underline;
}

.line_none
{
	display: none;
}

/* Quick Menu New - by Joe */
/*.QuickMenu,
.QuickMenu a,
.QuickMenu a:hover,
.QuickMenu a:link,
.QuickMenu a:visited,
.QuickMenu a:active

{
	color: #6b6b6b;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 6px;
	text-decoration: none;
}

.QuickMenu_Level1
{
	background-color: #ebebeb;
}

.QuickMenu_Level2
{
	background-color: #dddddd;
}

.QuickMenu_Level3
{
	background-color: #d2d0d1;
}

.QuickMenu_On,
.QuickMenu_On a,
.QuickMenu_On a:hover,
.QuickMenu_On a:link,
.QuickMenu_On a:visited,
.QuickMenu_On a:active
{
	color: White;
	background-color: #e3001c;
}*/
/* Quick Menu New - by Joe - END */

/* Tabular QuickMenu */

.RegularQuickMenu
{
	color: #6b6b6b;
	height: 19px;	
	font-size: 11px;
	font-weight: bold;	
	border:none;
	padding:0px 1px;
	width:70px;
	/*border-bottom:2px solid #dcdcdc;*/
	background-image:url(/img/new/drek.gif); 
	background-position:left bottom; 
	background-repeat:repeat-x;
}

.RegularQuickMenu a,
.RegularQuickMenu a:hover,
.RegularQuickMenu a:link,
.RegularQuickMenu a:visited,
.RegularQuickMenu a:active
{	
	display:block;
	line-height:25px;
	border: solid 1px #dcdcdc;
	border-bottom:none;
	border-top:none;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;	
	color: #6b6b6b;
}

.RegularQuickMenu_Level1
{
	background-color: #ffffff;
	cursor:pointer;
	/*background-image:url(/img/new/2-line-border.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	border:none;*/
}


.SelectedQuickMenu_On
{
	border-bottom:none;
	/*background-image:url(/img/new/2-line.gif);*/
}

.SelectedQuickMenu_On,
.SelectedQuickMenu_On a,
.SelectedQuickMenu_On a:hover,
.SelectedQuickMenu_On a:link,
.SelectedQuickMenu_On a:visited,
.SelectedQuickMenu_On a:active
{
	color: #ea303c;
	background-color:White;
	
}

.carTdSpacer
{
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	height: 25; 
}
.SlidingDiv
{
	overflow: hidden; 
	width: 560; 
	border: 1px solid #a0a0a0;
}

/* Red Button From IFrame */
.Red_AD_Button
{
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	color: #e3001c;
	text-decoration: none;
	white-space: nowrap;
	min-width: 100px;
	-moz-min-width: 100px important;
}
/* Red Button From IFrame - End */

/* Red Button From IFrame */
.Light_AD_Button
{
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	color: white;
	text-decoration: none;
	white-space: nowrap;
	min-width: 100px;
	-moz-min-width: 100px important;
}
/* Red Button From IFrame - End */

.notUnderLinedLink, 
.notUnderLinedLink:link, 
.notUnderLinedLink:visited, 
.notUnderLinedLink:active 
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #2D6E80;
	cursor: pointer; 
	TEXT-DECORATION: none;
}

.notUnderLinedLink:hover 
{
	text-decoration: underline;
}

.footer, .footer:link, .footer:visited, .footer:active {
	font-size: 10px;
	text-decoration: none;
	color: #000000;	
	font-weight: normal;
}
.footer:hover {
	text-decoration: underline;
}

.toplinks, .toplinks a, .toplinks a:visited, .toplinks a:active, .toplinks a:link
{	
	color: #5D5D5D;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.toplinks a:hover
{
	text-decoration: underline;
}

.kombo {
	direction: rtl;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.searchBtn
{
	background-image: url(/img/new/serch.gif);
	border-width: 0;
	width: 52;
	height: 21;
	cursor: pointer;
}

TABLE
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px
}
INPUT
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    FONT-FAMILY: arial;  
}
TEXTAREA
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 13px;
    FONT-FAMILY: arial
}
SELECT
{
    FONT-SIZE: 13px;
    FONT-FAMILY: arial
}
.radio
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px
}
.inputbox
{
    BORDER-RIGHT: #4c93bf 1px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #4c93bf 1px solid;
    PADDING-LEFT: 3px;
    BORDER-LEFT: #4c93bf 1px solid;
    BORDER-BOTTOM: #4c93bf 1px solid
}

.abutton
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: gray 1px solid;
    PADDING-LEFT: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BORDER-LEFT: gray 1px solid;
    cursor: pointer;
    COLOR: white;
	width:350px;
    BORDER-BOTTOM: gray 1px solid;
}

.htmlbutton
{
    BORDER-RIGHT: gray 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: gray 1px solid;
    PADDING-LEFT: 0px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BORDER-LEFT: gray 1px solid;
    cursor: pointer;
    COLOR: white;
    BORDER-BOTTOM: gray 1px solid;
    BACKGROUND-COLOR: darkblue
}

.homePageLink, .homePageLink a, .homePageLink a:visited, .homePageLink a:active, .homePageLink a:link,
.homePageLink:visited, .homePageLink:active, .homePageLink:link
{
	font-family: tahoma;
	font-size: 8pt;
	color: #5e5c5f;
	cursor: pointer; 
	font-weight: bold;
}
.homePageLink:hover, .homePageLink a:hover
{
	font-family: tahoma;
	font-size: 8pt;
	color: #5e5c5f;
	cursor: pointer; 
	font-weight:bold;
}
.bottomMenuLink
{
	font-family: tahoma;
	font-size: 8pt;
	color: #000000;
	cursor: pointer; 
	text-decoration: none;
}
.bottomMenuLink:hover
{
	font-family: tahoma;
	font-size: 8pt;
	color: #000000;
	cursor: pointer; 
	text-decoration: none;
}

.ExtraDetailsLink
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #2D6E80;
	cursor: pointer; 
	TEXT-DECORATION: none;
}
.ExtraDetailsLink:hover
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #2D6E80;
	cursor: pointer; 
	TEXT-DECORATION: underline;
}

.ExtraDetailsBottomLink, .ExtraDetailsBottomLink a, .ExtraDetailsBottomLink a:visited, .ExtraDetailsBottomLink a:active, .ExtraDetailsBottomLink a:link,
.ExtraDetailsBottomLink:visited, .ExtraDetailsBottomLink:active, .ExtraDetailsBottomLink:link
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	/*color: #3092B9;*/
	color: #4E4E4E;
	cursor: pointer; 
	TEXT-DECORATION: none;
}
.ExtraDetailsBottomLink:hover
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #676568;
	cursor: pointer; 
	TEXT-DECORATION: underline;
}

.ExtraDetailsBottomText
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #676568; 
}

.ExtraDetailsCheckLink
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #BB0423;
	cursor: pointer; 
	TEXT-DECORATION: underline;
}
.ExtraDetailsCheckLink:hover
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #BB0423;
	cursor: pointer; 
	TEXT-DECORATION: none;
}
.CloseLink, 
.CloseLink a, 
.CloseLink a:visited, 
.CloseLink a:active, 
.CloseLink a:link, 
.CloseLink:visited, 
.CloseLink:active, 
.CloseLink:link
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
	cursor: pointer; 
	TEXT-DECORATION: underline;
}
.CloseLink:hover
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
	cursor: pointer; 
	TEXT-DECORATION: none;
}
.ExtarDetailsStyle
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	word-wrap: break-word;
	text-align:justify;
	color:#4e4e4e;
}

.searchSpan
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bolder;
	COLOR: #359AC6;
}
.decSelect
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	/*COLOR: white;*/
	color: #5e5c5f;
	height:17;
	border:solid 0px black;
}
.decSelect input,
.decSelect textarea,
.decSelect SELECT,
.decSelect select
{
	color: e3001c;
	border: solid 1px black;
}

.decSelect1
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: RED;
	height:17;
	border:solid 0px gray;
}
.agenciesSelect
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 10pt;
	COLOR: #ff0000;
	width:142px;
	border-color:Gray;
}
.searchRadio
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
	width:142px;
}
.bottomCredit
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR: #666465;
	text-decoration:none;
}
.headlineSpan
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR: #359ac6;
}
.PagingSpan
{
	font-weight: bold;
	font-size: 8pt;
	/*color: #6B6B6B;*/
	color:White;
	/*color: #5d5d5d;*/
	font-family: Tahoma;
}

.PagingSpanRed
{
	font-weight: bold;
	font-size: 8pt;
	/*color: #6B6B6B;*/
	color:#e3001c;
	/*color: #5d5d5d;*/
	font-family: Tahoma;
}
.PagingLink, .PagingLink a, .PagingLink a:visited, .PagingLink a:active, .PagingLink a:link
{
	
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	/*COLOR: #6B6B6B;*/
	color:White;
	text-decoration:none;
}
.PagingLink:hover
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	/*COLOR: #6B6B6B;*/
	color:White;
	text-decoration: underline;
}

/*.SitePath
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:none;
}
.SitePath a
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:none;
}
.SitePath a:visited, a:active, a:link
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:none;
}
.SitePath a:hover
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:red;
	text-decoration:underline;
}
*/

.PagingNumber, .PagingNumber a, .PagingNumber a:visited, .PagingNumber a:active, .PagingNumber a:link,
.PagingNumber:visited, .PagingNumber:active, .PagingNumber:link
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:white;
	text-decoration:none;
}
.PagingNumber : visited, active, link
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:none;
}


.FieldLabel
{
	font-weight: bold;
	font-size: 8pt;
	color: #5d5d5d;
	font-family: Tahoma;
}

.BottomSearchLink
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:underline;
}
.BottomSearchLink:hover
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:none;
}



.CloseLink
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR:#ffffff;
	text-decoration:none;
}
.CloseLink:hover
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	COLOR:#ffffff;
	text-decoration:underline;
}
.MemberTitle
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	COLOR:#5E5C5F;
}
.ChooseArea
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold;
	COLOR:#5F5D5E;
}
.RegLink
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:underline;
}
.RegLink:hover
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:none;
}

.DelLink
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:none;
}
.MoreDetailsLink
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:Black;
	text-decoration:none;
}
.DelLink:hover
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:underline;
}
.RegisterSpan
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: #5E5C5F; 
	TEXT-DECORATION: none;
}
.WarningSpan
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#ffffff;
	text-decoration:none;
}
.EmailSpan
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 7pt;
	/*COLOR:#117BA5;*/
	color: #000000;
	text-decoration:none;
}
.EmailSentSpan
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold;
	/*COLOR:#117BA5;*/
	color: #5e5f5c;
	text-decoration:none;
}
.AdInsertSpan
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
}
.AdInsertInvertSpan
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR: #2A95C1;
}
.ChoossAirCondition
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
}
.photoRemark
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10px;
	COLOR: white;
	height:17;
	border:solid 0px gray;
}
.photoRadio
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: white;
	font-weight:bold;
}
.inputbox
{
	padding-right: 3px;
	padding-left: 3px;
	width: 220px;
	background-color:White;
	COLOR: #066897;
	border: solid 1px black;
}
.contactDetails
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: #ffffff;
	font-weight:bold;
}
.warnSpan
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: #5E5E5E;
	font-weight:bold;
}
.AdContactRemark
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: #ffffff;
}
.AgentText
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 12px;
	/*COLOR: #056595;*/
	color: #5e5c5f;
	line-height:18px	
}
.AgentSmallText
{
	FONT-FAMILY: Arial;
	FONT-SIZE: 7pt;
	COLOR: #000000;
	line-height:15px;
}
.AgentAlertText
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	/*COLOR: #056595;*/
	color: #5e5c5f;
	font-weight: bold;
	line-height:18px	
}
.AgentAddSpan
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 9pt;
	COLOR: #2A95C1; 
	font-weight:bold;
}

.AgentEditLinkCell a
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: #066498;
	text-decoration:underline; 
}
.AgentEditLinkCell a:hover
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE:  8pt;
	COLOR: #066498;
	text-decoration:none;
}
.OrderSpan
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	COLOR:#117BA5;
}
.OrderAlertText
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	COLOR:#585D60;
}
.adActionUpperSpan
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 13pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:none;
}
.adActionMiddleSpan
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 11pt;
	FONT-WEIGHT: bold;
	COLOR:#117BA5;
	text-decoration:none;
}
.adActionLowerSpan
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR:#4B5860;
	text-decoration:none;
}
.agencyPagingObj
{
	color:#000000;
	text-decoration:none;
	cursor:default;
}
.agencyPagingObj:hover
{
	color:#000000;
	text-decoration:underline;
	cursor:hand;
}
.adAgencyDetails
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bolder;
}
.adAgencyDots
{
	FONT-SIZE: 11pt;
}
.siteMenusFontWhite
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR:#ffffff;
	text-decoration:none;
	FONT-WEIGHT: bold;
}
.siteMenusFontRed
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR:#ff0000;
	text-decoration:none;
	FONT-WEIGHT: bold;
}
.siteMenusFontBlue
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR:#0000ff;
	text-decoration:none;
	FONT-WEIGHT: bold;
}
.mainDiv
{
	padding:3px 10px;
	border:0px solid black;
	background-color:#EAEAEA;
	width:750px;
}
.tipTitle
{
color:#066297;
font:normal 12px Tahoma;	
}
.SearchCheckBoxStyle
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
}
.tipTitleBig
{
color:#000000;
font:bold 15px Tahoma;
text-decoration:underline;	
}

.tipText ,.profileTex, .regulationText
{
	color:#4B4B4D;
	font:normal 11px Tahoma;	
}
.areaLink
{
	color:#498EB5;
	font:normal 12px Tahoma;	
	text-decoration:underline;
}
.selectedAreaLink
{
	color:#E5032B;
	font:normal 12px Tahoma;	
	text-decoration:underline;
}
.lineSpan
{
	color:#3B9BC3;
	font-size:16px;
}
.sitesIndexTitle
{
	font-family:Tahoma;
	color:#0673AB;
	font-size:13px;
	font-weight:bold;
}
.sitesIndexContent
{
	font-family:Tahoma;
	color:#7A797E;
	font-size:12px;
}
.SitesIndexLink
{
	color:#1285B1;
	font-family:Tahoma;
	font-size:12px;
	text-decoration:underline;
	font-weight:400;
}
.imgList
{
	padding:5px;
}
.menuLinkStyle
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: #5E5C5F;
	cursor: pointer; 
	TEXT-DECORATION: none;
	FONT-WEIGHT: bolder;
}
.menuLinkStyle:hover
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: #5E5C5F;
	cursor: pointer; 
	TEXT-DECORATION: underline;
	FONT-WEIGHT: bolder;
}
.TextBox01 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	border: 1px solid #B4CCEB;
}
.searchLinks {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 23px;
	text-decoration: none;
}/*
a.searchLinks:hover {
	background-attachment: fixed;
	background-color: #54B818;
	background-image: url(images/search_link_arrow.gif);
	background-position: center 15px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	text-decoration: none;
}*/

.searchLinksClicked
{
	background-attachment: fixed;
	background-color: #54B818;
	background-image: url(img/search_link_arrow.gif);
	background-position: center 15px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	text-decoration: none;
}

.msnLinks {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


a.msnLinks:link,a.msnLinks:visited {
font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.msnLinks:hover {
font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.topBannerBG {
	background-attachment: fixed;
	background-image: url(img/top_banner_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 74px;
	width: 780px;
}
.TipsPageTitle
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR:#086296;
	text-decoration:none;
}
.TipsPageText
{
	COLOR:#3C3C3C;
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 15px;
}
.TipsPageButtomText
{
	COLOR:#4B4B4B;
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 9pt;
	LINE-HEIGHT: 15px;
	FONT-WEIGHT: bold;
}
.TipsPageLinkText
{
	COLOR:#C50908;
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
}

.CarType
{
	background-color: #c9d4d8;
	cursor: pointer;
	font-family: Arial;
	text-align: center; 
	border-style: none;
	font-size: 10px;
}
.CarTypeSelected
{
	background-color: #8888cc;
	font-weight: bold;
	font-family: Arial;
	text-align: center; 
	font-size: 10px;
}
.CarName
{
	background-color: #c9d4d8;
	cursor: pointer;
	font-family: Arial;
	text-align: center; 
	border-style: none;
	font-size: 10px;
}
.CarNameSelected
{
	background-color: #88cc88;
	font-weight: bold;
	font-family: Arial;
	text-align: center; 
	font-size: 10px;
}
.CarModel
{
	background-color: #c9d4d8;
	cursor: pointer;
	font-family: Arial;
	text-align: center; 
	border-style: none;
	font-size: 10px;
}
.CarModelSelected
{
	background-color: #cc8888;
	font-weight: bold;
	font-family: Arial;
	text-align: center; 
	font-size: 10px;
}

.agencyNameTitle
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	COLOR: #359ac6;
}

.agencyDescTitle
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	COLOR: #6b6b6b;
}

.agencyDescText
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	COLOR: #5D5D5D;
}

.agencyHeaderNameCurrent {
	background-color: #e3001c;
	font-weight: bolder;
	color: #FFFFFF;
}

/*.navigationBar
{
	background-image: url(/img/new/nav_in.gif);
}*/

.toolbarCss, .toolbarCss:link, .toolbarCss:active,  .toolbarCss a, .toolbarCss a:visited, .toolbarCss a:active
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #5d5d5d;
	background-color: #e4e4e4;
	
}
.toolbarCss:visited, .toolbarCss:hover, .toolbarCss a:hover
{
	text-decoration: underline;
	color: #5d5d5d;

}

.GridMargin
{
	margin-left: 4px;
}
.GridMargin2
{
	margin-left: 2px;
	text-align: center;
}
.CustomExtendedOptions
{
	height: 2px;
	font-size: 2px;
}

.lnkAgreement, 
.lnkAgreement a, 
.lnkAgreement a:visited, 
.lnkAgreement a:active, 
.lnkAgreement a:link, 
.lnkAgreement a:hover
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: #6b6b6b;
	font-weight:bold;
	text-decoration: underline;
}

blink { behavior:url(/include/blink.htc);}

.lnkAnchorSlogan, 
.lnkAnchorSlogan a, 
.lnkAnchorSlogan a:visited, 
.lnkAnchorSlogan a:active, 
.lnkAnchorSlogan a:link, 
.lnkAnchorSlogan a:hover
{
	font-family: Arial;
	font-size: 12px;
	color:#5d5d5d;
	font-weight:bold;
	text-decoration:none;
}

.gridInnerLink, 
.gridInnerLink a, 
.gridInnerLink a:visited, 
.gridInnerLink a:active, 
.gridInnerLink a:link, 
.gridInnerLink a:hover
{
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	color: #5b605a; 
	/* color: White; */
}

.AdobeLink, 
.AdobeLink a, 
.AdobeLink a:visited, 
.AdobeLink a:active, 
.AdobeLink a:link
{
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	color: #777777;
}

.AdobeLink a:hover
{
	text-decoration: underline;
}
.DataGridCarsListItem
{
	border-left-color:Silver;
	border-left-width:1px;
	border-left-style:solid;
	border-bottom-color:Silver;
	border-bottom-width:1px;
	border-bottom-style:solid;
	vertical-align:middle;
	 
	color:Black;
	font-weight:bold;
	
}


.AdBottomLink, .AdBottomLink a, .AdBottomLink a:visited, .AdBottomLink a:active, .AdBottomLink a:link, .AdBottomLink:visited, .AdBottomLink:active, .AdBottomLink:link
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	FONT-WEIGHT: normal;
	COLOR: #BFFF87;
	cursor: pointer; 
	TEXT-DECORATION: underline;
}

.NullableTextBox
{
	behavior:url(/include/NullableTextBox.htc);
}

.photoRemarkRed
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 10px;
	COLOR: White;
	height:17;
	border:solid 0px gray;
}

.EmphBack
{
	background-image:url(../img/new/RedContactBack.gif);	
}
.NormalBack
{
	background-image:url(../img/new/WhiteContactBack.gif);
}

.NormalBack, .EmphBack
{
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:fixed;
	padding:5px;
	padding-right:10px;
}

	.NormalBack h1, .EmphBack h1
	{
		font-weight: bold;	
		font-size: 11px;	
		color: #ffffff;	
		font-family: tahoma
	}
.NormalBack form /* Skype Number Underlining Hack */
{	
	width:160px;
	overflow:hidden;
	
}	
#Contactform
{
	direction:rtl;
	font-size: 9px;	
	color: #e3001c;	
	font-family: tahoma;
	font-weight:bold;
	vertical-align:bottom;
	
}

	#Contactform label
	{
		display:block;
	}
	
	#Contactform .ExtarDetailsStyle
	{
		font-size:11px;
		font-weight:normal;
	}
	
	#txtSenderName, #txtPhoneSuffix, #ddlPhonePrefix
	{
		border:solid 1px #c8c8c8;
	}
	
	#Contactform #txtSenderName
	{		
		width:137px;
		vertical-align:middle;	
	}

	#Contactform #txtPhoneSuffix
	{
		width:85px;
		height:19px;
		font-size:12px;
		vertical-align:middle;
	}

	#Contactform #ddlPhonePrefix
	{
		width:45px;
		font-size:11px;
		vertical-align:middle;
		margin-top:1px;
	}
	
	#Contactform .validationOff
	{
		display:none;
	}
	
	
	#Contactform .validationOn
	{
		display:inline;
		color:Red;
		font-weight:bold;
		padding-left:1px;
		padding-right:1px;
		cursor:pointer;
	}
	
	#Contactform .validation2
	{
		display:inline;
		color:white;
		margin-top:5px;
		font-size:11px;
		float:right;
	}
	
	#Contactform .hilightedTextBox
	{
		background-color:#eaeaea;
	}
	
	
	#Contactform .contactButton
	{
		margin-top:5px;
		float:left;
	}


.EmphBack #Contactform, .EmphBack #Contactform .validationOn, .EmphBack .ExtarDetailsStyle
{
	color:White;
}
	
#lblErrorMessage
{
	direction:rtl;
}

#NormalDetails p
{
	float:right;
	text-align:right;
	width:90px;
}

#NormalDetails a
{
	display:block;
	direction:ltr;
	font-weight:normal;
	text-align: left;
}

#NormalDetails span
{
	float:right;
	width:70px;
}

.emphaticWord
{
	color:#E3001B;
}

.strongLink, 
.strongLink a, 
.strongLink a:link, 
.strongLink a:visited, 
.strongLink a:hover,
.strongLink a:active 
{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 8pt;
	COLOR: #E3001B;
	font-weight:bold;
	text-decoration: underline;
}

.publishTitle
{
	font-size: 8pt;
	font-family:Tahoma;
	font-weight:bold;
	color:Black;
}

#footballLeagueSynopsis
{
	font-family:		Arial;
	font-size:			12pt;
	font-weight:		bold;
}

	#footballLeagueSynopsis a,
	#footballLeagueSynopsis a:visited, 
	#footballLeagueSynopsis a:active, 
	#footballLeagueSynopsis a:link, 
	#footballLeagueSynopsis a:hover
	{
		font-family:		Arial;
		font-size:			12pt;		
		color:				#5d5d5d;		
		text-decoration:	none;				
	}
	
	#footballLeagueSynopsis span
	{		
		color:#D70202;
	}

.footballLeagueHouse a
{
	text-decoration:	none;
}

.footballLeagueHouse tr td
{
	font-family:		Arial;
}

.footballLeagueHouseATitle, .footballLeagueHouseBTitle
{
	background-image:	url(/img/FootballLeague/h1.gif); 
	text-align:			right; 
	height:				35px; 
	padding-right:		65px; 
	background-position:center top;
	background-repeat:	no-repeat;
	color:				#D70202;
	font-size:			15pt;
	font-family:		Arial;
	line-height:		35px; 
}

.footballLeagueHouseBTitle
{
	background-image:url(/img/FootballLeague/h2.gif); 
}

.footballLeagueHeader td
{
	color:				White;
	background-color:	#D70202;
	height:				22px;
	font-family:		Arial;	
	font-size:			11pt;
}

.footballLeagueHeader th
{
	color:				White;
	background-color:	#D70202;
	height:				22px;
	line-height:		22px;
	font-family:		Arial;	
	font-size:			11pt;
	border:				0px;
	text-align:			center;
}

.footballLeagueTr
{
	height:				27px;
	background-color:	#FEFEFE;
	text-align:			right;
}

.footballLeagueTr img,
.footballLeagueAlternateTr img
{	
	vertical-align:		middle;
	float:				left; 
	margin-top:			-17px;
	height:				17px;
	margin-right:		2px;
}

.footballLeagueTr td, 
.footballLeagueTr a,
.footballLeagueTr a:link, 
.footballLeagueTr a:visited, 
.footballLeagueTr a:hover,
.footballLeagueTr a:active 
{	
	font-size:			11pt;
	color:				Black;	
}

.footballLeagueAlternateTr
{
	height:				27px;
	background-color:	#EAEAEA;
	text-align:			right;
}

.footballLeagueAlternateTr td,
.footballLeagueAlternateTr a,
.footballLeagueAlternateTr a:link, 
.footballLeagueAlternateTr a:visited, 
.footballLeagueAlternateTr a:hover,
.footballLeagueAlternateTr a:active 
{	
	font-size:			11pt;
	color:				Black;
}

.footballLeagueBorder
{
	background-image:	url(/img/FootballLeague/pas.gif); 
	background-position:center; 
	background-repeat:	repeat-y;
}

#FootballDreamLeagueArticle tr td p, 
#FootballDreamLeagueArticle h1,
#FootballDreamLeagueArticle h1 a
{
	font-family:		Arial;
}

#FootballDreamLeagueArticle h1 a
{
	text-decoration:	none;
}

#FootballDreamLeagueArticle tr td h1, 
#FootballDreamLeagueArticle h1 a
{
	font-size:			18pt;
	font-weight:		bold;
}

#FootballDreamLeagueArticle tr td p a
{
	text-decoration:	none;
	/*width:				400px;
	display:			inline;
	font-size:			10pt;*/
}

.FootballDreamLeagueArticleSynopsys
{
	color:				#929292;
	font-size:			13pt;
	font-weight:		bold;
}

.FootballDreamLeagueArticleSynopsys a
{
	color:				#929292;
	font-size:			13pt;
	font-weight:		bold;
	text-decoration:	none;
}

#FootballDreamLeagueArticle tr td h1, 
#FootballDreamLeagueArticle h1 a
{
	DISPLAY:inline;
	FONT-SIZE:16pt;
	COLOR:red;
}

.FootballDreamLeagueArticleBold
{
	text-decoration:	underline;
	font-family:		Arial;
	font-weight:		bold;
}

/*#footballLeagueGallery
{
	border-collapse:collapse;	
}

	#footballLeagueGallery td, #footballLeagueGallery th
	{
		border-left: 3pt white solid;
		border-bottom: 3pt white solid;
		border-top:none;
	}*/


tool\:tip   
{
	
	behavior: url(/include/tooltip_js.htc);
}

tool\:tip div
{
	direction:rtl;
	TEXT-JUSTIFY: auto;
	text-align:justify;
	font-family:Arial;
	width:250px;
	padding:5px;	
}

.tip		
{
	margin-top:1px;
	cursor:hand;
}

.modelNameDiv
{
	display:inline;
	float:right;
	padding:0px 2px;
}

.modelNameDiv a
{
	color:#6b6b6b;
	height: 19px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space:nowrap;
}

.modelNamesTd
{
	/*border: solid 1px black;*/
	border: none;
	height:90px;
	vertical-align:text-top;
}

.manNamesTd
{
	border-top: none;
	padding: 5px;
	float:right;
	text-align:right;
	height:90px;
	width:586px;
	padding-top:20px;
}

.manNamesTd a, .manNamesTd span
{
	padding:0px 3px;
	color:#6b6b6b;
	height: 19px;	
	font-size: 11px;
	text-decoration: none;
	margin:0px;
}
.manNamesTd span
{
	padding:0px;
	margin:0px;	
	margin-right:-5px;	
}

.manNamesTd a.Selected
{
	color:#ea303c;
	font-weight:bold;
}

.selectedManModel
{
	/*background-color:red;*/
	font-size:13px;
	color:#ea303c;
}

.newSearchButton
{
	padding:3px; 
	text-decoration:underline; 
	color:black;
	font-size:11px;
	border-collaspe:normal;
}

/*#SeperatorTD
{
	line-height:1px;
	border:none;
	border-top:1px solid white;
	padding-top:5px;
	margin:0xp;
	height:4px;
	background-image:url(/img/new/shadow.gif);
	background-repeat:repeat-x;
	
}*/

#navBar
{
	padding-top: 8px;
	padding-right: 8px;
}

#navBar *
{
	float:right;
}

#navBar, #navBar a
{
	direction:rtl;
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	color: #ea303c;
	text-decoration:none;
}

#navBar a:hover
{
	FONT-FAMILY:Tahoma;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	color: #ea303c;
	text-decoration: underline;
}

#navBar span
{
	COLOR: #6B6B6B;
} 

.fakeDDL input   
{   
	margin-bottom:-3px;
	margin-right:-4px;
}

.fakeDDL span
{
	width:				60px;
	background-color:	white; 
	height:				20px;
	/*border-style:		inset; 
	border-width:		2px;*/
	border-style:		solid;
	border-color:		#7b9ebd;
	border-width:		1pt;
	border-left-width:	0px; 
	margin-bottom:		-3px; 
	padding:			1px; 
	padding-right:		2px;
	text-align:			right;
	font-size:			11px;
	direction:			rtl; 
	font-family:		Arial, Helvetica, sans-serif; 
	overflow:			hidden;
} 

.rangeDDL
{
	width:				80px; 
	height:				20px; 
	position:			absolute; 
	z-index:			5;
	filter:				alpha(opacity=1); 
	background-color:	blue;	
}

.rangeList
{
	width:				140px; 
	height:				90px; 
	border:				solid 1px black; 
	display:			none; 
	position:			absolute; 
	z-index:			101; 
	direction:			rtl; 
	border-top:			0px;
	background-color:	#7a7a7a;
}

.rangeList div
{
	padding-top:		2px; 
	padding-left:		4px; 
	text-align:			left;
}

.rangeList .linkDiv
{
	padding-top:		10px;
	text-align:			center;
}

.rangeList div span, .rangeList #linkDiv a
{
	color:				white;
}

.rangeList div span
{
	font-size:			11px;
	direction:			rtl; 
	font-family:		Arial, Helvetica, sans-serif; 
	font-weight:		bold;
}

.rangeList div .marging
{
	margin-top:			12px;
}

.premiumAdPanel
{
	padding-top:	10px;
	padding-bottom: 10px;
}

.premiumTableCaption
{
	font-size:			17px;
	font-family:		Arial, Helvetica, sans-serif; 
	font-weight:		bold;
	background-color:	whitesmoke;
}

.premiumAdTD
{
	PADDING-TOP:	2px;
	width:			126px; 
	height:			85px; 
	vertical-align:	top; 
	text-align:		center;
}

.premiumAdDiv
{
	border: solid 1pt silver; 
	height: 104px;
}

.premiumAdLink, 
.premiumAdLink a, 
.premiumAdLink a:visited, 
.premiumAdLink a:active, 
.premiumAdLink a:link, 
.premiumAdLink a:hover
{
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	color: #ea303c;
	/*color: #5b605a; 
	 color: White; */
}

a.search_engine_clickcenter_link
{
	text-decoration:none;
	color:#6b6b6b;
	font-size:11px;
	font-weight:bold;	
}

.direction_rtl
{
	direction:rtl;
}

div.search_engine_clickcenter_link_row
{
	margin-right:27px;display:inline-block;height:20px;
}

div.search_engine_clickcenter_link_row div
{
	display:inline;height:20px;vertical-align:top;padding-top:2px;width:145px;
}

div.qs_title_ad
{
	display:inline;float:right;
}

div.qs_title_ad span
{
	color:#6b6b6b;font-size:11px;font-weight:bold;padding-right:12px;padding-left:2px;vertical-align:top;display:inline-block;margin-top:4px;
}

.FocusRedText
{
	color: #e3001c;
}