﻿/*This class is used inside messfile.xml to override "info" class in commonlibrary.dll 
in which background color is white*/
.simplemessage
{
	color:#000000;
	font-weight:bold;	
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;	
	background-color:#B9DBF7;		
}

/*This class is used for warning, error and informative messages*/
.warning
{
	color:red;
	width:650;
	font-weight:bold;
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;			
}

/*This class is used for warning, error and informative messages*/
.info
{
	color:red;
	width:650;
	font-weight:bold;
	font-family:"Verdana, Helvetica, sans-serif";
	font-size:8pt;
	font-weight:bold;	
}

/*Class imparts a blue color background effect*/
.panelheadingbackground
{
	background-color:#B9DBF7;
}

/*Css is used for image borders*/
.imageborder
{
	border-width:1px;
	border-style:solid;
	border-color:black
}

/*CSS is used for hidden textboxes*/
.hiddentextbox
{
	background-color:white;
	border :none;
	color :#ffffff ;
	display:none;
} 

/*CSS is used to hide a control*/
.hiddenclass
{
	display:none;
}
	
/*CSS is used for the <hr> tag in the checkout preview page*/
.checkout_hr
{
	color:#00279B;	 
	height:1px;	
}

/*CSS imparts grey color background in checkour preview page to the headings f0f8ff*/
.checkout_preview_bg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color:#cccccc;	 
}

/*CSS is used in sitemap.aspx*/
.sitemaplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF  ;
	text-decoration: none;
	text-align:left;
	
}

/*CSS is used in sitemap.aspx*/
.sitemapwhitetextbold 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color:#2b4b9f;
	text-align:left;
}

/*CSS is used in overweightpopup.html*/
.sitemapwhitetextboldxx 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color:#2b4b9f;
}

/*CSS is used in overweightpopup.html*/
.sitemapwhitetextboldxl 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	background-color:#2b4b9f;
}

/*Class imparts blue color background to the inner pages*/
.borderForm 
{
	background-color: #B9DBF7;
	border:#22449b 1px solid;
}

/*Class is used in RML login panel header*/
.formheader
{
	background-color: #1A4298;	
}

/*Class is used in Page Heading*/
.innerheading 
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 19px;
	text-align:left;
}

/*-----------------Form Classes --------------------*/
/*CSS is used in form labels*/
.frmtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;	
}

/*CSS is used in form labels where the text should be bold */
.frmtextbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*CSS is another version of frmtextbold where fontsize is 1px larger*/
.frmtextboldxl
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 19px;
}

/*CSS is used in form textboxes*/
.frmtextbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	text-decoration: none;	
	height: auto;
	border: 1px solid #b0b0b0;
}

/*CSS is used in drop downs*/
.dropdownlist
{
	color:#000000;
	font-size:8pt;
	font-family:"Verdana, Helvetica, sans-serif";
	letter-spacing:0px;
	font-weight:normal 
}

/*CSS is used in required fields*/
.redlabel
{
    color: red;
    font-family:"Verdana, Helvetica, sans-serif";
    font-size: 10px;
    font-weight: bold
}

/*CSS is used in page number links in product listing pages*/
.pagenumbers
{
	font-family: verdana;
	font-size: 7pt;
	font-weight: normal;
	color:#9B0000;
	text-decoration: none;
}

/*CSS is used in Datagrid and Gridview*/
.grid
{
	border-color:#cfcfcf;	
}

/*CSS is used in Datagrid and Gridview header*/
.gridheader
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	background-color:#b9dbf7;
}

/*CSS is used in Datagrid and Gridview rows*/
.gridrow
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	font-weight:normal;
	color:#000000;
	text-decoration: none;
	background-color:#F7F7F7;
}
/*----------------------------------------*/



/*CSS is used in product listing and Previously Owned Products */

.productbg
{
	
	background-color:#b9dbf7;
}

/*CSS used for left pannel backgroud  --- left pannel Bg */

.leftpanelbg
{
background-image:url(../../images/inner/left_bg.gif);
background-repeat:repeat-y;
}

/*CSS is used in returnorder table*/

.greybg
{
	
	background-color:#F2F1F1;
}