
/* Default Tables
-------------------------------------------------------------- */

table {
	margin-bottom: 1.4em;
	width:100%;
}

th {
	font-weight: bold;
}

thead th {
	background: #c3d9ff;
}

th, td, caption {
	padding: 4px 10px 4px 5px;
	font-size: 1em
}

tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}



/* Data Tables
-------------------------------------------------------------- */


.data_table {
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	font-size: 12px;
}

.data_table th {
	text-align: center;
	padding: 5px;
	border: 1px solid #e0e0e0;
	font: bold 11px arial;
	background: #eeeeee;
}


.data_table td {
	padding: 6px;
	vertical-align: middle;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: top;
}

.data_table td.id {
	vertical-align: middle;
	color: gray;
	text-align: center;
}

.data_table td.data {
	vertical-align: middle;
}


.data_table td.status {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}


.data_table tr.light {
	background-color: #fff;
}

.data_table tr.dark {
	background-color: #edf5ff;
}

.data_table .gray {
	color: #808080;
}

.data_table .red {
	color: #e72929;
}

.data_table .green {
	color: green;
}

.data_table .blue {
	color: #0076e5;
}

.data_table td.nowrap {
	white-space: nowrap;
}

