/** - Table Styling - **/

table{
	/*-moz-border-radius: 5px;*/
	width:100%;
	margin-bottom:10px;
}

table td,table tr th{
	border-right:2px dotted #FFFFFF;
	border-bottom:5px solid white;
	padding-left:5px;
	padding-right:5px;
	color:#515254;
	padding:5px;
}

table tr{
	background-color:#E6E7E8;
}

table tr td{
}

table.dark-header tr th{
	background-color:#999999;
	color:#FFFFFF;
}

table tr.encoding{
	background-color:#FF8080;
	font-weight:bold;
}

table tr.encoded{
	background-color:#B1B1B1;
	font-weight:normal;
}

