/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
 
body {
	margin: 0;
	text-align: center;
	padding:0;
	font-family: "Calabria", Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#333333;
	background-color:#c9e2ef;
	background-image: url(/images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

.wrapper {
	width: 945px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 1em auto 0 auto;
	border: 1px solid #A7BED1;
	padding: 5px 15px 15px 15px;
}

h1, h2, h3 {
	color: #000000;
}

hr {
	background-color: #b2d4e6;
}

.vedit th, .hedit th {
    background-color: #C9E2EF;
}

.vertical_align {display: inline;vertical-align: middle;}
.vertical_align_all * {display: inline;vertical-align: middle;}
