/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: x-small;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: #000066;
}

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;
	}	

.CURRENCYTEXTBOX
{
	text-align: right;
	font-size:xx-small;
} 
.pageheadingtable
{
	
}
.pageheading
{
	font-family  :Verdana ;
	color:White;
	font-weight:bolder ;
	font-size:medium ;
	background-image:url(Images/bar.jpg);
	height:22px;
	width:100%;
	text-align:center;
}
.pagetitle
{
	font-family  :Verdana ;
	color:White;
	font-weight:bolder ;
	font-size:medium ;
	height:22px;
	width:100%;
	text-align:center;
}
.maintable
{
	background-color :White;
	height:100%;
	width:100%;
	border:0;
	padding:0;
}
.menuheading
{
	font-family :Arial  ;
	color:White;
	font-weight:bold ;
	font-size:smaller ;
	height:18px;
	background-image:url(Images/bar.jpg);
	vertical-align:middle;
}
.menuimage
{
	border:"0";
	height:15px;
	width:15px;
}
.menulinkbutton
{
	font-family:Arial;
	font-size:xx-small ;
	font-weight:bold;
	text-decoration:none;
	background-color:Transparent ;
	color:White;
	}
.linkbutton
{
	font-family:Verdana;
	background-color:White;
	font-size:xx-small ;
	font-weight:bold;
	text-decoration:none;
	background-color:Transparent ;
	width:100%;
	}
.headinglabel
{
	color:Black;
	background-color:White
	font-family:Verdana;
	font-size:smaller  ;
	font-weight:bold;
	height:24px;
	width:100%;
	}
.datalabel
{
	 font-family:Verdana;
	 color:#000000;
	 font-size:xx-small ;
	 }
.textbox
{
	border-width:1px;
	border-color:Gainsboro;
	background-color:White;
	font-family:Verdana;
	font-size:xx-small;
	width:100%;
	
}
.hiddentextbox
{
	border-width:0px;
	width:0px;
	border-color:Gainsboro;
	background-color:White;
	font-family:Verdana;
	font-size:xx-small;
	visibility:hidden
}
.textboxnoborder
{
	border-width:0px;
	border-color:White;
	background-color:White;
	font-family:Verdana;
	font-size:xx-small;
}
.smallbutton
{
    border-width:1px;
	border-color:Gainsboro;
	background-color:White;
	font-family:Verdana;
	font-size:xx-small;
}
.errorlabel
{
	color:red;
	background-color:White
	font-family:Verdana;
	font-size:smaller  ;
	font-weight:bold;
	height:24px;
	width:100%;
	}
.checkbox
{
	background-color:White;
}

TR.datagridheader td {
	font-size:xx-small;
}
TR.datagriddata td {
	font-size:xx-small;
}
TR.datagridpager td {
	font-size:xx-small;
}
.BasicDate
{
	border-width:1px;
	border-color:Gainsboro;
	background-color:White;
	font-family:Verdana;
	font-size:xx-small;
	width:125px;
	
}
.RadGrid
{
	border: 1px solid #BABABA;
	border-top: 1px solid #C2D6AA;
	border-bottom: 1px solid #D8D8D8;
}

.RadGrid Table
{
	font-family: Arial, Verdana;
	font-size: 11px;
}

.RadGrid A
{
	color: black;
}

.RadGridHeader
{
	background-image: url(RadControls/Grid1_0_2/img/defaultHeaderBg.gif);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 4px;
}

.RadGridItem
{
	background-image: url(RadControls/Grid1_0_2/img/defaultItemBg.gif);
	background-repeat: repeat-x;
	height: 27px;
	padding-left: 4px;
}

.RadGridAlternatingItem
{
	background-image: url(RadControls/Grid1_0_2/img/defaultAlternatingItemBg.gif);
	background-repeat: repeat-x;
	height: 27px;
	padding-left: 4px;
}

.RadGridEditItem
{
	background-image: url(RadControls/Grid1_0_2/img/defaultEditItemBg.gif);
	background-repeat: repeat-x;
	padding-left: 4px;
}

.RadGridSelectedItem
{
	background-image: url(RadControls/Grid1_0_2/img/defaultSelectedItemBg.gif);
	background-repeat: repeat-x;
	height: 27px;
	padding-left: 4px;
}

.RadGridPager
{
	background-image: url(RadControls/Grid1_0_2/img/defaultPagerBg.gif);
	background-repeat: repeat-x;
	height: 21px;
	padding-left: 11px;
}
.jewelryImage 
{
	height: 251px;
	width: 153px;	
	float: left;
}
.jewelryRightPane 
{
	height: 251px;
	width: 224px;
	float: left;
}
.jewelryDescription 
{
	height: 168px;
	width: 224px;
	background-image: url(Images/descriptionBg.gif);
}
.jewelryDescription_Text 
{
	font: normal 10px Arial, Verdana, Helvetica;
	color: #b0b098;
	margin-left: 10px;
	padding-top: 90px;
	margin-right: 20px;
}
.jewelryName
{
	height: 35px;
	width: 224px;
}
.addToCart 
{
	height: 48px;
	width: 224px;
	background-image: url(Images/shoppingCartBg.gif);	
}