@media screen {

body, p, td{
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #01275C;
}

input,textarea{
	font-family: arial, sans-serif;
	font-size: 10pt;
}


th{
	font-weight: bold; 
	font-size: 10pt;
	color: #071740;
}

.small{
	font-size: 8pt;
}

.title{
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #071740;
}

.textbg{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	background-image: url('/i/disite/text-bg.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.box{
	border: 1px solid #6C5868;
	padding-left: 2px; padding-right: 2px;
}

.errbox{
	border: 1px solid #EE1133;
}

h1, h2, h3, h4{
	font-weight: normal;
}

h1{font-size: 16pt;}

h2{font-size: 14pt;}

h3{font-size: 12pt; font-weight: bold;}

h4{
	font-size: 10pt;
	font-weight: bold;
}

a img{border: none;}

a:link,a:visited{
	text-decoration: underline;
	color: #333399;
}
a.diamondmenu,a.diamondmenu:visited{
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #0D5428;
}
a:active{
	text-decoration: underline;
	color: #000000;
}

/* search form */
.searchform{
	padding: 10px;
	border-left: 2px solid #6C5868;
	border-right: 2px solid #6C5868;
}
.criterion{ /* headings for search criteria */
	color: #3283FF;
	font-weight: bold;
}

/* Diamond/Gem search results */

/* row styles */
.r1,.r2{ white-space: nowrap;}
.r1{ background-color: #FFFFFF;} 
.r2{ background-color: #E3EEFF;}

/* cell styles */
.c1{font-size: 9pt; white-space: nowrap;}
.c2{font-size: 9pt; white-space: nowrap;}

.numresults{
	color: #071740;
	background-color: #E3EEFF;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #6C5868;
	border-left: 2px solid #6C5868;
	border-right: 2px solid #6C5868;
	padding: 2px;}
.results_outer_table{
	width: 725px;
	border-left: 2px solid #6C5868;
	border-right: 2px solid #6C5868;
}
.results_table{ }

/* header row and cells */
.hrow, .sortrow{ background-color: #FFFFFF; }
.hcell,.sortcell{ text-align: center;}
.sortlink{ background-color: #262878; }
.sortlink:hover{ background-color: #117833;  }

.excel_link,.pagenav{ }

.rating_bar{
	background-color: #B97579;
}
.rating_container{
	background-color: white;
	border: 1px solid #7589B9; 
	padding: 0px;
}

/* item details */

.detailcontainer{ border-left: 2px solid #6C5868; border-right: 2px solid #6C5868;}
th.detail,.detail_th,.j_detailheader,.detail_th:visited{text-align: right;background-color: #E3EEFF; color: #000000;}
a.detail_th{ border-width:0px;}
td.detail{background-color: #FFFFFF; padding:3px; border: 1px solid #E3EEFF;}

.detail_r1{ background-color: #FFFFE8; font-weight: bold; border-bottom: 1px dotted #B9B875; } 
.detail_r2{ background-color: #FFFFFF; }

.printonly{display: none;}
.contentcell{border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;}
.pagefoot{
background-image: url("/i/disite/footer.jpg");
color: #FFFFFF;
}
}

@media print {

body, p, td{
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: black;
}

.ground{
	background-color: white;
}

.stripe1{
	background-color: white;
}

.stripe2{
	background-color: #D7D7D7;	
}

.underscore{
	border-top: 1px solid black;
}

.bar{
	background-color: black;
}
.hide{
	display: none;
}
.sortlink,.sortcell,.sortrow{ 
	display: none;}

.printonly{display: static;}

.title{
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	color: #071740;
}

.numresults{
	text-align: center;
}
.c1,.c2,.hcell{font-size: 9pt; border-bottom: 1px dotted #A4C5DF; }
.hcell{font-weight:bold; border-bottom: 3px double #7CABD2;}

.detail{white-space: nowrap;}
th.detail{text-align:right;}

.pageheader{ border-bottom: 1px solid #071740;}

}/* end print-only */
