@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #C8BCA2;
}
a {color:#C8BCA2}
a:hover {
	color:#FBF5E6;
	text-decoration: none;
}
#header {
	font-size: 11px;
	text-align: justify;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #F5E6C1;
	margin: 0px;
	padding: 0px;
}



#blackBox {
	padding: 12px;
	background-color: #181819;
	border: 1px solid #403d33;
	margin-bottom: 10px;
	font-size: 14px;
	color: #F5E6C1;
}
#topTitles {
	padding-bottom: 10px;
}
#progressBarTop {
	background-color: #393532;
	height: 19px;
	border: 1px solid #2a2827;
	background-image: url(progressBarTop_bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
#progressBarNorm {
	background-color: #181819;
	height: 16px;
	border: 1px solid #403d33;
	width: 100%;
}


#doneTop {
	background-color: #C25412;
	height: 19px;
}
.doneNorm {
	background-color: #C9B995;
	height: 16px;
	float: left;
}
#doneText {
	color: #838383;
	float: right;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 16px;
}


h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin: 0px;
	padding: 0px;
}
.achive img {
	border:1px solid #3d3e3d;
	margin-right: 10px;
}
.achiveSides{
width:8px; height:107px;
}
.achive {
	margin-bottom: 12px;
	font-size: 11px;
}


.achiveBody{
	padding-top: 8px;
	padding-bottom: 8px;
}
#achiveOff #achiveLeft {
	background-color: #343433;
	background-image: url(achiv_cnr_l.gif);
	background-repeat: no-repeat;
}
#achiveOff #achiveRight {
	background-color: #343433;
	background-image: url(achiv_cnr_r.gif);
	background-repeat: no-repeat;
}
#achiveOff #achiveContent {
	background-color: #343433;
}
#achiveOff h2 {
	color: #838383;
}
#achiveOff p {
	color: #838383;
}
#achiveOff a{color:#838383;}
#achiveOff a:hover{
	color:#CCCCCC;
	text-decoration: none;
}
#achiveOn #achiveLeft {
	background-color: #4e4f4f;
	background-image: url(achiv_cnr_l1.gif);
	background-repeat: no-repeat;
}
#achiveOn #achiveRight {
	background-color: #4e4f4f;
	background-image: url(achiv_cnr_r1.gif);
	background-repeat: no-repeat;
}
#achiveOn #achiveContent {
	background-color: #4e4f4f;
}
#achiveOn h2 {
	color: #9EC34E;
}
#achiveOn p {
	color: #c9b995;
}
#achiveOn a {
	color: #c9b995;
}
