html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, strike, strong, sub, sup, tt, var,
b, u, i, ol, ul, li,
fieldset, form, input, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.ui-widget {
	font-size:13px;
}
.ui-widget-content th {
	color:#FFF;
}
body {
	background: -moz-linear-gradient(top left, rgba(35,0,0,1),  rgba(0,0,35,1));
	background-repeat:no-repeat;
	background-color:#000;
}
.round {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.shadow {
	-moz-box-shadow:0 0 5px #666;
	-webkit-box-shadow:0 0 5px #666;
}
.shadow_light {
	-moz-box-shadow:0 0 25px #AAA;
	-webkit-box-shadow:0 0 25px #AAA;
}

#site_container {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:100px;
	overflow:auto;
	background-color:#444;
	border:5px solid #000;
}
#side_menu {
	clear:both;
	float:left;
	width:180px;
	height:400px;
	margin-top:10px;
	background: -moz-linear-gradient(top left, rgba(255,255,255,1), rgba(100,100,100,1));
	border:5px solid #000;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	border-left:none;
	list-style:none;
}
#side_menu a {
	text-decoration:none;
	padding:8px;
	font-size:12px;
	display:block;
	color:#222;
}
#side_menu a:hover {
	color:#FFF;
	background-color:rgba(50,50,50,0.2);
}
#mainarea {
	float:left;
	width:515px;
	min-height:500px;
	margin-top:10px;
	margin-left:10px;
	padding:10px;
	background: -moz-linear-gradient(top left, rgba(255,255,255,1), rgba(200,200,200,1));
	border:5px solid #000;
}
em.error {
	font-size:10px;
	background:url("/shared/unchecked.gif") no-repeat 0px 0px;
	padding-left: 16px;
}
em.success {
	background:url("/shared/checked.gif") no-repeat 0px 0px;
	padding-left: 16px;
}
#top_menu {
	list-style:none;
}
#top_menu {
	display:inline;
}
#top_menu a {
	display:block;
	background: -moz-linear-gradient(top left, rgba(150,150,150,1), rgba(100,100,100,1));
	color:#FFF;
	float:left;
	margin-top:75px;
	text-decoration:none;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:7px;
	font-size:13px;
}
#top_menu a:hover {
	background: -moz-linear-gradient(top left, rgba(200,200,200,1), rgba(100,100,100,1));
}