@charset "UTF-8";


/*-------------------- Scroller-Container --------------------*/

#scroll_space {
	position:relative;
	background:url(../img/bg_wn.png) repeat-y;
}

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 10px;
}
.Scrollbar-Up {
  position: absolute;
  width: 16px; 
  height: 16px;
  background:url(../img/arrow_top.gif) no-repeat;
}
.Scrollbar-Track {
  width: 16px; 
  /*height: 160px;*/
  height:203px;
  position: absolute;
  top: 16px;
  background-color: #808080;
}
.Scrollbar-Handle {
  position: absolute;
  width: 16px; 
  height: 50px;
  background: url(../img/scrollerbar.gif);
}
.Scrollbar-Down {
  position: absolute;
  /*top: 176px;*/
  top:219px;
  width: 16px; 
  height: 16px;
  background:url(../img/arrow_bottom.gif) no-repeat; 
}
#Scrollbar-Container {
  position: absolute;
  top: 0; 
  left: 234px;
}

#sContainer {
  position: absolute;
  top: 0; 
  left: 0;
  width: 234px;
  /*height: 200px;*/
  height:243px;
 
}
#News { 
  position: absolute;
  top: 0px;
  left:10px;
  overflow: hidden;
  width: 214px;
  /*height: 192px;*/
  height:235px;
  /*display: none;*/
  display: block;
}
/*#News {display: block;}*/
div.detail {
  margin: 0; 
  padding:6px 6px 6px 0;
  border-bottom:1px dotted #fff;
  font-size: 10px;
  line-height:150%;
  color: #fff;
}

div.detail dt {
	zoom:1;
	display:block;
	font-weight: bold;
	padding-left:18px;
	padding-bottom:2px;
}

div.detail dt.blue {
	background-image: url(../img/news_icon/icon_blue.gif) !important;
	background-repeat: no-repeat;
	color: #0099CC;
}

div.detail dt.blue a:visited,
div.detail dt.blue a:link {
	color: #0099CC;
}
div.detail dt.blue a:hover {
	color: #80CCE5;
}

div.detail dt.red{
	background-image: url(../img/news_icon/icon_red.gif) !important;
	background-repeat: no-repeat;
	color: #FF3300;
}

div.detail dt.red a:visited,
div.detail dt.red a:link {
	color: #FF3300;
}
div.detail dt.red a:hover {
	color: #FF9980;
}


div.detail dt.yellow {
	background-image: url(../img/news_icon/icon_yellow.gif) !important;
	background-repeat: no-repeat;
	color: #FFCC00;
}

div.detail dt.yellow a:visited,
div.detail dt.yellow a:link {
	color: #FFCC00;
}
div.detail dt.yellow a:hover {
	color: #FFE580;
}


div.detail dt.green {
	background-image: url(../img/news_icon/icon_green.gif) !important;
	background-repeat: no-repeat;
	color: #92CC17;
}

div.detail dt.green a:visited,
div.detail dt.green a:link {
	color: #92CC17;
}
div.detail dt.green a:hover {
	color: #C8E58B;
}

div.detail dt.gray {
	background-image: url(../img/news_icon/icon_gray.gif) !important;
	background-repeat: no-repeat;
	color: #99CCFF;
}

div.detail dt.gray a:visited,
div.detail dt.gray a:link {
	color: #99CCFF;
}
div.detail dt.gray a:hover {
	color: #E8FFFF;
}


