html,body
{
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

form
{
	/*text-align: center;*/
}

.globalHeader
{
	display: block;
	background-image: url(/backend/images/fms/metal-TILE-TOP.png?v=1);
	background-repeat: repeat-x;
	height: 79px;
	margin-top: 4px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

.globalHeaderShim
{
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}

.globalLogo
{
	background-image: url(/backend/images/fms/fleet-central-header.png?v=2);
	background-repeat: no-repeat;
	height: 80px;
	display: block;
}

.globalTitle
{
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	position: absolute;
	display: inline;
	top: 45px;
	left: 365px;
}

.globalLogin
{
	position: absolute;
	text-align: right;
	top: 30px;
	right: 25px;
	display: block;
}

.globalLogin a 
{
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}

.globalLogoBottom
{
	position: relative;
	height: 21px;
	width: 45px;
	top: 79px;
	left: 0px;
}

.globalLogoRight
{
	position: relative;
	left: 339px;
	top: -21px;
	width: 27px;
	height: 79px;
}

.globalBody
{
	padding-left: 45px;
	top: 89px;
	min-height: 100%;
	/*width: 100%;*/
	display:block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.mainColumn
{
	width: 750px;
	text-align: left;
}

.mainWideColumn
{
	width: 900px;
	text-align: left;
}

.actionButtons
{
	text-align: center;
	font-size: larger;
}

.commandContainer
{
	border: solid 1px #aca899;
	width: 100%;
}

.commandTitle
{
	background: #E6E6E6/*{bgColorDefault}*/ url(/backend/images/table-header.png)/*{ui-bg_glass_75_e6e6e6_1x400 bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	padding: 8px 0 8px 10px;
    font-size: 10pt;
    font-weight: bold;
    color: White;
    vertical-align: middle;
	position: relative;
	text-align: center;
	display:block;
}

.commandColumn1
{
	float: left;
	width: 15%;
	padding-left: .25em;
}

.commandColumn2
{
	float: right;
	padding: .5em;
	border-left: solid 1px #aca899;
	width: 80%;
}

.commandButtons
{
	clear: both;
	border-top: solid 1px #aca899;
	text-align: center;
	padding: .3em;
}

.container
{
	border: solid 1px black;
	width: 100%;
	padding: .5em .5em 0em .5em;
	float:left;
}

.exposition
{
	margin: 1em 1.5em 1em 1.5em;
}

.information
{
	text-align: center;
}

.information div
{
	margin-top: 2em;
}

.linkButton
{
	font-size: smaller;
}

.spacer
{
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1px;
}

/* asset multi picker styles */
.assetMultiPickerContainer
{
	position:relative;
	z-index:3;
	display: inline;
}

.assetMultiPickerContainer span.propertyLabel
{
	/*width: 10%;*/
}


.groupDropDownList
{
	/*display: inline;*/	
}

.assetButton
{
/*	padding: .25em .25em .25em .25em;*/
	width: 150px;
}

.assetListParent, .contactListParent
{
	position: relative;
	display: inline;
}

.assetListIFrame, .contactListIFrame
{
	position: absolute;
	top: 17px;
	left: 25px;
	width: 200px;
	height: 250px;
}

.assetList, .contactList
{
	position: absolute;
	top: 17px;
	left: 25px;
	display:none;
	overflow: scroll;
	width: 200px;
	height: 250px;
	border-color: black;
	border-width: 1px;
	border-style: none solid solid solid;
	background-color: White;
	z-index: 10;
}

.contactList
{
	top: 0px;
	border-style: solid;
}

.assetListPad, .contactListPad
{
	top: 20px;
	position: absolute;
	left: -20px;
	overflow: hidden;
	width: 290px;
	height: 300px;
	background-color: transparent;
	z-index: 11;
	display:none;
}

#assetDialog {
	display:none;
}

#assetScroll {
	top: 45px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	position: absolute;
	overflow: auto;
}

.assetListItem, .contactListItem
{
	clear:left;
	text-align: left;
}

.assetSearch
{
	display: block;
	width: 184px;
	padding-left: 16px;
	background: #F8F8F8 url(/backend/images/mag_glass.gif) no-repeat scroll left center;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.fancyListBox
{
	z-index:3; 
	display:none; 
	position:absolute;
	width:170;
	height:200px;
	overflow:auto;
	background-color:white;
	border: 1px solid;
	padding: 10px;
}

ul.fancyList 
{
	padding:0;
    margin:0;
    list-style: none;
    list-style-type: none;
    white-space: nowrap;
}

ul.fancyList li
{
	padding:0;
	margin:0;
    text-align: left;
    list-style-type:none;
}
ul.fancyList li:hover
{
	background-color: #F0F0F0;
}

ul#contactListList {
    padding:0;
    margin:0;
    list-style: none;
    list-style-type: none;
    white-space: nowrap;
}
ul#contactListList li
{
	padding:0;
	margin:0;
    text-align: left;
    list-style-type:none;
}
ul#contactListList li:hover
{
	background-color: #F0F0F0;
}

ul#assetListList {
    padding:0;
    margin:0;
    list-style: none;
    list-style-type: none;
    white-space: nowrap;
}
ul#assetListList li
{
	padding:0;
	margin:0;
    text-align: left;
    list-style-type:none;
}
ul#assetListList li:hover
{
	background-color: #F0F0F0;
}

/* attached assets detail styles */
.attachedAssetHeader, .attachedAssetList
{
	margin: 0em -.5em 0em -.5em;
}
.attachedAssetHeader
{
	margin-top: 1em;
	font-weight: bold;
	color: #6bbbb3;
	background-color: Black;
	display: block;
	margin: 0em -.5em 0em -.5em;
}

.attachedAssetList
{
	height: 200px;
	overflow: auto;
}

.attachedAssetList .even
{
	background-color: #eeeeee;
}

.attachedAssetList .odd
{
	background-color: #ffffff;
}

.attachedAssetItem
{
	margin-bottom: -5px;
}

.attachedAssetItemCol1
{
	float: left;
	clear: both;
	padding: .1em 0em 0em .7em;
}

.attachedAssetItemCol2
{
	float: right;
	padding: .1em 1.7em 0em 0em;
}

/* details control styles */
.detailsColumn
{
	width: 42em;
	margin-left: 5em;
	margin-right: 5em;
	/*margin-top: 2em;
	margin-bottom: 2em;*/
	padding: 0px;
}
.detailsSection
{
	margin-top: 1em;
}
.detailsSectionTitle
{
	text-align: center;
	font-size: larger;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.detailsSectionSwitch
{
	display: block;
	margin-left: 1em;
}
.detailsSectionBody
{
	display: block;
	margin-left: 4em;
}

/* property styles */
.propertyContainer
{
	margin: .25em 0em .25em 0em;
	display: inline;
}

.propertyLabel
{
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 9pt;
	width: 10%;
	font-weight: bold;
	float:left;
}

.propertyLabelFlex
{
	margin-right: 1em;
	font-weight: bold;
	float:left;
}

.propertyLabelMedium
{
	margin-right: 1em;
	font-weight: bold;
	float:left;
	width: 40%;
}

.propLabel10emL
{
	margin-right: 1em;
	font-weight: bold;
	float:left;
	width: 10em;

}

.propLabel10emR
{
	margin-right: 1em;
	font-weight: bold;
	float:left;
	width: 10em;
	text-align: right;
}
.propLabel16emL
{
	margin-right: 1em;
	font-weight: bold;
	float: left;
	width: 16em;
	text-align: left;
}
.propertyInput
{
}

.propertyInputSmall
{
	width: 10%;
}

.propertyInputMedium
{
	width: 30%;
}

.detailsColumn .propertyLabel
{
	/* width: 50%;
	font-weight: normal; */
}

/* validator styles */
.validatorParent
{
	position: relative;
	left: 2px;
	top: 2px;
	font-weight: bold;
}
.validatorToolTip
{
	display: none;
	position: absolute;
	left: 15px;
	top: 7px;
	border: solid 1px black;
	width: 150px;
	background-color: #FFFFCC;
	color: Black;
	font-size: smaller;
	padding: .25em;
}
.validatorSummary img
{
	display: none;
}
.validatorSummary .validatorToolTip
{
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
	width: auto;
	border: none;
	background-color: White;
	font-size: 100%;
	color: Red;
}

/* Sorting for gridview header cells to display sort directions */
.sortasc 
{
	background: url('../images/up_tick.gif') right no-repeat;
	padding: 2px 16px 2px 2px;
}
.sortdesc 
{
	background: url('../images/down_tick.gif') right no-repeat;
	padding: 2px 16px 2px 2px;
}

A.toolbarbutton
{
	font-family:Verdana,Arial,Tahoma;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    COLOR: #000000;
    cursor:pointer;
	text-decoration:underline;
}

A.smlink
{
	font-family:Verdana,Arial,Tahoma;
    FONT-SIZE: 9pt;
    FONT-WEIGHT:normal;
    COLOR:#ff9933;
    cursor:pointer;
    cursor:hand;
	text-decoration:underline;
}

td.pageheader
{
	background: #E6E6E6/*{bgColorDefault}*/ url(/backend/images/table-header.png)/*{ui-bg_glass_75_e6e6e6_1x400 bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	padding: 8px 0 8px 10px;
	clear: both;
    font-size: 10pt;
    font-weight: bold;
    color: White;
    vertical-align: middle;
	text-align:left;
}
.errormessage
{
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 9pt; 
	font-weight:normal;
	color:#E50000;
}
.confirmmessage
{
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 9pt; 
	font-weight:bold;
	color: green;
	text-align: center;
	border: solid;
	padding: 10px;
	margin: 2px;
}
.alertmessage
{
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 9pt; 
	font-weight:normal;
	color:#336699;
}
tr.ItemRow
{
	background-color:#f9f9f9;
	color:Black;
	font-size:9pt;
	font-weight:normal;
	font-family:Verdana,Arial,Tahoma;	
}
tr.ItemRowSm td
{
	color:Black;
	font-size:8pt;
	font-weight:normal;
	font-family:Verdana,Arial,Tahoma;	
	padding: 2px;
}

tr.AlternateItemRow
{
	background-color:#efefef;
	color:Black;
	font-size:9pt;
	font-weight:normal;
	font-family:Verdana,Arial,Tahoma;	
}

tr.AlternateItemRowSm td
{
	background-color:#efefef;
	color:Black;
	font-size:8pt;
	font-weight:normal;
	font-family:Verdana,Arial,Tahoma;
	padding: 2px;	
}

/* Not sure what this is supposed to do */
tr.HeaderRow
{
	background-color:#acacac;
	color:#ffffff;
	font-size:9pt;
	font-weight:bold;
	font-family:Verdana,Arial,Tahoma;
	text-decoration:none;	
}

th.HeaderRow a
{
	color:#ffffff;
}

th.HeaderRow
{
	background-color:#acacac;
	color:#ffffff;
	font-size:9pt;
	font-weight:bold;
	font-family:Verdana,Arial,Tahoma;
	text-decoration:none;
}

.fieldlabel
{
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 9pt; 
	font-weight:normal;
	color:black;
}

.newFieldLabel
{
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 9pt; 
	font-weight:normal;
	color:black;
	float:left;
	width:10em;
}

.fieldtext
{
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 9pt; 
	font-weight:normal;
	color:black;
}
P.breakhere
{
	page-break-before:always;
}
.commandbutton
{
    border: solid 1px #666;
    font-weight: bold;
    color: #333;
    background: -moz-linear-gradient(top, #ddd, #ccc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#ccc));
    background-color: #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.commandbutton:hover
{
	background: -moz-linear-gradient(top, #eee, #ddd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ddd));
	background-color: #ddd;
}
.commandbutton:active
{
	background: -moz-linear-gradient(top, #ccc, #ddd);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#ddd));
	background-color: #aaa;
}
/*
.commandbutton
{
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 9pt; 
	font-weight:normal;
	color:white;
	background: -moz-linear-gradient(top, #005588, #003366);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005588), to(#003366));
	background-color:#003366;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.commandbutton:hover
{
	background: -moz-linear-gradient(top, #006699, #004477);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006699), to(#004477));
	background-color:#004477;
}
.commandbutton:active
{
	background: -moz-linear-gradient(top, #003366, #005588);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003366), to(#005588));
	background-color:#001144;
}
*/
.pageSection
{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	clear:both;
}

.pageSectionText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt; 
}

.sectionHeader
{
	background: #E6E6E6/*{bgColorDefault}*/ url(/backend/images/table-header.png)/*{ui-bg_glass_75_e6e6e6_1x400 bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	padding: 8px 0 8px 10px;
	clear: both;
    font-size: 10pt;
    font-weight: bold;
    color: White;
    vertical-align: middle;
}

/*
.sectionHeader
{
	background: #cccccc; 
	font-size:10pt; 
	font-weight:bold; 
	font-family:Verdana,Arial,Tahoma; 
	color:#336699;
	padding: 3px;
	clear: both;
}
*/
.actionButtonsWrapper
{
	float:left; 
	margin-top: 1em;
	display:block;
	position: relative;
	clear:both;
}

.formContainer
{
	width: 950px; 
	margin-left: 0; 
	margin-right: auto;
}
.hide
{
	display:none;
}

.smallEsn
{
	font-size:8pt;
}

.uninstAsset
{
	text-decoration:line-through;
}

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border-width: 0px;
	border-spacing: 1px 1px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header 
{
	background-image: url(../images/tableSortBlue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 15px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/tableSortBlue/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/tableSortBlue/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
table.tablesorter tr.over td{
	background-color: #ff9 !important;
}

