/* Hyperlink with out underline */
.ulhref
{	
	text-decoration:none;
	color:#3333cc;
}

/* Small Font */
.sfont
{
	font-family:'MS Sans Serif';
	font-size:xx-small;
	font-weight:normal; 
}

/* Bold Font */
.bfont
{
	font-family:'MS Sans Serif';
	font-size:xx-small;
	font-weight:bold;  
}

/* Table Header */
.tblheadfont
{
	font-family:'MS SANS Serif';
	font-size:xx-small;
	font-weight:bold;
	color:White; 
	background-color:Navy;
}

/* Table Row */
.tblrowfont
{
	font-family:'MS SANS Serif';
	font-size:xx-small;
	font-weight:normal;
	color:black; 
	background-color:#f5f5f5;
}

/* Table Alternate Row */
.tblaltrowfont
{
	font-family:'MS SANS Serif';
	font-size:xx-small;
	color:black; 
	background-color:#dcdcdc;
}

/* Autolist Row */
.lstrowfont
{
	font-family:'MS SANS Serif';
	font-size:xx-small;
	font-weight:normal;
	color:black; 
	background-color:Gainsboro;
}

/* Autolist Alternate Row */
.lstaltrowfont
{
	font-family:'MS SANS Serif';
	font-size:xx-small;
	color:black; 
	background-color:WhiteSmoke;
}

/* Hidden Cell */
.hcell
{
	display:none; 
}

/* Textbox Style */
.tBox				
{
	font-family:'MS Sans Serif';
	font-size:xx-small;
	font-weight:normal;
}

/* Title Style */
.title	
{	
	font-family:'arial';
	font-size:x-small;
	font-weight:bold;
	color:White;
}

/* Button Style */
.btn
{
	font-family:'MS Sans Serif';
	font-size:xx-small;
	font-weight:bold;
}

/* Body Style */
body 
{
	background-image:url(/shopaid/images/line5.jpg);	
	scrollbar-base-color: #9AADBA; 
	scrollbar-face-color: #fafafa; 
	scrollbar-track-color: #fafafa; 
	scrollbar-arrow-color: #9AADBA; 
	scrollbar-highlight-color: #9AADBA; 
	scrollbar-3dlight-color: #fafafa; 
	scrollbar-shadow-color: #9AADBA; 
	scrollbar-darkshadow-color: #fafafa
}

/* Label Style */
div
{
	font-family:'MS Sans Serif';
	font-size:xx-small;
	font-weight:normal;
}