/* 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;
    margin: 0 auto;

}

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:	#3333cc;
	}
	
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;
	}

.button
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	cursor: hand;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 22px;
	background-color: #dcdcdc;
}

.TextBox
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: #A1A1A1 1px solid;
	border-top: #A1A1A1 1px solid;
	border-left: #A1A1A1 1px solid;
	border-bottom: #A1A1A1 1px solid;
}

/************************************************************* 

Styles For DataGrids

*************************************************************/
/*
.dgStyle
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	border-left: #DCDCDC 1px solid;
	border-bottom: #DCDCDC 1px solid;
}

.dgAlternatingItemStyle
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: #DCDCDC 1px solid;
	color: navy;
	border-bottom: #DCDCDC 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: aliceblue;
}

.dgEditItemStyle
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: #DCDCDC 1px solid;
	color: navy;
	border-bottom: #DCDCDC 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8f8ff;
}

.dgFooterStyle
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: #DCDCDC 1px solid;
	color: white;
	border-bottom: #DCDCDC 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000066;
}

.dgHeaderStyle
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #DCDCDC 1px solid;
	color: #FFFFFF;
	border-bottom: #DCDCDC 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #001F6F;
}

.dgItemStyle
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	color: navy;
	border-bottom: #dcdcdc 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: aliceblue;
}

.dgPagerStyle
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: #DCDCDC 1px solid;
	color: navy;
	border-bottom: #DCDCDC 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}

.dgSelectedItemStyle
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	color: black;
	border-bottom: #dcdcdc 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: lightskyblue;
}

*/

/*************************************************************

Styles For DataLists

*************************************************************/

.dlAlternatingItemStyle
{
	border-right: #dcdcdc 1px;
	border-top: #dcdcdc 1px;
	font-weight: normal;
	font-size: 8pt;
	border-left: #dcdcdc 1px;
	color: navy;
	border-bottom: #dcdcdc 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

.dlEditItemStyle
{
	border-right: lemonchiffon 0px;
	border-top: lemonchiffon 0px;
	font-weight: normal;
	font-size: 8pt;
	border-left: lemonchiffon 0px;
	color: navy;
	border-bottom: lemonchiffon 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

.dlFooterStyle
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: #DCDCDC 1px solid;
	color: white;
	border-bottom: #DCDCDC 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000066;
}

.dlHeaderStyle
{
	border-right: #dcdcdc 1px;
	border-top: #dcdcdc 1px;
	font-weight: bold;
	font-size: 8pt;
	border-left: #dcdcdc 1px;
	color: white;
	border-bottom: #dcdcdc 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
}

.dlItemStyle
{
	border-right: #dcdcdc 1px;
	border-top: #dcdcdc 1px;
	font-weight: normal;
	font-size: 8pt;
	border-left: #dcdcdc 1px;
	color: navy;
	border-bottom: #dcdcdc 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
}

.dlPagerStyle
{
	border-right: #DCDCDC 1px solid;
	border-top: #DCDCDC 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: #DCDCDC 1px solid;
	color: navy;
	border-bottom: #DCDCDC 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}

.dlSelectedItemStyle
{
	border-right: #dcdcdc 1px;
	border-top: #dcdcdc 1px;
	font-weight: bold;
	font-size: 8pt;
	border-left: #dcdcdc 1px;
	color: navy;
	border-bottom: #dcdcdc 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: palegoldenrod;
}

.PageHeader
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: none;
}

.PageMain
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: none;
}
.PageMain_No_BG
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	
	text-decoration: none;
}

.PageBold
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: none;
}

.ShoppingBasket
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: none;
}
.ShoppingBasket_No_BG
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.ShoppingEmphasizeBasket
{
	font-weight: bold;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: none;
}

.ShoppingBasketBold
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: none;
}
.ShoppingBasketBold_No_BG
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.SectionHeader
{
	border-right: #dcdcdc 1px;
	border-top: #dcdcdc 1px;
	font-weight: bold;
	font-size: 8pt;
	border-left: #dcdcdc 1px;
	color: #ffffff;
	border-bottom: #dcdcdc 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: midnightblue;
}

.OrderForm
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.OrderFormBold
{
	font-weight: bold;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}

.Header
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	color: #000000;
	border-top-style: none;
	padding-top: 0px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-style: none;
	border-left-style: none;
	letter-spacing: normal;
	background-color: white;
	text-decoration: none;
	border-bottom-style: none;
}
.Top_Header_Line
{
	background-image: url(Images/Top_header_Line.gif);
	background-repeat:no-repeat;
	
}
.Top_Main_Header
{
	background-image: url(Images/Main_Header.jpg);
	background-repeat:no-repeat;

	
}
.Main_Link_Bar

{
	background-image: url(Images/Main_Link_Bar.gif);
	background-repeat:no-repeat;
}
.Main_Content_Top
{
	background-image: url(Images/Top_Main_wPlane.gif);
	background-repeat:no-repeat;
}
.Main_Content_Area_Fill
{
	background-image: url(Images/Main_Content_Area_Fill.gif);
	background-repeat:repeat-y;
}
.Main_Footer
{
	background-image: url(Images/Main_Footer.gif);
	background-repeat:no-repeat;
}
