body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.head_bar {
	background-color:#000a45;
}
.blue_top {
	text-align:left;
	height:113px;
	width:970px;
	padding-left:15px;
	padding-right:15px;
}
.left_shadow {
	background-image:url(../images/shadow_left.png);
	background-repeat:repeat-y;
	background-position:right;
	width:15px;
}
.right_shadow {
	background-image:url(../images/shadow_right.png);
	width:11px;
	background-repeat:repeat-y;
	background-position:left;
}
.bar2 {
	background-image:url(../images/header_bar.png);
	background-repeat:repeat-x;
}
.grey_bar {
	height:45px;
	width:985px;
	padding-left:15px;
	text-align:left;
}
.input_search {
	background-image:url(../images/search_bg.png);
	background-repeat:repeat-x;
	height:20px;
	width:185px;
	float:left;
	border:none;
	background-color:transparent;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	color:#c5c5c5;
}
.bar3 {
	background-image:url(../images/header_bluebar.png);
	background-repeat:repeat-x;
}
.blue_bar {
	width:1000px;
	height:24px;
}
.user {
	background-image:url(../images/user_logo.png);
	min-height:12px;
	padding-left:20px;
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	font-size:11px;
	margin-left:10px;
	color:#656565;
}
.account_info {
	color:#009ff4;
}
.settings {
	background-image:url(../images/settings_logo.png);
	min-height:12px;
	padding-left:20px;
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	font-size:11px;
	color:#656565;
}
.settings:hover {
	color:#009ff4;
	cursor:pointer;
}
.log {
	float:left;
	margin-left:10px;
	font-size:11px; 
	color:#656565;
}
.log:hover {
	color:#009ff4;
}
.account_separator {
	background-image:url(../images/account_separator.png);
	width:2px;
	height:12px;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	margin-left:10px;
	margin-top:2px;
}
.separator {
	background-color:#000a45;
	width:1px;
	float:left;
	height:45px;
}
.menu {
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
}
.btn {
	background-image:url(../images/header_bar.png);
	background-repeat:repeat-x;
	height:15px;
	padding:15px 24px 15px 25px;
	font-size:12px;
	float:left;
	color:#FFF;
	text-decoration:none;
}
.btn:hover {
	background-image:url(../images/hover_btn.png);
	background-repeat:repeat-x;
	height:15px;
	padding:15px 24px 15px 25px;
	font-size:12px;
	float:left;
	color:#FFF;
	text-decoration:none;
}
.btn_selected {
	background-image:url(../images/pressed_btn.png);
	background-repeat:repeat-x;
	height:15px;
	padding:15px 20px;
	font-size:12px;
	float:left;
	color:#FFF;
	text-decoration:none;
}

.content {
	background-image:url(../images/bg.png);
	min-height:475px;
}

.page_content {
	background-image:url(../images/content_top.png);
	width:970px;
	float:left;
	text-align:left;
	padding:50px 15px;
	background-color:#ededed;
	background-repeat:repeat-x;
	background-position:top;
}
.title {
	color:#0e0e0e;
	font-size:24px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:15px;
	margin-top:0px;
}
.hr {
	width:100%;
	background-image:url(../images/hr.png);
	height:2px;
	overflow:hidden;
}
.grafic {
	margin-top:20px;
	float:left;
	background-color:#FFF;
	padding:20px 25px;
	border-top:solid 1px #dfdfdf;
	border-left:solid 1px #d6d6d6;
	border-right:solid 1px #d6d6d6;
	position:relative;
	width:701px;
}
.titlu_grafic {
	background-color:#000a45;
	padding:6px 10px;
	color:#FFF;
	float:left;
	width:680px;
	margin-bottom:10px;
}
.competition_form {
	float:right;
	width:194px;
	margin-top:20px;
	margin-left:20px;
}
.sub_title {
	color:#0e0e0e;
	font-size:14px;
	margin-bottom:15px;
	margin-top:0px;
}
.input_text {
	background-image:url(../images/input_bg.png);
	height:29px;
	width:170px;
	float:left;
	background-color:transparent;
	border:none;
	background-repeat:repeat-x;
	color:#656565;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
}
.blue_btn {
	background-image:url(../images/btn_bg.png);
	height:23px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	cursor:pointer;
	font-size:12px;
	padding-top:5px;
	background-repeat:repeat-x;
	border:none;
	background-color:transparent;
}
.footer {
	background-image:url(../images/content_bottom.png);
	width:1000px;
	background-repeat:repeat-x;
	height:6px;
}
.link {
	text-decoration:none;
	color:#009ff4;
}
.overview {
	width:197px;
	margin-top:20px;
	font-size:12px;
}
.tr1 {
	background-color:#9ad1ee;
	padding:4px 0px 4px 7px;
	color:#292929;
	cursor:pointer;
}
.tr12 {
	background-color:#9ad1ee;
	padding:4px 7px 4px 0px;
	color:#292929;
	text-align:right;
	cursor:pointer;
}
.tr2 {
	padding:4px 0px 4px 7px;
	color:#292929;
	cursor:pointer;
}
.tr21 {
	padding:4px 7px 4px 0px;
	color:#292929;
	text-align:right;
	cursor:pointer;
}
.overview_indicator {
	width:18px;
	float:left;
	padding-top:2px;
}
.overview_detail {
	margin-top:10px;
	margin-left:25px;
}
.overview_detail img {
	vertical-align:middle;
	margin-right:5px;
}
.tab_competition {
	background-color:#181818;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFF;
	margin-bottom:10px;
}
.competition_panel {
	float:left;
	width:197px;
	margin-top:20px;
	margin-left:20px;
	font-size:12px;
	background-color:#d4d4d4;
	padding-bottom:10px;
}
.index_competition_panel {
	width:195px;
	margin-top:20px;
	font-size:12px;
	padding-bottom:10px;
	background-color:#d4d4d4;
}
.log_in {
	text-align:center;
	margin-top:20px;
	width:100%;
	float:left;
}
.input_big {
	background-image:url(../images/Big_inputBg.png);
	height:26px;
	background-color:transparent;
	border:none;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	float:left;
	background-repeat:repeat-x;
	color:#656565;
}
.login_box {
	background-image:url(../images/login_marginBg.png);
	height:52px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	padding-top:18px;
}
.tabel_links {
	float:left;
	width:700px;
	font-size:12px;	
}
.tr_a {
	background-color:#9ad1ee;
	padding:6px 0px 6px 7px;
	color:#292929;
	width:200px;
}
.tr_a1 {
	background-color:#9ad1ee;
	padding:6px 7px 6px 0px;
	color:#292929;
	width:80px;
	text-align:center;
}
.tr_a2 {
	width:100px;
	text-align:center;
	background-color:#9ad1ee;
	text-align:center;
}
.tr_a3 {
	width:70px;
	background-color:#9ad1ee;
	text-align:center;
	padding-right:30px;
}
.tr_a3 img {
	cursor:pointer;
}
.tr_a4 {
	background-color:#9ad1ee;
	text-align:center;
}
.tr_a4 img {
	cursor:pointer;
}
.tr_b {
	padding:6px 0px 6px 7px;
	color:#292929;
	width:200px;
}
.tr_b1 {
	padding:6px 7px 6px 0px;
	color:#292929;
	text-align:center;
	width:80px;
}
.tr_b2 {
	text-align:center;
	width:100px;
}
.tr_b3 {
	padding-right:30px;
	text-align:center;
	width:70px;
}
.tr_b3 img {
	cursor:pointer;
}
.tr_b4 {
	text-align:center;
}
.tr_b4 img {
	cursor:pointer;
}
.texarea {
	background-image:url(../images/textarea.png);
	height:98px;
	width:411px;
	border:none;
	background-color:transparent;
	float:left;
	margin:0px;
	overflow:hidden;
	padding:5px;
	color:#656565;
}
.option {
	float:left;
	margin-bottom:10px;
}
.button {
	display:inline-block;
	background-image:url(../images/btn_bg.png);
	background-repeat:repeat-x;
	height:28px;
	position:relative;
	cursor:pointer;
	}
.button input {
	border:none;
	background-color:transparent;
	color:#FFF;
	position:relative;
	top:5px;
	cursor:pointer;
	}
.button img {
	top:0px;
	}
.errors {
	color:#F00;
	padding:5px;
	}
.success {
	color:#090;
	padding:5px;
	}
