@CHARSET "UTF-8";
body, html { 
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;	
	font-size: 12px;
	background-color: #fdfdfd;
}

#container { text-align: center; min-width: 960px; max-width: 1200px; margin: 0 auto; position: relative; }

#calendar { float: left; margin: 0 0 0 7px; cursor: pointer; }
form { padding: 0px; margin: 0 0 15px 0; }

label { float: left; width: 70px; margin-bottom: 8px; }
input { float: left; width: 70px; border-collapse: collapse; border: 1px solid gray; margin-right: 3px; }
input[type="submit"] { width: 32px; background: gray; color: white; } 

.login-box form.mainLogin { margin: 0 0 10px 0; }
form.mainLogin input, submit { float: right; } 
.cb { clear: both; margin: 0; padding: 0; font-size: 1px; }

#date_ride { width: 70px; }
#time_ride, #distance, #ride_time { width: 40px; }
form img { margin-left: 10px; }

#searchUsrBox { border: 1px solid black; width: 350px; position: absolute; background: white; z-index: 100; }
#searchUsrBox div { padding: 2px; border-bottom: 1px solid #e0e0e0; cursor: pointer; }
#searchUsrBox div:hover { background: gray; color: white; }
tr.first { border-top: 2px solid black; }
td.distance, td.price { text-align: right; }
td.time, td.tcenter { text-align: center; }
td.price.gray, td.tcenter.gray { font-size: 11px; color: gray; width: 40px; }

a { color: black; text-decoration: none; }
a.selected { text-decoration: underline;  }

.webcams a { 
	float: left; 
	margin: 0 20px 20px 0; 
	text-align: center; 
	font-size: 14px; 
	font-weight: bold; 
	background: url("../images/menu.gif") repeat-x scroll 0 0 transparent;
	border: 1px solid #c9c9c9;
    border-radius: 2px;
    width: 300px !important;
    overflow: hidden;
}

.webcams a:hover {
	background: url("../images/menu3.gif") repeat-x scroll 0 0 transparent;
	color: white;
}
	
.webcams a img { width: 300px; }
.detail { margin-top: 15px; }
.calendar { margin-left: 10px !important; float: left; }
 
.menu { font-size: 15px; }
.mini_imgs { margin-top: 20px; }
.mini_imgs a { float: left; margin: 0 10px 5px 0; }
.mini_imgs a div { text-align: center; }

h1 { margin: 16px 0 0 0;}

#menu {
	border: 1px solid #c9c9c9;
	border-radius: 2px;
    width: 150px;
    position: absolute;
    top: 100px;
    font-size: 13px;
    margin-right: 20px;
    overflow: hidden;  
}

#menu ul {
    padding: 0;
 	list-style: outside none none;
 	margin: 0;
}

#menu ul  li {
    display: block;
    line-height: 19px;
    background: url("../images/menu.gif") repeat-x scroll left top #e2e2e2;
}

#menu ul li a { 
	display: block;
	font-size: 16px;
    line-height: 20px;
	text-transform: uppercase;
	padding-left: 19px;
	padding: 9px 20px 10px 19px;
}

#menu ul li a.camName { font-size: 13px; }

#menu ul li a:hover, #menu ul li a.active {
    background: url("../images/menu3.gif") repeat-x scroll left top #333333;
    border-bottom-color: #323232;
    border-right-color: #555555;
    border-top-color: #464646;
    color: #fff;
}

#header { margin-bottom: 10px; }
#header .title { float: left; text-align: left; }
#header .title img, #header .title .left { float: left; }
#header .title h1 {   
    font-size: 43px;
    font-weight: normal;
    letter-spacing: -3px;
    line-height: 52px;
    word-spacing: 3px;
}

#header .title small {
	
	color: #858585;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    margin-top: -3px;
    padding-left: 3px;
    text-transform: uppercase;
    word-spacing: -2px;
	margin-bottom: 10px; 	
}

#header .right-box { float: right; }
#header .number { font-size: 24px; line-height: 29px;  }
#header .number .color-1 { color: #959595; }

#content { padding-left: 170px; }
#detailImg, #calNew, #content { width: 99%; box-sizing:border-box; }

#calNew, #calNew tr, #calNew td, #calNew th { }  

#calNew td, #calNew th {
	background: url("../images/menu.gif") repeat-x scroll left top transparent;
	border: 1px solid #a0a0a0;
	border-radius: 2px; 
}

#calNew th { color: gray; text-align: right; padding-right: 5px; }
#calNew td { cursor: pointer; }
#calNew td a { display: block; }
#calNew td.active a { color: white; }
#calNew td.active { background: url("../images/menu3.gif") repeat-x scroll left top transparent; color: white; }
#calNew td.disabled, #calNew td.disabled a { color: #b0b0b0; cursor: default; }