/* CSS Document */
body{
	overflow:hidden;
}
.sidebar-container{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	background: url(/img/main_bg.png);
	background-repeat: repeat-x;
	background-color: #9FD4F5;
	text-align: center;
	width: 220px;
	border-right: 4px solid #CCCCCC;
	border-bottom: 4px solid #C0C0C0;
	padding: 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.sidebar-container input{
	background: url(/img/search_bg.gif);
	background-repeat: no-repeat;
	width: 192px;
	height: 45px;
	border: 0px;
	padding: 11px 0px 1px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A83F00;
	border:0px solid black;
}

.nav-container{
	top:110px;
	margin: 0px 0px 0px 14px;
	font-family: Trebuchet MS, Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	overflow:hidden;
	display:block;
	position:absolute;
	left:0px;
	width:192px;
	height:218px;
	border:0px solid black;
}
.nav_containers{
	position:absolute;
	top:0px;
	left:0px;
	border:0px solid black;
}
/*
#nav_container_1{
	left:102px;
}
#nav_container_2{
	left:162px;
}
*/
.nav-container a{
	margin-top:0px;
	margin-bottom:1px;
	width: 191px;
	height: 20px;
	background: url(/img/nav_up.gif);
	text-align: left;
	padding: 5px 10px;
	color: #884400;
	text-decoration: none;
	background: url(/img/nav_up.gif);
	text-decoration: none;
	display:block;
	cursor: pointer;
	text-decoration: none;
}

.nav-container a:hover{
	background: url(/img/nav_over.gif);
	color: #000000;
}
.nav-container a.active:hover{
	background: url(/img/nav_down-over.gif);
	color: #000000;
}

.nav-container a.active{
	background: url(/img/nav_selected.gif);
	color: #FFFFFF;
}

.handle{
	position:absolute;
	width:20px;
	top:0px;
	height:100%;
	right:0px;
	background: url(/img/handle.gif);
	background-repeat:repeat-y;
	cursor:pointer;
}
.cc_notice{
	position:absolute;
	top:370px;
	left:22px;
}
.nav_pagebuttons{
	position:absolute;
	top:336px;
	left:0px;
	margin: 5px 22px 5px 0px;
	text-align: right;
	color: #666666;
	height: 30px;
	vertical-align: middle;
}

.nav_pagebuttons td{
text-align: center;
padding:4px;
}


.nav_pagebuttons span {
	display:block;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	background: url(/img/pagebutton_up.gif);
	width: 15px;
	height: 15px;
	padding: 0px 0px 0px 0px;
	cursor:pointer;
}

span.nav_pagebuttons_down{
	color: #000000;
	text-decoration: none;
	background: url(/img/pagebutton_down.gif);
	width: 14px;
	height: 14px;
	padding: 1px 0px 0px 1px;
}