﻿body 
{
	background-color : white;
	font-family :Arial;
}

.MainTable
{
	width : 1000px;
	height : 100%;
	border : 1px solid black;
	border-collapse : collapse;
	padding : 0px;
	margin : 0px;
	background-color : #dddddd;
}

.TopLogoHolder
{
	background-image : url(system/toplogo.gif);
	height : 159px;
}

.MenuHolder
{
	background-color : Black;
	vertical-align : middle;
	text-align : right;
	height : 40px;
}

.ContentHolder
{
	padding : 0px;
}

.ContentTable
{
	width : 100%;
	height : 100%;
	border : 0px solid black;
	border-collapse : collapse;
	padding : 0px;
	margin : 0px;
}

.ContentNews
{
	background-image : url(system/leftFadeout.gif);
	background-repeat : no-repeat;
	background-position : top left;
	width : 160px;
	height : 560px;
}

.Content
{
	background-color : #dddddd;
	vertical-align :top;
	text-align : left;
}

.NewsBox 
{
	width : 150px;
	border : 1px solid black;
	border-collapse : collapse;
	background-color : #FFFFFF;
	
}
.NewsBoxTop
{
	background-image : url(system/titleBg.gif);
	width : 150px;
	height : 31px;
}

.NewsBoxBottom
{
	font-size : small;
}

.NewsLinkOut
{
	cursor : default;
	border : 1px solid white;
	border-bottom : 1px dotted black;
	background-color : #ffffff;
	padding : 3px;
}

.NewsLinkOver
{
	cursor : default;
	border : 1px solid black;
	background-color : #dddddd;
	padding : 3px;
}

.PushButton
{
	background-image : url(system/button.gif);
	width : 100px;
	height : 25px;
	cursor : pointer;
	vertical-align : middle;
	text-align : center;
	font-size :small;
}
