/* stylesheet for */ 

body{
	padding:0px;
	margin:0px;
background:url(images/headerbg.gif) repeat-x left top #fff;
font-family:Arial, Helvetica, sans-serif, Tahoma;
color:#000;
font-size:12px;
height:100%;
}

h1,h2,h3,h4,h5,h6,p,form,img,a{
	padding:0px;
	margin:0px;
	outline:none;
	border:none;
}


a{
	text-decoration:none;
	border:none;
}

a:hover{
	text-decoration:none;
	}
/* png fix for IE6 */ 
/*img,div,td,a { behavior: url(iepngfix.htc) }*/

/*.mainNav{
	padding:0px;
	margin:0px;
	list-style:none;
}

.mainNav li{
	padding:0px;
	margin:0px;	
	display:block;
	float:left;
}

.mainNav li a{
	text-decoration:none;
	padding:0px;
	display:block;
	float:left;
	color:#fff;
}

.mainNav li a:hover{
	text-decoration:none;
	color:#fff;
}*/

.logo {
	margin:10px 0 0 0;
}

.leftbxhdingbg{
	background:url(images/lftpanelhdingbg.gif) no-repeat left top;
	width:220px;
	height:35px;	
	color:#fff;
	font-size:16px;
	line-height:35px;
	padding:0 0 0 15px;
	font-weight:bold;
}

.lftpnlbxrptbg{
	background:url(images/lftpnlboxrptbg.gif) repeat-y left top;
	width:235px;
}


.lftpnlbxbtmbg{
	background:url(images/lftpnlbtmbg.jpg) no-repeat left top;
	width:235px;
	height:5px;
	line-height:0px;
	font-size:0px;
}

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

ul.lftcat li{
	background:url(images/lftpnlbullet.gif) no-repeat 15px center;
	margin:0px;
	border-bottom:1px solid #9f9f9f;
	}
	
	ul.lftcat li:last-child{
		border-bottom:none;		
	}
	
ul.lftcat li a{
	padding:8px 0 8px 30px;
	display:block;
	color:#434343;
	text-decoration:none;
}

ul.lftcat li a:hover{
	background:url(images/lftpnlhovbult.gif) no-repeat 15px center #6e6e6e;
	color:#fff;
	text-decoration:none;
}

/*detail box*/
.dtlboxhdinglft{
	background:url(images/dtlboxhdiglfttopbg.gif) no-repeat left top;
	width:10px;
	height:35px;
}

.dtlboxhdingrptbg{
	background:url(images/dtlboxhdingrptbg.gif) repeat-x left top;
	height:35px;
	color:#fff;
	font-size:16px;
	line-height:35px;
	padding:0 0 0 5px;
	font-weight:bold;
}

.dtlboxhdingrit{
	background:url(images/dtlboxhdigrittopbg.gif) no-repeat left top;
	width:10px;
	height:35px;
}


.dtlboxbg{
	background:#edecec;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
}

.dtlboxbtmlftbg{
	background:url(images/dtlboxlftbtmbg.jpg) no-repeat left top;
	width:10px;
	height:10px;	
}

.dtlboxbtmrptbg{
	background:url(images/dtlboxrptbtmbg.gif) repeat-x left top;
	height:10px;
}

.dtlboxbtmritgbg{
	background:url(images/dtlboxritbtmbg.gif) no-repeat left top;
	width:10px;
	height:10px;
}
/* end of detail box*/


/*footercss*/

.footer{
	background:url(images/footerbg.gif) repeat-x left top;
	height:40px;
	}
	
	

/***************************************/

	.addbox{
		width:103px;
		height:101px;
		border:1px solid #a5a5a5;
		background:#fff;
		margin:10px 0px 0 10px;
		text-align:center;
		float:left;
	}

.addbox img{
	margin:10px 0 2px 0;
}

.addbox a{
	text-decoration:none;
	color:#0593c1;	
}

.addbox a:hover{
	text-decoration:underline;
	color:#0593c1;	
}
/**********************/
.footercont{
	color:#a0a0a0;
	font-size:11px;
	line-height:16px;	
}

.footercont a{
	text-decoration:none;
	color:#a0a0a0;
}

.footercont a:hover{
	text-decoration:none;
	color:#0593c1;
}

/*--------hi*---------------*/
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	background:url(images/navrptbg.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 0px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	line-height:32px;
	line-height:35px;
}
/*ul#topnav li:hover { background: #1376c9 url(topnav_active.gif) repeat-x; }*/
ul#topnav li:hover { background: url(images/navhovrptbg.gif) repeat-x #a7a7a7; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/


ul#topnav li ul {
	float: left;
	padding: 5px 0;
	position: absolute;
	left: 0; top:35px;
	display: none; /*--Hide by default--*/
	width: 100%;
	background: #a7a7a7;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	list-style:none;
}
ul#topnav li ul li:hover{
	background:none;
	
}
ul#topnav li.selected{background: #a7a7a7;}
ul#topnav li.selected ul {  display: block; }

ul#topnav li:hover ul { display: block; } /*--Show subnav on hover--*/
ul#topnav li ul a { font-weight:bold; display: block;} /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li ul a:hover { color:#121212; text-decoration: none; }

ul#topnav li ul a.lock{
	background:url(images/lock.gif) no-repeat 10px center;
	padding-left:35px;
	}
ul#topnav li ul a.vehicle{
	background:url(images/veh.png) no-repeat 10px center;
	padding-left:35px;
	}

ul#topnav li ul a.item{
	background:url(images/add_item.gif) no-repeat 10px center;
	padding-left:35px;
	}
	
	ul#topnav li ul a.reports{
	background:url(images/reports.gif) no-repeat 10px center;
	padding-left:35px;
	}
.space
{
	padding-right:68px;
}
.btn{
		height:25px;
		border:1px solid #676767;
		background:#676767;
		font-weight:bold;
		padding-bottom:2px;
		color:#FFFFFF;
		-moz-border-radius:5px;
		border-radius:5px;
		cursor:pointer;
	}
	

/*****************************/
.round_edges
{
	border:2px solid #99CCFF;
	padding:5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:10px;
	background-color:#99CCFF;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.round_edges td
{
	height:30px;
}
.logingbtn{
	border: 1px solid #006;
	padding:3px;
	background:#082E4A;
	color:#FFFFFF;
	
}

.greentxt {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#006600;
font-weight:bold;
padding-left:10px;
height:25px;
}

.tdmargin {
	padding:10px 10px 0 10px;
}
.mandatory
{
font-size:12px;
color:#990000;
font-weight:bold;
}
.redtxt {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#BC0000;
font-weight:bold;
padding-left:10px;
height:25px;
}


.errortxt {
background:url(images/wrong_red.png) no-repeat 10px 10px;
padding:20px 15px 20px 40px;
color:#FF0000;
font-weight:bold;
}

.successtxt {
background:url(images/right_green.png) no-repeat 10px 10px;
padding:20px 15px 20px 40px;
color:#006600;
font-weight:bold;
}

.welcomebox{
	color:#fff;
	margin:5px 0 0 0;
	line-height:16px;
}

.welcomebox a{
	text-decoration:none;
	color:#0593c1;
}

.welcomebox a:hover{
	text-decoration:none;
	color:#fff;
}

input, textarea, select {
border:1px solid #666;
-moz-border-radius:2px; border-radius:2px;

}
.fieldwidth{
width:250px;
}
checkbox{
	padding:0px;
	margin:0px;
	border:none;
}

.tdmargin {
	padding:10px 10px 0 10px;
}

.content {
text-align:center;
border:1px solid #CFCFCF;
}

.content td{
height:30px;
}

.contenthead {
font-weight:bold;
background-color:#CFCFCF;
border:1px solid #CFCFCF;
padding-left:5px;
}

.contentbrdright {
border-right:1px solid #CFCFCF;
border-top:1px solid #CFCFCF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
padding:5px;
letter-spacing:1px;
line-height:18px;
}

.contentbrheding {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}






.brdnone {
border-right:0px;
}

.contenttd {
border:1px solid #000000;
}
.boder
{
border:1px solid #999999;
padding-top:10px;
padding-bottom:10px;
 }
 .boderhdng
{
border:1px solid #999999;
padding-top:10px;
padding-bottom:10px;
background-color:#CFCFCF;
color:#000000;
 }
.ewallettext1{color:#FF0000;}
.ewallettext2{color:#00FF00;}

