.item-hd{
	margin-top: 26px;
	background-color: #f8f8f8;
	
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;

	color: #006CA2;    /*    #ddffcc; */
	padding: 3px;
                  font-weight: bold;
}
.item-bd {
	margin-top: 0px;
	background-color: #f8f8f8;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	color:#666666;

	padding: 5px;
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	text-align: left;

}
.item-bd a{
	text-decoration: none;
	color: #666666;
}
.item-bd a:hover{
	text-decoration: underline;
	
}

.img-left{
	float: left;
	padding: 2px;
	border-color: #9EB1C0 rgb(103, 119, 135) rgb(103, 119, 135) rgb(158, 177, 192);
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
}

.item-bd li{
	list-style-type: disc;
	list-style-position: inside;
}
/**********notices***************/
#notice-hd{
	padding: 3px;
	width: auto;
                  font-weight: bold;

}
#notice-bd {
/*
	margin-top: 0px;
	padding: 3px;
	position: relative;
	width: auto;
	min-height: 130px;
	overflow: hidden;
	text-align: left;
*/
}
#notice-bd a{
	text-decoration: none;
	color: #AAA;
                  /*color: #1E56A1;*/
	
}
#notice-bd a:hover{
	text-decoration: underline;
	/*color: #87bc44;*/
}

#notice-bd li{
	color: #000;
	list-style-type: none;
	list-style-position: outside;
                  padding-top: 5px;
                  padding-bottom: 5px;
                  border-bottom: 1px dotted #AAAAAA;
                   
}
/**********headlines****************/

#headlines{
	overflow:hidden;
	z-index: 0;
}
.headline{
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #999999;
	background: #FFFFFF;
	z-index: -1;
	padding: 3px;
	padding-bottom: 10px;
}
.headline .pic{

}
.headline .pic img{
	width: 232px;	
}
.headline .hd a{
	text-decoration: none;
	font-weight: normal;
	font-family: arial, tahoma;
	font-size: 11px;
	color: #1E56A1;
 	padding: 0px;
	text-align: left;
	margin-top: 10px;
}
.headline a:hover{
	background-color: #DAFEAD; 

}

.headline .hd{
	display: block;
	clear: both;
	overflow: hidden;
}
.headline .bd{
	clear: both;
	display: block;
	color: #606060;
	margin-top: 5px;
	font-size: 10px;
}
/*****crosfader******************************/
#crossfader-container{
	width: 430px;
	padding-left: 15px;
	height: 260px;
	background-color: transparent;
}
#crossfader{
	display: block;
	width: 430px;
	height: 260px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}
#crossfader img{
	padding: 15px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	position: absolute;
	top: 0px;
	left: 0px;
}
/****************placement tab*********************/
.sidebarBox{
 margin-bottom: 10px;
}
.sidebarBox .title{
 padding: 5px;
 text-align: center;
 background-color: #89AD43;            /*#366ebc;*/
 color: #fff;
 font-weight: bold;
}
.sidebarBox .content{
 padding: 5px;
 color: #2C84C3;
}
.sidebarBox .content ul li{
 list-style-type: square;
 list-style-position: inside;
 margin-bottom: 5px;
}
.sidebarBox .content a{
text-decoration: none;
color: #2C84C3;
font-family: arial; 
font-weight: bold;
}
.sidebarBox a:hover{
text-decoration: underline;
}
