#div_ch_outerImageContainer{
	position: absolute;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding: 10px;
	z-index:100;
}
#div_ch_loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 2;
}
#div_ch_overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 0px;
	height: 0px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.ch_cursor {
	cursor:pointer;
}
.e_formtabletitle { background-color:#F5F5F5; padding-left:12px; padding-top:10px;}
.e_formtabletitlepbi { padding-left:12px; padding-top:10px;}
.e_text {padding-left:12px;}
.e_text2 {padding-left:12px; padding-right:12px;}
.ch_submit_padding {padding-right:10px;}

#div_ch_form_02 { background-color:#F5F5F5;}
#div_ch_form_03 { background-color:#FFFFFF; margin-left:10px; margin-right:10px; margin-top:10px;}
#div_ch_form_04 { background-color:#FFFFFF; margin-left:10px; margin-right:10px; margin-top:10px;}
#div_ch_form_submit_01 { background-color:#E1F1C7; margin-top:10px}
#div_ch_result_01 { background-color:#F5F5F5; padding-bottom:10px;}
#div_ch_result_02 { background-color:#FFFFFF; margin-left:10px; margin-right:10px; margin-top:10px; padding-bottom:10px;}
#div_ch_result_03 { background-color:#FFFFFF; margin-left:10px; margin-right:10px; margin-top:10px; padding-bottom:10px;}
#div_ch_result_04 { background-color:#FFFFFF; margin-left:10px; margin-right:10px; margin-top:10px; padding-bottom:10px;}
#div_ch_result_05 { background-color:#FFFFFF; margin-left:10px; margin-right:10px; margin-top:10px; padding-bottom:10px;}
#div_ch_newcalculation_01 { background-color:#E1F1C7; margin-left:10px; margin-right:10px; margin-top:10px; padding-bottom:10px;}

#products { 
	border-collapse:collapse;
	empty-cells:show;
	width:95%;
	margin-left:10px;
	margin-right:10px;
}

.table
{
    border-collapse:collapse;
	empty-cells:show;
	width:95%;
	margin-left:10px;
	margin-right:10px;
}

#products caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#products th {
	color:#CC3300;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

.th
{
    color:#CC3300;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}    
.th a
{
    text-decoration:none;
    color:#CC3300;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

#products th.infocus { background-color: #E6E6E6; }
#products th.selected {	color: #EAEAEA; }
#products td, #products th { 
	margin: 0; 
	padding: 3px 3px 3px 3px;
	text-align: left;
}

.td
{
    margin: 0; 
	padding: 3px 3px 3px 3px;
	text-align: left;
}

#products tr {
	-moz-user-select: none;
	-khtml-user-select: none;
}
#products tr.infocus {
	background-color:#CCFF00;
	cursor: pointer;
}

#products tr.notinfocus { background-color:#fff; }
#products tr.selected { color:#CC0000; }
#products tbody { margin-top: 0; }



#productsdetail { 
	border-collapse:collapse;
	empty-cells:show;
	width:95%;
	margin-left:10px;
	margin-right:10px;
}
#productsdetail caption {
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #FD2800;
	padding: 0.375em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
}
#productsdetail th, #productsdetail th a {
	color:#CC3300;	
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	text-decoration:none;
}
#productsdetail th.infocus { 
	background-color: #E6E6E6; 
}
#productsdetail th.selected { 
	color: #EAEAEA; 
}
#productsdetail td, #productsdetail th { 
	margin: 0; 
	padding: 3px 3px 3px 3px;
	text-align: left;
}
#productsdetail tr {
	-moz-user-select: none;
	-khtml-user-select: none;
}
#productsdetail tr.infocus {
	background-color:#CCFF00;
	cursor: pointer;
}
#productsdetail tr.notinfocus { background-color:#fff; }
#productsdetail tr.selected { color:#CC0000; }
#productsdetail tbody { margin-top: 0; }

.even { background-color: #F5F5F5; }
.even:hover
{
    background-color:#E1F1C7;
}
.evenAlternate
{
    background-color:#FFFFFF;
}
.evenAlternate:hover
{
    background-color:#E1F1C7;
}

.rowHover {
	color: #000;
	background-color: #F0F8E3;
	cursor: pointer;
}
.rowSelected { color: #339900; }

.gridselect
{
    
}
.gridselect a
{
    text-decoration:none;
}
