table#data_table thead	tr th{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

table#data_table tbody	tr td.aleft{
	text-align: left;
}

table#data_table tbody	tr td{
	text-align: center;
	color: #ffffff;
	font-size: 11px;
}

table#data_table tfoot	tr td{
	text-align: right;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

table#data_table tbody	tr td.days{
	min-width: 126px;
}

table#data_table tbody	tr td input, table tbody tr td select{
	color: #0C0C0C;
	font-size: 11px;
}

table#data_table tbody{
	/*height: 400px;
	overflow-x: hidden;
	overflow-y: auto;*/
}

table#data_table{
	background-color: #000000;
	color: #ffffff;
}

table#data_table thead{
	background-color: #2E2E30;
}

div#container{
	padding: 20px 0 20px 0;
	width: 100%;
}

div#content{
	margin: 0 0 0 50px;
}

.date{
	width: 57px;
}

.row0{
	background-color: #0C0C0C;
}

.row1{
	background-color: #161618;
}

tr.selected{
	background-color: #3B3530;
} 

.more{
	display: none;
}

.more_column{
	width: 50px;
}

a#more_href {
	color: #ffffff;
	text-decoration: underline;
	font-size: 9px;
}

input#discount{
	width: 30px;
	text-align: right;
	color: #0C0C0C;
	font-size: 12px;
	font-weight: bold;
	height: 10px;
}

table#user_info tr td.button{
	text-align: right;
}
