/* Define the style and color of the normal text on all pages on end user site*/
body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px; color:#000099;}
/* Define the style of the normal text inside tables for the enduser site */
td,tr, td {font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size:12px}

/* Define the style and color of the normal hyperlink text on the end user site */
a:visited {color: #000033; text-decoration: none}
a:link {text-decoration: none;color: #000033;}
a:hover {color: #ff0000;text-decoration: none;}

/* Define the style and color of the asterisk next to required fields on forms. 
   This also define the color of error messages on the New Account page */
.red { color:#FF0000; font-weight:bold}

/* Define the color of the instruction next to required fields */
.gray1{	color:#666666;}

.textalign {text-align:justify}

/* Define the style and color of the text on the Tell A Friend page */
.formbox {border: 1px solid #000099; color: #000099;}
/* Define the color of the vertical bar between menu item on the footer of all pages on end user site */
.naviwhite{ color:#FFFFFF}

/* Define the color of the visited menu item on the footer on all pages on end user site */
.naviwhite a:visited { color:#FFFFFF;} 
/* Define the color of the unvisited menu item on the footer on all pages on end user site */
.naviwhite a:link { color:#FFFFFF;}
/* Define the color of the menu item being focused on the footer on all pages on end user site */
.naviwhite a:hover { color:#ff0000;}

/* Define the back ground color of popup page (for example Product Warranty Info or Tell A Friend Page)
   This class also defined the background for the description of Prize on the PrizeList page */
.headerbk{background-color:#cceeff; }

/* Define the style and color of text on input fields and bombo box on all pages on end user site */
select,input { color:#000099; font-size:12px; font-family:Tahoma, Verdana, arial; height:22px}

/* Define the style and color of text on the page header on all pages on end user site */
.title {background-color:#6699ff; height:35px;  color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; font-size:22px; font-weight:bold; }

/* Define the style and color of text on the page header on the home page of end user site */
.homeTitle {background-color:#6699ff; height:35px;}

/* Define the style and color of the link to privacy policy and terms and conditions page */
.sublink{color: #000077; text-decoration:underline}

/* Define the style and color of the visited link to privacy policy and terms and conditions page */
a.sublink:visited {color: #000077; text-decoration:underline}

/* Define the style and color of the un-visited link to privacy policy and terms and conditions page */
a.sublink:link {color: #000077; text-decoration:underline}

/* Define the style and color of the link being focused (privacy policy or terms and conditions page) */
a.sublink:hover {color: #FF0000; text-decoration: none; }

/* Define the border color of the table that contains list of item such as the table 
   on the Wishlist page, View balance page and Order tracking page */
   
.datagrid {
	border-color: #0000ff;
}

/* Define the background color of the header of table that contains list of item such as the table 
   on the Wishlist page, View balance page and Order tracking page */

.datagrid-header {
background-color: #6699ff;
}

/* Define the background color of the even rows of table that contains list of item such as the table 
   on the Wishlist page, View balance page and Order tracking page */

.datagrid-even {
	background-color: #FFFFFF;
}

/* Define the background color of the odd rows of table that contains list of item such as the table 
   on the Wishlist page, View balance page and Order tracking page */

.datagrid-odd {
	background-color: #FFFFFF;
}

/* Define the style of the user error messages */
.label {text-align:right; vertical-align:middle; font-weight:bold; height:22px}


.form-textbox {text-align:left; vertical-align:middle; height:22px}

/* Define the color of border of the product warranty info page */
.warrantyTableBorder{ background-color:#000099;}
/* Define the header background color of the product warranty info page */
.warrantyTableHeaderBK{ background-color:#99ccff;}
/* Define the background color of the content of product warranty info page */
.tableContentBK{ background-color:#FFFFFF;}

/* Define the style and color the content of the main part of the Tell A Friend page */
.cellStyle{
	background-color:#FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000099;
}

/* Define the color of border of the prizelevel info page */
.prizelevelTableBorder{ background-color:#000099;}
.prizelevelFooter{border: 1px solid #000099; background-color:#99ccff;}

/* Define the color of border of the viewbalance info page */
.viewbalanceTableBorder{ background-color:#000099;}

/* Define the background color of the footer*/
.footerBK{ background-color:#0000ff;}
/* Define the background color color of the shadow of the footer*/
.footerShadow{ background-color:#CCCCCC;}

/* Define the color of the horizontal bar inside the content of a table */
.cellSplitterColor{ color: #000099;}


.header-image-background {
	background-image:url(/myrewards/themes/blue/images/bgr_top.gif)
}


