html {
                font-size: 100%;
                height: 100%;
				margin:0px;
				padding:0px;
                margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
                }

body {
                font-family: Arial, Helvetica, sans-serif;
                color: #555;
                background: #f0f0f0 url('../img/bg-body.gif') top left repeat-y;
                font-size: 12px;
				overflow-x: hidden; 
                }
				
#topbar {
				background-color:black;
				padding:20px;
				width:100%;
				}
				
#menucontainer {
				width:222px;
				padding-top:20px;
				padding-left:8px;
}
#menucontainer ul {
				width:222px;
				padding:0px;
				margin:0px;
				list-style:none;
}
#menucontainer ul a {
				text-decoration:none;
}

#menucontainer ul li {
				background-color:#333;
				border-top:1px solid #666;
				padding:10px;	
				color:white;	
}
#menucontainer ul li:hover {
				background-color:#555;
}

#menucontainer ul li.selected {
				background-color:#F00;
}

#contentcontainer {
				padding:20px;
}


#contentcontainer input,textarea {
				width:600px;
				padding:10px;
				
}
textarea{height:100px;}
textarea.advanced{min-height:160px;}
#contentcontainer input[type="radio"],input[type="checkbox"]
{
	width:auto;
}
.styledbutton {
	float:right;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.styledbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.styledbutton:active {
	position:relative;
	top:1px;
}

button {padding:10px 20px;width:160px;}