/* Default CSS Stylesheet for a new Web Application project */

body
{
  font-weight: normal;
  font-size: 1em;
  word-spacing: normal;
  text-transform: none;
  color: dimgray;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: #eaeaea;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: white;
}
H1	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
	color:	white;
	}	
		
A:visited	{	
	text-decoration:	underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
	color:	white;
	}	
		
A:active	{	
	text-decoration:	underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
	color:	white;
	}	
		
A:hover	{	
	text-decoration:	None;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
	color:	black;
	background-color: white;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}


.HypMenu {	
	text-decoration: none ;
	font-weight:Normal;
	font-size: 0.9em;
}

.HypMenu:link {	
	text-decoration: none ;
	font-weight:Normal;
	font-size: 0.9em;
	color:	White;
	}	
		


.HypMenu:visited	{	
	text-decoration: none ;
	font-weight:Normal;
	font-size: 0.9em;
	color:	White;
	}	

		
.HypMenu:hover	{	
	text-decoration: none ;
	font-weight:Normal;
	font-size: 0.9em;
	color: red;
	background-color:Transparent;
	}
.HypMenu:Active	{	
	text-decoration: none ;
	font-weight:Normal;
	font-size: 0.9em;
	color:	White;
	}	

.HypMenuSmall:link {	
	text-decoration: none ;
	font-weight:bolder;
	font-size: .8em;
	color:	White;
	}	
		
.HypMenuSmall:visited	{	
	text-decoration: none ;
	font-size: .8em;
	font-weight:bolder;
	color:	White;
	}	
.HypMenuSmall:active	{	
	text-decoration: none ;
	font-size: .8em;
	font-weight:bolder;
	color:	White;
	}	
		
.HypMenuSmall:hover	{	
	text-decoration: none ;
	font-size: .8em;
	font-weight:bolder;
	color: darkgray;
	background-color: White;
	}
	
.LabelInvert1
{
    color: White;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 1em;
    FONT-WEIGHT: Bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.Label1
{
  font-weight: normal;
  font-size: 10pt;
  word-spacing: normal;
  text-transform: none;
  color: Dimgray;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: Transparent;
}
.LabelRed1
{
  font-weight: normal;
  font-size: 1em;
  word-spacing: normal;
  text-transform: none;
  color: Red;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: Transparent;
}
.Labelt1
{
  font-weight: normal;
  font-size: 10pt;
  word-spacing: normal;
  text-transform: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: Transparent  ;
}
.LabelBold
{
  font-weight: bold  ;
  font-size: 1em;
  word-spacing: normal;
  text-transform: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: transparent;
}

.LabelSmall
{
  font-weight: normal;
  font-size: .7em;
  word-spacing: normal;
  text-transform: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: transparent  ;
}
.Labeltable1
{
  font-weight: normal;
  font-size: 1em;
  word-spacing: normal;
  text-transform: none;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: white;
}

.DataGridHeader
{
  font-weight: bold;
  font-size: 1em;
  word-spacing: normal;
  text-transform: none;
  color: white;
  font-family: Verdana, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: black;
}
.DataGridMain
{
    BACKGROUND-COLOR: DarkGray;
    color: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.DataGridAlt1
{
    BACKGROUND-COLOR: DimGray;
    color: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.HypOtherSmall:link {	
	text-decoration: none ;
	font-weight:normal;
	font-size: .9em;
	color:	white	;
	}	
		
.HypOtherSmall:visited	{	
	text-decoration: none ;
	font-weight:normal;
	font-size: .9em;
	color:	white;
	}	
		
.HypOtherSmall:hover	{	
	text-decoration: none ;
	font-weight:normal;
	font-size: .9em;
	color: black;
	background-color: white;
	}
.SearchGridMain
{
    text-align: center;
    BACKGROUND-COLOR: gray;
    color: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    vertical-align: Top;
}
.SearchGridAlt
{
    text-align: center;
    BACKGROUND-COLOR: DarkGray;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 0.9em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    vertical-align: Top;
}
.SearchGridHeader
{
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  word-spacing: normal;
  text-transform: none;
  color: white;
  font-family: Verdana, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: DimGray;
}
.HypBold:link {	
	text-decoration: none ;
	font-weight:bold;
	font-size: 1em;
	color:	White;
	}	
		
.HypBold:visited	{	
	text-decoration: none ;
	font-weight:bold;
	color:	White;
	}	
		
.HypBold:hover	{	
	text-decoration: none ;
	font-weight:bold;
	color: black;
	background-color: White;
	}
.HypImage:link {	
	text-decoration: none ;
	border: 2 2 2 2 ;
	margin: 2 2 2 2 ;
	border-color: Black;
	font-weight:bold;
	font-size: 1em;
	color:	White;
	}	
		
.HypImage:visited	{	
	text-decoration: none ;
	border: 2 2 2 2 ;
	border-color: Black;
	font-weight:bold;
	color:	White;
	}	
		
.HypImage:hover	{	
	text-decoration: none ;
	border: 2 2 2 2 ;
	border-color: White;
	font-weight:bold;
	color: black;
	}
.LabelVehicle
{
  font-weight: normal;
  font-size: 0.9em;
  word-spacing: normal;
  text-transform: none;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: Transparent;
}
.LabelVehicleBold
{
  font-weight: bold  ;
  font-size: 0.9em;
  word-spacing: normal;
  text-transform: none;
  color: Black;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  background-color: transparent;
}
.CellReg
{
  background-image: "images/regplate1.gif";
  text-align: center;
 
}

.LabelReg
{
  font-weight: bold;
  font-size: 1.5em;
  word-spacing: normal;
  text-transform: none;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}

