
/**{
    margin:0;
    border:0;
    padding:0;
    text-decoration:none;
    outline:none;
}
*/
body{
	font-family:Arial,sans-serif;
	font-size:12px;
	background-color:#EFF0E3;
}

#wrapper{
	width:100%;
	height:auto;
	margin:auto auto 40px auto;
}

#header{
	width:1060px;
	height:auto;
	margin:auto auto 10px auto;
	border-bottom:1px solid #DDDDDD;
}

#logo{
	float:left;
}

#logo h2 a {
    color: #000;
    text-decoration:none;
}

#logo h2 a:hover, #logo h2 a:active {
    text-decoration: underline;
    color:#F70C74;
}

#navigation{
	width:auto;
	height:24px;
	margin-top:50px;
	float:left;
}

#navigation li{
	display:block;
	float:left;
}

#navigation li a{
	width:auto;
	display:block;
	padding:4px 20px 0 0;
	font-weight:bold;
	color:#999999;
}

#navigation li a:hover{
	color:#F70C74;
}

.left-nav{
	float:right;
}

#contents{
	width:1060px;
	margin:auto;
}

.karmalist{
	width:250px;
	float:left;
	margin:auto 15px auto auto;
}

.karmalist h1{
	font-size:14px;
	margin-bottom:4px; 
	color:#999999;
}

.karmalist ol{
	color:#999999;
	line-height:14px;
	letter-spacing:1px;
	font-size:10px;
/*  list-style:none;*/
}

.karmalist li a{
	display:block;
	padding:2px;
	width:236px;
	color:#999999;
	line-height:16px;
	letter-spacing:1px;
	font-size:12px;
}

.karmalist li a:hover{
	color:#F70C74;
}

.hidden{
	display:block;
	padding:2px;
	width:236px;
	color:#CCCCCC;
	line-height:16px;
	letter-spacing:1px;
	font-size:12px;
}

#footer{
	margin-top:10px;
	border-top:1px solid #DDDDDD;
}

#footer p{
	margin-top:6px;
	color:#999999;
	font-size:11px;
}

.clear{
	clear:both;
}

#user_stats{
	margin:auto;
}

#chart_div{
	height:280px;
	width:1056px;
	border:2px solid #CCCCCC;
}

#stats{

}

.stat_set{
	margin-top:10px;
}

.stat_box{
	width:auto;
	float:left;
	margin-right:20px;
}

.stat_title{
	width:auto;
	font-size:11px;
	color:#999999;
	margin:6px 0 0 2px;
	text-transform:lowercase;
}

.stat_num{
	padding:0px;
	height:20px;
	width:auto;
	font-weight:bold;
	color:#999999;
	font-size:24px;
}

#error_msg{
	width:1048px;
	height:auto;
	padding:5px;
	margin:6px 0;
	border:1px solid #FF8888;
	background-color:#FFD2D2;
	color:#4d4542;
}