﻿html, body {
  background-color: #3e9ad9;
  color: #0064a2;
  font-family: Arial, Verdana;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
.RadEContentBordered {
  background-color: #ffffff;
}
div, span, table, td, th, p, fieldset, legend {
  font-family: Arial, Verdana;

}
table td { vertical-align: top; }
img { border: 0px; }
fieldset {
  border-color: #2b9be2
}
legend {
  color: #2b9be2;
  font-weight: bold;
}

.global {
  background-image: url(../Skin/background.jpg);
  height: 567px;
  min-height: 567px;
  width: 100%;
}
.global .globalContent {
  margin: auto;
  width: 1000px;
}
.global .login {
  border: 1px solid #3e9ad9;
  margin: auto;
  width: 285px;
}

/*** MENU, BANNER ***/
.globalContent .top {
}
.globalContent .menu {
  background-image: url(../Skin/menu_top.gif);
  background-repeat: no-repeat;
  color: #ffffff;
  height: 51px;
  width: 1000px;
}
.globalContent .banner {
}
.globalContent .categorie { 
  background-color: #aad7f3;
  height: 140px;
}
.globalContent .categorie .left,
.globalContent .categorie .right {
  float: left;
  height: 140px;
}
.globalContent .categorie .left {
}
.globalContent .categorie .right {
  padding-left: 30px;
}
.globalContent .categorie .item,
.globalContent .categorie .itemChoose {
  float: left;
}


/*** CONTENT ***/
.globalContent .content {
  background-color: #ffffff;
  clear: both;
}

/*** VEHICLE ***/
.vehicle {
}
.vehicle .item,
.vehicle .itemAlternate {
  clear: both;
  height: 160px;
}
.vehicle .item .left,
.vehicle .item .center,
.vehicle .item .right,
.vehicle .itemAlternate .left,
.vehicle .itemAlternate .center,
.vehicle .itemAlternate .right {
  float: left;
  height: 145px;
  padding: 5px;
}
.vehicle .item {
  background-color: #cfe9f8;
}
.vehicle .itemAlternate {
  background-color: #e3f2fa;
}
.vehicle .item .left {
}
.vehicle .item .left .img {
  background-color: #ffffff;
  text-align: center;
  width: 200px;
}
.vehicle .item .left .note {
  font-size: 9px;
  padding-top: 5px;
  text-align: center;
}
.vehicle .item .center {
  width: 450px;
}
.vehicle .item .right {
  text-align: center;
  width: 269px;
}
.vehicle .item .right .reservation {
  padding-top: 15px;
}

/* GRID SELL */
.vehicleSellEmpty {
  height: 167px;
  width: 461px;
}
.vehicleSell {
  background-color: #cfe9f8;
  color: #0362a6;
  clear: both;
  height: 167px;
  margin-bottom: 18px;
  width: 461px;
  text-align: left;
}
.vehicleSell .left,
.vehicleSell .right {
  float: left;
  height: 167px;
  margin: 5px;
}
.vehicleSell .left {
  padding-right: 10px;  
  width: 207px;
}
.vehicleSell .left .img,
.vehicleSell .left .empty {
  background-color: #ffffff;
  border: 1px solid #1c77ac;
  font-weight: bold;
  height: 112px;
  text-align: center;
}
.vehicleSell .left .empty div {
  padding-top: 35px;
}
.vehicleSell .right .info {
  font-weight: normal;
}
.vehicleSell .right .titleInfo {  padding-bottom: 1px; }

/* VIEW INFO SELL */
.infoSellImage {
}
.infoSellImage .viewVehicleImage {
  background-color: #ffffff;
  border: 1px solid #1c77ac;
  text-align: center;
  height: 181px;
  width: 296px;
}
.gallery {
  width: 195px;
}
.gallery img {
  cursor: hand;
  cursor: pointer;
}
.gallery .item {
  border: 1px solid red;
  float: left;
  font-weight: bold;
  height: 67px;
  margin: 0px 0px 5px 5px;
  text-align: center;
  width: 89px;
}
.infoVehicle {
  background-color: #cce3f5;
  margin: 0px 10px 10px 10px;
  padding: 10px;
  width: 380px;
}
.infoVehicle .titleInfo {
  padding-bottom: 5px;
}

/*** ADMIN IMAGE ***/
.adminVehicleImage {
}
.adminVehicleImage .container {
  float: left;
  height: 120px;
  margin-right: 5px;
  width: 128px;
}
.adminVehicleImage .container .control {
  background-color: #ececec;
  border: 1px solid #b5b5b5;
  color: #b5b5b5;
  font-weight: bold;
  height: 95px;
  width: 128px;
}
.adminVehicleImage .container .control .empty {
  padding-top: 35px;
  text-align: center;
  width: 128px;
}
.adminVehicleImage .container .control .img {
  text-align: center;
}
.adminVehicleImage .container .link {
  clear: both;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
}

/*** COPYRIGHT ***/
.globalContent .bottom {
  background-color: #0064a2;
  clear: both;
  color: #ffffff;
  font-weight: bold;
}
.globalContent .bottom div {
  padding: 15px 0px 15px 0px;
  text-align: center;
}
.globalContent .bottom a {
  color: #ffffff;
}

/*** MISC ***/
.tdLeft {	
  padding-right: 5px;
  text-align: right;
  width: 250px;
}
.sectionTitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
