
/* Site-wide definitions LJC */

body{
    background-color: #F1ECDC;
	color: #000000; 
/*    background-image: url("/i/lawrncj/ljcbgmed.png");  */

}

body,p,td{
	font-family: arial, sans-serif;
	font-size: 10pt;
/*	color: #F1ECDC;*/
}
.small{
	font-size: 8pt;
}


img{
	border: 0px
}

a{
	text-decoration: underline;
	color: #002234;
}

a:visited{
	color: #7589B9;
}

a:hover{
	text-decoration: underline;
	color: #348D54;
}

.header,.content,.header_small,.content_small{
	border: 1px solid #7589B9;
	padding: 10px;
	margin-bottom: 10px;
	width: 860px;
}
.header,.header_small{
	background-color: #526082;
}

.content,.content_small{
	background-color: #FFFFFF;
}

.footer,.footer_small{
	text-align: center;
	font-size: 8pt;
	margin-top: 10px;
}

.header_small,.content_small,.footer_small{
	width: 500px;
}

th,.th{
	font-weight: bold; 
	font-size: 12pt;
	white-space: nowrap;
	text-align: left;
}

h1, h2, h3, h4,.heading{
	font-family: arial, sans-serif;
	color: #1E567B;
	font-weight: normal;
}
h1{ font-size: 19pt;}
h2{ font-size: 16pt; font-weight: bold;}
h3{ font-size: 14pt;}
h4{ font-size: 12pt; font-weight: bold;}

hr{  color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;width: 90%;border: 0; }

.bt,.link_bt{
	background-color: #E5EEFE;
	border: 1px solid #1E567B;
	color: #1E567B;
	text-decoration: none;
	height: 20px;
}

.bt:hover,.link_bt:hover{
	background-color: #B5DFC3;
	border: 1px solid #1E567B;
	color: #002234;
	text-decoration: none;
	height: 20px;
}
.link_bt{ padding-top: 1px; padding-bottom: 1px; padding-left: 8px; padding-right: 8px}
.menuitem{
	margin-left: 2%;
	white-space: nowrap;
}

a.menuitem{color: #E8EEFF;text-decoration: none;}
a.menuitem:visited{color: #E8EEFF;text-decoration: none;}
a.menuitem:hover{ color:#526082; background-color: #E8EEFF;text-decoration: none;}

.menucontainer{
	margin-left: -2%;
}

.companyname{
	font-size: 20pt;
	color: #FFFED0;
}

/* search form */
.searchform{
	border: 1px solid #1E567B;
	width: 900px;
}
.criterion{ /* headings for search criteria */
	color: #1E567B;
	font-weight: bold;
}

/* Diamond/Gem search results */


/* row styles */
.r1,.r2{ white-space: nowrap; }
.r1{ background-color: #FFFFE8;} 
.r2{ background-color: #FFFFFF;}

/* cell styles */
.c1{}
.c2{ background-color: #E5EEFE;}

.numresults{ text-align: center; font-weight: bold}
.results_outer_table{  width: 95%; border: 1px solid #002234; padding: 2px;}
.results_table{ }

/* header row and cells */
.hrow{ background-color: #AFC0DC;}
.sortrow{ background-color: #1E567B;}
.hcell,.sortcell{ text-align: center;}
.sortlink{ background-color: #61BAE5; }
.sortlink:hover{ background-color: #FFFED0;  }

.excel_link,.pagenav{ 
	text-align: right;
}

.rating_bar{
	background-color: #B97579;
}
.rating_container{
	background-color: white;
	border: 1px solid #7589B9; 
	padding: 0px;
}

/* item details */

.detailcontainer{   border: 1px solid #1E567B; padding: 2px;}
th.detail,.detail_th,.detail_th:visited{background-color: #AFC0DC; color: #002234;}
td.detail{background-color: #E5EEFE; padding:18px;}

.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 #B97579;
}
.b_off2,.b_off3{
	border: 1px solid #FFE8E9;
}

.b_off3,.b_on3{
	width: 174px;
}
.b_off2,.b_on2{
	width: 233px;
}
.b_table{
	
}
.b_title{
	font-weight: bold; 
	color: #825255;
}
.b_container{ /* surrounds entire section */

}
.b_step0{ /* not active box */
	font-weight: bold;
	color: #526082;
}
.b_step1{ /* active box */
	font-weight: bold;
	color: #825255;
}
.b_change:hover{ background-color: #E8EEFF; text-decoration: none; border: 1px solid #D0DEFF; }
.b_change{
	font-size: 8pt;
	color: #7589B9;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #FFFFFF;
}
.b_itemtitle{

}


/* Trim Colors */

.medium{
	background-color: #1E567B;
}

.outline{
	border: 1px solid #002234;
}

.light{
	background-color: #AFC0DC;
}

.white{
	background-color: #FFFFFF;
}

.pad{
	padding: 3px;
}

.pad10{
    font-family: "Brush Script MT", "Brush Script Std", cursive;
	padding: 10px;
/*    font-family: "Times New Roman", Times, serif;  */
}


/*
color notes:
blue: #7589B9

#526082
#E8EEFF
#D0DEFF


rose: #B97579

#825255
#FFE8E9
#FFD0D3


gold/tan: #B9B875

#828152
#FFFFE8
#FFFED0
*/