* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana;
}
body{
	font-size: 12px;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-color: #6f6d78;
}
a:link, a:active, a:visited{
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#main{
	width: 986px;
	margin: auto;
}
#header{
	width: 986px;
	height: 150px;
	
	background-image: url('images/header_background.jpg');
}
#header .user_menu {
	float: right;
	margin: 70px 180px 0px 0px;
}
#header #language_selector{
	width: 40px;
	margin: 40px 10px 0px 0px;
	text-align: center;
	float: right;
}
#header #language_selector a{
	float: right;
	padding-top: 30px;
	width: 20px;
	height: 20px;
	text-align: center;
	display: block;
	color: #333333;
}
#header #language_selector .selected{
	color: white;
	background-color: #2c2a36;
}
#header h1 a {
	width: 200px;
	height: 70px;
	color: black;
	display: block;
	padding-left: 270px;
	padding-top: 20px;
	
	font-size: 20px;
	text-decoration: none;
	
	margin-top: 60px;
	
	float: left;
}
#header h1 .color{
	font-size: 15px;
	color: #ee1c23;
}
#main_menu{
	height: 30px;
	font-weight: bold;
	color: white;
	font-size: 12px;
}
#main_menu .left_side{
	width: 231px;
	height: 22px;
	float: left;
	padding-top: 8px;
	text-align: center;
}
#main_menu .right_side{
	width: 740px;
	height: 30px;
	padding-left: 15px;
	float: right;
	background-image: url('images/main_menu_background.jpg');
}
#main_menu .right_side a{
	height: 20px;
	width: 120px;
	display: block;
}
#main_menu .right_side a:hover{
	text-decoration:none;	
}
#main_menu .right_side .selected{

}
#main_menu .right_side ul{
	margin: 0;
	padding: 0;
}
#main_menu .right_side li{
	float: left;
	text-align: center;
	height: 22px;
	width: 120px;
	display: block;
	padding: 8px 14px 0px 14px;
}
#main_menu .right_side li:hover, .activepage{
	background-image: url('images/main_menu_button_hover.jpg');
	background-repeat: repeat-x;
}
p {
	margin-bottom: 8px;
	margin-bottom: 8px;
}
#content{
	width: 985px;
	margin-left: 1px;
}
#content .left_side{
	width: 230px;
	height: 330px;
	padding-top: 20px;
	float: left;
	background-image: url('images/content_left_side_background.jpg');
	background-repeat: repeat-y;
}
#content .left_side_index{
	width: 230px;
	height: 330px;
	padding-top: 20px;
	float: left;
	background-image: url('images/content_left_side_background.jpg');
	background-repeat: repeat-y;
}
#content .left_side a, .left_side_index a{
	color: #433f5c;
}
#content .left_side_index ul{
	margin: 0;
	padding: 0;
}
#content .left_side li, .left_side_index li{
	width: 183px;
	height: 17px;
	margin-left: 32px;
	margin-bottom: 1px;
	padding: 2px 0px 0px 15px;
	display: block;
	background-image: url('images/content_left_side_li_background.jpg');
}
#content .left_side .submenu li, .left_side_index .submenu li{
	padding-left: 25px;
	background-image: url('images/contnet_left_side_li_submenu_background.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.left_side ul, .left_side_index ul {
	list-style: none;
}
#content .left_side .submenu a, .left_side_index .submenu a{
	color: #5b5871;
}
#content .left_side li a, .left_side_index li a{
	color: #433f5c;
}
#content .left_side_bottom{
	width: 230px;
	height: 87px;
	float: left;
	color: #dfe4ec;
	padding-top: 10px;
	text-align: center;
	background-image: url('images/content_left_side_bottom_new.jpg');
}
#content .left_side_bottom a{
	color: #dfe4ec;
}
#content .left_side .head, .left_side_index .head{
	height: 17px;
	padding-top: 2px;
	padding-left: 52px;
	color: #4f4b69;
	background-image: url('images/content_left_side_head.jpg');
}
#content .right_side{
	width: 715px;
	height: 330px;
	float: right;
	padding: 20px;
	background-image: url('images/content_right_side_background.jpg');
	background-repeat: no-repeat;
}
#content .right_side .head {
	padding-left: 20px;
	margin-bottom: 10px;
	color: #d21010;
	background-image: url('images/content_right_side_head_icon.jpg');
	background-repeat: no-repeat;
	background-position: center left;
}
#content .right_side .head-normal {
	padding-left: 20px;
	margin-bottom: 10px;
	color: #d21010;
}
#content .right_side .head h2, .right_side .head-normal h2{
	font-size: 15px;
}
#content .right_side .text{
	padding-left: 20px;
	margin-bottom: 15px;
}
#content .right_side .text a{
	color: black;
	text-decoration: underline;
}
#content .right_side .text a:hover{
	text-decoration: none;
}
#footer{
	width: 675px;
	height: 18px;
	padding: 2px 40px 0px 40px;
	float: right;
	color: #fefeff;
	background-color: #8d8d8d;
}
#footer a{
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: none;
}
#jquery-content {
	width: 724px;
	height: 320px;
	
	overflow: hidden;
}
#no_effects {
	width: 720px;
	height: 320px;
	
	overflow: auto;
}
#bottom {
	width: 755px;
	height: 51px;
	display: block;
	background-image: url('images/footer_bottom_shadow.jpg');
	float: right;
}
.candidates {
	width: 600px;
	margin: auto;
}
.candidates a{
	color: black;
	display: block;
	padding: 5px;
}
.candidates a:hover{
	color: red;
	text-decoration: none;
}
.candidates li {
	width: 270px;
	text-align: center;
	display: block;
	float: left;
	border: 1px solid #d8dde1;
	background-color: #f1f3f5;
	margin-bottom: 5px;
	margin-right: 5px;
}
.candidates li:hover {
	background-color: white;
}
.offers {
	display: block;
	border: 1px solid #d8dde1;
	height: 24px;
	background-color: #f1f3f5;
	margin-bottom: 5px;	
	list-style: none;
	width: 690px;
}
.offers li {
	padding: 5px;
	color: black;
	float: left;
	display: block;
}
.offers:hover {
	background-color: #ffffff;
}
.offers .column-1 {
	padding-left: 10px;
	width: 60px;
}
.offers .column-2 {
	font-weight: bold;
	padding-left: 10px;
	width: 240px;
}
.offers .column-3 {
	width: 200px;
}
.offers .column-4 {
	padding-left: 10px;
}
.not_logged_in {
	padding-top: 80px;
	margin: auto;
	width: 300px;
}
.not_logged_in input{
	border: 1px solid #d8dde1;
	padding: 3px;
}
.not_logged_in .button {
	width: 100px;
	float: left;
	margin-top: 15px;
	margin-left: 155px;
}
.not_logged_in dl {
	line-height: 30px;
}
.not_logged_in dt {
	float: left; 
	display: block;
}
.not_logged_in dd {
	margin-left: 130px;
}
.year_graph_all ul {
	margin: 0;
	padding: 0;
}
.year_graph_all li{
	float: left;
	width: 57px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-right: 1px solid black;
	margin-top: -2px;
	border-bottom: 1px solid black;
	display: block;
	list-style: none;
}
.year_graph_all .first {
	border-left: 1px solid black;
}
.year_graph_all .last {
	width: 60px;
}
.year_graph_all .graph_title , .week_graph_all .graph_title{
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
.month_graph_all, .week_graph_all {
	margin-top: 30px;
}
.month_graph_all ul {
	margin: 0;
	padding: 0;
}
.month_graph_all li{
	float: left;
	width: 21px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-right: 1px solid black;
	margin-top: -2px;
	border-bottom: 1px solid black;
	display: block;
	list-style: none;
}
.month_graph_all .first, .week_graph_all .first{
	border-left: 1px solid black;
}
.month_graph_all .last{
	width: 38px
}
.month_graph_all .graph_title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
.week_graph_all li {
	float: left;
	width: 98px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-right: 1px solid black;
	margin-top: -2px;
	border-bottom: 1px solid black;
	display: block;
	list-style: none;
}
.week_graph_all .last {
	width: 104px;
}
.statistics_select {
	border: 1px solid black;
	padding: 5px;
	width: 140px;
}
.statistics_legend_1 {
	display: block; 
	width: 13px; 
	height: 13px; 
	background-color: #ffd428; 
	border: 2px solid silver; 
	float: left; 
	margin-right: 5px;
}
.statistics_legend_2 {
	display: block; 
	width: 13px; 
	height: 13px; 
	background-color: #a4a4a4; 
	border: 2px solid silver; 
	float: left; 
	margin-right: 5px;
}
.statistics_legend_3 {
	display: block; 
	width: 13px; 
	height: 13px;
	background-color: #61e8e8;
	border: 2px solid silver; 
	float: left; 
	margin-right: 5px;	
}
.table_head li {
	float: left;
	border: 0;
	background-color: #efefef;
	border-right: 1px solid #cccbc1;
	border-top: 1px solid #cccbc1;
	border-bottom: 1px solid #cccbc1;
	height: 15px;
}
.table_rows li {
	float: left;
	border: 0;
	border-right: 1px solid #cccbc1;
	border-bottom: 1px solid #cccbc1;
	height: 15px;
}
.table_head .row1, .table_rows .row1{
	width: 150px;
	border-left: 1px solid #cccbc1;
}
.table_head .row2, .table_rows .row2{
	width: 150px;
}
.table_head .row3, .table_rows .row3{
	width: 150px;
}
.table_head .row4, .table_rows .row4{
	width: 150px;
}
.table_head .row5, .table_rows .row5{
	width: 94px;
}
.notice-failed {
	background-color: red;
	color: white;
	text-align: center;
	padding: 5px;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.color-red {
	color: #ff0000;
}
.list-square{
	list-style: square;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}