﻿/**
 * 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 {background:#cccccc; }
 hr {background-color: #666666;}
#container {margin:0 auto; width:970px; background:#ffffff;}
#ftr {background:#666666; padding: 10px 0; margin: 20px 0 0 0 ; }

.powered, .powered a { font-size: small; color: #ffffff; margin: 0.5em 0em 0.5em 0em; }
/* Tables */
.vedit, .hedit {
	border: 1px solid #cccccc;
}
.vedit th, .hedit th {
	background-color:#F4F4F4; border: 1px solid #cccccc;
}
.vedit td, .hedit td {
	border: 1px solid #cccccc;
}
/* Menu Tabs */
.menu-tabs {
	background:#F4F4F4;
}
.menu-tabs > ul {
	border-bottom: 1px solid #000000;
}
.menu-tabs div.tab {
	background: #CCCCCC; border: 1px solid #000000;
}
/* Sub Menu Tabs */
.menu-tabs div.submenu {
	border: 1px solid #000000
}
.menu-tabs div.submenu li a {
	background:#CCCCCC;
}


