/* Default CSS Stylesheet for a Addax Application */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
}

.HeaderStatus
{
	color:  Maroon;
	font-weight: bold;
}

.SelectedRollerColor
{
	background-color: blue;
}
.ReportRowHeader
{
	text-align: left;
	font-size: 16px;	
}
.ReportRowHeader2
{
	text-align:center;
	font-size:16px;
}
.ReportRowHeader3
{
	text-align:center;
	font-size:16px;	
	font-weight: normal;	
}

.ReportItemTop
{
	text-align: left;
	font-weight: normal;
}

.ReportItem
{
	text-align: center;
	font-weight: normal;
}
.ReportCaption
{
	text-align:right;
}

.CellOff
{
	background-color: Gray;
	color:White;
	width: 16%;
}
.CellOn
{
	background-color:gainsboro;
	color:Black;
	width: 16%;
}

.SmallFont7
{
	direction:rtl;
	font-size: 10px;
	font-weight: bold;
	background-color: Transparent;
	
	BORDER-TOP-STYLE: none; 
	BORDER-RIGHT-STYLE: none; 
	BORDER-LEFT-STYLE: none; 
	BACKGROUND-COLOR: transparent; 
	BORDER-BOTTOM-STYLE: none;
}

.SmallFont2
{
	direction:rtl;
	font-size: 10px;
	font-weight: bold;
}

.SmallFont
{
	font-size: 10px;
}

.LabelChanges
{
	color: Navy;
}

.ConfigHeaderColor
{
	color:Black;
	background-color: Gainsboro;
}

.TableClass1
{
	 background-color: whiteSmoke;
	 border-color: whiteSmoke;
}

.PaneColor
{
	background: #990000;
}

.ProgramColor1
{
	background: navy;
	color: White; 
	FONT-WEIGHT: bold;
}

.PageHeader
{
	color: White;
	background-color: black;
	FONT-WEIGHT: bold;
}


.NoBorder
{
	 BORDER-TOP-STYLE: none; 
	 BORDER-RIGHT-STYLE: none; 
	 BORDER-LEFT-STYLE: none; 
	 BORDER-BOTTOM-STYLE: none;
}

.ButtonClass1
{
	width: 80px;
}

.TextBoxRoller
{
	width: 78px;
}

.TextBoxJournal
{
	width: 40px;
	color:Black;
}

.TextBoxDeadShaft
{
	width: 40px;
}


TD
{
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
}


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: gray;
	}
	
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;
	}	


