/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 8pt;
	background-color: #336193;
	text-align: center;
	font-family: Arial;
	text-decoration: none;
	margin-left:0px;
	margin-top:0px;  
}


A:link	
{
	font-size: 9px;
	color:	#3333cc;
	}	
		
A:visited	
{
	font-size: 9px;	
	color:	#333399;
	}	
		
A:active	
{
	font-size: 9px;
	color:	#333399;
	}	
		
A:hover	
{
	font-size: 9px;
	color:	#3333cc;
	}
	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	


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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
.inputField
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	font-weight: bold;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
	background-color: #f7f8f8;
}
.gridItems
{
	border-bottom: dimgray thick ridge;
	background-color: #f0f8ff;
}

.ValidatorErrorMessage
{
	font-weight: bold;
	text-transform: capitalize;
	color: #ff3366;
	font-family: Verdana;
	text-align: left;
}

.ValidatorSummury
{
	background-position: left top;
	background-attachment: fixed;
	font: messagebox;
	vertical-align: baseline;
	text-transform: capitalize;
	color: #ff3366;
	background-repeat: no-repeat;
	letter-spacing: normal;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}
.greybutton
{
	margin-top: 1px;
	color: #0066cc;
	font-family: Arial;
	font-weight: bold;
	border-left-color: gray;
	background-image: url(Images\grey_plain.gif);
	border-bottom-color: silver;
	
	border-top-style: ridge;
	border-top-color: gray;
	background-repeat: repeat-x;
	
	border-right-style: groove;
	border-left-style: outset;
	background-color: #eeeeec;
	border-right-color: silver;
	border-bottom-style: double;
}
.UploadHeader
{
	BACKGROUND-IMAGE: url(Images\grey_plain.gif);
	BACKGROUND-REPEAT: repeat-x;
}
.TabLeftMenu
{
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}
.attSorry
{
	font-family: Arial;
	font-weight: bold;
	color:Black;
	font-size: 20px;
}
.attNoInfo
{
    font-family: Arial;
	font-weight: bold;
	color:Teal;
	font-size: 18px;
}
.TextLink
{
    font-family: Arial;
	font-weight: bold;
	color:Teal;
	font-size: 14px;
}
.OrderDecriptor
{
	font-size:9px;
	font-weight:normal;
	font-family: Arial;
	color:Black 
}
.ErrorMsg
{
	border-right: #990066 1px solid;
	padding-right: 10px;
	border-top: #990066 1px solid;
	padding-left: 10px;	
	font-size: 12px;
	padding-bottom: 10px;
	margin: 1px;
	text-transform: none;
	border-left: #990066 1px solid;
	color: orangered;
	padding-top: 10px;
	border-bottom: #990066 1px solid;
	font-style: normal;
	font-family: Verdana, Arial;
	background-color: #ffe4c4;
	text-align: left;
	font-variant: normal;
}
INPUT
{
	font-family: Arial;
	font-weight: bold;
	color:Teal;
	font-size: 14px;
}
.smallddbox
{
	FONT-SIZE: 11px;
	COLOR: #4a494a;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;	
}
.hidden
{
	display:none;  
}
.MainTable
{
	background-color: #FFFFFF;	
}
.OrderStatusNormalText
{
	font-size: 10pt;
	font-family: Arial;
}
.OrderStatusSection
{
	font-weight: bold;
	color: #e0ffff;
	font-style: italic;
	font-family: Tahoma;
	background-color: #778899;
	text-decoration: none;
	font-size: 10pt;
}
.StateHeader
{
	background-color: #FFFFCC;
}
.ColorState
{
	background-color: #E3F1FF;
	color: #993333;
}

