/* Style Sheet for Speederez Car Rental Summary */

html{
	background-color : #F9F5CB;
	color: #151A7D;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
}
*/

body {
	margin: 0px;
/*	background-image:url("loading.gif");
	background-position:center;
	background-repeat:no-repeat;
*/
	font-size: 10px;
	}

/* ######################  TABLE ############################*/

table {
	font-size: 11px;
	border-spacing:0px;
	empty-cells:show;
    }
table.header {
	background-color: #EAE69E;
   	width:100%;
}
table.layout {
	border-spacing:1px;
	background-color: #B3B3B3;
	width:100%;
	border:thin silver solid;
	margin-top: 2px;
}
table.formit {
	border-spacing:0px;
	border:solid thin silver;
	background-color: #FFFFFF;
   	width:100%;
   	margin:0px;
}
table.footer{
	background-color: #FFFFEE;
	width:100%;
	height:100%;
	vertical-align:bottom;
}
table.calndr {
	border-spacing:1px;
	background-color: #7F9DB9;
}

TR.SelectedRow {
	background-color: #FFFFCC;
}
/* ######################  TD ############################*/


td {
	text-align: left;
	vertical-align:middle;
	}
td.summary {
	text-align: left;
	vertical-align:middle;
	background-repeat: repeat-x;
	background-position: 50% 50%;
	background-color: #EEEEEE;
	width:12px;
	line-height:100%;
	padding:0px;
	}
td.to{
	padding:2px 5px 2px 14px;
	}
td.caltext {
	background-color : #FFFFFF;
	white-space:nowrap;
	vertical-align:middle;
 	}
td.calimg {
	background-color : #FFFFFF;
}
td.end {
	width: 12px;
	text-align: center;
	vertical-align:middle;
	background-color : #FFFFEE;
	line-height:100%;
	padding:0px;
}
td.today {
	text-align: center;
	vertical-align:middle;
	background-color : #FFEEEE;
	line-height:100%;
	padding:0px;
}
td.day {
   	min-width: 12px;
	text-align: center;
	vertical-align:middle;
	background-color : #FFFFEE;
	line-height:100%;
	padding:0px;
}
td.pm {
   	min-width: 12px;
	text-align: center;
	vertical-align:middle;
	background-color : #F9F5CB;
	background-image:url(pm.png);
	background-repeat: no-repeat;
	line-height:100%;
	padding:0px;
}
td.nm {
   	min-width: 12px;
	text-align: center;
	vertical-align:middle;
	background-color : #F9F5CB;
	background-image:url(nm.png);
	background-repeat: no-repeat;
	line-height:100%;
	padding:0px;
}
td.rental {
	text-align: center;
	vertical-align:middle;
	background-color : #888888;
}
td.fd {
   	width: 12px;
	text-align: center;
	vertical-align:middle;
 	color: #151A7D;
	background-color : #FBFCC6;
	background-image: url("freeday.png");
	line-height:100%;
	padding:0px;
}
td.check {
	padding: 4px;
	text-align: left;
	vertical-align:top;
	background-color : #FFFFEE;
}
td.we {
   	width: 12px;
	text-align: center;
	vertical-align:middle;
   	color: #D21E1E;
	background-color : #F7F8B0;
	background-repeat : no-repeat;
}
td.car {
	padding: 0px 1px 0px 2px;
	text-align: left;
   	color: #151A7D;
	vertical-align:middle;
	background-color : #F4F9D5;
	white-space:nowrap;
	min-height:18px;
}
td.auto {
	text-align: left;
   	color: navy;
	vertical-align:middle;
	background-color : #F4F9D5;
}
td.footer {
	padding: 2px;
	width:100%;
	height:20px;
   	text-align:left;
   	vertical-align:bottom;
	color: #000099;
	background-color :#EAE69E ;
	background-image: url("footer.png");
}
td.button {
	padding: 1px;
	text-align: right;
	vertical-align:top;
	color: #FFFFFF;
	background-color : #B1C1CF ;
	}

td.money {
	padding: 2px;
	text-align: right;
	vertical-align:top;
	}

/* ######################  TH ############################*/


th {
	text-align: center;
	color: #151A7D;
	background-color :#FFFFFF ;
	font-weight:bold;
    }
th.header {
	padding: 3px;
   	vertical-align:top;
   	text-align: left;
	color: #151A7D;
	background-color :#EAE69E ;
	background-image: url("franch.png");
	}
th.left {
	text-align: left;
	vertical-align: middle;
	padding:3px 5px 3px 14px;
	background-color :#D3DFE2;
	font-weight:bold;
}
th.title {
	color: #151A7D;
	background-color :#EAE69E ;
	height:26px;
	}
th.franch {
	color: #151A7D;
	background-color :#EAE69E ;
	height:26px;
	text-align:left;
	padding-left:140px;
	background-image: url("franch.png");
	}
th.car {
 	text-align: left;
	color: #151A7D;
	background-color :#EAE69E ;
	white-space:nowrap;
	background-image: url("franch.png");
	width:100px;
	}

th.money {
	text-align: right;
	background-color :#D3DFE2;
	font-weight:bold;
}

h1 {
	margin: 5px 0px 0px 110px;
	color: #151A7D;
	font-size: 14px;
	font-weight: bold;
	}
h2 {
	margin: 0px 0px 0px 0px;
	color: #151A7D;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
h3 {
	color: #151A7D;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	margin:4px;
	}

h4 {
	color: #151A7D;
	font-size: 11px;
	font-weight: bold;
	margin:2px;
	}

h5 {
	color: #151A7D;
	font-size: 11px;
	font-weight: bold;
	}

h6 {
	color: #151A7D;
	font-size: 11px;
	font-weight: bold;
	}

/* ######################  INPUTS ############################*/

textarea {
    margin: 2px;
	color: #151A7D;
}

input {
   	padding:1px;
   	font-weight: normal;
	vertical-align:middle;
	font-size: 10px;
}

input.click {
    margin: 0px;
	color: #151A7D;
	height: 20px;
	width: 100px;
}

input.go {
    margin: 1px;
	color: #151A7D;
	height: 20px;
	width: 50px;
}

input.number {
    text-align:right;
}

input.total {
    text-align:right;
    color:red;
    font-weight:bold;
}


/* ######################  SELECTS ############################*/


select {
   padding:1px;
   margin:0px;
   font-size: 10px;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #151A7D;
   vertical-align:middle;
}
select.place {
    margin: 0px;
	width: 100px;
}
select.cal {
   margin: 0px;
   width:45px;
	height:19px;
}

select.rs_select{
	font-size: 10px;
	font-weight:bold;
	color:maroon;
}

/* ######################  BUTTONS ############################*/

button {
	margin: 0px;
	padding:1px;
   	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	font-weight: normal;
	color: #FF6666;
	vertical-align: middle;
}

button.ok {
	padding:4px;

}
button.small {
	padding:0px;
	font-size:9px;
	color:navy;

}
button.ok_float{
	position:relative;
	top: 2px;
	left: 160px;
	padding:0px;
   	font-size: 8pt;
   	font-weight:bold;
}

/* ######################  img ############################*/

img.arrow{
	cursor:pointer;
}

/* ######################  DIVS ############################*/

div.header{
    height:22px;
	color:navy;
    font-weight: bold;
	background-color : #D3DFE2;
	background-image:url(title.png);
	padding:2px 8px;
	vertical-align:middle;
}
div.summary{
	position:absolute;
	width:100%;
	margin: 1px;
}

div.title{
    height:20px;
	color:navy;
    font-weight: bold;
    font-size:11px;
	background-color : #FAE0E0 ;
	background-image:url(title.png);
	padding:2px 8px;
	vertical-align:middle;
}

div.from {
	position: relative;
	background-color : #D3DFE2;
	padding:4px 8px;
	height:20px;
	vertical-align:middle;
	}
div.to {
	position: relative;
	background-color : #F9F5CB;
	padding:4px 8px;
	height:20px;
	vertical-align:middle;
	}
div.hirer {
	position: relative;
	background-color : #F9F5CB;
	padding:4px 8px;
	}
div.agent {
	position: relative;
	background-color : #B1C1CF;
	padding:4px 8px;
	vertical-align:middle;
	}

div.check {
	position: relative;
	background-color : #F9F5CB;
	padding:8px;
	vertical-align:middle;
}

div.dialog {
	position: relative;
	background-color : #F9F5CB;
	padding:20px;
	text-align:center;
	vertical-align:middle;
}

div.button {
	border-top:thin solid #547BCB;
	position: relative;
	padding: 1px;
	text-align: right;
	padding:4px 8px;
	vertical-align:middle;
	background-color : #B1C1CF ;
}

.calhold{
	position: absolute;
	top:3px;
	left:60px;
	background-color :#FFFFFF ;
	border:solid thin silver;
	width:390px;
	height:19px;

}
.caltext {
	position: absolute;
	top:0px;
	left:100px;
	background-color :#FFFFFF ;
	border:solid thin silver;
	padding: 2px 5px;;
	font-size: 11px;
	font-weight:bold;
	color: maroon;
	width:200px;
	}
.caltime {
	position: absolute;
	top:0px;
	left:300px;
	width:100px;
	height:19px;
	}
.calquote {
	background-color :#FFFFFF ;
	border:solid thin #7F9DB9;
	padding: 2px 5px;;
	font-size: 11px;
	font-weight:bold;
	color: maroon;
	}

.outdetails {
	position: absolute;
	top:3px;
	left:480px;
	width:190px;
	}

.ret_calhold{
	position: absolute;
	top:3px;
	left:60px;
	background-color :#FFFFFF ;
	border:solid thin silver;
	width:255px;
	height:19px;

}
.ret_caltext {
	position: absolute;
	top:0px;
	left:0px;
	background-color :#FFFFFF ;
	border:solid thin silver;
	padding: 2px 5px;;
	font-size: 11px;
	font-weight:bold;
	color: maroon;
	width:200px;
	}
.ret_caltime {
	position: absolute;
	top:0px;
	left:200px;
	width:100px;
	}

.ret_outdetails {
	position: absolute;
	top:3px;
	left:370px;
	width:290px;
	}

.user_caltext {
	position: absolute;
	top:4px;
	left:91px;
	width:120px;
	background-color :#FFFFEE ;
	padding: 2px 8px;;
	font-size: 8pt;
	font-weight:bold;
	color: maroon;
	border:thin solid silver;
	}

.rs_calhold{
	position: relative;
	top:0px;
	left:0px;
	width:460px;
	height:19px;
	cursor:pointer;
	margin-bottom:2px;

}
.rs_caltext {
	position: absolute;
	top:0px;
	left:120px;
	background-color :#FFFFFF ;
	padding: 1px 5px;;
	font-size: 9pt;
	font-weight:bold;
	color: maroon;
	border:thin solid silver;
	cursor:pointer;
	}


.rs_caltoday {
	position: absolute;
	top:-1px;
	left:340px;
	z-index:17;
	vertical-align:middle;
	cursor:pointer;
	color:black;
	}
.rs_caltoday a{
	font-size: 9pt;
	font-weight:bold;
	color:#181894;
	vertical-align:middle;
	}
.rs_class {
	position: absolute;
	padding: 2px 5px;;
	font-size: 10px;
	vertical-align:middle;
	top:-1px;
	left:240px;
	width:60px;
	}

.rs_franch {
	position: absolute;
	padding: 2px 5px;;
	font-size: 11pt;
	vertical-align:middle;
	top:1px;
	left:600px;
	width:360px;
	}

div.rs_select {
	position: relative;
	padding: 0px;
	vertical-align:middle;
	top:0px;
	left:0px;
	width:120px;
	}

div.quote{
	vertical-align:middle;
	background-color: #DDDD99;
	color:red;
	font-weight:bold;
	padding-left:8px;
}


/* ######################  SPANS ############################*/

span.spaceTo{
	padding:10px;
	padding-right: 5px;
    font-size: 11px;
	vertical-align: middle;
	text-align:right;
}
span.spaceFrom{
	padding-left:10px;
	padding-right: 5px;
    font-size: 11px;
	vertical-align: middle;
	text-align:right;
}
span.spaceTitle{
	padding-left:10px;
	padding-right: 5px;
    font-size: 11px;
	vertical-align: middle;
	text-align:left;
}

span.spaceCar{
    font-size: 11px;
   	padding:1px;
	padding-right: 2px;
	text-align: right;
	white-space:nowrap;
}

span.quote{
	color:red;
	font-weight:bold;
	padding:2px 4px;
}
span.fixed{
	color:red;
	font-weight:bold;
	border:solid thin #7F9DB9;
	padding:2px 4px;
	background-color:beige;
	vertical-align: middle;
}
span.title{
	color:yellow;
	font-weight:bold;
}
span.menuitem{
	padding-left:30px;
}




/* ######################  IDS ############################*/

#scroller{
	width:1680px;
	overflow:auto;
}
#Loader{
  	z-index:0;
	visibility:visible;
	position:absolute;
  	text-align:left;
  	padding:100px;
	background-color: #FFFFEE;
	background-image:url("bg.gif");
	font-size:16px;
	color:red;
	font-weight:bold;
}
#Buffer{
  	z-index:1;
  	position:absolute;
  	top:0px;
  	left:0px;
	visibility:visible;
  	text-align:center;
	background-color: #FFFFEE;
	background-image:url("bg.gif");
}
#Tip{
  	z-index:15	;
	visibility:visible;
	display:none;
	position:absolute;
	left:600px;
	top:500px;
/*	width:202px;
	height:102px; */
  	text-align:left;
  	padding:2px;
	font-size:8pt;
	color:navy;
	font-weight:normal;
	background-color:orange;
}
#TipContents{
  	visibility:visible;
/*	width:190px;
  	height:100px; */
	text-align:left;
	padding-top:2px;
	padding-left:4px;
  	padding-right:2px;
  	padding-bottom:2px;
	margin:0px;
/*	border:dotted thin black; */
	background-color: #FFFFAA;
/*	background: url(tip_back.png) 0px 0px no-repeat;*/
	font-size:8pt;
	color:navy;
	font-weight:normal;
}

#reload{
  	z-index:18;
	display:none;
	position:absolute;
	left:10px;
	top:30px;
	width:100px;
	height:100px;
	background-image:url("loading4.gif");
}
#Msg{
  	z-index:8;
	visibility:visible;
	position:absolute;
	left:600px;
	top:10px;
	width:300px;
	height:100px;
  	text-align:left;
  	padding:5px;
	font-size:10pt;
	color:navy;
	font-weight:normal;

}
#agr_shadow {
	background-color:gray;
	opacity:0.3;
	position:absolute;
	top:0px;
	left:0px;
	z-index:19;
	width:1800px;
	height:1200px;
	display:none;
}
#agr_frame{
  	padding:0px;
  	margin:0px;
  	border:none;
 	width:696px;
 	height:100%;
}

#agr-bg {
	background: #E5E5E5;
	position:absolute;
	z-index:29;
	display:none;
	top:0px;
	left:0px;
	width: 770px;
	height:1200px;
	border:2px solid gray;
	}

#agr-header {
	position:relative;
	height: 25px;
}
#agr-content {
	border:thin solid #547BCB;
	position:relative;
}
#agr-holder{
	position:relative;
	padding:2px 1px;
	background-color: #547BCB;
}
#agr-footer {
	height: 5px;
}
#agr-header-left {
		padding: 0px;
		top:0px;
		height: 25px;
		width: 10px;
		background-image: url(images/booked-top.png);
	}
#agr-header-center {
		position:absolute;
		top: 0px;
		left:10px;
		height: 25px;
		width:750px;
		text-align:center;
		background-image: url(images/booked-top.png);
	}
#agr-title{
	color:white;
}
#agr-header-right {
		position:absolute;
		top: 0px;
		right:0px;
		height: 25px;
		width: 10px;
		background-image: url(images/booked-top.png);
	}

#user-bg {
	position:absolute;
	z-index:30;
	display:none;
	top:0px;
	left:2px;
	width: 770px;
	}
#user-container {
	width:770px;
}
#user-header {
	height: 25px;
}
#user-content {
	border: 2px solid #547BCB;
	background-color: #547BCB;
}

#user-holder{
	position:relative;
	padding:3px 0px;
	background-color: #547BCB;
	max-height:770px;
	overflow:auto;
}

#User_Frame{
  	padding:0px;
  	margin:0px;
  	border:none;
 	width:496px;
 	height:100%;
}
#user-footer {
	height: 25px;
}
#user-header-left {
		height: 25px;
		width: 10px;
		background-image: url(images/booked-top.png);
	}
#user-header-center {
		position:absolute;
		top: 0px;
		left:10px;
		height: 25px;
		width:750px;
		text-align:center;
		background-image: url(images/booked-top.png);
	}
#user-title{
	color:white;
}
#user-header-right {
		position:absolute;
		top: 0px;
		right:0px;
		height: 25px;
		width: 10px;
		background-image: url(images/booked-top.png);
	}


#Buffer{
  	visibility:hidden;
  	text-align:left;
	margin:0px;
	background-color: #FFFFEE;
/*	background-image:url("bg.gif"); */
}
#Add_Hirer{
	text-align:left;
  	padding:0px;
	margin:0px;
	color:navy;
	font-weight:normal;

}
#Select_Hirer{
	text-align:left;
  	padding:0px;
	margin:0px;
	color:navy;
	font-weight:normal;
}



/* ######################  Search Table ############################*/

table.searchableArea {
	width: 100%;
 	border: solid 1px silver;
}

table.searchableArea th {
	background-color: #F9F5CB;
	border: outset 1px buttonhighlight;
}

table.searchableArea th , table.searchableArea td {
	padding: 2px;
	color: #000000;
}
table.searchableArea td:hover{
	background-color:#F9F5CB;
}

table.searchableArea tbody {
  overflow: auto;
  max-height: 200px;
}

table.searchableArea2 tbody {
  overflow: auto;
  max-height: 400px;
}

table.searchableArea tbody td {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-collapse: collapse;
	background-color: #D3DFE2;
	cursor: pointer;
	text-align:left;
}

table.searchableArea tbody tr.selectedIndex td {
	background-color:#004E98;
	color: #FFFFFF;
}

table.list {
	width: 100%;
}

table.list th {
	background-color: #F9F5CB;
	border: outset 1px buttonhighlight;
}

table.list th , table.list td {
	padding: 2px;
	color: #000000;
}
table.list td:hover{
	background-color:#E9F0F1;
}

table.list tbody {
}

table.list tbody td {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-collapse: collapse;
	background-color: #D3DFE2;
	cursor: pointer;
	text-align:left;
}

table.list tbody tr.selectedIndex td{
	background-color:#004E98;
	color: #FFFFFF;
}

.submitButton {

	background-image:url(images/button_bg.jpg);
	font-family: Tahoma, Helvetica, sans-serif;
	color:navy;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px;
	border: solid 1px #547BCB;
}

/* ######################  CSSS Menu ############################*/

.menu {
	text-align:left;
	font-family: arial, sans-serif;
	width:120px;
	height:20px;
	position:fixed;
	top:74px;
	left:830px;
	z-index:999;
	margin:0;
	font-size:11pt;
	font-style:italic;
	margin:0;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#181894;
	width:120px;
	height:20px;
	text-align:left;
	border:2px outset silver;
	border-width:1px;
	background:#E9E9C3;
	line-height:22px;
	font-size:9pt;
	font-weight:bold;
	font-style:normal;
	text-indent:5px;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
}

.menu ul li ul {display: none;}


/* specific to non IE browsers */

.menu ul li:hover a {color:#181894; background:#E9E9C3;}

.menu ul li:hover ul {display:block; position:absolute; top:22px; left:0px; width:120px;}

.menu ul li:hover ul li a.hide {background:#E9E9C3; color:#181894;}

.menu ul li:hover ul li:hover a.hide {width:120px;}

.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover ul li a {display:block; background:#E9E9C3; color:#181894; width:120px;}

.menu ul li:hover ul li a:hover {background:#dfc184; color:#181894;}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:122px; top:0; color:#181894;}

.menu ul li:hover ul li:hover ul li a {display:block; width:120px; background:#dfc184; color:#181894;}

.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}



