body {
	font-family: verdana, arial, tahoma;
	font-size: small;
	color: #202020;
	background-color: white;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
	padding: 0;
	background: transparent url('images/bg.gif') top center repeat-x;
}

#wrapper {
	margin:0 auto;
	width:1000px;
}

#wrapper-header {
	
}

#header, #wrapper-content1, #wrapper-footer {
	text-align: left;
	margin-left: 1%;
	margin-right: 1%;
}

#header {
	background: #eee url('images/Fleet_Logo.jpg') no-repeat left top;
}

#wrapper-header2 
{
	background: transparent url('images/bg02-blue-left.gif') top left no-repeat;
	
}

#wrapper-header3 {
	background: transparent url('images/bg02-blue-right.gif') top right no-repeat;
	height: 100px;
}

#header h1 {
	margin: 0px 20px 0 20px;
	padding: 0;	
	line-height: 3em;
	color: #ccc;
	font-size: larger;
	float:left;
}

#header .login {
	margin: 20px 20px 0 20px;
	padding: 0;
	text-align:right;
	color: #000;
	width: 400px;
	float:right;
}

#wrapper-content1 {
	background: white url('images/bg02-white-left.gif') no-repeat left top;
}

* html #wrapper-content1 { height: 1%; }

#wrapper-content2 {
	background: transparent url('images/bg02-white-right.gif') no-repeat right top;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 40px;
	padding-right: 40px;
}

#wrapper-menu-page {}

#menu-page ul 
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}
#menu-page li {
	display: inline;
	padding-right: 1em;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #303030; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}
#footer img
{
	border: 0px;
}

#content h1 {
	font-size: medium;
	margin: 0;
	padding: 10px 0 ;	
}

h2 
{
	font-size: 110%;
	margin:0px;
	padding: 0 0 5px 0;
	
}
	
h3 { font-size: 100%; 
	padding: 0px;
	margin:0px;
	}

a:link, a:visited  
{
    color: #5b8fbe; text-decoration: none; 
}
a.button:link, a.button:visited  
{
    color: #000; text-decoration: none; 
}
a:hover
{
    color: #666; text-decoration: none;
}
a.button:hover
{
    color: #666; text-decoration: none;
}

input[type="text"][disabled] {
   background-color: #FDFDFD;
   color: #000;
   border-style:dotted;
   border-color: #ccc;
}

.search input[type="text"] {
    width: 200px;
}

.search input[type="submit"] {
    width: 200px;
}
.search td
{
    vertical-align:middle;
    margin-left: 40px;
}

#vehiclemanage input[type="text"] {
    width: 200px;
}

#vehiclemanage textarea {
    width: 200px;
    height:50px;
    text-transform:uppercase;
}
#vehiclemanage input[type="submit"] {
    width: 200px;
}

textarea 
{
	font-family: verdana, arial, tahoma;
	font-size: small;
}

.buttonh2
{
	float:right;
	position:relative;
	margin:5px 2px 0 0 ;
}

.centre
{
	margin-left:auto;
	margin-right:auto;
}

.noBorder
{
	border:0 none;
}

.colWidthA
{
	width:250px;
}

.uppercase
{
	text-transform:uppercase;
}

.smallfont
{
	font-size:smaller;
}

.fl
{
    float:left;
}

.fr
{
    float:right;
}

.cf
{
    clear:both;
}

.paddingtop10
{
    padding-top:10px;
}
          
.accordionHeader {  
    border: 1px solid #2F4F4F;  
    color: white;  
    background-color: #2E4d7B;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionHeaderSelected {  
    border: 1px solid #2F4F4F;  
    color: white;  
    background-color: #5078B3;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionContent {  
    background-color: #D3DEEF;  
    border: 1px dashed #2F4F4F;  
    border-top: none;  
    padding: 5px;  
    padding-top: 10px;  
}  

.error
{
    color:Red;
}

.warningMessage
{
    color:Red;
    font-weight:bold;
    font-size:large;
}

.importantInfo
{
    font-size:10pt;
    font-weight:bold;
}

.button 
{
  display: inline-block;
  border: 1px solid #aaa;
  text-decoration : none;
  padding: 5px 10px;
  background: #eee;
  border-radius: 2px;
  text-align: center;
  margin:5px 0;
}
#content
{
    padding-top:5px;
}
.right
{
    text-align: right;
}
.left
{
    text-align: left;
}

table th
{
    color: #fff;
    background-color:#666;
    height:30px;
}