
body {
	background: #FFF url(images/white_background.jpg) 0 -6px repeat-x;
	color:#000;
}

#header {background: none;}

#header #site-title {
	text-shadow:-1px 1px 1px #111111;
}

#mainTabs a.current:link, #mainTabs a.current:visited{
	background-color:#9bbdd9;
	border-color:#9bbdd9;
	color:#FFF	
}

#mainTabs a:link, #mainTabs a:visited{
	border-bottom:1px solid #a66923;
}

#content-wrapper, .box, .button, .button img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tabs .tab, #mainTabs ul li a{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#content-wrapper, #sidebar .box {
	border-bottom:2px solid #0460ad;
}

.pages{
	background-color:transparent;
	border-bottom:1px solid #f0dac0;
}

.form-area {
	background-color:#FFF;
}

.tabs{
	border-bottom:1px solid #f0dac0;
}

.tabs .tab span{
	display:block;
}

.tabs .tab.here {
	background-color:#f0dac0;
	font-weight:bold;
}

#footer {
	color:#000;
	padding-top:0px;
}

#footer #devonto{
	padding-right:20px;
	padding-top:5px;
}

#footer #devonto a{
	font-size:x-small;
	text-decoration:none;
}

#site-links {
	color:#DDD;
}

#site-links a, #site-links a:visited {
	color:#d07000;
}

#sidebar p.button img {
	background-color:#d07000;
}

#sidebar p.button {
	background:#d07000 url(images/white_background.jpg) 0 -26px repeat-x;
}

#sidebar p.button a:hover {
	color:#d07000;
}

#dialog {
	border:1px solid #0460ad;
	margin-top:120px;
}

#dialog h1{
	background:#d07000 url(images/white_background.jpg) 0 -30px repeat-x;
	border:none;
	padding:10px;
}