@charset "utf-8";
/* CSS Document */

/* Table Standard + wide */
TABLE.contenttable {
	/*	border: 1px solid red;*/
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 20px;
	width: 100%;
}

.contenttable .tr-filter {
	background: #9BE1FF;
}
.contenttable .tr-filter  select{
	width:60px;
}
.contenttable .tr-even {
	background: #9BE1FF;
}

.contenttable .tr-odd {
	background: #DFF5FF;
}

.contenttable .tr-0 {
	color: #000;
	height: 30px;
	background: url(../templates/images/table_head_bg.png) repeat-x 0px bottom;
}

.contenttable .tr-0 TD {
	font-weight: bold;
	vertical-align: top;
}

.contenttable TD {
	padding: 2px 2px 2px 5px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	vertical-align: top;
}

/* Table Computer Display */
.display .td-0 {
	width: 40px;
}

.display .td-4 {
	width: 80px;
	text-align: center;
}

.display .td-5 {
	width: 60px;
}

/* Table Phi-Con*/
TABLE.masterhead {
	margin: 0;
}

.masterhead .td-0, .dc_wandler .td-0 {
	width: 65px;
}

.masterhead .td-1, .dc_wandler .td-1 {
	width: 85px;
}

.masterhead .td-2, .dc_wandler .td-2 {
	width: 90px;
}

.masterhead .td-3 {
	width: 100px;
}

.masterhead .td-4 {
	width: 100px;
}

.dc_wandler TD {
	font-size: 11px;
}

.dc_wandler .tr-0 {
	color: #000;
	height: auto;
	background: #9BE1FF;
}

.dc_wandler .tr-0 TD {
	font-weight: normal;
}

.dc_wandler .td-0 {
	text-align: center;
}

.dc_wandler .td-0 IMG {
	vertical-align: middle;
}
.dc_wandler .td-3, .dc_wandler .td-4 {
	width: 46px;
}

.dc_wandler .td-5, .dc_wandler .td-6 {
	width: 46px;
}

/* HST product masterhead */
TABLE.HST_masterhead {
	margin: 0;
}

.HST_masterhead .tr-0 .td-0 {
	vertical-align: middle;
}

/* HST product overview */
.HST_product_overview .tr-0 {
	display: none;
}

.HST_product_overview .tr-even, .HST_product_overview .tr-odd {
	background: #9BE1FF;
}

.HST_product_overview .td-0 {
	padding: 4px 5px;
	width: 140px;
	text-align: center;
}

.HST_product_overview IMG {
	width: 130px;
	border: none;
}
