﻿body 
{
	 background-color:black;
	 background-image: url('../images/diamondfade.jpg'); 
	 background-repeat: repeat-x; 
	 background-position: top left;
}

h5 
{
	font-weight:bold;
	font-size:110%;	
}

.panel
{
	border: solid 2px #5F9EA0;
	background-color: white; 
	text-align: center;
	padding: 15px;
	width: 400px;
	margin-top:15px;
	color:white; 
	background-image: url('../images/diamondfade_small.jpg'); 
	background-repeat: repeat-x; 
	background-position: top left; 
	margin-top:50px;
}

.warning
{
	border: solid 2px red;
	text-align: left;
	padding: 15px;
	width: 300px;
	margin:15px;
	background-color: white; 
	font-weight: bold;
	font-size: 110%;
}


.chassisGrid 
{
	margin-bottom: 1em;
	margin-top: 1em;
	width:100%;
}

.chassisGridRow
{
	background-color: #efefef;
	color: Black;
}

.chassisGridRowAlt
{
	background-color: #f0f8ff;
	color: Black;
}

.chassisGridRow td  
{
	padding-left:0.25em;
	padding-right:0.25em;
	white-space: nowrap;
	font-family: Consolas, Courier New, monospace;
}

.chassisGridRowAlt td
{
	padding-left:0.25em;
	padding-right:0.25em;
	white-space: nowrap;
	font-family: Consolas, Courier New, monospace;
}

.chassisGridRow td a 
{
	color:Black;
}

.chassisGridRowAlt td a
{
	color:Black;
}

.chassisGridHeader
{
	background-color: #5F9EA0;
	color:White;
	font-weight: bold;
}

.chassisGridHeader th 
{	
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.chassisGridHeader th a:link
{
	color:white;
	text-decoration: none;
	font-weight:bold;
}

.chassisGridRowEmpty
{
	border: none;
}

.chassisGridPager{
    color:#444444;
    background-color:#e5e5e5;
    font-size:85%;
    text-align:center;
} 

.chassisGridPager select{
    font-size:85%;
}  


.inputTable 
{
	
}

.inputTable tr td.left
{
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

.inputTable tr td.right
{
	text-align:left;
	padding-left:5px;
}


