
html,body {
	background-color:#535353;
	color: #000000;	
	font-family:Arial, Helvetica, sans-serif;	
	font-size:13px; 
  margin:0px;
	padding: 0px;
  	
}

div.main{
	/*margin-left: auto;
	margin-right: auto;
	position: relative;*/
  width:700px;
}

table.main {
	background-color:#ffffff;
	color: #000000;
	width: 100%;	
}

table.full {
    width:100%;
}

.head td {
	font-weight: 900;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px dashed #000000;
}

td {
  font-size:13px;
	text-align: center;
  vertical-align: middle;
}

img {
    border:none;
}

a { text-decoration: none; color: #ff0000;}
	
a:link {
	background-color: transparent;
	color: #ff0000;
}
	
a:visited { 
	background-color: transparent;
	color: #ff0000;
}

a:active {
	background-color: transparent;
	color: #ff0000; 
} 

a:hover {
	background-color: transparent;
	color: #ffffff;
}



a.lnav { text-decoration: none;}
	
a.lnav:link {
	background-color: transparent;
	color: #ffffff;
}
	
a.lnav:visited { 
	background-color: transparent;
	color: #ffffff; 
}

a.lnav:active {
	background-color: transparent;
	color: #ffffff; 
} 

a.lnav:hover {
	background-color: transparent;
	color: #ff0000;
}

.nav { font-size: small; }

a.nav { text-decoration: none; font-size: small;}
	
a.nav:link {
	background-color: transparent;
	color: #ffffff;
}
	
a.nav:visited { 
	background-color: transparent;
	color: #ffffff; 
}

a.nav:active {
	background-color: transparent;
	color: #ffffff; 
} 

a.nav:hover {
	background-color: transparent;
	color: #ff0000;
}

/* ************************************************************************************* */
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

/* ************************************************************************************* */

.white {
	color: #ffffff;
}

.white a {
	color: #ffffff;
}

/* ************************************************************************************* */

.car_row {
	cursor: pointer;
	background-color: #dddddd;
}

.car_row td {
	border: 1px transparent solid; 
	cursor: pointer;
	margin: 0;
}

.car_row_hover {
	background-color: #b7b7b7;
}

.car_row_hover td {
	border: 1px #b7b7b7 solid;
	cursor: pointer;
	margin: 0;
}

/* ************************************************************************************* */

.nav {
	text-align:right;
	font-weight:bolder;	
	color: #ffffff;
}


.lnav {

	text-align:right;
  height: 36px;

}

.lnav2 {
  color: #232323;
	text-align:left;
	font-weight:bolder;
	background-color: #bbbbbb;
	width: 125px;
}


/* ************************************************************************************* */

.popup {
  background-color: #dddddd; 
  border: 3px solid #000000;
  color: #000000;  
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width: 90%; 
}


/* ************************************************************************************* */

.form_label {
  font-style: italic;
  text-align: left;
  vertical-align: top;
  width: 130px;
}

input {
  background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	height: 19px;
	font-size: 10px;
}

.button {
  background-color: #ffffff;
	border: 1px solid #000000;
  color: #000000;
	height: 19px;
	font-size: 10px;
}

.text {
  border: 1px solid #000000;
  height: 19px;
  padding: 2px;
  vertical-align:middle;  	
  width: 150px; 
}

.select {
	font-size: 10px;
	border: 1px solid #000000;
}

.text_error {
  border: 1px solid #000000;
  height: 19px;
  padding: 2px;
  vertical-align:middle;  	
  width: 150px; 
  background-color:#ffdddd;
}

.select_error {
	font-size: 10px;
  border: 1px solid #000000;
  background-color: #ffdddd;
}

.textarea {
  border: 1px solid #000000;
  padding: 2px;
  overflow:auto;
  vertical-align:middle;  	
}

.checkbox, .radio {
	border: none;
	background-color: transparent;
}

.mi {
  vertical-align:top;
  text-align:left;
    
}

.mi img {
  vertical-align:top;
  text-align:left;  
}

.tyre_select {margin-left: auto; margin-right: auto;}
.tyre_select td { 
  background-color: #000000; 
   }

/* ********************************* */
.youarehere{
  font-size: 11px;
  font-weight:normal;
}

.inactive{
  border:1px solid #000000;
  font-size: 13px;
  font-weight:bolder;
  background-color: #bbbbbb;
  width:16%;
}

.active{
  border:2px solid #000000;
  font-size: 13px;
  font-weight:bolder;
  background-color: #a4c2ff;
  width:16%;
}

/* ************************************************************************************* */
/* ************************************************************************************* */
.box {
	background-color: #eeeeee;
	border: 2px dashed #555555;
	padding: 5px;
	width:100%;
}

.box td {
	font-size:13px;
	text-align:center
}

.important {
	font-size:14px;
	font-weight: 900;
	color:#ff0000;
}

/* ************************************************************************************* */  
.list {
	border: 1px solid #000000;
	width:100%;
}

.row_0_over td{
	cursor: pointer;
	background-color: #ea5454;
}

.row_1_over td{
	cursor: pointer;
	background-color: #ea5454;
}

.row_0 td{
	background-color: #ffffcc;
}

.row_1 td{
	background-color: #ffffff;
}

.head td {
	font-weight: 900;
	text-align: center;
	background-color: #ffffff;
	border-bottom: 1px dashed #000000;
}

.sc td {
  background-color: #ccccff;
}