.main-table .posts {
	width: 130px;
}

.main-table .rate {
	width: 100px;
}

.main-table, #mytable {
	background: #2B2B2B;
	width: 100%;
	padding: 0;
	margin: 0;
}

.main-table .order-head, .main-table .order-head th, .main-table .order-head td
{
	padding: 0;
	margin: 0;
	border: none;
	background: #494949;
}

.main-table th, #mytable th {
	border-right: 1px solid #2B2B2B;
	border-bottom: 1px solid #2B2B2B;
	border-top: 1px solid #2B2B2B;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #AEBBA2;
}

.main-table td, #mytable td {
	border-right: 1px solid #2B2B2B;
	border-bottom: 1px solid #2B2B2B;
	background: #C9CCB1;
	padding: 6px 6px 6px 12px;
}

.main-table th, #mytable .specaltup th {
	border-top: 1px solid #2B2B2B;
/*	border-left: 1px solid #2B2B2B;*/
	border-right: 1px solid #2B2B2B;
	background: #494949;
}

/*.main-table,*/#mytable .specaltup td {
	border-right: 1px solid #2B2B2B;
	border-bottom: 1px solid #2B2B2B;
	border-top: 1px solid #2B2B2B;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #494949;
}

.main-table td, #mytable .specalt td {
	background: #353535;
}

/*.main-table,*/ #mytable .spec th {
	border-left: 1px solid #2B2B2B;
	border-top: 0;
	background: #3B3B3B;
}

.main-table .line1 td, #mytable .spec td {;
	background: #3B3B3B;
}

/*.main-table, */#mytable .specalt th{
	border-left: 1px solid #2B2B2B;
	border-top: 0;
	background: #353535;
}

