@charset "utf-8";
/* CSS Document */
html {overflow-y: scroll;}

body {
	background-color: #E9E9E9;
	margin: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

label.error {
	margin-left:10px;
	font-size:18px;
	color:#C00;
}


.alert {
	font-style:italic;
	color:#C00;
}

a:link, a:visited {
	color:#33C;
}

a:hover {
	color:#C00;
}

label {
	float:left;
	width:135px;
	margin-right:10px;
	font-weight:bold;
	font-size:18px;
}

th {
	text-align:left;
	background-color:#ce0000;
	color:#FFF;
}

td {
	font-size:18px;
}

tr:hover {
	background-color:#EAE9FC;	
	
}

#header {
	background-color:#FFF;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	overflow:hidden;
}

#logo {
	padding:6px;
	width:400px;
	float:left;
	height:auto;
	overflow:hidden;
}

#tools {
	margin-top:60px;
	margin-left:50px;
	width:400px;
	float:left;
	height:auto;
	overflow:hidden;
}


#content {
	background-color:#FFF;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	min-height:600px;
	height:auto;
	overflow:hidden;
}

#admin {
	width:900px;
	margin:20px;
	height:auto;
	overflow:hidden;
}

#adminmenu {
	width:200px;
	float:left;
	margin-right:20px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	background-color:#EAEAEA;
	height:auto;
	overflow:hidden;
	border: 1px solid #DFDFDF;
	
}

#adminmenu p {
	margin:10px;
	
}


#adminmenu h4 {
	margin:10px;
	
}

#admincontent {
	width:650px;
	float:left;
	height:auto;
	overflow:hidden;
	
}