/*-------------------------------------------------
  fonts
  background: silver=e6e6e6
-------------------------------------------------*/
body{
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  font-size:12px;
  color:#463E3F;
  background: url(../images/background.gif) repeat-x #e6e6e6;

}
h2{
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  font-size: 14px;
}
td, p, input, select{
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
  font-size:12px;
  color:#463E3F;
}

/*-------------------------------------------------
  Alignment
-------------------------------------------------*/
body{
  text-align: center;
}
table{
  width:auto;
  padding:0px;
  border-collapse: collapse;
}
.right{
  float:right;
}

/*-------------------------------------------------
  contents
-------------------------------------------------*/
.container{
  margin: 0 auto;
  text-align: center;
  width:650px;
}
.content{
  padding:5px;
  margin: 0px;
  width:100%;
  
}
.content img{
  width: 30px;
  height: 30px;
  border: 0px;
}
.content a{
  color:white;
}

.detail{
  font-size: 14px;
}
.detail img{
  width: 230px;
  height: 230px;
  border: 0px;
}

.main img{
  width: 120px;
  height: 110px;
  border: 0px;
}
.main a{
  color:white;
}

.content_car{
  /*background: url(../images/bg_car.jpg) no-repeat;*/
  padding: 8px;
  width:100%;
  margin-left:20px;
  text-align:center;
}
.content_car h2{
  color:#00CCFF;
  background: url(../images/bluegradient_x.gif) repeat-x;
  width:580px;
}
.intransit{
  text-align:center;
}
.intransit a{
  color:black;
}
.login{
  text-align: center;
}
.title{
  padding-left: 15px;
  margin-top:10px;
  background: url(../images/bullet.gif) repeat-y;
  font-weight:bold;
  width:290px;
  color:white;
  border-bottom:1px solid black;
}

.header{
  width:650px;;
  height:180px;
  background:black;
  text-align:center;
  padding-top:3px;
}

/*-------------------------------------------------
  menu
-------------------------------------------------*/
.menu{
  width:650px;
  white-space: nowarp;
  background: black;
  margin-left: 0;
  padding-left: 0;
  float: left;
}
.menu li{
  list-style-type: none; /* removes the bullet points */   
  color: white;
  display: inline;
  margin: 0px;
}
.menu li a{
  color: #736F6E;
  font-weight:bold;
  text-decoration: none;
  padding: 0.2em 1em; 
}
.menu a:hover{
  color: white;
}

/*-------------------------------------------------
  list in Admin Page
-------------------------------------------------*/
.list img{
  padding:0px; 
  margin:0px;
  width:30px;
  height:30px;
  border:0px;
}
.list a{
  text-decoration:none;
  padding:0px;
  margin:0px;
  color:blue;
}
.list th{
  background-color:black;
  color:white;
  font-size:x-small;
  padding-right:5px;
  padding-left:5px;
}
.list td{
  color:black;
  font-size:x-small;
  padding-right:5px;
  padding-left:5px;
}
.evenrow{
  background-color:#F2F2F2;
}

/*-------------------------------------------------
  footer
-------------------------------------------------*/
.footer{
  background: black;
  color: white;
  font-size: 10px;
  padding: 5px;
  width:650px;
}

/*-------------------------------------------------
  F.A.Q
-------------------------------------------------*/
.question{
  color:red;
}
.answer{
  margin:2px;
}
/*-------------------------------------------------
  hide show
-------------------------------------------------*/
.hide{
  display: none;
}
