﻿.NewsContent a
{
    color:Gray;
    text-decoration:none;
}
.NewsContent a:link
{
    color:Gray;
}
.NewsContent a:visited
{
    color:Gray;
    
}
.NewsContent a:hover
{
    background-image:url('../../images/master_v2/logo/news_window_highlitebox.png');
}
.NewsContent a:active
{
    color:Gray;
}

table.news
{
    text-align:left;
    padding:0px;
    font-family:Franklin Gothic Book;
    color:Gray;   
    width:inherit;
}

.NewsContent{
	position: relative;
	width: 363px;
	height: 331px;
}

.NewsDataList{
	position: relative;
	width: 366px;
	left: 1px;
}

/** previous announcement */
table.announcement 
{
	font-size:14pt;
	width: 644px;
	background-repeat:no-repeat; 
	background-position:bottom left;
	position:relative;
	left:1px;
	top:20px;
	text-align:left;
	vertical-align:top;
	border-width:1px;
	border-color:Red;
	overflow:hidden;
	white-space:nowrap;
} 

img.ann_picture
{
    min-height:110px;
    max-height:110px;
    min-width:203px;
    max-width:203px;
    padding: 12px 0;
}

td.leftside
{
    padding-top:10px;
    padding-right:10px;
    vertical-align:top;
}

td.rightside
{
    padding-top:10px;
    vertical-align:top;
}

td.signup
{
    text-align:center;
    vertical-align:middle;
}

td.signup > img
{
	cursor:pointer;
}

div.ann_title
{
	line-height: 17px;
	max-height: 63px;
	font: italic 12pt Georgia;
	overflow: hidden;
	color: #44A800;
	width: 190px;
	margin:-24px 30px 20px 30px;
}

div.ann_date
{
	position: relative;
	left: 141px;
	height:23px;
	font-size:10pt;
	width: 100px;
}

div.ann_content
{
	max-height:110px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 2px;
	overflow: hidden;
	font: 12px Arial;
	color: #484646;
}

.NewsDivider{
	background-image:url('../../images/master_v2/logo/news_divider.png');
	height:5px;
	width:368px;
	left: -4px;
	position: relative;
}

.jScrollPaneContainer {
	outline:none;
	left:-4px;
	top:-3px;
}

.jScrollPaneTrack {
	display:none;
}

