/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    margin-top:0;

}
.form_login
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10pt;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	background-color: #eeeeee;
}
textarea.text
{
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	font-size: 10pt;
	border-left: #666666 1px solid;
	color: black;
	border-bottom: #666666 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	background-color: white;
}
input.text
{
	border-right: #666666 1px solid;
	border-top: #666666 0px solid;
	font-size: 10pt;
	border-left: #666666 0px solid;
	width: 150px;
	color: black;
	border-bottom: #666666 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	height: 20px;
	background-color: white;
}
select.text
{
	border-right: #027355 1px solid;
	border-top: #027355 0px solid;
	font-size: 10pt;
	border-left: #027355 0px solid;
	color: black;
	border-bottom: #027355 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	height: 20px;
	background-color: white;
}
input.file
{
	border-right: #9999CC 1px solid;
	border-top: #9999CC 0px solid;
	font-size: 10pt;
	border-left: #9999CC 0px solid;
	width: 250px;
	color: black;
	border-bottom: #9999CC 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	height: 20px;
	background-color: white;
}
input.button
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #ffffff 1px solid;
    WIDTH: 110px;
    CURSOR: hand;
    COLOR: white;
    BORDER-BOTTOM: #666666 1px solid;
	font-family: Arial,Helvetica,sans-serif;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #9999CC
}
.s_button
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER-LEFT: #ffffff 1px solid;
    WIDTH: 110px;
    CURSOR: hand;
    COLOR: black;
    BORDER-BOTTOM: #666666 1px solid;
    FONT-FAMILY: Tahoma;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #f3f3f3
}
TD { FONT-SIZE: 8pt }
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-weight: bold;
	color: #003366;
}
H1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	bold;
	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:	bold;
	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:	bold;
	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:	bold;
	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:	underline;
	color:	#027355;
	}

A:visited	{
	text-decoration:	underline;
	color:	#027355;
	}

A:active	{
	text-decoration:	underline;
	color:	#027355;
	}

A:hover	{
	text-decoration:	underline;
	color:	#027355;
	}

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{
border:0;
}

.gridHeader	{
	font-weight:		bold;
	background-color:	#027355;
	color:				White;
}

