div#cardentry { width: 640px; margin: 0px auto; padding: 0px; position: relative; }

div#incomplete {
	position:absolute;
	width:100%;
	height:90%;
	background: rgba(0, 0, 0, 0.6);
	color:white;
	font-size:50px;
	text-align:center;
	font-weight:bold;
}

div#break {
	width: 100%;
	height:2000px;
}

div.viewport {
	position:relative;
	background: ;
	margin-left: 0px;
	padding-left: 0px;
	width: auto;
	height: 300px;
	overflow: show;
}
div.lcontrols {display: none;position: absolute;text-align: center;width: calc(100% - 2px);z-index: 10;background: #8F8F8F;color:white;}
.cpdb1:hover>div.lcontrols {display:block;} 

span.viewbtn, span.editbtn, span.dletbtn {color: #fff;cursor: default;margin: 0 3px;}

span.viewbtn:hover { color: #0066FF; }
span.editbtn:hover { color: green; }
span.dletbtn:hover { color: red; }

tr#head {
	color: rgba(255, 255, 255, 0.8);
	background: gray;
}

tr#foot {
	border-top: 2px groove black;
}

table#dbcont, table#dbttl {
	position: relative;
	width: 100%;
	background: #EDEDED;
	border: 1px solid #2F2F2F;
}

table#dbttl h2 {
	color: #fff;
	text-align: center;
	margin: 5px 0;
	padding: 0;
}

table#dbttl tr#header {
	background: #3F3F3F;
	color: white;
	font-weight: bold;
}

table#dbttl td {
	border: 1px solid #3F3F3F;
}

table#dbcont td { position: relative; cursor: default; border-right: 1px solid #2F2F2F; }

.odd { background: #D0D0D0; }
.odd:hover { background: #8F8F8F; }
.even { background: #EDEDED; }
.even:hover { background: #A5A5A5; }

td#sdb1 { width: 18px; }
td#sdb2 { width: 215px; }
td#sdb3 { width: 80px; }
td#sdb4 { width: 80px; }
td#sdb5 { width: 185px; }

td.cpdb1 {width: 70px;}
td.cpdb2 {width: 460px;}
td.cpdb3 { width: 200px; }
td.cpdb4 {width: 200px;}

td.cddb0 { width: 40px; background: black; }
td.cddb1 { width: 50px; }
td.cddb2 { width: 190px; }
td.cddb3 { width: 240px; }
td.cddb4 {  }

table { border-collapse: collapse; background: #EDEDED; }

h1 { text-align: center;margin: 11px 0; }
select { width: 182px; }
table#dbcont input.text, table#dbttl input.text { width: 176px; }

div.multiselect {

}

div.multiselect {
	font-size: 11px;
	font-weight: bold;
	width: 176px;
}

label.check { 
	display: inline;
	vertical-align: 3px;
	clear: left;
}

.fr { float: right; }

input.com {
	width: 590px;
}

input#submit {
	float: right;
	margin: 10px 0;
	width: 597px;
	height: 40px;
	font-size: 25px;
	font-weight: bold;
}

td.tpad {
	width: 20px;
	height: 20px;
}

tr.setout { border-bottom: 2px groove black; }
tr.setout td { padding-bottom: 14px; }

#eMessage { color:red;font-size:10px;font-family:'Arial'; }
