/* CSS Document */

#news{
    position:relative;
    left:162px;
    width:466px;
}

#news td.infolink a, #news #go_ahead_box a ,#news td.infolink a:visited, #news #go_ahead_box a:visited {
    text-decoration:underline;
    /*color:#3434ff;*/
}

#news_headline {
    font-size:2em;
    line-height:2em;
    border-top:2px solid black;
    border-left:2px solid black;
    border-right:2px solid black;
	width:466px;
    background-color:#F1B05C;
    text-align:center;
}
#news_picture_box{
	position:relative;
	width:466px;
	height:280px;
	border:2px solid black;
}
#catchline {
	position:absolute;
	display:inline-block;
	bottom:10px;
	left:10px;
	background-color:#F1B05C;
	color:#222;
	height:1.5em;
	line-height:1.5em;
	font-weight:bold;
	padding:0 10px;
	border:1px solid black;
}
#tbl_news_lines {
    margin-top:20px;
    width:100%;
    border-collapse:collapse;
}
#tbl_news_lines tr {
    height:1.5em;
    cursor:pointer;
	font-size:14px;
}
#tbl_news_lines tr td.date{
    width:20%;
    text-align:center;
}
#tbl_news_lines tr td.title{
    width:70%;
    padding-left:10px;
}
#tbl_news_lines tr td.infolink{
    width:10%;
    color:black;
    text-align:center;
}
tr.selected {
    background-color:#fff;
}

#go_ahead_box{
    margin-top:10px;
    text-align:right;
}
