/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .66em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

TEXTAREA
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 1.0em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TFOOT
{
    COLOR: #505050;
}
H1	{	
	font-family: 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, 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, 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, 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, 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, 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	{	
		background-color: #505050;
		color: white;
		font-weight: bold;
		text-align: left;
	}	


A:link	{	
	text-decoration:	none;
	color:	#2F2F2F;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#2F2F2F;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#2F2F2F;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#2F2F2F;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
}

BIGBOLD	{	
	font-size:	1.17em;
	font-weight: bold;
}

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
TABLE 
{
	font-size: 1em;
	margin-left: 0px;
}

SELECT 
{
	font-size: 1em;
}

OPTION 
{
	font-size: 1em;
}

INPUT
{
	font-size: 1em;
}


.colorAccent1 
{
	color: #2F2F2F
}

.colorAccent2 
{
	color: #e7e0ca
}

.colorAccent3 
{
	color: #ece6ce
}

.colorAccentSuccess 
{
	color: Green;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

.backgroundAccent1 
{
	background-color: #2F2F2F
}

.backgroundAccent2 
{
	background-color: #e7e0ca
}

.backgroundAccent3 
{
	background-color: #ece6ce
}

.backgroundAccent4
{
	background-color: #fff9eb
}
.backgroundAccent5
{
	background-color: #e5fbfc
}
.backgroundAccent6
{
	background-color: #deeae0
}
.colorAccentSubtle 
{
	color: gray
}

.colorAccentWarning
{
	color: red
}

.detailStandardHeader {
	background-color: #696969;
	color: white;
	font-weight: bold
}

.listStandardSelectedItem
{
	background-color: #ffffcc;	
}

.listStandardHeader {
	background-color: #505050;
	color: white;
	font-weight: bold
}

.listStandardAlternatingItem {
	background-color: #eeeef2;
}

.listStandardFooter
{
	border-top: dimgray 2px solid;
	font-weight: bold;
	background-color: #e3e3e3;
}

.tabGroup 
{
}

.tabRegular 
{
	background-color:#eeeeee;
	border-top:1px solid gray;
	border-right:1px solid gray;
	border-left:1px solid gray;
	padding:5px;
	text-align:center
}
		
.tabSelected 
{
	background-color:#2F2F2F;
	border-top:1px solid gray;
	border-right:1px solid gray;
	border-left:1px solid gray;
	color:White;
	padding:5px;
	text-align:center
}

.numericField
{
	text-align:right;	
}

.dataLabel
{
	text-align:left;
	text-indent:2px;	
}

.borderedWarning
{
	border: 1px gray solid;
}

.UpperCase
{
	text-transform:uppercase;
}

.ProperCase
{
	text-transform:capitalize;
}