/* Default CSS Stylesheet for a new Web Application project */
.hp {
	display:none;}
.divError {
	background-color:#ffff66;
	color:Red;
	font-size:8pt;}
BODY
{
	font-weight: normal;
	font-size: 10pt;
	background-image: url(images/backgrnd.gif);
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, 'Comic Sans MS' , Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

INPUT, TEXTAREA, TD
{
	font-family: Arial, 'Comic Sans MS', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
	margin:1,1,1,1;
}
H1	{	
	font-family: Arial, 'Comic Sans MS', Verdana, 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, 'Comic Sans MS', Verdana, 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, 'Comic Sans MS', Verdana, 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, 'Comic Sans MS', Verdana, 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: Arial, 'Comic Sans MS', Verdana, 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: Arial, 'Comic Sans MS', Verdana, 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, 'Comic Sans MS', Verdana, 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, 'Comic Sans MS', Verdana, Helvetica, sans-serif;
	}	

TABLE
{
	padding:10,10,10,10;
	margin:10,10,10,10;
	border:solid 1 #000000;
	background-color: #cccccc;
}

.TABLEpicture
{
	border:solid 1 #000000;
	background-color: #cccccc;
}

IMG 	{margin:0,0,0,0;}
	
.TABLEmenu
{
	padding:1;
	margin:1;
	border:none;
	background-color: transparent;
}

.TABLEinfo
{
	padding:20,20,20,20;
	margin:20,20,20,20;
	border:solid 1 #000000;
	background-color: #cccccc;
	width: 75%;
}

.TableAction
{
    BACKGROUND-COLOR: #999999
}

.TableTitle
{
    BACKGROUND-COLOR: #6699ff
}

.HRborder
{
	width: 90%;
	height: 3px;
	background-color: #6699ff;
}

A:link	{	
	color:	#3333cc;
	}	
		
A:visited	{	
	color:	#333399;
	}	
		
A:active	{	
	color:	#333399;
	}	
		
Ax: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;
	}	

UL
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    LIST-STYLE-IMAGE: url(images/bullet.gif);
    MARGIN-LEFT: 20px;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none;
}

LI
{
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}

A:hover
{
    BACKGROUND-COLOR: #ffff00
}
.Confirm
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	width: 50%;
	border-bottom: 1px solid;
	background-color: #00ff00;
}
.Warning
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	width: 50%;
	border-bottom: black 1px solid;
	background-color: #ffff00;
}
.Timeout
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold ;
	font-size: 10pt;
	border-left: black 1px solid;
	width: 200;
	border-bottom: black 1px solid;
	background-color: #ffff00;
}
.TRA
{
	background-color: #dddddd;
}
.TRB
{
	background-color: #eeeeee;
}
.Crumbs
{
	border-right: #000000 1px solid;
	padding-right: 2px;
	background-position: left center;
	border-top: #000000 1px solid;
	padding-left: 12px;
	background-image: url(../styles/bullet.gif);
	padding-bottom: 2px;
	margin: 0px 1px;
	border-left: #000000 1px solid;
	cursor: hand;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-repeat: no-repeat;
	background-color: #cccccc;
}
.Menu
{
	BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BORDER-LEFT: #000000 1px solid;
    CURSOR: hand;
    COLOR: #000033;
    BORDER-BOTTOM: #000000 1px solid;
    BACKGROUND-COLOR: #cccccc
}
.MenuNext
{
	border:solid 1px #000000;
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    CURSOR: hand;
    COLOR: #000033;
    BACKGROUND-COLOR: #cccccc
}
.Tiny
{
	font-size: 8pt;
}
.Instructions
{
	border:solid 1px #000000;
	width:350px;
	text-align:left;
	background-color:#cccccc;
}
