
html
{
	height:100%;
}

body
{
	font-family:Verdana Arial;
	font-size:8pt;
	padding: 0 0 0 0;
	margin: 0;
	height:100%;
}

h1
{
	font-family:Verdana Arial;
	font-size:18px;
	color:#000000;
	margin: 10px 10px 10px 15px;
}

h3
{
	font-family:Verdana Arial;
	font-size:14px;
	color:#000000;
	margin: 5px 5px 10px 5px;
}

/* Divisions */

#Container 
{ 
	padding: 10px 10px 0 10px; 
	margin: 0 0 0 0; 
	height: 100%;
	width: 100%;
	position: absolute;
}

#MainBody
{
	height: 600px;
	border: solid 1px #339933;
	width: 800px;
	padding: 25px 20px 50px 20px;
	position:absolute;
	top: 60px;
}

#Footer
{
	font-size:10pt;
	font-weight:bold;
	margin-bottom:5px;
	font-size: 10px;
	color: Black;
	background-color:Gray;
}

input
{
	font-family:Verdana Arial;
	font-size:8pt;
	border:solid 1px #ccc;
	padding: 2px;
}

select
{
	font-family:Verdana Arial;
	font-size:8pt;
	border:solid 1px #ccc;
	padding: 2px;
}

a
{
	color:Black;
}

a:hover, a:active
{
	text-decoration:underline;
}

a:visited
{
	color:Black;
}

/***** TABLE ******/
table
{
	background-color: #eeffee;
	border: solid 1px #339933;
	border-collapse:collapse;
}

.emptyTable
{
	background-color: White;
    border: solid 0 White;
}

.emptyTable td
{
	padding:2px;
}

.rejected-invoice-details tr {
    height: 30px;
}

.rejected-invoice-details td {
    min-width: 10px;
}

.searchTable
{
	background-color: white;
	border: solid 1px #ebebeb;
	font-family:Verdana Arial;
	font-size:10pt;
}

.vendorTable
{
	background-color: #ebebeb;
	border: solid 1px;
	border-color: Black;
	font-family:Verdana Arial;
	font-size:10pt;
}

.headerTable
{
	background-color: #eeffee;
	border: 1px;
}

td
{
	padding:2px 5px;
}
th
{
	padding:2px;
	font-weight:bold;
	background-color:#99CC99;
	color:Black;
}

/****************** Classes *******************/
.Form
{
	padding:5px;	
}

.SubForm
{
	border:solid 1px #000000;
	padding:5px;
	background-color:#ebebeb;
	width:100%;
	margin: 5px 0 5px 0;
	text-align:left;	
}

.Button
{
	font-weight:bolder;
	color:#fff;
	background-color:#339933;
	border:solid 2px #000000;
}

.NarrowButton
{
	font-weight:bolder;
	color:#fff;
	background-color:#339933;
	border:solid 2px #000000;
	width:75px;
}

.RegularButton
{
	font-weight:bolder;
	color:#fff;
	background-color:#339933;
	border:solid 2px #000000;
	width:150px;
} 

.WideButton
{
	font-weight:bolder;
	color:#fff;
	background-color:#339933;
	border:solid 2px #000000;
	width:250px;
}


.Error
{
	color:Red;
	font-size:10pt;
	font-weight:bold;
}

/**** DATA GRID ************/

.Grid
{
	border: solid 1px #99CC99;
}

.Grid td
{
	border: solid 2px #fff;
	margin: 3px 3px 3px 3px;
	font-family: Arial;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

.Grid Caption
{
    font-weight: bold;
    font-size:15px;
	font-family:Verdana;
	text-transform:capitalize;
}

.GridHeader
{
    color:Black;
	font-weight: bold;
	background-color: #eeffee;
}

.GridFooter
{
	font-weight: bold;
	background-color: #99CC99;
}

.GridEditItem
{
	background-color:Gray;
}

.GridHeader a
{
	text-decoration: underline;
	color: white;
	padding: 0 0 0 0;
}

.GridHeader a:visited
{
	text-decoration: underline;
	color: white;
	padding: 0 0 0 0;
}

.GridHeader a:hover
{
	text-decoration: underline;
}

.GridItem, .GridAltItem
{
	font-size:smaller;
	 text-align:right;
}

.GridItem
{
	background-color: #eeffee;
}

.GridItem a:visited
{
	color: blue;
}

.AltGridItem a:visited
{
	color: blue;
}

.GridAltItem
{
	background-color: #ddffdd;
}

.GridPager
{
	font-size: small;
	background-color: #eeffee;
}

.GreenLine
{
	width:98%; 
	color:#008A3F; 
	text-align:center;
	height:1px;
}

.HiddenColumn
{
    display: none;  
}

.TextAlignCenter
{
	text-align:center;
	padding-left: 5px;
	padding-right: 9px;
	color:Black;
	border-style:none;
	background-color:Transparent;
	font-family:Verdana;
	font-size:12px;
}

.TextAlignCenterItem
{
	text-align:center;
	padding-left: 5px;
	padding-right: 9px;
	color:Black;
	border-style:none;
	background-color:Transparent;
	font-family:Verdana;
	font-size:12px;
}

.InventoryPortalMasterVerticalGradient
{
	background-color: transparent;
	background-image: url('../Images/gradientVertical.JPG');
	width: 130px;
}

.InventoryPortalMasterLogo
{
	background-image: url('../Images/DriveTimeLogo.gif');
	width: 100px;
	height: 59px;
}

#dashboard {
    float: left;
}

.rejected-invoicess {
    float: left;
    width: 250px;
}

.rejected-invoicess a {
    color: red;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}