﻿body {
	font-family: Arial, Sans-Serif;
}

a
{
	text-decoration: none;
	color: Black;
}

a:hover
{
	color: White;
	background-color: #0033CC;
}

table
{
	border: 0px;
}

table.Menu
{
}

table.Standard
{
	width: 980px;
}

table tr.Menu
{
	color: White;
	font-weight: bold;
	padding-left: 5px;
	height:25px;
}

table tr.Header
{
	font-weight: bold;
	color: White;
	height:25px;
}

table tr.SearchResult
{
	font-size:small;
}

table tr.NewsItem
{
	font-size:small;
}

table tr td.HeaderLeftNeutral
{
	background-color: Transparent;
	width: 178px;
}

table tr td.HeaderLeft
{
	color: White;
	background-color: #3366CC;
	width: 178px;
	padding-left: 5px;
}

table tr td.HeaderRight
{
	color: white;
	background-color: #009933;
	padding-left: 5px;
}

table tr.Content
{
	color: Black;
}

table tr td.ContentLeft
{
	background-color: Transparent;
	width: 178px;
}

table tr td.ContentRight
{
	background-color: Transparent;
	padding-left: 15px;
}

span.Blue
{
	color: White;
	background-color: #3366CC;
}

span.Green
{
	color: white;
	background-color: #009933;
}

/* Custom classes */

.LogoAsText
{
	font-weight: bold;
	font-size: large;
}

.SelectedNewsItemTitle
{
	font-weight: bold;
	color: #3366CC;	
}

.SelectedNewsItemDate
{
	font-size: x-small;
	color: #009933;	
}

.SelectedNewsItemHyperLink
{
	font-size: x-small;
	color: #009933;	
}

.MessageBox
{
	font-size: small;
	height:20px;
}

/* Classes below needed to port CSS styles into ASP.NET controls (some generic styles do not work for some controls) */
.ASP_MenuItem /* NOTE: Setting CSS of Menu does not work for some strange reason */
{
	color: White;
}

.ASP_MenuHover
{
	background-color: #3366CC;
}

.ASP_MenuSelected
{
	background-color: #3366CC;
}

