﻿body
{	
	margin: 10px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
}

/* Header Bar */
td.headerBarLeft
{
    background-image: url(Images/header-logo.jpg);
    background-repeat: no-repeat;
    width: 143px;   
}

td.headerBarMiddle
{
	padding-left: 20px;
    background-image: url(Images/header-background.jpg);
    vertical-align: bottom;
}

td.headerBarRightf
{
    background-image: url(Images/header-background-right-edge.jpg);
    background-repeat: no-repeat;
    width: 4px;    
}
/* End of Header Bar */


/* Login Status Control */
.loginStatusContainer
{	
	vertical-align: bottom;
	padding-bottom: 8px;
	padding-left: 10px;
}

.lsLoginStatus
{
    color: White;
    text-decoration: none;    
}

.lsLoginStatus:Hover
{
	color: White;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: solid 3px red;	
}
/* End of Login Status Control */


/* Menu Control */
ul.level1
{
	white-space: nowrap;
}

/* Tier 1 */
ul.level1 li
{	
	padding: 0 10px 0 10px;
}

ul.level1 li a
{
	padding: 5px 0 8px 0;	
}

ul.level1 li a:hover
{
	padding: 5px 0 5px 0;
	border-bottom: solid 3px red;
}

ul.level1 li a
{
	color: White;
}

/* Tier 2 */
ul.level2
{   
    top: 100%;
    left: 0;
    background-color: #555555;
    width: 1px;
}

html > body ul.level2 { width: auto; }
/* End of Menu Control */


/* Site Map Path Control */
td.smpContainer
{
	padding-left: 5px;
	padding-right: 5px;
	height: 24px;
	background-image: url(Images/smpContainer-background.gif);
}
/* End of Site Map Path Control */


/* Login Control */
.lLogInHeading
{
    height: 24px;
    background-image: url(Images/titlebar-background-black.jpg);
    color: White;
    font-weight: bold;
    padding-left: 5px;    
}

.lLogInTable
{
    border: solid 1px silver;
    background-color: #f4f4f4;
    text-align: left;
}

.lFailureText
{
    color: Red;
    padding: 10px 0 10px 0;    
}
/* End of Login Control */


/* ChangePassword Control */
.cpChangePasswordHeading
{
	height: 24px;
    background-image: url(Images/titlebar-background-black.jpg);
    color: White;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;    
}

.cpChangePasswordTable
{
    border: solid 1px silver;
    background-color: #f4f4f4;
    text-align: left;
}

/* End of ChangePassword Control */


/* Search */
td.searchBody
{
	background-color: #f4f4f4;
}

table.searchHeader
{
	width: 100%;
	font-weight: bold;
	background-image: url(Images/masterHeader-background.gif);	
	padding-left: 5px;
	padding-right: 5px;
	height: 24px;
}

table.search
{
	width: 100%;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}
/* End of Search */


/* Master - Details View  */
td.masterHeader
{
	background-image: url(Images/masterHeader-background.gif);
	height: 24px;
	font-weight: bold;
	padding-left: 5px;
}

td.selectionBody
{
	background-color: #f4f4f4;	
}

table.selection
{
	width: 100%;
	border-color: Black;
	border-style: solid;
	border-width: 1px;	
}

table.details
{
	width: 100%;
	border-color: Black;
	border-style: solid;
	border-width: 1px;	
}

table.addEdit
{
	background-color: White;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
}

td.detailsHeader
{	
	background-image: url(Images/detailsHeader-background.gif);	
	font-weight: bold;	
	padding-left: 5px;
	height: 24px;	
}

td.detailsSubHeader
{
	background-image: url(Images/detailsSubHeader-background.gif);		
	font-weight: bold;
	padding-left: 5px;
	height: 24px;	
}

td.divider
{
	height: 10px;
}
/* End of Master - Details View */


/* Controls */
img.calendarButton
{
	cursor: pointer;
}

td.extensionContainer
{
	padding-left: 5px;
}
/* End of Controls */


/* Modal Dialog */
.modalDialogBackground 
{
	background-image: url(Images/md-background.gif);
}

table.modalDialog
{
	background-color: White;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	height: 100%;
}

table.modalDialogTitleBar
{
	background-image: url(Images/mdTitleBar-background.gif);
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	height: 24px;
	width: 100%;
}
/* End of Modal Dialog */


/* Hyphen Return File */
td.HyphenReturnFileLineNumber
{
	background-color : Aqua;
}

td.HyphenReturnFileLineError
{
	background-color: Yellow;
}

td.HyphenReturnFileLineSegmentError
{
	background-color: Red;
}
/* End of Hyphen Return File */


/* Common */
td.mainButtonContainer
{
	text-align : right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	border-top: solid #aaaaaa 1px;	
}

td.dialogMainButtonContainer
{
	text-align : right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;	
}

.disabled
{
	color: GrayText;
}

.noRecordsFound
{
	padding: 5px;	
	background-color: #ffffcc;
	border-color: #cccc66;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
}

.note
{
    padding: 5px;	
	background-color: #ffffcc;
	border-color: #cccc66;
	border-style: solid;
	border-width: 1px;
}

.noRecordsFoundContainer
{
	padding: 2px;
}

.vehicleMakeRow
{
	padding: 0;
}

.addNewRecordGridView
{
	background-color: Silver; 	
	border-style: none; 	
	width: 100%; 
	border-collapse: collapse;
}

.gridViewNoSortingColumnHeader
{
	font-weight: bold; 
	text-align: center;
}

.gridViewSortingColumnHeader
{
	font-weight: bold; 
	text-align: center;
	text-decoration: underline;
	color: Blue;
}

.noInput
{
	left: 0px; 
	width: 100%; 
	background-repeat: repeat; 
	position: absolute; 
	top: 0px; 
	height: 100%;	
	background-image: url(Images/md-background.gif);
}

.differingHistoryValue
{
	background-color: #ffff88;
}

.firstLevelIndent
{
	padding-left: 20px;
}

.secondLevelIndent
{
	padding-left: 40px;
}

.returnFile
{
	font-family: Monospace;
}

.rowNumbers
{
	padding-right: 10px;
	background-color: Aqua;
}

.rowHighlight
{
	background-color: Yellow;
}

.errorHightlight
{
	background-color: Red;
}

.alwaysVisibleBackButton
{	
	right: 10px;	
	position: fixed;
}

.watermarked
{		
	color: gray;	
	font-style: italic;
}

table.footer
{
    background-color: Silver;    
}