/*
Theme Name: EuroCastle
Description: Used to style the TinyMCE editor.
*/

/* =Tables
-------------------------------------------------------------- */

table{
	border:1px solid #333333;
	width:100%;
	margin:10px;
}

table th{
	color:#ffffff;
	font-weight:bold;
	background: none repeat scroll 0 0 #333333;
	padding:5px;
}

table tr td{
	padding:5px 0px 5px 10px;
}