﻿
#sidebar
{
	margin: 0px;
	float: right;
	width: 165px;
	padding: 5px 5px 20px 5px;
	display: inline;
	color: #0C497C;
	overflow: hidden;
	font-size: 11px;
	min-height: 650px;
	height: auto !important;
	height: 650px;
}
#sidebar h3
{
    padding-bottom: 5px;
    font-weight: bold;
}
#sidebarLeft
{
	background: #002E5F url('../images/sblt.png') no-repeat top;
	padding-top: 0px;
	margin: 0px 0px 0 0px;
	float: left;
	width: 176px;
	display: block;
	color: #FFFFFF;
	/*min-height: 650px;
	height: auto !important;
	height: 650px;*/
	font-size: 11px;
}
#sidebarLeftBottom {
	margin: 0px 0px 0 0px;
	position: relative;
	bottom: 0px;
	width: 176px;
	display: block;
	height: 30px;
	background: #002E5F url('../images/sblb.png') no-repeat bottom;
}

/*********************************/

 #loginSide input {
	float: left;
	clear: both;
	margin-top: 6px;
}
 #loginSide input[type=password]{
	clear: both;
	float: left;
	width: 90px;
	padding: 4px 4px 3px 22px;
	background: #FFFFFF url( '../images/icon_password.png' ) no-repeat 3px
3px;
	border: 1px #DEDCD4 solid;
}
#loginSide input[type=text] {
	clear: both;
	float: left;
	width: 90px;
	padding: 4px 4px 3px 22px;
	background: #FFFFFF url( '../images/icon_name.png' ) no-repeat 3px
3px;
	border: 1px #DEDCD4 solid;
}
#loginSide input[type=submit] {
	background-position: left;
	cursor: pointer;
	height: 26px;
	width: 98%;
	background-image: url( '../images/button_login.png' );
	border-style: none;
	float: left;
	font-size: 1px;
	text-indent: -9000px;
	letter-spacing: 1px;
	background-color: transparent;
	margin-left: 10px;
	clear: both;
	background-repeat: no-repeat;
	display:block;
}

.RegisterNow { display:block; clear:both; width:100%;}


/********* search ***********/

.sidebox {
	border: 1px #DEDCD4 solid;
	background-color: #F2F2F2;
	display: block;
	float: left;
	width: 155px;
	margin-top: 10px;
	padding: 3px;
}
.sideboxsimple {	border: 1px #DEDCD4 solid;background-color: #F2F2F2;display: block;   float: left;width: 155px;   margin-top: 5px; padding:3px;}

.sideboxnews {
	background: #F2F2F2 url('../images/sidebox_bg36.gif')  no-repeat 0 -12px;
	border: 1px #DEDCD4 solid;
	display: block;
	float: left;
	width: 155px;
	margin-top: 10px;
	padding: 3px;
}
.sideboxnews h3, .sidebox h3{
	font-size: 12px;
	height: 20px;
	color: #003979;
}

.SearchBox {
	color: #000000;
	line-height: 15px;
}
.SearchBox h3 {
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}
.SearchBox input {
	float: left;
	clear: both;
	display: block;
}
.SearchBox label {
	float: left;
	clear: right;
	display: block;
}
.SearchBox input[type=text] {
	width: 100px;
	padding: 4px 4px 3px 4px;
	border: 1px solid #DADADA;
	float: left;
	clear: none;
	background-color: #FFFFFF;
}
.SearchButton {
	background-position: left;
	cursor: pointer;
	height: 19px;
	width: 51px;
	background-image: url('../images/bg_btn_search.png');
	border-style: none;
	float: left;
	font-size: 10px;
/*	text-indent: -9000px;*/
	letter-spacing: -0.5pt;
	background-color: transparent;
	background-repeat: no-repeat;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.RadioButtonList {
	display: block;
	float: left;
	clear: both;
	width: 150px;
}


/* ------------------ accordion ----------------------- */
.accordion {
	background:  #002E5F url('../images/bg_accordion.gif') repeat-x top;
	margin: 0px 0 0 0;
	width: 176px;
	border-bottom: 0px #CFCFE0 none;
	line-height: 18px;
	padding-top: 0px;
	color: #fff;
}
.accordion h3, #sidebarLeft h3 {
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 1px #0C497C solid;
	cursor: pointer;
	background: #00254F url('../images/accordionH3_bg.gif') no-repeat left;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 18px;
}
.accordion h3:hover, #sidebarLeft h3:hover {
	color: #fff;

}
.accordion h3 a, .accordion h3 a:visited {	color: #FFFFFF;
}
.accordion h3 a:hover {	color: #CEE1FF;	text-decoration:underline;
}

#sidebarLeft h3 {
	line-height:25px;
	border-style:none;
}


.accordion p {
	margin: 0;
	padding: 10px 15px 10px 0px;
	border-left: 1px #E3E2E2 solid;
	border-right: 1px #E3E2E2 solid;
	border-bottom: 1px #E3E2E2 solid;
	font-size: 11px;
	color: #DEDCD4;
}
.accordion p a, .accordion p a:visited {
	padding: 0 0 0 0px;
	color: #f8f8f8;
}
.accordion p a:hover {
	color: #FBFBFB;
}
.accordion ul, #sidebarLeft ul {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	border-left: 0px #CFCFE0 solid;
	border-right: 0px #CFCFE0 solid;
	border-bottom: 0px #CFCFE0 solid;
}
.accordion a, #sidebarLeft a {
	display: block;
	margin: 0px;
	color: #ffffff;
}
.accordion li a, .accordion li a:visited, #sidebarLeft li a, #sidebarLeft li a:visited
{
	padding: 2px 0 2px 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00254F ;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #003877 ;
}
.accordion li a:hover, #sidebarLeft li a:hover {
	background: #003979;
	color: #CFCFE0; /*background: url( '../images/bullet_Red.gif' ) no-repeat 0 50%;*/;
	text-decoration: none;
}
.accordion li, #sidebarLeft li {
	list-style-type: none;
	color: #DEDCD4;
	margin-left: 0px;
	text-indent: 10px;
}
/* ------------------ fine accordion ----------------------- */
