html, body {
	margin:0;
	padding:0;
	height:100%;
}
 
body {
	background-color:#2C2C29;
	color:#2C2C29;
	font-family:Tahoma, Geneva, sans-serif;
}

a, a:active, a:link, a:visited {
	color:#2C2C29;
	text-decoration:none;
}

a img {
	border: 0;
}

#spacer {
	position:relative;
	float:left;
	height:50%;	
	margin-bottom:-120px;
	width:1px;
}
 
#content {
	width:99%;
	height:200px;
	margin:0;
	position:relative;
	clear:left;
	text-align:center;
}

#add {
	width:500px;
	margin:0 auto;
}

#addtop {
	margin: 0;
	padding: 5px;
	color: #415157;
	font-size: 24px;
	background-color: #e5e5e5;
	border-bottom: 1px solid #CCC;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

#addlist {
	margin:0;
	padding:0;
	list-style:none;
	height:160px;
	background-color:#fff;
	padding-top:5px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

#addlist li {
	display:inline-block;
}

#addlist a, #addlist a:hover, #addlist a:active, #addlist a:link {
	color:#fff;
}

#adddesc {
	list-style:none;
	margin: 0;
	padding: 0;
}

#adddesc li {
	display:none;
	width:300px;
	margin:0 auto;
	padding:5px;
	background-color:#e5e5e5;
	border-top:1px solid #CCC;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}

#sidemenu {
	list-style:none;
	position:absolute;
	bottom:50px;
	right:0px;
	padding:10px 10px 0 10px;
	background-color:#e1e1da;
	border:2px solid #999;
	border-right: 0;
	-moz-border-radius: 5px 0  0 5px;
	-webkit-border-radius: 10px 10px 0 0;
	z-index: 104;
}

#sidemenu li {
	margin-bottom: 10px;
}

/*
 * Overlay
 */

#ov-shadow {  
	display:none;	
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 	
	position:fixed;  
	top:0px;  
	left:0px;  	
	width:100%;  
	height:100%;  	
	z-index:100;  	
} 

#ov-box {
	position: fixed;
	z-index: 102;
	display:none;
	text-align:left;
}  

#ov-loading {
	width:24px;
	height:24px;
	background: url('images/loading.gif') no-repeat;
}

#ov-window {
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	display: none;
	padding: 10px;
	color: #000000;
	background: #eee;
}

#ov-caption {
	margin: 0;
	margin-top:10px;
	padding: 0;
	text-align: center;
	width: 100%;
}

/*
 * Toolbar
 */
 
#toolbar {
	position: absolute;
	bottom: 0;
	right: 25px;
	height: 25px;
	display:block;
	z-index: 104;
}
 
#toolbar .menu, #toolbar .console {
	position: absolute;
	bottom: 0;
	right: 0;
}

#toolbar .left, #toolbar .right, #toolbar .middle, #toolbar .single {
	float: left;
	background-color:#68685e;
	border:1px solid #8b8b84;
	border-bottom: 0;
	padding: 3px 5px;	
}

#toolbar .middle, #toolbar .left {
	border-right: 0;
}

#toolbar .left {
	-moz-border-radius: 5px 0 0  0;
	-webkit-border-radius: 5px 0 0 0;
}

#toolbar .right {
	-moz-border-radius: 0 5px 0  0;
	-webkit-border-radius: 0 5px 0 0;
}

#toolbar .single {
	-moz-border-radius: 5px 5px 0  0;
	-webkit-border-radius: 5px 5px 0 0;
}

#toolbar .button:hover {
	background-color:#8b8b84;
}	

#toolbar .noborder {
	border: 0;
}	

#toolbar #console {
	display:none;
}

#toolbar .inputbox {
	border: 0;
	margin: 0;
	height: 15px;
	width: 400px;
	background-color: #9a9a92;
	font-size: 12px;
	line-height: 12px;
}
