/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #000000;
  margin: 0;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, 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: Verdana, 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: Verdana, 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: Verdana, 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: Verdana, 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: Verdana, 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:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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: 0;
	}
/*****************************************
 * Custom                                *
 *****************************************/
.copyright {
	font-family: verdana, helvetica;
	font-size: 9px;
	color: #000000;
}
.copyright a:link {color: #9C0000; text-decoration: underline;}
.copyright a:active {color: #9C0000; text-decoration: underline;}
.copyright a:visited {color: #9C0000; text-decoration: underline;}
.copyright a:hover {color: #F70808; text-decoration: underline;}
/*****************************************
 * PageHeader                            *
 *****************************************/
TABLE.PageHeader{}
TABLE.PageHeader TD
{
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size:11px;
}
TABLE.PageHeader TD.Title
{
	padding: 12px;
  font-weight: bold;
}
TABLE.PageHeader TD.Date
{
	padding: 12px;
  text-align:right;
}
TABLE.PageHeader TD.NavLinks
{
	padding:12px;
	text-align: right;
}
TABLE.PageHeader TD.NavLinks A
{
	color:White;
	font-weight:bold;
}

/*****************************************
 * TableForm                            *
 *****************************************/
TABLE.TableForm
{
  background-color: black;
  border:1px solid black;
}
TABLE.TableForm TD
{
  background-color:White;
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size:12px;
  padding:3px;
}
TABLE.TableForm TD.Title
{
  background-color:Black;
  color:White;
  font-weight:bold;
}
TABLE.TableForm TD.Label
{
  font-weight: bold;
  text-align: right;
}
TABLE.TableForm TD.ErrorMessage
{
	background-color:White;
  padding-right: 9px;
  padding-left: 9px;
  font-size: 11px;
  padding-bottom: 9px;
  padding-top: 9px;
}

.TextInput
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
}
TABLE.TableForm .ButtonInput
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  width: 75px;
  border-bottom: black 1px solid;
}

/*****************************************
 * TableSearch                            *
 *****************************************/
TABLE.TableSearch
{
  border: White 1px solid;
  background-color: #333333;
}
TABLE.TableSearch TD
{
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size:12px;
  color:White
}
TABLE.TableSearch TD.Label
{
  font-weight: bold;
  text-align: right;
}

TABLE.TableSearch .TextInput
{
  border: #CCCCCC 1px solid;
}
TABLE.TableSearch .ButtonInput
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  width: 50px;
  border-bottom: black 1px solid;
}

/*****************************************
 * LeftNav                               *
 *****************************************/
TABLE.LeftNav
{  
}
TABLE.LeftNav TD
{
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size:11px;
}
TABLE.LeftNav TD .NavLink
{
}
TABLE.LeftNav TD A:link{color:#000000;}
TABLE.LeftNav TD A:active{color:#000000;}
TABLE.LeftNav TD A:visited{color:#000000;}
TABLE.LeftNav TD A:hover{color:#000000;text-decoration:underline;}
TD.leftnavseparator{border-left:1px solid black;}

/*****************************************
 * Normal                                *
 *****************************************/
TABLE.Normal
{
}
TABLE.Normal TD
{
	color:#000000;
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size:12px;
}
/************************************************************
* DataList                                                  *
************************************************************/
.DataList
{
	background-color: black;
}
.DataList TD
{
	
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	font-size: 12px;
}

.DataList .Header
{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	font-size:12px;
	font-weight: bold;
	color: white;
	background-color: black;
}

.DataList .Header A
{
	color:White
}

.DataList .row1
{
	background-color: whitesmoke;
}

.DataList .row2
{
	background-color: white;
}

.DataList .rowSelected
{
	color:Yellow;
	background-color: Black;
}

.DataList .Footer
{
	color:Black;
	font-weight:bold;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	background-color: Silver;
}

.DataList .Pager
{
	border-right: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial, Verdana, Helvetica, Geneva, Sans-Serif;
	background-color: silver;
	font-weight:bold;
}
.DataList .TextInput
{
  border-right: black 1px solid;
  border-top: black 1px solid;
  border-left: black 1px solid;
  border-bottom: black 1px solid;
}

/*****************************************
 * SearchPanel                           *
 *****************************************/
TABLE.SearchPanel
{
  border:1px solid black;
}
TABLE.SearchPanel TD
{
  font-family: Verdana, Arial, Helvetica, Geneva, Sans-Serif;
  font-size:11px;
}
