﻿html, body, form
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

input[type=text], input[type=password], select
{
	background-image: url(../images/input.png);
	background-repeat: repeat-x;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	border-left: solid 1px #939393;
	border-top: solid 1px #525252;
	border-right: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
	padding: 0px;
	margin: 0px;
}

input[type=button], input[type=submit]
{
    background-image: url(../images/button-bg.png);
	background-repeat: repeat-x;
	height:24px;
	border-style:none;	
	color: #ffffff;
	margin:2px;
	cursor:pointer;
	border: 0px solid #FFFFFF;

}

.center
{
	width: 1000px;
	margin: auto;
	min-height: 740px;
}

body
{
	font-family: Verdana, Ariel;
	font-size: 8pt;
	background-color: #EBEDED;
	margin: auto;
}

.page
{
	width: 100%;
	min-height: 740px;
	margin: auto;
	background-color: white;
	float: left;
	clear: left;
}

.supermenu
{
	width: 100%;
	height: 45px;
	clear: both;
	background-color: #8D9AA2;
	color: #ffffff;
}

.supermenu img
{
	cursor: pointer;
}

.banner
{
	width: 100%;
	height: 83px;
	background-color: #ffffff;
}

.logo
{
	float: left;
	clear: left;
	width: 355px;
	height: 83px;
	background-image: url(../images/logo.png);
}

.mainmenu
{
	width: 100%;
	height: 25px;
	line-height: 25px;
	clear: both;
	background-color: #191f2f;
	vertical-align: middle;
	border-top: solid 5px #191f2f;
	border-bottom: solid 5px #191f2f;
	display:inline-block;
}

.mainmenu_links
{
	width: 750px;
}

.languages
{
height: 25px;
line-height: 25px;
vertical-align: middle;
text-align:right;
padding:3px;
}


.languages img
{
	width: 25px;
	height: 20px;
	border: none 0px #ffffff;
}

.languages-side-flag
{
	display: inline-block;
	margin: auto;
}

.languages-side-active-flag
{
	display: inline-block;
	margin: auto;
	background-color: rgb(100, 96, 100);
}

.banner_carsCount
{
	float: left;
	/*width: 230px;*/
	height: 63px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	text-align: center;
	display:inline-block;
}

.banner_carsCount span
{
	line-height: 63px;
	height: 63px;
	vertical-align: middle;
}

.navigation
{
	width: 245px;
	float: left;
	clear: left;
	background-color: #ffffff;
	padding: 10px;
	min-height: 550px;
}

.body
{
	width: 712px;
	padding: 10px;
	float: left;
	min-height: 550px;
	border-left: solid 1px #000000;	
}

.footer
{
	height: 25px;
	background-color: #000000; /*#9D0303;*/
	clear: both;
	text-align: center;
	line-height: 25px;
	color: White;
}

.footer a
{
	color: White;
	text-decoration: none;
}

.footer a:hover
{
	color: White;
	text-decoration: underline;
}

.form_label
{
	white-space: nowrap;
	text-align: right;
	margin: 2px;
}

.form_label_required
{
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	margin: 2px;
}

.form_control
{
	width: 100%;
	margin: 2px;
	white-space: nowrap;
	text-align: left;
}

.form_controlStonePrice
{
	width: 100%;
	margin: 2px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: Red;
}

.form_control_wrap
{
	width: 100%;
	margin: 2px;
}

/* login control */
.server-datetime
{
	position: relative;
	top: -25px;
	left: 240px;
	float: right;
	color: #98a2ae;
}

.login-form
{
	width: 100%;
	height: 40px;
	vertical-align: middle;
	padding:0px 5px 5px 0px;
}
.login-form a
{
    text-decoration:none;
}

.login-form .login
{
	width: 120px;
	color: #B9BBBF;
}

.login-form .password
{
	width: 60px;
	color: #B9BBBF;/*color: #e6ebf1;*/
}


/*a:link, a:visited, a:active*/
a, a:hover
{
	color: #AA2621;
}

.checkBox{}
.checkBox label { vertical-align:top; line-height:18px;}

.rssLink a, .rssLink img
{
    border: none 0px #ffffff;
    vertical-align:middle;
    padding-top:5px;
    text-decoration:none;
}

.register_user td
{
    background-image:url(../images/register_item.png);
    height:72px;
    width:118px;
    vertical-align:middle;
    text-align:center;
}
.register_user .header-text
{
    font-size:10pt;
    font-weight:bold;
    color:#16699f;
    text-decoration:none;
}
.register_user .sub-text
{
    font-size:10pt;
    color:#AA2621;
    text-decoration:none;
}
.dataGrid
{
	width: 100%;
	height: 100%;
	
	border-width: 0px;
		border-style:none;
border-bottom-color:White;
border-top-color: White;
border-left-color:White;
border-right-color:White;
}

.dataGrid .dataGrid_rowStyle
{
	background-color: #F3F3F3;
}

.dataGrid .dataGrid_alternatingRowStyle
{
	background-color: #E8E8E8;
}

.dataGrid th
{
	padding: 2px 2px 2px 2px;
		border-width: 0px;
border-bottom-color:White;
border-top-color: White;
border-left-color:White;
border-right-color:White;
}
.dataGrid td
{
	padding: 2px 2px 2px 2px;
		border-width: 0px;
border-bottom-color:White;
border-top-color: White;
border-left-color:White;
border-right-color:White;
}

/*.dataGrid .dataGrid_alternatingRowStyle
{
	background-color: #F3F3F3;
}*/

.dataGrid .dataGrid_footerStyle
{
	background-color: #9D0303;
	font-weight: bold;
	color: White;
}

.dataGrid .dataGrid_pagerStyle{
 background-color: #9D0303;
 color: White;
}
.dataGrid .dataGrid_pagerStyle a{color:White;}

.dataGrid .dataGrid_headerStyle
{
	background-color: #9D0303;
	font-weight: bold;
	color: White;
	text-decoration: none;
	white-space: nowrap;
}

.dataGrid .dataGrid_headerStyle th
{
	text-align: left;
}

.dataGrid .dataGrid_SelectedStyle{
	font-weight: bold;
	font-style:italic;
}

.dataGrid th a
{
	text-decoration: none;
	color: White;
}

.dataGrid .dataGrid_editRowStyle
{
	background-color: #2461BF;
}

.dataGridCommand
{
	color: #BC6A06;
}

.dataGrid_newItem
{
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 16px;
	line-height: 16px;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.navigation_links
{
	padding: 0px;
	padding-bottom: 5px;
	color: rgb(128, 128, 128);
}

.navigation_links a
{
	color: rgb(192, 192, 192);
}

/*===========================================================================*/
/*CarControl CSS STYLES*/
/*===========================================================================*/
.carControl_overlayImage
{
    position:absolute;
    z-index:2;
}

.carTable{}

.carControl_row
{
	background-color: #F3F3F3;
	vertical-align:top;
}

.carControl_alternateRow
{
	background-color: #E8E8E8;
	vertical-align:top;
}



/*===========================================================================*/
/*CarControlEdit CSS STYLES*/
/*===========================================================================*/
.carControlEdit{}
.carControlEdit_RequetToAdminImage
{
    display:inline-block;
    cursor:pointer;
    vertical-align:middle;
    padding-left:5px;
}
.carControlEdit_ClassifierRequetDialog
{
    width:325px;
    height:100px;
    background-color:#BBBBBB;
    position:absolute;
    vertical-align:middle;
}
.carControlEdit_ClassifierRequetDialogBody
{
    background-color:#FFFFFF;
}
.carControlEdit_ClassifierRequetDialog_closeButton{ cursor:pointer; text-align:right; text-decoration:underline; color:Blue;}
.carControlEdit_ClassifierRequetDialog_classifierName
{
    font-weight:bold;
    color:Black;
    }
/*===========================================================================*/
/*UserCarAuctionInfo CSS STYLES*/
/*===========================================================================*/
.userCarAuctionInfo
{
    background-color:#e5dbcc;
}
.userCarAuctionInfo_headerOnlyCertifiedCustomers
{
	padding-bottom: 5px;
	font-weight: bold;
	font-size: small;
	color: Red;
}

.userCarAuctionInfo_headerSold
{
	padding-bottom: 5px;
	vertical-align: middle;
}
.userCarAuctionInfo_headerSold span
{
	font-weight: bold;
	font-size: small;
	color: Green;
	vertical-align: middle;
}
.userCarAuctionInfo_spanTopPriceValue
{
	/*color: #336092;*/
	color: black;
	font-weight: bold;
	font-size:15px;
	vertical-align: middle;
	z-index: 0;
}

.userCarAuctionInfo_spanStatusValue
{
	color: #336092;
	font-weight: bold;
	font-size:15px;
	vertical-align: middle;
	z-index: 0;
}

.userCarAuctionInfo_spanMessageValue
{
	color: Red;
	font-weight: bold;
	vertical-align: middle;
	z-index: 0;
}

.userCarAuctionInfo_imgTopPriceIndicator
{
	vertical-align: middle;
	padding-left: 5px;
	width: 14px;
	height: 14px;
}

.userCarAuctionInfo_buttonPrice
{
	height:21px;
	width:145px;
	border-style:none;	
}

.userCarAuctionInfo_spanValueWhiteBeckgroun
{
	color: Black;
	font-weight: bold;
	font-size:12px;
	vertical-align: middle;
	z-index: 0;
}

.userCarAuctionInfo_red
{
    background-image: url(../images/drazOkno_red.gif);
	background-position: right center;
	background-repeat: no-repeat; 
	height:21px;
	width:145px;
	text-align:center;
	vertical-align:middle;
	color:White;
	font-weight:bold;
}
.userCarAuctionInfo_black
{
    background-image: url(../images/drazOkno_black.gif);
	background-position: right center;
	background-repeat: no-repeat; 
	height:21px;
	width:145px;
	text-align:center;
	vertical-align:middle;
	color:White;
	font-weight:bold;
	
}
.userCarAuctionInfo_white
{
    background-image: url(../images/drazOkno_white.png);
	background-position: right center;
	background-repeat: no-repeat; 
	height:21px;
	width:145px;
	text-align:center;
	vertical-align:middle;
}

/*===========================================================================*/
/*TopCars CSS STYLES*/
/*===========================================================================*/
.topCars
{
}
.topCars_main
{
	/*padding: 5px;*/
}
.topCars_item
{
	/*margin: 10px;
	padding: 10px;*/
	margin: 3px;
	padding: 10px;
	background-color: #e6ebf1;
}
.topCars_itemImageContent
{
}
.topCars_itemLinkContent
{
	text-align: center;
	padding-top: 5px;
}
.topCars_itemLink, .topCars_itemImageContent span
{
	color: #000000;
	text-decoration: none;
}
.topCars_itemLink:hover
{
	color: #000000;
	text-decoration: none;	
}
.topCars_itemPrice
{
    color:#A00405;
    font-weight:bold;
    background-image: url(../images/menu_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;    
	padding-right:10px;
	text-decoration:none;
}

.carsRepeaterItem{ margin: 0px 10px 10px 10px;}
.carsRepeaterItem_form_control{ color:#9D0303; font-weight:bold;}
.carsRepeaterItem_price{ color:#000000; font-weight:bold; font-size:10pt;}
.carsRepeaterItem_car{ width:100%;}

/*===========================================================================*/
/*ROUND PANEL*/
/*===========================================================================*/
/*
.roundPanelBlueFilled{ width:100%; }
.roundPanelBlueFilled_main{ table-layout:fixed; width:100%; height:100%; }
.roundPanelBlueFilled_content { background-color:#E5E7FF;}
.roundPanelBlueFilled_topLeft
{
	width:8px;
	height:8px;
}
.roundPanelBlueFilled_top	
{
}
.roundPanelBlueFilled_topRight	
{
	width:8px;
	height:8px;
}

.roundPanelBlueFilled_topLeftHead
{
	width:8px;
	height:8px;
}

.roundPanelBlueFilled_topRightHead
{
	width:8px;
	height:8px;
}
.roundPanelBlueFilled_headFill
{
   text-align:left;
   background-color:#ffffff;
   color:#16699f;
   font-weight:bold;
   height:10px;
   text-transform: uppercase;
   font-size: 13px;
}
.roundPanelBlueFilled_headNoFill
{
   text-align:left;
   border-top-width:1px;
   border-top-color:#ffffff;
   border-top-style:solid;
   color:#16699f;
   background-color:#ffffff;
   font-weight:bold;
   text-transform: uppercase;
   font-size: 13px;
   height:15px;
}
.roundPanelBlueFilled_headFillLeft
{
   background-color:#ffffff;
   height:10px;
}
.roundPanelBlueFilled_headFillRight
{
   background-color:#ffffff;
   height:10px; 
}

.roundPanelBlueFilled_headNoFillLeft
{
   border-left-width:1px;
   border-left-color:#ffffff;
   border-left-style:solid;
}
.roundPanelBlueFilled_headNoFillRight
{
   border-right-width:1px;
   border-right-color:#ffffff;
   border-right-style:solid; 
}

.roundPanelBlueFilled_left
{
	width:8px;
}

.roundPanelBlueFilled_right
{
   	width:8px;
}
.roundPanelBlueFilled_bottomLeft
{
	width:8px;
	height:8px;
}
.roundPanelBlueFilled_bottom	
{
	height:8px;
}
.roundPanelBlueFilled_bottomRight	
{
	width:8px;
	height:8px;
}
*/
/*ROUND PANEL*/
.roundPanelBlueFilled{ width:100%; background-color:#E8E8E8;}
.roundPanelBlueFilled_main{ table-layout:fixed; width:100%; height:100%; }
.roundPanelBlueFilled_content { background-color:#E8E8E8;}
.roundPanelBlueFilled_topLeft
{
	width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpTopLeft.gif);
	background-repeat:no-repeat;		
}
.roundPanelBlueFilled_top	
{
    background-image:url(../images/RoundPanel/rpTop.gif);
	background-repeat:repeat-x;	    
}
.roundPanelBlueFilled_topRight	
{
    width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpTopRight.gif);
	background-repeat:no-repeat;
}

.roundPanelBlueFilled_topLeftHead
{
    width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpTopLeftH.gif);
	background-repeat:no-repeat;
}

.roundPanelBlueFilled_topRightHead
{
    width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpTopRightH.gif);
	background-repeat:no-repeat;
}
.roundPanelBlueFilled_headFill
{
   text-align:left;
   background-color:#D6D6D6;
   color:#191f2f;
   font-weight:bold;
   height:10px;
   text-transform: uppercase;
   font-size: 13px;
}
.roundPanelBlueFilled_headNoFill
{
   text-align:left;
   border-top-width:1px;
   border-top-color:#D6D6D6;
   border-top-style:solid;
   color:#191f2f;
   font-weight:bold;
   text-transform: uppercase;
   height:15px;
}
.roundPanelBlueFilled_headFillLeft
{
	border-left-width:1px;
	border-left-color:#D6D6D6;
	border-left-style:solid;
	    
	background-color:#E8E8E8;
	height:10px;
}
.roundPanelBlueFilled_headFillRight
{
	border-right-width:1px;
	border-right-color:#D6D6D6;
	border-right-style:solid;
	    
	background-color:#E8E8E8;
	height:10px; 
}

.roundPanelBlueFilled_headNoFillLeft
{
	border-left-width:1px;
	border-left-color:#ffffff;
	border-left-style:solid;
}
.roundPanelBlueFilled_headNoFillRight
{
	border-right-width:1px;
	border-right-color:#ffffff;
	border-right-style:solid; 
}

.roundPanelBlueFilled_left
{
    width:8px;
	background-image:url(../images/RoundPanel/rpLeft.gif);
	background-repeat:repeat-y;
}
.roundPanelBlueFilled_content{}
.roundPanelBlueFilled_right
{
   	width:8px;
	background-image:url(../images/RoundPanel/rpRight.gif);
	background-repeat:repeat-y;
}
.roundPanelBlueFilled_bottomLeft
{
    width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpBottomLeft.gif);
	background-repeat:no-repeat;
}
.roundPanelBlueFilled_bottom	
{
    height:8px;
	background-image:url(../images/RoundPanel/rpBottom.gif);
	background-repeat:repeat-x;
}
.roundPanelBlueFilled_bottomRight	
{
    width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpBottomRight.gif);
	background-repeat:no-repeat;
}

/*===========================================================================*/
/*ROUND PANEL*/
/*===========================================================================*/
.roundPanelHighlightInFinder{ width:100%; background-color:#F5E7EE;}
.roundPanelHighlightInFinder_main{ table-layout:fixed; width:100%; height:100%; }
.roundPanelHighlightInFinder_content { background-color:#F5E7EE;}
.roundPanelHighlightInFinder_topLeft
{
	width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpTopLeft.gif);
	background-repeat:no-repeat;		
}
.roundPanelHighlightInFinder_top	
{
    background-image:url(../images/RoundPanel/rpTop.gif);
	background-repeat:repeat-x;	    
}
.roundPanelHighlightInFinder_topRight	
{
    width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpTopRight.gif);
	background-repeat:no-repeat;
}

.roundPanelHighlightInFinder_topLeftHead
{
    width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpTopLeftH.gif);
	background-repeat:no-repeat;
}

.roundPanelHighlightInFinder_topRightHead
{
    width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpTopRightH.gif);
	background-repeat:no-repeat;
}
.roundPanelHighlightInFinder_headFill
{
   text-align:left;
   background-color:#ffffff;
   color:#191f2f;
   font-weight:bold;
   height:10px;
}
.roundPanelHighlightInFinder_headNoFill
{
   text-align:left;
   border-top-width:1px;
   border-top-color:#D6D6D6;
   border-top-style:solid;
   color:#191f2f;
   font-weight:bold;
   text-transform: uppercase;
   height:15px;
}
.roundPanelHighlightInFinder_headFillLeft
{
   background-color:#ffffff;
   height:10px;
}
.roundPanelHighlightInFinder_headFillRight
{
   background-color:#ffffff;
   height:10px; 
}

.roundPanelHighlightInFinder_headNoFillLeft
{
   border-left-width:1px;
   border-left-color:#ffffff;
   border-left-style:solid;
}
.roundPanelHighlightInFinder_headNoFillRight
{
   border-right-width:1px;
   border-right-color:#ffffff;
   border-right-style:solid; 
}
.roundPanelHighlightInFinder_left
{
    width:8px;
	background-image:url(../images/RoundPanel/rpLeft.gif);
	background-repeat:repeat-y;
}
.roundPanelHighlightInFinder_content{}
.roundPanelHighlightInFinder_right
{
   	width:8px;
	background-image:url(../images/RoundPanel/rpRight.gif);
	background-repeat:repeat-y;
}
.roundPanelHighlightInFinder_bottomLeft
{
    width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpBottomLeft.gif);
	background-repeat:no-repeat;
}
.roundPanelHighlightInFinder_bottom	
{
    height:8px;
	background-image:url(../images/RoundPanel/rpBottom.gif);
	background-repeat:repeat-x;
}
.roundPanelHighlightInFinder_bottomRight	
{
    width:8px;
	height:8px;
	background-image:url(../images/RoundPanel/rpBottomRight.gif);
	background-repeat:no-repeat;
}
/*===========================================================================*/
/*Calendar*/
/*===========================================================================*/
.cStyle
{
font-size:9pt;
background-color:white;
color:#18699e;
font-weight:bold;
border-color:Black;/*#CCCCCC;*/
border-style:none;
}
.cDayHeader
{
background-color:#E8E8E8;
color:#18699e;
}
.cNextPrev
{
background-color:white;
color:Red; /**#18699e; **/
font-weight:bold;
}
.cOtherMonthDay
{
background-color:white;
color:#18699e;
border-color: Black;
}
.cSelectedDay
{
background-color:white;
color:#18699e;
border-color: Black;
}
.cTitle
{
background-color:white;
color:#18699e;
border-style:none;
border-color: White;
    font-size:10pt;
    font-weight:bold;
}
.cDayTitle
{
background-color:#eeeeee;
border-style:none;
border-color: White;
}
.cTodayDay
{
    border-color: Black;
}
.cDay
{
background-color:white;
color:#18699e; 
 width:100%;
 height: 100%; 
 border-color: Black;
  /*height: 50px;   
 border-style: solid;  
 border-color: #18699e;
 border-width: 1px; */
}
.cHeader
{
color:black;
background-color:#E8E8E8;/*#191f2f;  #18699e;*/
}
.cHeaderToday
{
color:black;
background-color:Red;/*#191f2f;  #18699e;*/
}
.cHeaderWeekend
{
color:black;
background-color:#D8D9FF;/*#191f2f;  #18699e;*/
}
.cBody
{
   height: 100%;  
}
.cWeekendDay
{
    height: 100%;  
    border-color: Black; 
}
.cWeekendDayII
{
    background-color:#eeeeee;
    height: 100%;   
    border-color: Black;
}
/*===========================================================================*/
/*mainPage*/
/*===========================================================================*/
.mainPage
{
font-size:9pt;
background-color:#E5E7FF;
color:#18699e;
/*font-weight:bold;*/
border-style:none;
}

#ctl00_ctl00_body_body_mainPageControl_ctl19
{
height : 100%	
}
.mainPage_FilterName
{
    font-weight:bold;
    color:Black;
}
/*===========================================================================*/
/*popUp*/
/*===========================================================================*/
.main_CalendarDialog
{
    width:350px;
    height:140px;
    background-color:#BBBBBB;
    position:absolute;
    vertical-align:middle;
    border: solid 1px Black;
}
.main_CalendarDialog_closeButton{ cursor:pointer; text-align:right; text-decoration:underline; color:Blue;}
.main_CalendarDialog_classifierName
{
    font-weight:bold;
    color:Black;
}
