/* @override http://submit.poisonthemind.com/css/submit-color.css */

#logo {
	background: url(http://www.poisonthemind.com/images/logos/upload.png) no-repeat center center;
}

td,th{
	background: #FFF;
}

th{
	background-color: #424242;
	color: #eaeaea;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #000;
}
tbody tr.row_even td, tbody tr.row_even{
	background: #d5d5d5;
}
tbody tr.row_odd td, tbody tr.row_odd{
	background: #c0c0c0;
}
tbody tr:hover td, tbody tr{
	background: #fcd47a;
}
table{
	margin: 1em auto;
}
th,td{
	padding: 8px 5px;
}
caption{
	font-style: italic;
	padding: 5px;
}

iframe.art_preview{
	margin: 10px auto;
	background-color: #eaeaea;
	border: 2px solid #5e5e5e;
	overflow: scroll;
	width: 98%;
	height: 500px;
}
