/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 2px;
	font-weight: normal;
	font-size: 10pt;
	background-attachment: fixed;
	background-image: url(./images/background.jpg);
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
	border-bottom: gray 4px single;
}

A:link
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}

A:visited	{	
	font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: none;
	}	
		
A:active	{	
    font-size: 8pt;
	color: black;
	font-family: Verdana;
	text-decoration: underline;
	}	
		
A:hover
{
	font-size: 8pt;
	color: firebrick;
	font-family: Verdana;
	text-decoration: underline;
}

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.AllText
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
}
.TinyText
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana;
	letter-spacing: normal;
}
.LargerText
{
	font-weight: normal;
	font-size: 12pt;
	color: black;
   font-family: Verdana;
}

.LightGrayTableBorder
{
	border-right: gainsboro thin solid;
	font-family: Verdana;
	table-layout: auto;
	border-top: gainsboro thin solid;
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	border-left: gainsboro thin solid;
	border-bottom: gainsboro thin solid;
	font-family: Verdana;
	letter-spacing: normal;
	border-collapse: separate;
}
.MainTableBorder
{
	font-size: 10pt;
	width: 90%;
	font-family: Verdana;
}
.LargeGrayBorder
{
	border-right: lightgrey thick solid;
	border-top: lightgrey thick solid;
	font-size: 10pt;
	border-left: lightgrey thick solid;
	border-bottom: lightgrey thick solid;
	font-family: Verdana;
}
.ThinGrayBorder
{
	border-right: lightgrey thin solid;
	border-top: lightgrey thin solid;
	font-size: 10pt;
	border-left: lightgrey thin solid;
	border-bottom: lightgrey thin solid;
	font-family: Verdana;
}
.LargeTextBox
{
	font-size: 10pt;
	width: 300px;
	font-family: Verdana;
	height: 175px;
}
.RSDBox
{
	font-size: 10pt;
	width: 35px;
	font-family: Verdana;
}
.MenuNav
{
	border-right: lightsteelblue 2px solid;
	border-top: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	border-left: lightsteelblue 2px solid;
	width: 100%;
}
.CustomerInfoNav
{
	border-right: whitesmoke thin solid;
	padding-right: 3px;
	border-top: whitesmoke thin solid;
	padding-left: 3px;
	font-size: 10pt;
	border-left: whitesmoke thin solid;
	border-bottom: whitesmoke thin solid;
	font-family: Verdana;
}
/* The labels can be labels or cells in a table. Labels do not
   format correctly in Mozzila */
.InfoBlueLabels
{
	font-size: 10pt;
	width: 112px;
	font-family: Verdana;
	background-color: lightsteelblue;
}
.InfoWhiteLabels
{
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	font-size: 10pt;
	border-left: lightgrey 1px solid;
	width: 112px;
	border-bottom: lightgrey 1px solid;
	font-family: Verdana;
	background-color: white;
}
.DropDownListBoxes
{
	font-size: 10pt;
	width: 100px;
	font-family: Verdana;
}
.GridPagerStyle
{
	font-size: 8pt;
	color: navy;
	font-family: Verdana;
}
.GridPagerStyle a
{
	font-size: 8pt;
	color: navy;
	font-family: Verdana;
	text-decoration: underline;
}
.GridPagerStyle a:hover
{
	font-size: 8pt;
	color: crimson;
	font-family: Verdana;
	text-decoration: underline;
}

.logo
{
  font-family:"Trebuchet MS", Tahoma, sans-serif; 
  font-size:13px; 
  font-style:italic;
}

.searchbox
{
  border:#a3c2e0 1px solid;
}

.searchbox td
{
  font-size:12px;
}

.searchbox a:link, a:visited
{
  font-size:12px;
  text-decoration:none;
}

