/************************************************************/
/************************ MAIN TAGS *************************/
/************************************************************/
body, td, th {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	background-image: url(../images/main_bg.png);
	margin: 0 0 60px 0;
}

form {
	margin: 0;
}

div.main {
	padding: 10px;
	width: 100%;
	text-align: center;
}

.w460 {
	width: 460px !important;
}

.w490 {
	width: 490px !important;
}

/* Header Images */
.headerUsageView {
	width: 70px;
	background-image: url(../images/ico-usageenter.png);
}

.headerUsageOther {
	width: 76px;
	background-image: url(../images/ico-usageother.png);
}

.headerAddCar {
	width: 46px;
	background-image: url(../images/ico-addcar.png);
}

.headerStats {
	width: 76px;
	background-image: url(../images/ico-carstats.png);
}

.headerUserData {
	width: 18px;
	background-image: url(../images/ico-userdata.png);
}

.headerAverageCar {
	width: 40px;
	background-image: url(../images/ico-averagecar.png);
}

.headerImage {
	width: 32px;
	background-image: url(../images/ico-image.png);
}

.headerCar {
	width: 32px;
	background-image: url(../images/ico-car.png);
}

/*********************** ZAVHIKHI ***************************/
div.tab {
	font-size: 1px;
	line-height: 0;
	padding: 0;
}

/*********************** LINKS ******************************/
a:link,
a:active,
a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

/********************** LEVEL1 LAYOUT ***********************/
div#level1 {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);

	padding-top: 42px;
}

/* some problems with mozilla, now maybe solved... */
html > body div#level1 {
	padding-top: 20px;
}

table#frame {
	margin: 0 auto 0 auto;
	width: 713px;
	border: 0;
}

/************************** HEAD ****************************/
table#head_main {
	background: #FFF;
	height: 93px;
	border: 4px solid #7c8e94;
	padding-top: 5px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom: 0;
}

table#head_main td#center_left, table#head_main td#center_right {
	border-bottom: 9px solid #bdc6c8;
	width: 207px;
	vertical-align: top;
}

table#head_main td#center_right {
	width: 498px;
}

/** logo **/
table#head_main td#center_left div#logo {
	width: 136px;
	height: 50px;
	margin-top: 16px;
	margin-left: 22px;
}

/** banner **/
table#head_main td#center_right div#banner {
	width: 468px;
	height: 60px;
	margin: 7px 10px auto auto;
	border: 1px solid #5F7278;
}

/************************** BODY ****************************/
table#body_level1 {
	background: #FFF;
	border-right: 4px solid #7c8e94;
	border-left: 4px solid #7c8e94;
}

table#body_level1 td#body_leftpane {
	background: #f3f4f5;
	width: 178px;
	vertical-align: top;
}

table#body_level1 td#body_contentpane {
	width: 527px;
	vertical-align: top;
}

/** foot **/
table#frame td#body_b {
	font-size: 1px;
	height: 12px;
	background: #fff;
	border: 4px solid #7c8e94;
	padding-top: 5px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-top: 0;
}

/** copyright logo **/
table#frame td#body_b div#copyright_logo {
	width: 61px;
	height: 74px;
	position: absolute;
	margin-left: -50px;
	margin-top: -36px;
}

/*************** TOP FLOATING FRAMES ************************/
#top3 {
	height: 122px;
	background: #dee2e3;
	padding: 0 1px;
}

#top3 .box {
	background: #fff;
	width: 173px;
	height: 117px;
	margin-top: 3px;
	float: left;
	border: 1px solid #bdc6c8;
	border-radius: 2px 5px 5px 2px;
	-webkit-box-shadow: 0 0 1px 1px rgba(189,189,200,.5);
	box-shadow: 0 0 1px 1px rgba(189,189,200,.5);
}

#top3 h4 {
	color: #5F7278;
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 0 4px 5px;
	margin: 0;
    background: #dee2e3;
    border-radius: 1px 4px 0 0;
}

#top3 .userLogin { width: 100%; }
#top3 .userLogin td {
	background: #f3f4f5;
	margin-top: 5px;
	color: #5F7278; 
	font-size: 9px;
	border-top: 4px solid #fff;
	padding: 2px 0;
}
#top3 .loginBtns {
	width: 164px;
	margin: 5px; 
}
#top3 .searchDiv {
	background: #f3f4f5;
	margin-top: 5px;
	padding: 2px 5px;
	color: #5F7278;
    font-size: 10px;
    font-weight: bold;
}

/********************** LEFT PANE ***************************/
div.leftpane {
	width: 175px;
	background-image: url(../images/leftpane_bg.png);
	background-repeat: repeat-y;
	margin-left: 3px;
}

div.leftpane div.leftpane_top {
	background-image: url(../images/leftpane_top.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	color: #5F7278;
	padding: 4px 0 0 10px;
}

div.leftpane div.leftpane_bottom {
	background-image: url(../images/leftpane_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	font-size: 1px;
}

div.leftpane div.leftpane_item {
	font-size: 10px;
	background-color: #F3F4F5;
	margin: 6px 3px 0 5px;
	padding: 1px 2px 1px 3px;
}

div.leftpane div.leftpane_item div.poll_itembg {
	background-color: #DDE1E2;
	width: 120px;
	height: 10px;
	font-size: 1px;
	margin-top: 2px;
}

div.leftpane div.leftpane_item div.poll_itembg div.poll_itemproc {
	background-color: #5F7278;
	height: 10px;
}

div.leftpane div.leftpane_button {
	text-align: center;
	margin: 8px 3px 0 5px;
	padding: 1px 2px 1px 3px;
}

/******************** FORM SETTINGS *************************/
input.textbox, select.combobox {
	font-size: 9px;
	height: 13px;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #5F7278;
	width: 160px;
}

select.combobox {
	height: 16px;
}

textarea.textarea {
	font-size: 11px;
	height: 60px;
	padding: 1px;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #5F7278;
	width: 160px;
}

input.textboxError {
	font-size: 9px;
	height: 13px;
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #5F7278;
	width: 160px;
	border: 1px solid red;
}

input.checkbox {
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid #5F7278;
}

span.Error {
	background-color: #FFFFFF;
	margin: 0;
	border: 1px solid red;
}

/********************** MENU LAYOUT *************************/
table#menus {
	width: 178px;
}

table#menus td#menus_top {
	background-image: url(../images/menus_aston.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #DEE2E3;
	height: 114px;
}

/********************** MENU ITEMS **************************/
.menu_title {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-color: #D2D8D9;
	padding: 2px 0 2px 8px;
	margin: 3px 3px 0 6px;
	cursor: pointer;
}

.menu_title .span {
	font-family: courier;
	font-size: 12px;
	color: gray;
}

.menu-items > div {
	text-transform: lowercase;
	font-size: 9px;
	font-weight: bold;
	color: #5F7278;
	background-color: #DDE1E2;
	padding: 3px 0 3px 24px;
	margin: 2px 3px 0 6px;
	background-image: url(../images/menus_arrow.png);
	background-position: left;
	background-repeat: no-repeat;
}

.menu-items div a, .menu-items div a.menus:active {
	color: #5F7278;
	text-decoration: none;
}

.menu-items div a:hover {
	color: #000;
}

div.menu_hr {
	background-color: #BDC6C8;
	margin: 2px 3px 10px 6px;
	font-size: 1px;
	height: 1px;
}

/******************** HEADLINE NEWS *************************/
div.headline {
	width: 515px;
	margin: 10px auto 10px auto;
}

div.headline div.headline_title, div.headline div.headline_date {
	color: #5F7278;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	background-color: #fff;
	padding: 0 3px 1px 0;
}

div.headline div.headline_date {
	float: right;
	padding: 0 0 1px 3px;
}

div.headline div.headline_main, td.headline_main {
	clear: both;
	background-color: #F3F4F5;
	color: #000;
	font-size: 10px;
	padding: 5px;
	text-align: justify;
}

img.headline_img {
	border: 1px solid #5F7278;
	margin: 2px 1px 2px 4px;
	float: right;
}

/********************* BOTTOM PANE **************************/
div#bottompane {
	position: absolute;
	margin-left: 188px;
	margin-top: -163px;
	width: 518px;
	height: 162px;
	border: 1px solid #c0c9cb;
	border-top-right-radius: 5px;
}

html > body div#bottompane {
	margin-top: -168px;
}

div#bottompane div#bottompane_top {
	background-color: #dee2e3;

	height: 19px;
	color: #5F7278;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0 0 5px;
}

table#bottompane_main {
	width: 516px;
	margin-left: 1px;
}

div#bottompane div.bottompane_text1 {
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-transform: lowercase;
	background-color: #F3F4F5;
	padding: 1px 1px 0 3px;
}

div#bottompane div.bottompane_text2 {
	color: #5F7278;
	font-size: 18px;
	background-color: #F3F4F5;
	padding: 0 1px 1px 3px;
}

div#bottompane span.bottompane_text3 {
	color: #5F7278;
	font-size: 12px;
	background-color: #F3F4F5;
	padding: 0 1px 1px 3px;
}

div#bottompane .bottompane_text4, div#bottompane .bottompane_text4b {
	color: #5F7278;
	font-size: 10px;
	background-color: #F3F4F5;
	padding: 0 1px 1px 1px;
}

div#bottompane .bottompane_text4b {
	font-weight: bold;
}

div#bottompane img#bottompane_avatar {
	margin: 0 2px 0 6px;
}

div#bottompane tr.bottompane_data {
	background-color: #F3F4F5;
	margin-bottom: 5px;
	padding-bottom: 0;
	vertical-align: top;
}

/* Helpers */
.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.mx-2 { margin-top: 2px; margin-bottom: 2px; }

.ma-5 {
	margin: 5px;
}

.pa-5 {
	padding: 5px;
}

hr.main {
	border: 0;
	border-top: 1px solid #bec5c7;
	border-bottom: 1px solid #e5e8e9;
}

/* Buttons */
a.btn, input.btn {
	background-color: #dee2e3;
	border: 1px solid #6d7e83;
	border-radius: 7px;
	padding: 3px 15px;
	font-size: 9px;
	color: #6d7e83;
	font-weight: bold;
	text-decoration: none;
}

a.btn:hover, input.btn:hover {
	cursor: pointer;
	color: #000;
	background-color: #C5C9CA;
}

.btn-block {
	display: block;
}

/* Table text Right */
.ttright {
	vertical-align: top;
}

.ttright div {
	color: #d2d8d9;
	text-transform: uppercase;
	width: 25px;
	font-size: 20px;
	margin: 0 5px;
	font-family: 'Audiowide', cursive;
	white-space: nowrap;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* icons */
.fa.disabled {
	color: #dee2e3;
}

.fa-double {
	letter-spacing: -4px;
}

/* pagination */
.pagination {
	width: 100%;
	text-align: center;
}

.pagination i {
	font-size: 20px;
	color: #5f7278;
}

.pagination a {
	font-size: 15px;
	display: inline-block;
	margin: 0 3px;
	text-decoration: none;
}

.pagination a:hover { text-decoration: underline; }

.pagination .pager_page_selected { font-weight: bold; font-size: 18px; }

/* table */
.table {
	width: 100%;
}

.table thead th {
	background-color: #F3F4F5;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #B4BDC0;
	border-right: 1px dotted #B4BDC0;
}

.table thead th a {
	text-decoration: none;
	color: #6e8085;
}

.table thead th a:hover {
	cover: #000;
}

.table tbody tr.border td {
	vertical-align: top;
	text-align: center;
	border-right: 1px dotted #B4BDC0;
	border-top: 1px dashed #B4BDC0;
}

.table.hover tbody tr:hover td { background: #D2D8D9; }

.table tbody td.edit {
	text-align: left !important;
}

.table tbody td.edit a {
	display: block;
	margin: 2px;
	text-decoration: none;
}

.table tbody td.edit a:hover {
	text-decoration: underline;
}

.table tfoot td {
	background-color: #F3F4F5;
	vertical-align: top;
	text-align: center;
	border-right: 1px dotted #B4BDC0;
	border-top: 1px solid #B4BDC0;
}

.table tr.px-5 td, .table tr.px-5 th {
	padding: 5px;
}

table tr.error td { color: #CD3131 !important; }

.table tbody tr:first-child td {
	border-top-width: 0;
}

.addEdit {
	float: right;
	margin-top: 6px;
}

.addEdit a,
#carImageTable a.del,
#userPageTable .tablemain_right a,
.carList .edit a {
	text-decoration: none;
	color: #5f7278;
	font-weight: bold;
	margin-right: 5px;
	display: inline-block;
}

.addEdit a:hover,
#carImageTable a.del:hover,
#userPageTable .tablemain_right a:hover,
.carList .edit a:hover {
	color: #000;
}

.additional {
	background-color: #D2D8D9;
	border-top: 1px dotted #B4BDC0;
	cursor: pointer;
	padding: 5px;
}

.mainInfo {
	line-height: 16px;
	font-size: 11px;
}

/* basic form  */
.basicForm {
	width: 100%;
}
.basicForm td {
	border-bottom: 1px dashed #B4BDC0;
	background-color: #F3F4F5;
	padding: 5px;
}

.basicForm tr td:nth-child(3) {
	border-bottom: 0;
	background-color: #fff;
}

.basicForm tr td:nth-child(1) {
	text-align: right;
	vertical-align: middle;
}

.basicForm tr td:nth-child(3) {
	border-bottom: 0;
}

.basicForm tr td:nth-child(4) {
	text-align: center;
}

.basicForm .textbox,
.basicForm textarea,
.basicForm .combobox {
	font-size: 11px;
	height: auto;
	width: 150px;
	padding: 3px 5px;
}

.basicForm textarea {
	height: 60px;
}

.basicForm .textbox {
	width: 150px;
}

table#header {
	width: 100%;
}
table#header td#header-left {
	height: 18px;
	background-repeat: no-repeat;
}
table#header td#header-right {
	height: 18px;
	background: repeat-x;
	background-image: url(../images/head_title_bg.png);
}

#header-vmes {
	width: 12px;
}

#header-left2 {
	width: 23px;
	background-image: url(../images/ico-help.png);
	background-repeat: no-repeat;
}

#header-right2 {
	width: 145px;
	background-image: url(../images/head_title_bg.png);
	background-repeat: repeat-x;
}

div.sig {
	background-color: #E7EAEB;
	width: 95%;
	padding: 3px;
}

.terms .title {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.terms .para {
	text-align: left;
	background-color: #F3F4F5;
	width: 95%;
	padding: 3px;
}

#osnova {
	min-height: 500px;
}

#osn-left {
	width: 435px;
	vertical-align: top;
	background-color: #f3f4f5;
}

/* TABS */
#osn-right {
	width: 25px;
	vertical-align: top;
}

.tabs {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	white-space: nowrap;
	width: 0;
	margin-left: 13px;
}
.tabs a {
	background: #dde1e2;
	border: 1px solid #c2c2c2;
	border-bottom: 0;
	height: 25px;
	display: inline-block;
	white-space: nowrap;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
	color: #6d7e83;
	font-size: 10px;
}
.tabs span {
	padding: 0 15px;
	border: 1px solid #f3f4f5;
	border-bottom: 0;
	display: block;
}
.tabs a:hover, .tabs a.selected {
	background: #f3f4f5;
}

#carImageTable {
	width: 460px;
	background-color: #F3F4F5;
	text-align: center;
	vertical-align: top;
	padding: 5px 0 5px 0;
}

#carImageTable a { text-decoration: none; }

#userPageTable {
	background-color: #F3F4F5;
	text-align: center;
	vertical-align: top;
}

#userPageTable .tablemain_left {
	width: 300px;
	vertical-align: top;
}

#userPageTable .tablemain_right {
	vertical-align: top;
}

#userPageTable .tablemain_right a {
	margin: 2px 5px;
}

#userPageTable th.title {
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

#userPageTable .line {
	font-size: 2px;
	height: 1px;
	margin: 5px 0px 2px 0px;
	border-top: 1px dashed #B4BDC0;
}

.carList .car_first, .carList .car_normal {
	cursor: pointer;
	width: 300px;
	background-color: #F3F4F5;
}

.carList .car_selectedfirst, .carList .car_selected {
	cursor: pointer;
	width: 300px;
	background-color: #D2D8D9;
}

.carList th.title {
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

.carList .normal, .carList .selected {
	height: 1px;
	border-top: 1px dashed #B4BDC0;
}

.carList .first, .carList .selectedfirst {
	height: 1px;
}

.cc-cookies { position:fixed; width: 90%; left: 0; top: 0; padding: 0.5em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 13px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

@media screen and (max-width: 768px) {
	.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
	.cc-cookies { position: relative; float: left; }
}