/* Default CSS Stylesheet for a new Web Application project */

BODY, .Copyright
{
    BACKGROUND-COLOR: Black;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    COLOR: #999999;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #006699;
}
H1	{	
	font-family: Arial, 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: Arial, 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: Arial, 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: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #006699
	}	
		
H5, DT	{	
	font-family: Arial, 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;
	color: #006699
	}	
		
H6	{	
	font-family: Arial, 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;
	}	

TABLE
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    COLOR: #999999;
}

.EDCTable
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    COLOR: #999999;
    background-color: White;
}

A:link	{	
	text-decoration:	none;
	color:	#006699;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#0033FF;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

/* menu links */
#mnuItm A:link	{	
	text-decoration:	none;
	color:	#999999;
	}	
		
#mnuItm A:visited	{	
	text-decoration:	none;
	color:	#999999;
	}	
		
#mnuItm A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
#mnuItm A:hover	{	
	text-decoration: none;
	color: #FFCC00;
	}
/* end menu links */


	
SMALL {	
	font-size:	.7em;
	}	

.SmallTxt	
{	
	font-size:	8pt;
}	

.SMALLWht	
{	
	font-size:	.7em;
	text-decoration:  underline;
	color: White;
}	

.SMALLWht_no_und	
{	
	font-size:	.8em;
	text-decoration: none;
	color: White;
}	

.inputs
{
	BORDER-RIGHT: #006699 1px solid; 
	BORDER-TOP: #006699 1px solid; 
	BORDER-LEFT: #006699 1px solid; 
	BORDER-BOTTOM: #006699 1px solid	
}

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;
	}	

.BoldWhtTxt
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    COLOR: White;
    FONT-WEIGHT: 600;
}

#pageDivSolid
{
	display: block;
	margin:   5px  0px 0px 0px;
	background-image:  url("images/blackDiv.jpg");
	background-repeat: repeat-x;
}

#pageDivDot
{
	display: block;
	margin:   5px  0px 0px 0px;
	background-image:  url("images/dotDiv.gif");
	background-repeat: repeat-x;
}

#dropmenudiv
{
	position:absolute;
	border:1px solid #999999;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #999999;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:  Gray;
}

#dropmenudiv a:hover
{
	background-color: #FFCC00;
	color: Black;
}

/* Begin box elements */

/* Red box */
#sidebox_r 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 175px;
	/*background-image:  url("images/boxside.gif");*/
	background-repeat: repeat-y;
}

#sidebox_r hr 
{
	display: none;
}

#sidebox_r h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/MsgHead_y.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Red box */

/* Green box */
#sidebox_g 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 175px;
	/*background-image:  url("images/boxside.gif");*/
	background-repeat: repeat-y;
}

#sidebox_g hr 
{
	display: none;
}

#sidebox_g h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/MsgHead_y.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Green box */

/* Light Blue box */
#sidebox_ltb 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 175px;
	/*background-image:  url("images/boxside.gif");*/
	background-repeat: repeat-y;
}

#sidebox_ltb hr 
{
	display: none;
}

#sidebox_ltb h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/MsgHead_y.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Light Blue box */

/* Orange box */
#sidebox_o 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 175px;
	/*background-image:  url("images/boxside.gif");*/
	background-repeat: repeat-y;
}

#sidebox_o hr 
{
	display: none;
}

#sidebox_o h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/MsgHead_y.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Orange box */

/* Teal box */
#sidebox_t 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 175px;
	/*background-image:  url("images/boxside.gif");*/
	background-repeat: repeat-y;
}

#sidebox_t hr 
{
	display: none;
}

#sidebox_t h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 170px;
	background-image: url("images/MsgHead_y.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Teal box */

/* Blue box */
#sidebox_b 
{
	display: block;
	margin: 0px 0px 8px 0px;
	width: 175px;
	/*background-image:  url("images/boxside.gif");*/
	background-repeat: repeat-y;
}

#sidebox_b hr 
{
	display: none;
}

#sidebox_b h2 
{
	display: block;
	margin: 0px 0px 8px 0px;
	padding: 8px 0px 5px 0px;
	width: 175px;
	background-image: url("images/MsgHead_y.jpg");
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
/* End Blue box */

#sideboxContent
{
	display: block;
	margin: 0px 13px 0px 13px;
	font-size: 11px;
	line-height: 13px;
}

#sideboxContent p 
{
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sideboxBottom 
{
	display: block;
	margin: 0px 0px 0px 0px;
	width: 175px;
	height: 30px;
	background-image: url("images/dotDiv.gif");
	background-repeat: repeat-x;
}

#msgbox_y h2 
{
	display: block;
	margin:  0px 0px  0px 0px;
	padding: 8px  0px  8px 0px;
	width: 180px;
	background-image: url("images/MsgHead_y.jpg");
	background-position:  top;
	background-repeat: no-repeat;
	text-align:  left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ffffff;
}
.PopUpTableHeader
{
	color: White;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFCC00;
}
.PopUpTable
{
	background-color: White;
	border: none;
}
div#divPopUpWindow
{
	VISIBILITY: hidden;
	WIDTH: 600px;
	POSITION: absolute; 
	z-index: 100;
	border: solid 2px #FFCC00
}
div#divErrorMessage
{
	VISIBILITY: hidden;
	WIDTH: 600px;
	POSITION: absolute; 
	z-index: 100;
	border: solid 2px #FFCC00
}
div#popupclose
{
	float: left;
	position: relative; 
	margin: -17px 0px 0px 25px;
}

div#popupclosetxt
{
	float: right;
	margin: -15px 5px 0px 0px;
	color: White;
	font-size: 10px;
}
/* Begin DataGrid Colors */
.grdFoot
{
	background-color: #696969;
	color: White;
}

.grdAlt
{
	background-color: #d3d3d3;
}					

.grdHead
{
	background-color: #006699;
	color: White;
}					
					


/* End DataGrid Colors */