@import url("links.css");

html
{
	background-color: #4B8EB3;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 22px;
	text-align: left;
}

p
{
	text-indent: 30px;
}

.center
{
	width: 100%;
	text-align: center;
}

table.content
{
	background-color: #EAD493;
	width: 768px;
	border: 2px solid #666666;
	margin-left: auto;
	margin-right: auto;
}

td.menu
{
	background-color: black;
	height: 65px;
	border-bottom: 2px solid #666666;
	padding-left: 6px;
}

td.logo
{
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;
	background-color: white;
	width: 176px;
}

td.submenu
{
	background-color: white;
	border-bottom: 2px solid #666666;
	
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	
	vertical-position: top;
}

div.submenu
{
	margin-left: 20px;
}


div.date
{
	font-size: 10px;
	text-align: center;
	background-color: white;
	border: 3px solid #EAD493;
}

td.main
{
	width: 592px;
	padding: 8px 0px 0px 8px;
}

td.footer
{
	width: 100%;
	background-color: white;
	text-align: center;
	color: #808080;
	border-top: 2px solid #666666;
}

table.games
{
	background-color: black;
	width: 100%;
}

td.games-header
{
	font-weight: bold;
}

table.games td
{
	background-color: white;
	padding-left: 2px;
	padding-right: 2px;
}

/******************************/
/********** Events ************/
/******************************/

td.date
{
	width: 10%;
	vertical-align: top;
}

td.length
{
	width: 10%;
	vertical-align: top;
}

td.description
{
	width: 80%;
}


div.news-date
{
	background-color: #ddd;
	border: 1px solid black;
	padding-left: 4px;
	text-align: right;
	padding-right: 4px;
}

div.news-headline
{
	background-color: #ddd;
	border: 1px solid black;
	padding-left: 4px;
	text-align: center;
}

div.news-item
{
	padding: 4px;
	text-indent: 20px;
	background-color: white;
	border: 1px solid black;
}

div.news-block
{
	margin-bottom: 10px;
}