﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, 
samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
strong, b {
	font-weight:bold;
}
em, dfn, i {
	font-style:italic;
}
/* ================= General tags ================= */
body {
	font: 12px/1.5 Helvetica, Arial, Tahoma, sans-serif;
	color:#4e4e4e;
	-webkit-font-smoothing: antialiased;
	background:#efeeef !important;
}

table {
	font: 12px/1.5 Helvetica, Arial, Tahoma, sans-serif;
	line-height:18px;
}

fieldset {
    padding: 10px 0px;
    border-radius: 8px; 
    border: solid #003374 1px;       
}

fieldset legend {
    padding: 0px 20px; 
    align: center; 
    margin-left: 132px; 
    font-weight: bold; 
}

fieldset label {
	clear: both;
	float: left;
	width: 210px;
	padding-top: 5px;
	margin-right: 8px;
	text-align: right;
}

a:link, a:visited, a:hover, a:active, a:focus {
	/* text-decoration:none !important; */
	/* outline: none; */
}
li { list-style:none;}
a {
	color:#000;
}
a.tplinks {
	color:#254c7c;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
a.tplinks:hover {
	color:#94c5f0;
}
.button {
	padding:6px 18px !important;	
	border-radius:6px !important;
	-webkit-border-radius:6px !important;
	margin:2px 5px 2px 0;
	border:solid 1px #AAA;
}
.button:hover {
	background:#4A4C59 !important;
	color:#fff !important;
	cursor:pointer;
}
.lt {
	float:left;
	}
.rt {
	float:right;
	}
.title {
	color:#3c3e45;
	font-size:16px;
	padding:5px 0;
	background:url(../images/line.jpg) no-repeat bottom;
	font-weight:normal;
	}

.clear {
	clear:both;
	}
.shadow {
	-moz-box-shadow: 0px 2px 1px #e5e5e5;
	-webkit-box-shadow: 0px 2px 1px #e5e5e5;
	box-shadow: 0px 2px 1px #e5e5e5;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#e5e5e5')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#e5e5e5');
	}
/* ================= Login ================= */
.login_body {
	font: 12px/1.7 Helvetica, Arial, Tahoma, sans-serif;
	color:#4e4e4e;
	-webkit-font-smoothing: antialiased;
	background: #4A4C59 !important;
	}
#login_wrap {
	width:625px;
	height:226px;
	margin:200px auto 0 auto;
	}
.login_fields {
	width:300px; 
	height:153px;
	padding:15px 20px; 
	background:#fff;
	float:right;
    border-radius: 8px;
	}
.login_fields fieldset {
	text-align:center;
	margin-bottom:10px;
	height:42px;
	}	

.login_fields input {
	width:280px;
	padding:7px;
	background:#fff;
	border:1px solid #cfcfcf;
	border-radius:5px;
	-webkit-border-radius:5px;
	}
.login_fields  span {
	color:#0071bc !important;
	}
.login_fields_footer {
	position:absolute;
	bottom:0px;
	width:100%;
	padding:10px 0;
	text-align:center;
	color:white;
	font-size:11px;
	}
	
.login_fields_footer .link {
    color:white;
    text-decoration:underline;
}

/* ================= Main tags ================= */
#wrapper {
	width:100%;
	min-width:1300px;
	height:auto;
	background:#efeeef;
	}
.header {
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../images/headerbg.jpg) no-repeat top center #4A4C59;
	padding:4px 0 0 0;
	}
.logo {
	margin-left:7px;
	margin-top:5px;
	}
nav {
	float:left;
	margin-left:25px;
	/*border:1px solid #fff;*/
	}
nav a {	
	text-decoration:none;
	}	
.menu {
	list-style:none;
	list-style:none;
	}
.menu li{
	float:left;
	padding:26px 20px 20px 20px;
	color:#fff;
	font-size:13px;
	display:block;
	text-align:center;
	line-height:18px;
	}
.menu li:hover {
	background:url(../images/hoverbg.png) repeat-x bottom;
	color:#fff !important;
	/*-moz-border-radius: 4px;
	border-radius: 4px;*/
	}
.menu li a{
	color:#fff !important;}
.menu_selected {
	color:#fff !important;
	background:url(../images/hoverbg.png) repeat-x bottom;
	}
.welcome {
	padding-top:10px;
	float:right;
	text-align:right;
	font-weight:bold;
	color:#fff;
	}
.logout {
	padding:10px 20px;
	border-radius:6px !important;
	-webkit-border-radius:6px !important;
	color:#fff;
	float:right;
	background:url(../images/logoutbg.jpg) repeat-x bottom;
	margin-top:-8px;
	margin-left:50px;
	margin-right:8px;
	text-decoration:none;
	}
/*.homemenu {
	
	}*/
.sub-menu {
	list-style:none;
	background:url(../images/submenubg.jpg) repeat-x;
	height:40px;
	width:99%;
	}
.sub-menu li {
	padding:9px 17px;
	border-left:1px solid #bcbbbc;
	display:block;
	float:left;
	margin-left:0px; 
	}
.sub-menu li a{ border:none;}
.sub-menu li:hover {
	background:#dddddd;
	}
.sub-menu a {color: #333;
}
.sub-menu a:hover {color: #0073BC !important;
}
.sub-menu-selected {
	background:#0073BC  !important;
	color:#fff !important;
	}
.leftbar {
	width:210px;
	margin:8px 25px 0 25px;
	}
.reportlist {
	background:#fff;
	color:#3c3e45;
	font-size:13px;
	position:relative;
	margin-bottom:8px;
	}
.head {
	width:190px;
	padding:8px 10px;
	position:relative;
	font-weight:normal;
	background:#fff;
	margin-bottom:1px;
	}
.head img{
	position:absolute;
	right:15px;
	top:17px;
	}
.advance_search {
	width:190px;
	padding:8px 10px;
	background:#dddddd;
	color:#3c3e45;
	font-size:13px;
	position:relative;
	}
.rightbar {
	width:75%;
	float:left;
	margin:8px 25px 0 0;
	}
.contentwrap {
	width:100%;
	margin-top:5px;
	background:#fff;
	padding:10px;
	}
#maincontent {
    width:100%;
    }

#maincontentinner {
padding: 10px;
}
.error {
    color:rgb(81, 73, 73);
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}

.fltr {
	border-style: solid; border-width: 1px;
	background-color: #003374;
	color: #fff; font-size: 11px;
	cursor: pointer;
	border-color: #ff0;
	padding: 2px 5px;
	float: left;
	border-radius: 2px;
 }

#footer {
	width: 1400px;
	margin: 0px auto;
	text-align: center;
}


.bookingdate { float: left; width: 55px; }
.datepicker { float: left; margin: 3px 0px 0px 3px; cursor: pointer; }


#driversubpanel  input { float: left; }

#driversubpanel .drivername { width: 207px; float: left; text-align: right; padding-top: 6px; font-weight: bold; margin-right: 5px; }


#customersubpanel { float: left; 
	margin: 9px 0px 0px 20px;
}

.showing { width: 250px; margin: 10px 0px; }

.pagenumlabel {
	float: left; 
	width: 50px;
	font-weight: bold;
	padding-top: 5px;
}

.pager {
	border-style: solid; border-width: 1px;
	background-color: #003374;
	color: #fff; font-size: 11px;
	cursor: pointer;
	border-color: #ff0;
	padding: 2px 5px;
	float: left;
	border-radius: 2px;
}

.pagercurrent {
	background: #fff;
	color: #003374;
	border-color: #003374;
}

.paging input {
border: 1px solid;
padding: 0px 4px;
cursor: pointer;
margin-bottom: 5px;
margin-right: 5px;
float: left;
}

.margin5-10 {
	margin-left:5px;
	margin-right:10px;
}

.margin_right25{
	margin-right:25px;
}

.margin_right40{
	margin-right:40px;
}

.nowrap {
	white-space: nowrap;
}

#monthlyfigures { float: left;
      width: 300px;
      height: 90px;
      margin: 5px 0px 0px 40px;
      
}