
/* Site-wide definitions */

body{
	background-color: #CFE6CF;
	color: #000000;
}

body,p,td,.bodytext{
	font-family: arial, sans-serif;
	font-size: 9pt;
}
.small{
	font-size: 8pt;
}

.header,.content,.header_small,.content_small{
	border: 1px solid #00CC00;
	padding: 10px;
	margin-bottom: 10px;
}
.header,.content,.footer{
	width: 760px;
}

.header,.header_small{
	background-color: #FFFFFF;
}

.content,.content_small{
	background-color: #FFFFFF;
}

.footer,.footer_small{
	text-align: right;
	font-size: 8pt;
	margin-top: 10px;
}

.header_small,.content_small,.footer_small{
	width: 550px;
}

th,.th{
	font-weight: bold; 
	font-size: 9pt;
	white-space: nowrap;
	text-align: left;
}

h1, h2, h3, h4,.heading{
	font-family: arial, sans-serif;
	color: #0086A3;
	font-weight: normal;
}
h1{ font-size: 19pt;}
h2{ font-size: 16pt;}
h3{ font-size: 14pt;}
h4{ font-size: 12pt; font-weight: bold;}

hr{  color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;width: 90%;border: 0; }

a{
	text-decoration: none;
	color: #008F00;
}

a:visited{
	color: #76B300;
}

a:hover{
	text-decoration: underline;
	color: #005E72;
}
.menuitem{
	margin-left: 2%;
	white-space: nowrap;
}

a.menuitem{color: #005E72;text-decoration: none; border: 1px solid #0086A3; padding: 2px;}
a.menuitem:visited{color: #0086A3;text-decoration: none;}
a.menuitem:hover{ color:#0086A3; background-color: #CFE1E6;text-decoration: none;}

.menucontainer{
	margin-left: -2%;
}

.companyname{
	font-size: 20pt;
	color: #0086A3;
	padding-bottom: 5px;
}


/* buttons */
.bt,.link_bt{
	background-color: #FFFFFF;
	border: 1px solid #0086A3;
	color: #005E72;
	text-decoration: none;
	height: 20px;
}

html>body .bt,.link_bt{ /* different height for non-IE */
	height: 25px;
}
.bt:hover,.link_bt:hover{
	background-color: #CFE1E6;
	border: 1px solid #0086A3;
	color: #0086A3;
	text-decoration: none;
}
.link_bt{ padding-top: 1px; padding-bottom: 1px; padding-left: 8px; padding-right: 8px;}

/* Diamond/Gem search results */

/* row styles */
.r1,.r2{ white-space: nowrap; }
.r1{ background-color: #FFFFE8;} 
.r2{ background-color: #FFFFFF;}

/* cell styles */
.c1{}
.c2{}

.numresults{ text-align: center; font-weight: bold}
.results_outer_table{  width: 100%; border: 1px solid #00CC00; padding: 2px;}
.results_table{ }

/* header row and cells */
.hrow{ background-color: #CFE1E6;}
.sortrow{ background-color: #0086A3;}
.hcell,.sortcell{ text-align: center;}
.sortlink{ background-color: #61BAE5; }
.sortlink:hover{ background-color: #FFFED0; }

.excel_link,.pagenav{ 
	text-align: right;
}

.rating_bar{
	background-color: #0086A3;
}
.rating_container{
	background-color: white;
	border: 1px solid #00CC00; 
	padding: 0px;
}


/* search form */
.searchform{
	padding: 10px;
	border: 1px solid #00CC00;
}
.criterion{ /* headings for search criteria */
	color: #008F00;
	font-weight: bold;
}

/* item details */

.detailcontainer{   border: 1px solid #00CC00; padding: 2px;}
th.detail,.detail_th,.j_detailheader,.detail_th:visited{background-color: #CFE1E6; color: #000000;}
a.detail_th{ border-width:0px;}
td.detail{background-color: #FFFFE8; padding:3px;}

.detail_r1{ background-color: #FFFFE8; font-weight: bold; border-bottom: 1px dotted #B9B875; } 
.detail_r2{ background-color: #FFFFFF; }


/* Jewelry Build nav bar */

.b_on2,.b_on3{
	border: 1px solid #00CC00;
	background-color: #FFFFFF;
}
.b_off2,.b_off3{
	border: 1px solid #005E72;
	background-color: #FFFFFF;
}

.b_off3,.b_on3{
	width: 174px;
}
.b_off2,.b_on2{
	width: 233px;
}
.b_table{
	
}
.b_title{
	font-weight: bold; 
	color: #005E72;
}
.b_container{ /* surrounds entire section */
	border: 1px solid #0086A3;
	background-color: #CFE1E6;

}
.b_step0{ /* not active box */
	font-weight: bold;
	color: #000000;
}
.b_step1{ /* active box */
	font-weight: bold;
	color: #000000;
}
.b_change:hover{ background-color: #FFFFFF; text-decoration: none; border: 1px solid #D0DEFF; }
.b_change{
	font-size: 8pt;
	color: #0086A3;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #FFFFFF;
}
.b_itemtitle{

}



/*
color notes:
blue: #7589B9

#526082
#E8EEFF
#D0DEFF


rose: #B97579

#825255
#FFE8E9
#FFD0D3


gold/tan: #B9B875

#828152
#FFFFE8
#FFFED0
*/
