@CHARSET "UTF-8";
/*
 * Font Styles
 */
#sidebar2 .white {
	color:white
}
#sidebar2 .big {
	font-size:13px;
}
#sidebar2 .black {
	color:black;
}
#sidebar2 .red {
	color:#ed2024;
}
#sidebar2 .error {
	color:#FF0000;
}
#wrap {
	width:1000px;
	margin:0 auto;
	background: #356AA0;
}
.clear {
	clear:both;
	font-size:0 !important;
	margin:0;
	padding:0;
	height:0;
}
html, body, #middle {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#sidebar2 .right {
	width:200px;
	margin: 0 1px 0 0;
	padding:0;
	color:#FFFFFF;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar2 .right li.title {
	height:26px;
	background: #356AA0 url(../images/right_title.jpg) no-repeat left top;
	padding:10px 0 0 0px;
	text-align: left;
}
#sidebar2 .right li {
	list-style: none;
	background: #356AA0;
	border-bottom:#fff 1px solid;
}
#sidebar2 .right li a {
	height:20px;
	padding:7px 0 0 10px;
	display:block;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#sidebar2 .right li a:hover {
	background: #2D5986;
}
#sidebar2 .right li.last {
	background: #356AA0;
	padding:15px 0 0 0px;
	text-align: center;
}
#sidebar2 .right li.last a {
	height:auto;
	padding:0;
	display: inline;
}
#sidebar2 .right li.last a:hover {
	background: #356AA0;
}
#sidebar2 .feeds {
	display:none;
	background: #356AA0;
}
#sidebar2 .right li.last_menu a {
	background: #356AA0 url(../images/li.jpg) no-repeat left bottom;
}
#sidebar2 .right li.last_menu a:hover {
	background: #356AA0 url(../images/li_last.jpg) no-repeat left bottom;
}
#sidebar2 .right li.active {
	background: #fff;
}
#sidebar2 .right li.active a {
	padding:7px 0 0 10px;
	background: #2D5986 url(none);
}
#sidebar2 .right li.active a:hover {
	padding:7px 0 0 10px;
	background: #2D5986 url(none);
}
#sidebar2 .right li.active div.feeds {
	display:block;
	padding:5px 0 5px 20;
	background-color: #fff;
}
#sidebar2 .right li.transparent {
	background-image: none;
	background-color: transparent;
	padding:0;
	margin:0;
}
/*****************
* Clear Fix
*****************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {
	display:block;
	clear:both;
	line-height:0px !important;
	font-size:0px !important;
	margin:0px;
	padding:0px;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
