@CHARSET "UTF-8";

root { 
  display: block;
}

html {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
}

a {
   outline: 0;
}

#front_header {
   background-image: url("../images/gradient.png");
   background-repeat: repeat-x; /* scroll left top transparent;*/
   height: 120px;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: 400;
}

#front_title {
   color: #FFFFFF;
   font-size: 27px;
   font-style: italic;
   font-weight: 700;
   margin-left: 50px;
   margin-top: 30px;
   position: relative;
   text-shadow: 0 1px 0 #000000;
}

#front_title_desc {
   display: block;
   font-size: 12px;
   font-style: italic;
   margin-left: 65px;
   padding-bottom: 15px;
   padding-top: 0;
   position: relative;
   text-shadow: 0 1px 1px #C8D0E7;
}

#front_header_menu_left, #front_header_menu_right {
  margin-left: 55px;
  color: #ffffff;
  font-weight: bold;
	font-size: 13px;
	float: left;
}

#container {
 margin-top: 155px;
 /*overflow: auto;*/
	text-align: center;
 display: table;
 width: 100%;
 font-size: 12px;
}

#container h2 {
	text-align: center;
}

#front_header_menu_right {
  float: right;
  margin-right: 25px;
}


#order_table {
 margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 80%;
}

#order_table a {
  border: 0px;	
}

#order_table tr {
   vertical-align: top;
}

/*#order_table tr:nth-child(odd) {
   background-color: #eee;
}
#order_table tr:nth-child(even) {
   background-color: #fff;
}*/

#order_table th {
		background-color: #eee;
}

#order_table td {
  vertical-align: top;
  text-align: left;
}

#order_schema {
   font-weight: bold;
   line-height: 25px;
}

.order_detail {
  margin-top: 15px;
  font-size: 11px;
}

#order_note {
  margin-top: 155px;
  margin-left: 40px;	
}






#login_form {
   border: 1px dotted gray;
   margin-left: auto;
   margin-right: auto;
   padding: 15px;
   text-align: center;
   width: 320px
}

.login_left {
   float: left;
   height: 25px;
   line-height: 20px;
   text-align: right;
   width: 150px;
   margin-top:10px;
}

.login_right {
   float: left;
   width:150px;
   margin-left:5px;
   margin-top:10px;
   border-top: none;
   border-left: none;
   border-right: none;
   border-bottom: 1px dotted gray;
}



#login_submit {
   margin-left: 215px;
   margin-top: 15px;
   width: 80px;
}



/*
#########################
#                       MENU ITEMS
#########################
*/



.menu_item {
   cursor: pointer;
    float: left;
    font-weight: bold;
    margin-left: 25px;
    margin-top: 5px;
}

.menu_item A:link {text-decoration: none; color: #ffffff;}
.menu_item A:visited {text-decoration: none; color: #ffffff; }
.menu_item A:active {text-decoration: none}
.menu_item A:hover {
  text-decoration: none;
  color: #000000;
}


.current_link {
   float: left;
   margin-left: 15px;
   cursor: pointer;
   margin-top: 5px;
}

.current_link A:link {text-decoration: none; color: #000000;}
.current_link A:visited {text-decoration: none; color: #000000; }
.current_link A:active {text-decoration: none}
.current_link A:hover {
  text-decoration: none;
  color: #000000;
}





.section {
  border-bottom: 1px dotted gray;
  /*font-size: 16px;
  font-variant: small-caps;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  color: #e13300;
  width: 800px;*/
  width: 100%;
}

.button {
  width: 120px;
  height: 35px;	
}

#email_form {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  margin-top: 25px;
  text-align: left;
}

#email_form h2 {
	text-align: left;
}

#msg {
  border: 1px solid gray;
  margin-left: 5px;
  width: 598px;
  height: 400px;
}

/*
########################
#       COMMON, TRY    #
########################
*/

.clr_right {
  clear: right;
}

.clr {
  clear: both;
}

.clr_left {
   clear:left;
}


div#content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 900px;
  height: 100%;	
}


div.left {
  float: left;
  text-align: right;
  width: 200px;  
}

div.right {
  float: left;	
  text-align: left;
  width: 600px;
  margin-left: 5px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid gray;
}

input.right {
  border-color: gray;
  border-style: none none solid;
  border-width: 0 0 1px;
  float: left;
  margin-left: 5px;
  padding-top: 0;
  padding: 0;
  width: 600px;
}

div.spacer {
  height: 10px;	
}

#email_form button
{
  margin-left: 205px;
}

/*
  we could do
  #id textarea, #id input[type="text"]:focus	
*/

/*#menu_line {
    background-color: 	#A8A8A8 ;
    height: 30px;
    left: 0;
    position: fixed;
    right: 0;
    top: 102px;
    z-index: 400;
   box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

}


#menu{
	margin:0px;
	padding:0px;
	list-style:none;
	color:#fff;
	display:inline-block;
	float:left;
	z-index:1000;
	margin-top: 4px;
	margin-left: 10px;
	line-height: 23px;
	font-weight: bold;
}

#menu a { color:#fff; text-decoration:none; }
#menu > li {
	background: transparent none repeat scroll 0 0; cursor:pointer; float:left; position:relative;padding:0px 10px;
	
}
#menu > li a:hover {color:#B0D730;}

#menu > li:hover {color:#B0D730;}


/* sub-menus
#menu ul { padding:0px; margin:0px; display:block; display:inline;}
#menu li ul {
	border-radius: 0px 0px 10px 10px;
  position:absolute;
  left:-10px;
  top:0px;
  margin-top: 22px;
  width: 220px;
  line-height:16px;
  background-color:#a8a8a8;
  color:#0395CC;
  display:none;
  box-shadow: 5px 5px 5px 0px rgba(68,68,68,0.6);	
}

#menu li:hover ul { display:block;}

#menu li ul li:first-child { border-top: none; margin-top: 10px;}
#menu li ul li a { display:block; color: #ffffff; }
#menu li ul li a:hover { color: #ffffff; text-decoration: underline; }

#menu li ul li{ display:block; margin:5px 20px; padding: 5px 0px;  border-top: dotted 1px #606060; list-style-type:none; }
*/




#logout {
	float: right;
	color: #ffffff;
	font-weight: bold;
	margin-right: 20px;
	margin-top: 8px;	
}

#logout a:link {
	color: #ffffff;
	text-decoration: none;		
}

#logout a:visited {
	color: #ffffff;
	text-decoration: none;	
}

#logout a:hover {
	color:#B0D730;
	text-decoration: none;
}

.driver_message {

    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    display: none;
    margin-left: 1px;
    margin-top: 5px;
    padding: 16px;
    position: absolute;		
      background-color: #A8A8A8;
    box-shadow: 5px 5px 5px rgba(68, 68, 68, 0.6);
    line-height: 20px;
}

.navigation {
	font-size: 14px;
}

.mark_vasco {
	background-color: #87abff;	
}

.menu_highlight a:link {
	color:#000000;	
}

.menu_highlight a:visited {
	color:#000000;	
}

.menu_highlight a:hover {
	color:#000000;	
}




























