* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
}
body, html {
color: #000000; 
font-family: Verdana, sans-serif;
height: 100%;
margin:0;
padding:0;
/***background: url(/examples/images/faux-column-left.png) 0 100px repeat-y #fff;   This is the left column background "faked" with an image. The 100px is added to have control of where the vertically repeating starts. The background color #fff (white) will be the background color for our content area ***/
}
body 
{
background-color:#000;
min-width: 760px; /* Doesn't work in IE */ 
}

.clear { clear: both; }

#mainContainer 
{
	margin:0 auto;
	padding:0;
	width:800px;
	background:#FFFFFF;
}

* html #mainContainer {
 /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
background-color:#FFFFFF;
width:800px;
margin:0 auto;
padding: 0px;
}

.SFnav
{
	width:800px;
	height:30px;
	background: #000000 /*url(shadow.jpg) repeat-x bottom*/;
	margin:0 auto;
	padding-left:10px;

}

.SFnavBar
{
	
	height:25px;
	background-color:#000000;
		
}

.SFnavShadow
{
	height:39px;
	width:100%;
	background-image: url(shadow.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
.SFmenu
{
	width:570px;
	padding-top:5px;
	float:left;	
}

.SFlogin
{
	font-family:Verdana;
	font-weight:normal;
	width:230px;
	padding-top:4px;
	float:right;		
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer 
{
	
}
.inner 
{
	
}
.float-wrap {
width:770px;
}
#content {

width: 770px;
position: relative; /*** IE needs this  ***/
}
.contentWrap{
padding: 18px 5px 5px 13px;
width:770px;
}
.contentWrap ol, .contentWrap ul {}
.contentWrap li {}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 155px;
padding: 5px;
position: relative; /*** IE needs this  ***/
}

/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
padding: 5px;
position: relative; /*** IE needs this  ***/
}
#right ul {}
#right li {}
/**************************
FOOTER
**************************/
#footer {
height: 25px; 
text-align: left;
color: #ff3300;
width: 760px;
margin:0 auto;
background-color: #FFFFFF;

vertical-align: middle;
}

#footerWrap
{
	width:800px;
	margin:0 auto;
	background-color:#FFFFFF;	
}
#footerContents
{
	border-top: solid 1px #000000;
	width:760px;
	margin:0 auto;
	padding-top:10px;
	background-color:#FFFFFF;	
}

#footer p {
clear: both;
}



/*
=======================
Skin styles for SelectFleet Site
=======================
*/

UL, OL {
	margin-top:5px;
	margin-bottom:5px;
	}

.LinkSeparator {
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
	}

.Normal	{
	font-family:Verdana, Sans-Serif;
	color:black;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:16.5px;
	margin-top:0px;	
	}
.normal {
	font-family:Verdana, Sans-Serif;
	color:black;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:16.5px;
	margin-top:0px; 
	} 
.NormalOrange	{
	font-family:Verdana, Sans-Serif;
	color:#FF3300;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height:16.5px;
	margin-top:0px;	
	}
	
.Normal ul li
{
	list-style-type:disc;
	list-style-position:outside;
	padding:0px 0 1px 0;
	margin:0 0 0 15px;
	
}

.Normal ol li
{
	list-style-position:outside;
	padding:0px 0 1px 0;
	margin:0 0 0 23px;
}

/*
=======================
BEGIN LINKS
=======================
*/

A:link 
{
    text-decoration:    underline;
    color:  #000000;
}

A:visited   
{
    text-decoration:    underline;
    color:  #666666;
}

A:active    
{
    text-decoration:    underline;
    color:  #000000;
}

A:hover 
{
    text-decoration:    none;
    color:  #ff3300;
}


/*
A	{
	font-size:12px;
	font-weight:normal;
	color:black;
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration:underline;
	}
=======================
END LINKS
=======================
*/

.menuTopBAR {
	background-color:#000000;
	height:24px;
	vertical-align:middle;
	margin: 0;
	padding-left: 5px;
	padding-top: 3px;
	}	

.copyright	{
	font-family:Verdana;
	font-size:11px;
	padding-left:2px;
	padding-top:5px;
	}

.contentpane {
	width: 390px;
	margin:0;
	background-color: transparent;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.toppane {
	width: 770px;
	background-color: transparent;
	padding:0 0 15px 5px;
	margin:0;
	}
	
.leftpane {}
	
	
.rightpane 
{
	padding-left: 5px;
	padding-right:5px;
	width: 390px;	
}

.date  {
	font-family:Verdana;
	color:White;
	font-size:9px;
	font-weight:normal;
	vertical-align:middle;
	text-align:right;
	padding-right:20px;
	}
	
a.date	{
	color: White;
	text-decoration: none;
	}

/* style for module titles */
.Head
	{
	font-family:  Verdana, Sans-Serif;
    font-size:  15px;
    font-weight: bold;
    color: #000000;
    text-transform:none;
	}

.Head2  {
    font-family: Verdana, San-Serif;
    font-size:  15px;
    font-weight: bold;
    color: #000000;
    text-transform:none;
    border-bottom: solid 1px #CCCCCC;
    width:100%;
    padding-bottom:6px;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
	}

.Head_HR	{
	font-family:  Verdana, Sans-Serif;
    font-size:  15px;
    font-weight: bold;
    color: #000000;
    text-transform:none;
	}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family:	Verdana;
    font-size:		12px;
    font-weight:	bold;
    color:			#000000;
    background-color: Transparent;
	}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family:	Verdana;
    font-size:		12px;
    font-weight:	bold;
    color:			black;
	}

.ControlPanel	{background-color: white;}
	
/*
============
SOLPARTMENU
============
*/
	
.MainMenu_MenuContainer {
	background-color: #000000;
	}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color: #000000;
	text-align:left;
	}
	
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF; 
	font-size:11px; 
	font-weight: bold; 
	font-style: normal;
	font-family: Verdana, Tahoma, Sans-Serif;
	padding-right:5px;
	padding-bottom:0px;
	padding-left:5px;
	padding-top:0px;
	border-left: black 0px solid; 
	border-bottom: black 1px solid; 
	border-top: black 1px solid; 
	border-right: black 0px solid; 
	}


.MainMenu_MenuIcon 
	{
	display:none;
	}
	
.MainMenu_SubMenu {
	background-color: #000000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border-top: solid 0px #000000;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-bottom: solid 0px #000000;
	}
	
.MainMenu_MenuArrow	{
	display:none;
	}
	
.MainMenu_RootMenuArrow {
	display:none;
	}

.MainMenu_RootMenuItemBreadcrumb
{   
    background-color: #000000;
    color: #ff3300;
}

.MainMenu_MenuBreak {
	border-bottom: black 0px solid;
	border-left:black 0px solid;
	border-top:black 0px solid;
	border-right:black 0px solid;
	background-color:transparent;
	height: 1px;
	}

.MainMenu_MenuBreak .MainMenu_RootMenuArrow	{
	border-bottom: black 1px solid;
	border-left:black 0px solid;
	border-top:black 1px solid;
	border-right:black 0px solid;
	background-color:transparent;
	height: 1px;
	}

.MainMenu_MenuItemSel	{
	background-color: #000000;
	border-left: black 0px solid; 
	border-bottom: black 0px solid; 
	border-top: black 0px solid; 
	border-right: black 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ff3300; 
	font-family: Verdana, Sans-Serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	padding-right:5px;
	padding-bottom:0px;
	padding-left:5px;
	padding-top:0px;
	}

.MainMenu_MenuItemSel .MainMenu_RootMenuArrow	{
	border:none;
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #ff3300; 
	font-family: Verdana, Sans-Serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	}

.MainMenu_SubMenuItemSelected	{
	background-color: #ff3300;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana,  Sans-Serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	}
	
.MainMenu_RootMenuItemActive	
	{color:#ff3300;}

.MainMenu_SubMenuItemActive
	{color:#000000;}

.MainMenu_SubMenuItemBreadcrumb
	{color:#000000;}

.MainMenu_RootMenuItemBreadcrumb
	{color:#000000;}

A.CommandButton:link
	{
	color: Black;
	}
	
A.CommandButton:visited
	{
	color: Black;
	}
A.CommandButton:hover
	{
	color: #ff3300;
	}
A.CommandButton:active
	{
	color: Black;
	}

.bottombar1	{
	font-family: Verdana, Sans-Serif;
	color: #FF3300;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	height: 25px;
	width:650px;
	float:left;
	}


.bottombar2	{
	font-family: Verdana, Sans-Serif;
	color: #FF3300;
	font-weight: bold;
	font-size: 11px;
	
	/*text-align: center;*/
	height: 25px;
	float:right;
	}

.menu_separator	{
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	}


.label	
{
	font-family: Verdana, Sans-Serif; 
	color: Black;
	font-size: 12px;
	font-weight:bold;   
}

.NormalTextBox
{
	font-family:Verdana, Sans-Serif;
	color:Black;
	font-size:11px;
	font-weight:normal;
	border:solid 1px #A5A5A5;
	background-color:#fafafa;
	padding-right: 1px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
}

input
{

}

textarea	{
	font-family:Verdana, Sans-Serif;
	color:Black;
	font-size:11px;
	font-weight:normal;
	border:solid 1px #A5A5A5;
	background-color:#fafafa;
}

#form .input_ddl
{
	font-family:Verdana, Sans-Serif;
	color:Black;
	font-size:11px;
	font-weight:normal;
	border:solid 1px #A5A5A5;
	background-color:#fafafa;	
}

.input_ddl
{
	font-family:Verdana, Sans-Serif;
	color:Black;
	font-size:11px;
	font-weight:normal;
	border:solid 1px #A5A5A5;
	background-color:#fafafa;	
}


.StandardButton, .Button_Cell .StandardButton {
	border: solid 1px #FFFFFF;
	background-color: #ff3300;
	font-family: Verdana, Sans-Serif;
	font-size:11px;
	font-weight:bold;
	color: #000000;
	width: 60px;
	}

.Button_Cell	{
	border: solid 1px #000000;
	}

#buttons .CommandButton, #buttons
	{
	font-family:Verdana, Sans-Serif;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:1px solid white;
	cursor:hand;
	}

#buttons A.CommandButton:hover
	{
	font-family:Verdana, Tahoma, Sans-Serif;
	color:black;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:1px solid white;
	}

.ReqField	{
	color:#CC0000;
	font-family:Verdana, Sans-Serif;
	font-size:11px;
	font-weight:bold;
	}
	
.ReqField .Normal {
	color:#CC0000;
	font-family:Verdana, Sans-Serif;
	font-size:11px;
	font-weight:bold;
	}
	
.Button	{
	font-family:Verdana, Tahoma, Sans-Serif;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	border:1px solid black;
	padding:1px;
	cursor:hand;
	width:100%;
	}
	
.Button:focus	{border:none:}

.ButtonOutside	{
	border:solid 1px black;
	padding:0px;
	height:23px;
	}
	


/* ================================
    Styles for DataGrid
   ================================
*/ 

.DataGrid {
	border: solid 1px #333333;
	width: 100%;
	padding:1px;
	background-color: Transparent;
}

.DataGridHeader {
	text-align: left;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	color: White;
	background-color: #f14421;
	
}

.DataGridItem {
	text-align: left;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	color: black;
	border: none;
}

.DataGridAlternating {
	background-color: #CCCCCC;
}

.DataGrid_Item input {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: black;
	border: none;
}

.DataGrid_AlternatingItem input {
	border: none;
}

.LoginHead
{
	font-weight:bold;
	font-size:10px;
	font-family:Verdana;
}

.contentSpacer
{
	width:10px;
}

/**************************Tire Search and Report Styles*******************************/


#reportWrap
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	padding:0 10px 0 10px;
	margin:0 auto;
	text-align:left;
	width:730px;
}

#reportWrap li
{
	margin:0 0 0 18px;
	list-style-type:disc;
	list-style-position:outside;
	padding:0px 0 1px 0;
}

#reportWrap p
{
	margin:10px 10px 10px 10px;
}

#reportWrap table
{
	width:100%;
	border-top:solid 1px black;
	border-right:solid 1px black;
}

.ReportTitle
{
	font-size:12px;
	color:#FF3300;
	padding: 10px 10px;
}

#reportWrap h3
{
	font-size:15px;
	padding: 5px;
	font-weight:bold;
	color:Black;
}

#reportWrap h2
{
	font-size:10px;
	color:#FF3300;
	font-weight:normal;
	text-decoration:underline;
}

#ServiceGrid
{
	margin-bottom: 10px;
}

#ServiceGrid td
{
	border: solid 1px black;
	padding-left: 3px;
	font-size:10px;
}

#ServiceGrid A:link 
{
    text-decoration:    underline;
    color:  White;
}

#ServiceGrid A:visited   
{
    text-decoration:    underline;
    color:  white;
}

#ServiceGrid A:active    
{
    text-decoration:    underline;
    color:  white;
}

#ServiceGrid A:hover 
{
    text-decoration:    none;
    color:  white;
}

#tireSearchWrap
{
	width:730px;
	margin:0 auto;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
}

#tireSearchDisplay
{
	text-align:left;
	margin:25px auto;
}

#TireGrid
{
	margin: 5px;
}

#TireGrid A:link 
{
    text-decoration: underline;
    color:  White;
}

#TireGrid A:link 
{
    text-decoration:    underline;
    color:  White;
}

#TireGrid A:visited   
{
    text-decoration:    underline;
    color:  white;
}

#TireGrid A:active    
{
    text-decoration:    underline;
    color:  white;
}

#TireGrid A:hover 
{
    text-decoration:    none;
    color:  white;
}

#TireGrid td
{
	border: solid 1px black;
	padding-left: 3px;
	font-size:10px;
}

#PrintPriceBook
{
	margin-bottom: 10px;
}

.AllFieldsRequired
{
	font-size:9px;
	color:#FF3300;
}
.FleetOneEnrollmentForm
{
	font-size:11px;
}

/*** Account Dashboard ***/

.DashboardFieldHeader
{
	font-weight: bold;
}

.DashboardTables
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
}
.POSummaryHeader
{
	color: #ff3300;
	font-size: 12px;
	font-weight: bold;
}

.POSummaryHeaderRow
{
	border-bottom: solid thin black;
}

.GridViewItems{
	text-align: left;
	font-family: Verdana, Sans-Serif;
	font-size: X-Small;
	font-weight: normal;
	padding: 3px;
	border: none;
}

.GridViewLinesStatementLines
{
	padding: 3px;
	border-top: solid thin black;
}

.GridViewHeaderStatmentLines
{
	color: #ff3300;
	padding: 3px;
}

#tblPODetails a:Link
{
	text-decoration: none;

}
.DashboardLinkButton
{
	font-size: 10px;
	padding-left: 5px;
}
/*** Account Dashboard ***/
/*** Modal Popup ***/
.modalPopup 
{
	background-color:White;
	border-width:2px;
	border-style:solid;
	border-color:#666666;
	padding:3px 3px 10px 3px;
	
}
.modalBackground {
	background-color:#cccccc;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.Hide
{
	display: none;
}

/* Popup */

    .modalSearchPopup 
{
	background-color:White;
	border-width:2px;
	border-style:solid;
	border-color:#666666;
	padding:3px;
	width:750px;
}

.modalSearchBackground {
	background-color:#cccccc;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:fixed;
	left:-250;
	top:0;
}

