table.innerpanel{
	margin: 0;
	padding: 0;
	behavior: url(/admin/htc/rowover_js.htc);
	ro--hover-background: #C5D3E4;
	position: relative;
	display: table;
	border-collapse: separate;
	border: 2px white solid;
	}
table.innerpanel tr{position:relative;}
table.innerpanel td{padding:2px 4px 2px 4px;position:relative;}
.innerpanel .green{
	color:green;
}
.innerpanel .orange{
	color:orange;
}
.innerpanel .red{
	color:red;
}
.innerpanel .gray{
	color:gray;
}

table.innerpanel th {
	text-align: left;
	vertical-align: bottom;
	background: #86b3cb;
	padding:0;
	/*
	border-top: 1px white solid;
	border-left: 1px white solid;
	border-right: 1px #816c27 solid;
	border-bottom: 1px #816c27 solid;
	*/
	border-left:  1px white solid;
	
	}
table.innerpanel th.first {
	border: none;
}	
	
table.innerpanel th a {
	color: #000;
}	
table.innerpanel td.header{
	padding:2px 0 0 0;
	margin:0;
	border-bottom:2px white solid;
	background:#CDCDCD url(/admin/images/bg_tabular_header.gif) repeat-x;
	}
table.innerpanel td.header h2,
table.innerpanel td.header h3{
	margin:0;
	padding:3px 6px;
	font-size:13px;
	font-weight:bold;}

table.innerpanel td a {
	font-weight:bold;
}

table.innerpanel td a:hover {
	color:black;
}

table.innerpanel td.l {
	border-left: 1px silver solid;
}

table.innerpanel td a.blk{
	float:left;
	clear:none;
	font-weight:bold;
	height:14px;
	min-width:14px;
	text-align:center;
	vertical-align:middle;
	padding:2px;
	margin-left:1px;
	margin-top:-1px;
	margin-bottom:-1px;
	border-top:1px white solid;
	border-left:1px white solid;
	border-right:1px #C0C0C0 solid;
	border-bottom:1px #C0C0C0 solid;
	}
table.innerpanel td a.blk:hover{background-color:orange;color:white;font-weight:bold;}
table.innerpanel td .block{
	float:left;
	clear:none;
	font-weight:bold;
	height:15px;
	padding:1px;
	margin-left:1px;
	margin-top:-1px;
	margin-bottom:-1px;
	/*
	background:#EFEFEF;
	*/
	}
table.innerpanel td a.blk.spacebfr {
	margin-left:0.5em;
}

table.innerpanel td a.ed {
	background:transparent url(/admin/icons/ed.gif) center center no-repeat;
	width:15px;
	display:block;
	position:relative;
}

.delete{color:red;}
.colbox{border:1px black solid;width:10px;margin:2px 0 2px 0;}

table.innerpanel th {
	font-size: 10px;
	background-position: right center;
	background-repeat: no-repeat;
	}
table.innerpanel th.thsort.no {
	background-image:url(../icons/sort_no.gif);
	}
table.innerpanel th.thsort.up {
	background-image:url(../icons/sort_up.gif);
	}
table.innerpanel th.thsort.dn {
	background-image: url(../icons/sort_dn.gif);
	}
table.innerpanel th.thsort a{
	padding-right: 13px;
	}

table.innerpanel th p{padding:2px 3px 2px 3px;margin:0;}
table.innerpanel th a,
table.innerpanel th span {
	padding:2px 3px 2px 3px;display:block;
	}
table.innerpanel th a:hover{
	background-color:dimgray;
	}


/*thumbs*/
table.innerpanel td.t img{margin:2px 4px;}
table.innerpanel td.t {padding:1px;width:80px;display:block;background:whitesmoke;}
table.innerpanel .r1 td.t {padding:1px;width:80px;display:block;background:#d6d6d6;}
table.innerpanel td.t img {padding:0;margin:0px;width:80px;height:60px;}
table.innerpanel td.t span {
	display:block;
	background:white;
	color:black;
	position:absolute;
	left:2px;
	top:2px;
	padding:0 1px;
	font-size:10px;
	line-height:12px;
	border:1px black solid;
	}
table.innerpanel td.t span.i {
	background:black;
	color:white;
	border:1px white solid;
	left:auto;
	top:auto;
	right:2px;
	bottom:2px;
}
table.innerpanel td.t span.i a {
	color:white;
}

table.innerpanel col.tot{font-weight:bold;}
table.innerpanel col.custnm{text-align:left;}
table.innerpanel col.spcial{text-align:center;}
table.innerpanel col.watchd{text-align:center;}
table.innerpanel col.rtlprc{text-align:right;}
table.innerpanel col.memprc{text-align:right;}

table.innerpanel tr.r0{}
table.innerpanel tr.r1{background:#ddd;}

.innerpanel div.btns_util {
	float:right;
	margin:0 0px 4px 4px;
}
.innerpanel div.btns_util img.icon {
	float:left;
	height:16px;
	width:16px;
	margin:0 4px 0 0;
}
.innerpanel div.btns_util span.spacer {
	width:0px;
	height:10px;
	margin:2px 4px;
	border-top:1px white solid;
	border-left:1px white solid;
	border-right:1px dimgray solid;
	border-bottom:1px dimgray solid;
	float:left;
}
.innerpanel div.btns_util a {
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	height:16px;
	width:16px;
}
.innerpanel div.btns_util a span {
	display:none;
	visibility:hidden;
}

/*
////////////////
	Results head
////////////////
*/

div.resultshead {
	position:relative;
	font-size:10px;
	/*
	border-top: 1px dimgray solid;
	border-left: 1px dimgray solid;
	border-bottom: 1px white solid;
	border-right: 1px white solid;
	*/
	border: 2px white solid;
	border-bottom: none;
	background:#cdcdcd;
	overflow:hidden;
	zoom:1;
	}
div.resultshead h3{
	position:absolute;
	display:inline;
	font-weight:bold;
	color:black;
	left:0px;
	width:62px;
	margin: 4px 0 0 0 ;	
	padding:0;
	font-size:10px;
	text-align:center;
}
div.resultshead div {
	background:#c0c0c0 url(/admin/images/bg_resulthead.gif) repeat-x left top;
	position:relative;
	margin-left:62px;
	/*
	border-bottom: 1px dimgray solid;
	border-right: 1px dimgray solid;
	border-top: 1px white solid;
	border-left: 1px white solid;
	*/
	border-left: 1px white solid;
	overflow:hidden;
	display:block;
	zoom:1;
	}

div.resultshead div p {
	margin:3px 8px;
	padding:0;
}

div.resultshead p.blk {
	float: left;
	/*border-left:1px white solid;*/
	border-right: 1px dimgray solid;
	padding: 1px 3px;
	margin: 0;
	min-height: 20px;
}

div.resultshead p.blk.first {
	border-left:none;
}
div.resultshead p.blk.last {
	border-right:none;
}

div.resultshead p.blk label {
	clear:both;
	position:relative;
	display:block;
	width: auto;
	text-align: left;
}
div.resultshead p.blk select,
div.resultshead p.blk input {
	margin:0;
}

div.resultshead span ,
div.resultshead label {
	vertical-align:middle;
	font-family: Arial;/*Arial is very compact and handy for these filter panels*/
	font-size: 11px;
	
	}
div.resultshead select ,
div.resultshead input {
	margin:0 2px 0 0;
	border:1px dimgray solid !important;
	padding:1px 2px;
	vertical-align:middle;
	font-family: Arial;/*Arial is very compact and handy for these filter panels*/
	font-size: 11px;
	}
div.resultshead select {padding:0;}
div.resultshead a span {
	cursor: pointer;
	position:relative;
	display:block;
}
div.resultshead button, 
div.resultshead a.button {
	font-size: 9px;
	}
div.resultshead p.paging a {
	padding: 2px;
	}
div.resultshead a.sel {
	font-weight: bold;
	background: #444;
	color: white;
	}

div.resultshead p.panelright {
	position:absolute;
	border:none;
	top:0px;
	right:0px;
	z-index:100;
	}

div#menus h4 {
	margin-top:1em;
}
div#menus h4 a {
	font-weight:normal;
}