﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #ffffff;
    font-size: .75em;
    font-family: tahoma, verdana;
    margin: 0;
    padding: 0;
    color: #444444;
    height: 100%;
}

.page
{
    min-height: 100%; 
    margin-left: auto;
    margin-right: auto; 	
    width : 970px;    
    height: auto !important; 
	height: 100%;    
    margin: 0 auto -29px; 
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#headerTop
{
    width : 100%;    
}


#logoleft
{
    margin-top: 20px;	
    display:block;
    float:left;
    text-align:left;
}

#logoright
{
    margin-top: -45px;/* 20px; Firefox fix*/
    margin-top: 20px;	
    display:block;
    float:right;
    text-align:right;
}

#menucontainer /*Entry.Master*/
{
	margin-top:10px;
	height:28px;
    background-image: url(/Customer/5/Images/bg_dots.gif);
	font-weight:bold;   
}

#menucontainer2 /*Site.Master*/
{
	margin-top:10px;
	height:28px;
    background-image: url(/Customer/5/Images/bg_dots-menu.gif);
	font-weight:bold;    
}

#menuDiv /*new menu mike*/
{
	margin-top:4px;
	height:35px;
	background-color: #aaaaaa;
    background-image: url(/Customer/5/Images/bg_dots-menu_new.gif);
}

ul#menu
{
	padding-top: 6px;
	margin-left: 0px;
}

ul#menu li
{
    display: inline;
    list-style: none;  
    padding-left: 20px;
    padding-right: 20px;
    color: #444444;
    
}

ul#menu li a
{
    text-decoration: none;
    color: #444444;
}

ul#menu li a:hover
{
    color: #3c72ba;
    text-decoration: none;
}

ul#menu li a:active
{
    color: #66ee66;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}


#Submenucontainer
{
	margin-top:-1px;
	display:block;
	position:relative;
	height:28px;
    background-image: url(/Customer/5/Images/bg_dots-menu.gif);
}

ul#Submenu
{
	padding-top: 6px;
	margin-left: 0px;
}

ul#Submenu li
{
    display: inline;
    list-style: none;  
    padding-left: 20px;
    padding-right: 20px;
    color: #444444;
    
}

ul#Submenu li a
{
    text-decoration: none;
    color: #444444;
}

ul#Submenu li a:hover
{
    color: #3c72ba;
    text-decoration: none;
}

ul#Submenu li a:active
{
    color: #66ee66;
    text-decoration: none;
}

ul#Submenu li.selected a
{
    background-color: #fff;
    color: #000;
}

#MenuSelected 
{
	color: #3c72ba;	
}

#main /*Entry.Master*/
{
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    margin-bottom: 25px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    
}

#main2 /*Site.Master*/
{
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    margin-bottom: 25px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    
}

#footer
{
    bottom: 0;
    font-size: 1em;
    color: #aaaaaa;
    background: #ffffff;
    /*padding-top: 0px;*/
    /*position: absolute;*/
	bottom: 0;
    width: 100%;
    text-decoration: none;
}


#footerLinks
{
    font-family: Arial;
    font-size: 12px;
}

.needed
{
	text-align:right;
	padding-right: 10px;
	color: #666666;
}

.notneeded
{
	text-align:right;
	padding-right: 20px;
	color: #666666;
}

.editField 
{
	border: solid 1px #aaaaaa;
	font-family: Verdana;
	font-size: x-small;
}

.error
{
    color:Red;
}

.EntryError 
{
	padding: 30px;
    color:#ff4444;
    font-size:x-small;
    font-family:Verdana;
    font-weight:normal; 
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.StandardButton /*green*/
{
    border: 1px solid #33cc33;
    background-color: #33cc33;
    font-weight:bold;
    font-size:8pt;
    font-family:verdana;
    color:#ffffff;
    background-image: url('/Areas/FleetManager/Content/Images/arrow_btn.jpg');
    background-repeat:no-repeat;
}

.StandardButton2 /*white*/
{
    border: 1px solid #808080;
    background-color: #ffffff;
    font-weight:bold;
    font-size:.9em;
    font-family:verdana;
    color:#000000;
    background-image: url('/Areas/FleetManager/Content/Images/arrow_btn_white2.jpg');
    background-repeat:no-repeat;
    background-position: left center;
}
.StandardButtonIndex /*brown*/
{
    border: 0px solid #008000;
    font-weight:bold;
    font-size:1.4em;
    font-family:Arial;
    color:#ffffff;
    background-color: #008000;
}

.Combobox 
{
    border: solid 1px #666666; 
    font-family: verdana; 
    font-size:x-small;
 }
 
.DayIdle 
{
    background-color: #dddddd;
}
 
.DaySelect 
{
    background-color: #ffffff;
}
.DaySelect:hover
{
    background-color: #f6f6f6;
    color: #000000;
    cursor: pointer;
}

.DaySelectDisp
{
    background-color: #3d83cb; /*#999999;*/
    color: #362b36;
}
.DaySelectDisp:hover
{
    background-color: #ffffff; /*#f6f6f6;*/
    color: #0b5b98;
    cursor: pointer;
}
.DaySelectIndisp, .DaySelectIndisp:hover 
{
    background-color: #d7d7d7;
    color: #b5b1b5;
    cursor: default;
}
.DaySelectSelection, .DaySelectSelection:hover 
{
    background-color: #33cc33; /*#9bc3ff;*/
    color: #544488;
    cursor: default;
}

 
.StepHeader 
{
}

.StepHeader:hover
{
    cursor: pointer;
}

#loadingImage
{
	 padding: 100px 0px 0px 0px;
}



/*------------------------ Restyling ------------------------*/
/*         Fleetmanager                   */

#title
{
	font-family: Arial;
	font-size: 20px;
	color: #000000;
}

#blueText
{
	font-family: Arial;
	font-size: 12px;
	color: #0080ff;
}

#whiteText
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

#whiteUrlBold
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#contentTable a
{
	font-family: Arial;
	font-size: 12px;
	color: #0080ff;
}

#contentTableText
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding-bottom: 50px;
}

#CreateLogin
{
	width: 735px;
	height: 60px;
	color: #ffffff;
	background-color: #0080ff;
	padding-top: 10px;
	padding-left: 10px;
}

#CreateLoginText
{
	width: 100%;
	height: 10px;
}

#textWhiteBig
{
	font-family: Arial;
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
}

#textWhiteSmall
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	float: left;
}

#urlWhite
{
	font-family: Arial;
	font-size: 12px;
	float: left;
}

#redText
{
	font-family: Arial;
	font-size: .9em;
	color: red;	
}

#8Text
{
	font-family: Arial;
	font-size: .9em;
	color: black;	
}

#captchaTable
{
	width: 800px;
	height: 85px;
	background-color: #0080ff;
	padding-top: 10px;
}



/*                Driver                  */

#DriverPrepBlue
{
	width: 450px;
	height: 35px;
	background-color: #0080ff;
	font: Arial;
	color: #ffffff;
	font-weight: bold;
	padding: 15px;
}

#DriverStep0Blue
{
	width: 730px;
	height: 20px;
	background-color: #0080ff;
	font: Arial;
	color: #ffffff;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
}
