/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    
    /* reduce margins so we can use all the available browser window*/
    margin:1 1 1 1;
}

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: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
	}	

A:link	{	
	text-decoration:	none;
	color:Black;
	font-size:	.9em;
	}	
				
A:visited	{	
	text-decoration:	none;
	color:Black;
	font-size:	.9em;
	}	
		
A:active	{	
	text-decoration:	none;
	color:Black;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:Black;
	}
	
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;
}	

IMG {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
	
.InputText {
	font-size:12;
	font-family:Verdana;
	color:black;
}

.DefaultText {
	font-size:12;
	font-family:Verdana;
	color:black;
}

.SmallText {
	font-size:10;
	font-family:Verdana;
	color:#1968AD;
}

.HeadingText {
	font-size:20;
	font-weight:bold;
	font-family:Verdana;
	color:#1968AD;
	/*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='lightblue', Positive='true');*/
}

.SubHeadingText {
	font-size:16;
	font-weight:bold;
	font-family:Verdana;
	color:#1968AD;
}

.ErrorText
{
	color: Red;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}

button.button {
	font-size:10;
	font-family:Verdana;
	color:Black;
	width:100;
	background-color:white;
	text-align:center;
	text-decoration:none;
	padding:1 0 3 0;
	border-style:solid;
	border-width:1px;
	border-color:#A1A5A9;
}

button.button_hover
{
	font-size:10;
	font-family:Verdana;
	color:Black;
	width:100; 
	background-color:#DDDDE5; 
	text-align:center;
	text-decoration:none;
	padding:1 0 3 0;
	border-style:solid;
	border-width:1px;
	border-color:#A1A5A9;
}

.DataGridHeader {
	font-size:12;
	font-family:Verdana;
	color:#DDDDE5;
	text-decoration:none;
	text-transform:capitalize;
	background-color:Navy;
}

.DataGridFooter {
	font-size:10;
	font-weight:normal;
	font-family:Verdana;
	color:#DDDDE5;
	text-decoration:none;
	text-transform:capitalize;
	background-color:Navy;
    	background-image: url(/eZorder/Companies/1/images/ButBGHeader.jpg);
}

.DataGridItem {
	font-size:10;
	font-weight:normal;
	font-family:Verdana;
	color:Navy;
	text-decoration:none;
	text-transform:capitalize;
	background-color:lightsteelblue;
}

.DataGridAlternateItem {
	font-size:10;
	font-weight:normal;
	font-family:Verdana;
	color:Navy;
	text-decoration:none;
	text-transform:capitalize;
	background-color:#DDDDE5;
}
.DataGridPager {
	font-size:10;
	font-weight:normal;
	font-family:Verdana;
	color:Navy;
	text-decoration:none;
}
A.TaxExText:link, A.TaxExText:visited, A.TaxExText:active, A.TaxExText:hover{
	font-weight:normal;
}
A.TaxIncText:link, A.TaxIncText:visited, A.TaxIncText:active, A.TaxIncText:hover{
    font-weight:bold;
}
.CalendarDates
{
	text-decoration:none;
	color:Navy;
	font-family:Verdana;
	font-size:20;
}
.MainMenuArea
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	WIDTH: 150;
	HEIGHT: 100%;
	FONT-STYLE: normal;
	FONT-FAMILY: arial,comic sans ms,technical;
	BACKGROUND-COLOR: transparent;
}
.SubMenuArea
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	PADDING-LEFT: 10;
	PADDING-RIGHT: 0;
	padding-top:1;
	padding-bottom:1;
}
A.MenuButton
{
	BORDER: #7190B9 1px solid;
	PADDING-LEFT: 3px;
	LEFT: 1px;
	WIDTH: 91%;
	CURSOR: hand;
	COLOR: Navy;
	PADDING-TOP: 1px;
	HEIGHT: 17px;
	BACKGROUND-COLOR: lightsteelblue;
	TEXT-ALIGN: left;
	margin-top:1;
	margin-bottom:1;
	text-decoration:none;
}
A.MenuButton:hover
{
	BORDER: #7190B9 1px solid;
	PADDING-LEFT: 3px;
	LEFT: 1px;
	WIDTH: 93%;
	CURSOR: hand;
	COLOR: navy;
	PADDING-TOP: 1px;
	HEIGHT: 17px;
	BACKGROUND-COLOR:  #C6CFDC;
	TEXT-ALIGN: left;
	margin-top:1;
	margin-bottom:1;
	text-decoration:none;
}
A.SubMenuButton
{
	border-right: lightsteelblue 1px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 1px solid;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 98%;
	cursor: hand;
	color: navy;
	padding-top: 1px;
	height: 17px;
	background-color: #DDDDE5;
	text-align: left;
	text-decoration: none;
}
A.SubMenuButton:hover
{
	BORDER: lightsteelblue 1px solid;
	WIDTH: 100%;
	CURSOR: hand;
	COLOR: navy;
	PADDING-TOP: 1px;
	HEIGHT: 17px;
	BACKGROUND-COLOR: #EDEDEE;
	TEXT-ALIGN: left;
	margin-top:1;
	margin-bottom:1;
	text-decoration:none;
}
P.MenuButtonHeight
{
	height: 5px;
}
.MenuTableBlank
{
	HEIGHT: 5px;
}
/* Table Colouring */
TABLE.ColouredTable
{
	border-right: #75AADB 1px solid;
	border-top: #75AADB 1px solid;
	border-left: #75AADB 1px solid;
	border-bottom: #75AADB 1px solid;
	background-color: lightsteelblue;
}

TABLE.LoginTable
{
	/*border-right: #75AADB 1px solid;
	border-top: #75AADB 1px solid;
	border-left: #75AADB 1px solid;
	border-bottom: #75AADB 1px solid;
	background-color: lightsteelblue;*/
	background-color: #dddddd;
    background-image: url(/eZorder/images/LoginBorder.gif);
}

.RadioButtons
{
	font-family: Arial;
	font-size:10pt;
	color: Navy;
}

INPUT.button {
	font-size:10;
	font-family:Verdana;
	color:Black;
	width:100;
	background-color:#DDDDE5;
	text-align:center;
	text-decoration:none;
	padding:1 0 3 0;
	border-style:solid;
	border-width:1px;
	border-color:#A1A5A9;
}

INPUT.button.hover
{
	color: navy;
	border-color:lightsteelblue;
	
	background-color: #EDEDEE;
	border-style:solid;
	border-width:1px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
	padding-bottom: 3px;
	width: 100px;
	cursor: hand;
	padding-top: 1px;
}

INPUT.button_click
{
	color: navy;
	border-color:lightsteelblue;
	
	background-color: Red;
	border-style:solid;
	border-width:1px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
	text-decoration: none;
	padding-bottom: 3px;
	width: 100px;
	cursor: hand;
	padding-top: 1px;
}
