@charset "utf-8";
/* CSS Document */

/* 
#rightSidebar {
	display: none;
}
*/

div .separator {
	display: none
}

.plain a {
	font-size: 120%;
	font-weight: bold;
	color: #255493
}

h4 {padding-top: 20px}

table {
	color:#333;
	width: 97%;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background: #F5F5F5;
	border: #E3E3E3 1px solid;
	margin: 10px 5px 5px 15px;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

table tr:nth-child(even){
	font-weight: bold;
	font-size: 90%;
}

table td {

	padding:3px;	
}
