/* TABLES STYLE */

#table-basic-blue {
}
#table-basic-blue * {
	font-family: Arial;
	font-size: 12px;
}
#table-basic-blue {
	text-align: left;
    border-collapse: separate;
    border-spacing: 1px;
	background: #D6E0EB;
}
#table-basic-blue th {
	padding: 8px;
	font-weight: normal;
	font-size: 12px;
	background: #EBF0F5;
}
#table-basic-blue td {
	padding: 8px;
	background: #FFFFFF;
	border-top: 1px solid #fff;
}
#table-basic-blue tbody tr:hover td {
	background: #F7F9FB;
}
#table-basic-blue TH DIV {
	float: left;
	padding-right: 20px;
}
#table-basic-blue TH DIV#links-on-line {
	float: right;
	padding-right: 0px;
}
#table-basic-blue TH #tb-title {
	font-size:20px;
}

#h-standart {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#h-standart thead th.q-left {
	background: #b9c9fe url('/cpanel/table-images/left.png') left -1px no-repeat;
}
#h-standart thead th.q-right {
	background: #b9c9fe url('/cpanel/table-images/right.png') right -1px no-repeat;
}
#h-standart th {
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#h-standart td {
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#h-standart tfoot td.rounded-foot-left {
	background: #e8edff url('/cpanel/table-images/botleft.png') left bottom no-repeat;
}
#h-standart tfoot td.rounded-foot-right {
	background: #e8edff url('/cpanel/table-images/botright.png') right bottom no-repeat;
}
#h-standart tbody tr:hover td {
	background: #d0dafd;
}







/* VERTICAL SMALL TABLE FOR BIG LISTS */
#v-list * {
	font-family: Arial;
	font-size: 11px;
}
#v-list {
	text-align: left;
    border-collapse: separate;
    border-spacing: 1px;
	background: #D6E0EB;
}
#v-list th {
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	background: #EBF0F5;
}
#v-list td {
	font-weight: normal;
	padding: 2px;
	border-top: 1px solid #fff;
	background: #FFFFFF;
}
#v-list td#color-checked {
	background: #FFF0B2;
}
#v-list tbody tr:hover td {
	background: #F7F9FB;
}



/* VERTICAL SMALL TABLE FOR BIG LISTS */
#v-light * {
	font-family: Arial;
	font-size: 12px;
}
#v-light {
	text-align: left;
    border-collapse: separate;
    border-spacing: 1px;
	background: #D6E0EB;
}
#v-light th {
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
	background: #EBF0F5;
}
#v-light td {
	font-weight: normal;
	padding: 5px;
	border-top: 1px solid #fff;
	background: #FFFFFF;
}
#v-light TR#bg-yellow TD {
	background: #FFFFD3;
}
#v-light tbody tr:hover td {
	background: #F7F9FB;
}



#h-simple * {
	font-family: Arial;
	font-size: 12px;
}
#h-simple {
	text-align: left;
    border-collapse: separate;
    border-spacing: 1px;
	background: #D6E0EB;
}
#h-simple th {
	padding: 8px;
	font-weight: normal;
	font-size: 12px;
	background: #EBF0F5;
}
#h-simple td {
	padding: 8px;
	background: #FFFFFF;
	border-top: 1px solid #fff;
}
#h-simple tbody tr:hover td {
	background: #F7F9FB;
}#h-simple tbody tr.nobg:hover td {
	background: white;
}



.color_pickup1, #v-list .color_pickup1 td  {
	background: #FF9999;
}
.color_pickup2, #v-list .color_pickup2 td {
	background: #FFFF99;
}
.color_pickup3, #v-list .color_pickup3 td {
	background: #FF6600;
}
.color_pickup4, #v-list .color_pickup4 td {
	background: #D4D4D4;
}
.color_pickup5, #v-list .color_pickup5 td {
	background: #CCCC00;
}
