/* 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
}

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-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.menuBar
{
	border-right: 0px solid;
	border-top: 0px solid;
	padding-bottom: 5px;
	border-left: 0px solid;
	padding-top: 5px;
	border-bottom: 0px solid;	
}
/* Menu items */
.menuItem
{
	padding-left: 0px;	
	font-size: 10pt;	
	background-color:#aad0e3;
	width: 180px;
	cursor: hand;
	color: #4d4948;
	background-repeat: no-repeat;
	white-space:nowrap;	
	BORDER-RIGHT: #d2d2d2 1px solid;
	BORDER-TOP: #d2d2d2 1px solid;	
	BORDER-LEFT: #d2d2d2 1px solid;
	BORDER-BOTTOM: #d2d2d2 1px solid;
}

.menuItemHover
{
	padding-left: 0px;		
	font-size: 10pt;	
	background-color:#ffffff;
	width: 180px;
	cursor: hand;
	color: #ff0000;
	background-repeat: no-repeat;
	white-space:nowrap;
	BORDER-RIGHT: #d2d2d2 1px solid;
	BORDER-TOP: #d2d2d2 1px solid;	
	BORDER-LEFT: #d2d2d2 1px solid;
	BORDER-BOTTOM: #d2d2d2 1px solid;
}
.pageTitle
{
	padding-left: 0px;	
	font-size: 12pt;	
	font-weight:bold;		
	color: #4d4948;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pageSubTitle
{
	padding-left: 0px;	
	font-size: 11pt;	
	font-weight:bold;		
	color: #4d4948;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pageLoginInfo
{
	padding-left: 0px;	
	font-size: 10pt;		
	color: #4d4948;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pageSearch
{
	padding-left: 0px;	
	font-size: 10pt;		
	color: #4d4948;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pageSearchWhite
{
	padding-left: 0px;	
	font-size: 8pt;		
	color: #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pageFooter
{
	padding-left: 0px;	
	font-size: 7pt;			
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center
}

A.pageSearchButtonText:link	{	
	font-size: 10pt;		
	color: #4d4948;	
	font-family: Verdana, Arial, Helvetica, sans-serif	
	}	
		
A.pageSearchButtonText:visited	{	
	font-size: 10pt;		
	color: #4d4948;	
	font-family: Verdana, Arial, Helvetica, sans-serif	
	}	
		
A.pageSearchButtonText:active	{	
	font-size: 10pt;		
	color: #ff0000;	
	font-family: Verdana, Arial, Helvetica, sans-serif	
	}	
		
A.pageSearchButtonText:hover	{	
	font-size: 10pt;		
	color: #ff0000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:none	
	}
.gridHeaderHoriz
{
	font-size: 10pt;		
	font-weight: bold;
	color: #4d4948;	
	font-family: Verdana, Arial, Helvetica, sans-serif		
}
TBODY
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;        
	font-size: 10pt;
	color: #4d4948;			
}
OPTION
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;        
	font-size: 10pt;
	color: #4d4948;	
}
.errorText
{	
	color: #ff0000;	
}
.pushButton
{
	BORDER-RIGHT: #d2d2d2 1px solid;
	BORDER-TOP: #d2d2d2 1px solid;
	
	BORDER-LEFT: #d2d2d2 1px solid;
	COLOR: #4d4948;
	BORDER-BOTTOM:
	#d2d2d2 1px solid;
	BACKGROUND-REPEAT:
	no-repeat;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: white;
}
.editItemStyle
{
	BACKGROUND-COLOR:"#ffffcc"
}

.readOnlyTextBox
{
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.disabledTextBox
{
	overflow: hidden;
	background-color:#F8F8F8;
}
.GeneralText
{
	font-size: 10pt;		
	font-family: Verdana, Arial, Helvetica, sans-serif	
}
.RequiredLabel
{
	font-weight:bold
}
.AlternatingItem
{
	font-size: 10pt;		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#e8e8e8	
}
.disabledLinkButton
{
	color:Black
}
.hrStyle
{
color: #000000;
background-color: #d2d2d2;
height: 1px;
border:none
}
.CalText
{
	font-family:MS Sans Serif;
	font-size: 10pt;
	background-color:#aad0e3		
}