
/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 10px;
	font-weight: normal;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:  8pt;
	color: #007ea2;
	font-style: normal;
	text-decoration: none;
}

BODY, TD, DIV, A {
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:  8pt;
	font-weight: normal;
	font-style: normal;
	color: #007EA2;
	text-decoration: none;
}

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;
	}	


LI { list-style : url(../imgs/li.gif) }
A { text-decoration: underline }
A:HOVER { text-decoration: none }

.bkgd { 
background-image: url(../imgs/bkgd.gif); 
background-repeat: repeat-x; 
background-position: left top; 
background-attachment: fixed; 
}


.DataGridHeader
{
	padding-right: 7px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(../images/partgrad.gif);
	padding-bottom: 2px;
	color: #003399;
	padding-top: 2px;
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #b9d1f4;
}
.DataGridHeader A:link, .DataGridHeader A:visited
{
    color:#003399;
    text-decoration:none; 
    cursor:hand;
}
.DataGridHeader A:hover
{
    color:red;
    text-decoration:underline; 
    cursor:hand;
}

.InnerDataGridHeader
{
	padding-right: 7px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 2px;
	color: #003399;
	padding-top: 2px;
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #b9d1f4;
}

.DataGridItem{
    padding-top: 3px;
    padding-left: 4px; 
    padding-right: 0px; 
    padding-bottom: 4px;
    font-family: verdana; 
    font-size: .68em; 
    vertical-align: top;
    border-top: 1px solid #e4e4e4;
}

.DataGridItem a
{
	color: #003399;
	text-decoration: underline;
}
.DataGridItem a:hover
{
	color: #ff3300;
	text-decoration: underline;
}
.DataGridItem a:visited  {
   color: #003399;
   text-decoration: underline; 
}
.DataGridItem a:visited:hover
{
	color: #ff3300;
	text-decoration: underline;
}

.ContextHeading
{
	font-weight: normal;
	font-size: 14pt;
	color: #003399;
	font-family: arial;
}

.DescriptionHeading
{
 	font-family:verdana;
	font-size: 10pt;
	color: #333333;
    font-weight: bold; 
}
.DescriptionHeading a
{
    color: #003399;
    text-decoration: none; 
}
.DescriptionHeading a:hover
{
    color: #003399;
    text-decoration: none; 
}
.DescriptionHeading a:visited
{
    color: #003399;
    text-decoration: none; 
}

.DescriptionText 
{
    color: black;
    font-family: verdana; 
    font-size: 8pt; 
}
.Validator
{
	font-weight: bold;
	font-size: small;
	color: red;
	background-color: yellow;
}
.InputTable
{
    background-color: #F2F2F2;
    font-family: verdana; 
    font-size: 8pt; 
}
.InputLabel
{
    font-family: verdana; 
    font-size: 8pt; 
}
.PageNav:link	
{	
	text-decoration: underline;
	color:	#3333cc;
}	
		
.PageNav:visited	
{	
	text-decoration:	underline;
	color:	#3333cc;
}	
		
.PageNav:active	
{	
	text-decoration:	underline;
	color:	#3333cc;
}	
		
.PageNav:hover	
{	
	text-decoration:	underline;
	color:	#3333cc;
}
.DataEntryError
{
	font-weight: bold;
	font-size: 8pt;
	color: #003399;
	font-family: verdana, arial, helvetica, sans-serif;
}

.InputControl
{
	BORDER-RIGHT: LightSlateGray 1px solid; 
	BORDER-TOP: LightSlateGray 1px solid; 
	BORDER-LEFT: LightSlateGray 1px solid; 
	BORDER-BOTTOM: LightSlateGray 1px solid;
    font-family: verdana; 
    font-size: 8pt; 
	background-color: White;
	border-color: LightSlateGray;
	border-width: 1px;
	border-style: Solid;
}

.SelectedInputControl
{
	BORDER-RIGHT: blue 1px solid; 
	BORDER-TOP: blue 1px solid; 
	BORDER-LEFT: blue 1px solid; 
	BORDER-BOTTOM: blue 1px solid;
    font-family: verdana; 
    font-size: 8pt; 
	background-color: White;
	border-color: blue;
	border-width: 1px;
	border-style: Solid;
}


.MainTable
{
	border-right: #009999 1px solid;
	border-top: #99cccc 1px solid;
	border-left: #99cccc 1px solid;
	border-bottom: #009999 1px solid;
}

.ContentTable
{
	border-right: #009999 1px solid;
	border-top: #99cccc 1px solid;
	border-left: #99cccc 1px solid;
	border-bottom: #009999 1px solid;
	background-color: #f2fcff;
}
