﻿
#ScrollContainer {
	width:140px;
	text-align:right;
	vertical-align:top;
	padding-right:3px;
	padding-left:3px;
	padding-top:0px;
	padding-bottom:0px;
}


.ScrollBox {
	position:relative;
	overflow:hidden;
	width:140px;
	height:190px;
	text-align:right;
	vertical-align:top;	

}


#ScrollContent {
	position:absolute; top:0; left:0;
	text-align:right;
	vertical-align:top;
	padding-right:3px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}


.ScrollTitle,
.ScrollTitle a:link, 
.ScrollTitle a:visited, 
.ScrollTitle a:hover, 
.ScrollTitle a:active {
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#b4b49d;
	font-family: Tahoma,Arial;
}


.ScrollTitle a:hover {
	color:#b4b49d;
}


.ScrollMSG, 
.ScrollMSG a:link, 
.ScrollMSG a:visited, 
.ScrollMSG a:hover, 
.ScrollMSG a:active {
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#b4b49d;
	font-family: Tahoma,Arial;
}


.ScrollMSG a:hover {
	color:#b4b49d;
}


.SplitScroll {
	display:block;
	position:relative;
	height:1px;
	line-height:1px;
	margin:auto;	
	background:#ddd;
}


.SplitCScroll {
	display:block; font-size:1px;
	padding-bottom:5px;
	padding-top:5px;
}


#ScrollBoxTitle {
	width:140px;
	text-align:right;
	vertical-align:top;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

* html #ScrollBoxTitle {
}