﻿.button {
    border: 1px solid #000;
    background: #2D68B2;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
}
.button a, .button a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.form300 {
    width: 300px;
}
.form150 {
    width: 150px;
}
.form100 {
    width: 100px;
}
.form50 {
    width: 50px;
}
a.mainlink,a:hover.mainlink {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
}
a.sublink,a:hover.sublink {
    color: #FF6600;
    text-decoration: underline;
    font-weight: normal;
}
.mainlink {
    color: #000099;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}
.headeritem {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
a.sublinkblue,a:hover.sublinkblue {
    color: #0000FF;
    text-decoration: underline;
    font-weight: normal;
}
td {
    font-size: 12px;
}
.subtitle {
    font-size: 13px; font-weight: bold;
}
a.RightButton,a:hover.RightButton {
    font-weight: bold;
    font-size: 16px;
    color: #FF6600;
}
#NewsTicker{
    border:solid 1px #cccccc;
    background:#eaf5e0;
    width:180px;
    height:250px;
    margin:0 auto;
}
#NewsTicker h1{
	padding:6px; margin:0; border:0;
	background:#dfe9d5;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
#NewsVertical {
width: 175px;
height: 220px;
display: block;
overflow: hidden;
position: relative;
}
#controller{
padding:6px;
font-size:11px;
color:#666;
}
#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
#TickerVertical {
	width: 175px;
	height: 220px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	display: block;
	width: 170px;
	color: #333333;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 3px;
	float: left;
}
#TickerVertical li .NewsTitle{
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:6px;
}
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
	display: block;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:6px;
	text-decoration:none;
}
#TickerVertical li .NewsTitle a:hover {
	text-decoration:underline;
}

#TickerVertical li .NewsImg{
	float:left;
	margin-right:5px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
#TickerVertical li .NewsFooter{
	display: block;
	color: #000000;
	font-size: 10px;
	margin:6px 0 14px 0;
}
