#block-table {
	background-color: white; 
	border: 1px solid #c0d0d0; 
	margin:12px 0 0 0px;
	border-top: 0; 
}

.table_fix{
	border-radius:10px;
	border: 1px solid #c0d0d0;
	color: #5b5b5b;
	font-size:12px;
}

.table_fix_tabs {
	border-radius:0 0 10px 10px;
	border-top:none;
}

.table_fix thead .td-check{
	padding-left:20px;
}

.table_fix tbody tr td{
	vertical-align: middle;
	padding: 5px;
}

.table_fix thead{
	background:url(/img/thead.png) left center repeat;
}



.table_fix thead tr th{
	background:url(/img/thead.png) left center repeat-x;
	height:50px;
	vertical-align: middle;
}

.table_fix_tabs thead tr th {
	height:48px;
}

.table_fix thead tr th:first-child{
	border-top-left-radius:10px;
}

.table_fix thead tr th:last-child{
	border-top-right-radius:10px;
}

.table_fix tbody tr:last-child td:last-child{
	border-bottom-right-radius:10px;
}

.table_fix tbody tr:last-child td:first-child{
	border-bottom-left-radius:10px;
}

.table_fix tbody tr td{
	border-top:1px solid #d6e0e0;
}

.table_fix thead tr th{
	padding:0px 10px;
	background:url(/img/dotline.png) right 50% no-repeat;
}

.table_fix thead tr th:last-child{
	background:none;
}

#table-css{
	background: #c0d0d0;
	color: #5b5b5b;
	font-size:14px;
}

#label-block {
	width: 100%;
	height: 35px;
}
#all-check {
	margin: 15px 0 0 20px;
	float: left;
}
#label-request {
	margin: 15px 0 0 50px;
	float: left;
}
#label-position-g {
	margin: 15px 0 0 315px;
	float: left;
}
#label-position-y {
	margin: 15px 0 0 100px;
	float: left;
}
#table-css tr td {
	border-top: 1px solid #c0d0d0; 
}
.trb {
	background: #f8fbfb;
	height: 48px;
}
.trw {
	background: #fff;
	height: 48px;
}

.trg {
	background: #f3f3f3 !important;
	height: 48px;
}
.trr {
	background: #FCBDBD !important;
	height: 48px;
}
.try {
	background: #FCE4AB !important;
	height: 48px;
}
.trs {
	background: #C0F7C0 !important;
	height: 48px;
}
.td-check {
	padding-left: 20px;
	width: 60px;
}
.request {	
	width: 500px;
}
.position-g {
	width: 300px;
}
.position-y {
}
.CheckBoxClass {
	display: none;
}
.CheckBoxLabelClass{
	background: url(/img/check-off.png) no-repeat;
	height: 15px; 
	width: 15px;
	display: block;
}
.CheckBoxLabelClass:hover, .RadioLabelClass:hover{
	text-decoration: underline;
}
.LabelSelected{
	background: url(/img/check-on.png) no-repeat;
}
#create-new-account {
	margin: 30px 0 0 450px;
}
#add-to-account {
	margin-left: 20px;
}
#form-top {
	background: url(/img/form-top.png) no-repeat;
	width: 1000px;
	height: 11px;
}
#form-center {
	background: url(/img/form-center.png) repeat-y;
}
#form-bottom {
	background: url(/img/form-bottom.png) no-repeat;
	width: 1000px;
	height: 12px;
}

.adviceOper {display:none;position:relative;right: 20px; float: right; z-index:1001}
.table_fix tr.hover td div.adviceOper{display:block;}
