.table_none td, .table_none th {
	/**/border: none !important;/**/
	padding: 1px !important;
	margin: 0;
}
.inpt {
	background-color: #FFF;
	color: #000000;
	/*
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	*/
}
.fixed { position: fixed;right:12px;}
table.entries input, table.entries textarea { font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
table.entries * {text-shadow:none;}

table.entries { border-collapse: collapse; background-color: #001F33;}
table.entries .thumb_wrap {  width:70px; border: 1px solid #004C62; background-color: #003C62; margin: 1px; position: relative; float: left; padding: 2px; cursor: move; text-align: center;}
table.entries .controls {background:#8b3801 !important;padding:2px;
border-top:1px solid #a55600 !important;border-left:1px solid #a55600 !important;
border-right:1px solid #a55600 !important;border-bottom:1px solid #000 !important;}
table.entries .pages, table.entries td { vertical-align: middle; }
/*table.entries { margin-bottom: 9px; }*/
table.entries .pages span { font-weight:normal;color:#a55600; }
table.entries .row_num { font-size: 10px; }
table.entries .row_num_sign { font-weight: normal; font-size: 16px; color: #018CB5; }
table.entries th { font-family: Tahoma, sans-serif; }
table.entries td, table.entries th { padding: 3px; vertical-align: top; }
table.entries td, table.entries th, table.entries input[type=file], table.entries a {color:#FFF;}
table.entries th { vertical-align: middle; }
table.entries .tools { max-width: 50px;}
table.entries .selected, 
table.entries .selected-inh td, 
table.entries .selected-inh th { border: 2px groove #FF0000; }

table .emphBorder {border-bottom: 2px solid #004C62 !important;}

table .blue {margin-top: 4px;}
table.blue th {background-color: #003C62;}
table.blue td, table.blue th { border: 1px solid #004C62;}

table .green {margin-top: 4px;}
table.green th {background-color: #00623B;}
table.green td, table.green th { border: 1px solid #2B6E14;}


/*******************/

.boxes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.boxes li {
	text-align:center;
	position: relative;
	float: left;
	width: 64px;
	margin-bottom: 3px;
	margin-right: 3px;
	background-color: #003C62;
	border: 1px solid #004C62;
}

.boxes .thumb {
	overflow: hidden;
}

.boxes .view {
	text-align: center;
	margin-bottom: 3px;
	color: #FF9A2D;
}

.boxes .handle {
	cursor: move;
}