/* CSS Document */
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #ffffff;
}
body {
	background:#000000;
}
a:link {
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EEEEEE;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #EEEEEE;
}
a {
	cursor:pointer;
}
h1 {
	color: #CC6600;
	font-size:17px;
	font-weight:bold;
	font-variant:small-caps;
	margin:0px;
}
h2 {
	font-size:24px;
	font-weight:bold;
	color:#FFCC33;
	font-variant:small-caps;
	margin:3px 0 0 0;
}
h3 {
	font-size:18px;
	color:#FF0000;
	border-bottom:1px dotted #333333;
	margin-bottom:3px;
}
#statsdiv {
	width:90%;
	margin: 10px auto 10px auto;
	padding:20px; 
	border:#111111 1px dotted;
}
#mainstats {
	width:100%;
	padding:8px;
	border:#111111 dotted 1px;
}

#stats1 {
	align:center; 
	padding-left:5px;
}
#stats1highlight {
	background:#222222;
	margin:3px 0 2px -3px;
	width:300px;
	padding:1px
}
#stats1value {
	float:right;
	margin-right:5px;
}
#avgs {
	align:center;
	border:#111111 dotted 1px;
	padding:5px;
	text-align:center;
	margin-bottom:15px;
}
#medals {
	width:100%;
	border:#111111 dotted 1px;
	padding:5px;
	text-align:center;
	margin-bottom:15px;
}
#rightlabel{
	font-style:oblique;
	border-bottom: 1px #333333 solid;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
	text-align:left;
	color:#DDDDDD
}
img {
	//border-style:none;
}

.clear{
	clear:both;
	}

.graphcont {
	padding-top:10px;
	color:#000;
	font-weight:700;
	float:left
	}

.graph {
	float:left;
	margin-top:10px;
	background-color:#cecece;
	position:relative;
	width:280px;
	padding:0
	}

.graph .bar {
	display:block;
	position:relative;
	background-image:url(images/bargraph.gif);
	background-position:right center;
	background-repeat:repeat-x;
	border-right:#538e02 1px solid;
	text-align:center;
	color:#fff;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.9em
	}

.graph .bar span {
	position:absolute;
	left:1em
	}

.applemenu{
	margin: 5px 0;
	padding: 0;
	//width: 170px; /*width of menu*/
	//border: 1px solid #9A9A9A;
	width:100%;
	border:#111111 dotted 1px;
	padding:5px;
	text-align:center;
	margin-bottom:15px;
	}

.applemenu div.medals a{
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	border:#111111 dotted 1px;
	padding:5px;
	text-align:center;
	margin-bottom:15px;
	}

.applemenu div.medals a:visited, .applemenu div.medals a:active{
	width:100%;
	border:#111111 dotted 1px;
	padding:5px;
	text-align:center;
	margin-bottom:15px;
	}

.applemenu div.selected a, .applemenu div.medals a:hover{
	//background-image: url(silvergradientover.gif);
	//color: white;
	width:100%;
	border:#111111 dotted 1px;
	padding:5px;
	text-align:center;
	margin-bottom:15px;
	}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	//background: white;
	//padding: 5px;
	//height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	}
	
.commentsCommentAuthor {
    	color: #FFA500;
    	font-size: 14px;
    	font-weight: bold;
	}
