@charset "utf-8";

/* CSS Document */

div.news_header {
	font-size:13pt;
	font-weight:bold;
	padding-bottom:10px;
}

div.article_table {
	margin-bottom: 30px;
	padding-bottom: 10px;
}
	
div.news_table {
	overflow-y: scroll;
	height: 200px;	
	background-color:#2e3335;
	color:white;
	border:0px solid #202325;
	border-top:none;
	width:705px;
}

div.news_table table {
	width:685px;
}

div.news_table td {
	padding-left: 10px;
	padding-right: 10px;
}

div.view_header  {
	background-color:#282c2e;
	color:white;
	font-size:11pt;
	text-align:left;
	padding-left:8px;
	height:20px;
	border-bottom:none;
	font-weight:bolder;
	border:0px solid #202325;
}

td.tab  {
	color:white;
	font-size:9pt;
	text-align:left;
	border-bottom:none;
	font-weight:bolder;
	border-bottom:0;
	text-align:center;
	width:135px;
	height:35px;
	cursor:pointer;
	background-image:url(../images/tab.png);
	background-repeat: no-repeat;
	padding-top:5px;
}

td.tab:hover  {
color:yellow;
}

td.tab_h:hover{
color:yellow;
}

td.tab_h {
	color:white;
	font-size:9pt;
	text-align:left;
	border-bottom:none;
	font-weight:bolder;
	border-bottom:0;
	text-align:center;
	width:135px;
	height:35px;
	cursor:pointer;
	background-image:url(../images/tab_h.png);
	background-repeat: no-repeat;
	padding-top:5px;
}

div.tab_separator {
	background-image:url(../images/tab_sep.png);
	background: #34393c;
	background-repeat: repeat-x;
	width:705px;
	position:absolute;
	z-index:10;
	height:9px;
	top:204px;
}

div.news_table div {
	cursor: pointer;
	width: 100%;
}

td.banner_image {
	vertical-align: top;
}

td.post_date {
	text-align: right;
	vertical-align: top;
}

td.post_date div{
	text-align: right;
	vertical-align: top;
}

div.title {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.main_content td.main_text div img{
	margin-right:8px;
	margin-left:8px;
	margin-bottom:10px;
}

td.middle {
	font-family:verdana;
	font-size:10px;
	text-align:justify;

}

td.image {
	vertical-align: top;
	width: 200px;
}


td.article {
	vertical-align: top;
	padding-left: 20px;
	background:white;
}

th  {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.main_text span.red {
	color: red;
}

div.main_text span.blue {
	color: blue;
}

div.main_text span.green {
	color: green;
}

div.upload {
	padding-top: 10px;
}

td.edit {
	text-align: right;
}

tr.highlighted {
	background-color: gray;
	font-weight: bold;
}

div.side_picture {
	padding-top:15px;
	text-align:center;
	width:100px;
}

div.side_picture img{
	border:none;
}

td.links {
	text-align:left;
	padding-top:10px;
}

td.links a img{
	border:none;
	padding-right:20px;
}

