@charset "utf-8";
/* CSS Document */
body{
		font-family: 'Belgrano', serif;
	}
#header{
	width:90%;
	height:auto;
	margin:auto;
	position:relative;
}
#header .logo img{
	width:161px;
}
#login{
		margin:auto;
		width:400px;
		height:300px;
		position:relative;
	}
#content{
	margin:50px auto;
	width:800px;
	min-height:300px;
	position:relative;
}
#dashboard{
	margin:auto;
	width:800px;
	min-height:300px;
	position:relative;
}
#header .text{
	text-align:center;
	font-size:30px;
	padding-top:10px;
}

#main{
	width:1000px;
	margin:auto;
	position:relative;
}

	.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
h1 {
	color: #99CC00;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #E6E8ED;
}
a {
	color: #2D3954;
	font-size: 11px;
}
a:hover {
	color: #99CC00;
}
.err {
	color: #FF9900;
}
th {
	font-weight: normal;
	text-align: left;
	font-size:12px;
}
