/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	line-height: 12pt;
	padding-top: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #171717;
}


BODY.TOOLS
{
   BACKGROUND-COLOR: #000000;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    line-height:12pt;
    padding:0px;
    margin:0px;
}

SPAN, P,TD 
{
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    line-height:12pt;
    WORD-SPACING: normal;
	/*color:#888888;*/
	color:#FFFFFF;
}

SPAN.WHITE 
{
	color:#FFFFFF;
}

SPAN.ORANGE
{
	color:#cc8400;
}

input, textarea
{
    FONT-SIZE: 8pt;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	border-style:none;
	margin:2px;
	padding-left:0px;
	/*background-color:#e6e6e6;*/
}

.otherInputs 
{
	background-color:#e6e6e6;
}

select 
{
    FONT-SIZE: 8pt;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	border: solid 1px white;
	margin:0px;
	padding:0px;
	background-color:#e6e6e6;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR:#cc8400;
}
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:	#888888;*/
	color:	#FFFFFF;
	}	
		
A:visited	{	
	text-decoration:	none;
	/* color:	#888888;*/
	color:	#FFFFFF;
	}	
		
A:active	{	
	text-decoration:	none;
	/* color:	#888888;*/
	color:	#FFFFFF;
	}	
		
A:hover	{	
	text-decoration:	underline;
	/* color:	#888888;*/
	color:	#FFFFFF;
	}
	
A.white:link	
{
	font-size: 8pt;
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A.white:visited	{	
	font-size: 8pt;
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A.white:active	{	
	font-size: 8pt;
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A.white:hover	{	
	font-size: 8pt;
	text-decoration:	underline;
	color:	#cc8400;
	}

A.orange:link	
{
	font-size: 8pt;
	text-decoration:	none;
	color:	#cc8400;
	}	
		
A.orange:visited	{	
	font-size: 8pt;
	text-decoration:	none;
	color:	#cc8400;
	}	
		
A.orange:active	{	
	font-size: 8pt;
	text-decoration:	none;
	color:	#cc8400;
	}	
		
A.orange:hover	{	
	font-size: 8pt;
	text-decoration:	underline;
	color:	#cc8400;
	}
		
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;
	}	
.BB 
{
	border-bottom:#313131 2px solid;
}
.ON
{
	border:#313131 1px solid;
	background-color:#313131;
	cursor: hand;
}

.OFF
{
	border:#313131 1px solid;
	background-color:'transparent';
	cursor:auto;
}

.SEARCH
{
	background-color:#cc8400;
}
.LOGIN
{
	background-color:#e6e6e6;
}

.IMAGE 
{
	margin-bottom:5px;
	/*border:#373c3e 2px solid;*/
}

.breakhere
{
	page-break-after:always;
}