/* 
*		Global styles for 12 channel website
*/


body
{
	background-color: white;
	margin: 0;
	padding: 0;
}

A
{
	color: #2076B0;
}

A:hover
{
	color: #0078FF;
}

A:visited
{
	color: #611790;
}

IMG
{
	border-width: 0px;
}

FORM
{
	margin: 0em;
}

#MainContent
{
	width: 100%;
	vertical-align: top;
}

table.Main
{
	width: 760px;	
}

table.Content
{
	width: 100%;
}

table.Content .LeftColumn
{
	width: 70%;
	vertical-align: top;
}

table.Content .RightColumn
{
	vertical-align: top;
	padding-left: 20px;
}

/*-------------------- Today date and search styles ------------------------------*/

#TodayDate
{
	color: white;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	padding-top: 0px;
}

#Search
{
	padding-top: 12px;
}

.Search-input
{
	width: 175px;
}

/*--------------------- Top menu styles ------------------------------------*/

#TopMenu
{
	vertical-align: top;
	height: 33px;
	float: right;
	width: 470px;
}

#TopMenu a
{
	color: #585858;
	text-decoration:none;
}

#TopMenu a:hover
{
	color: #006CFF;
	text-decoration: underline;
}

#TopMenu div
{
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
	padding: 7px 0 0 5px;
	background: url(../images/index-topmenubullet.gif) left top no-repeat;	
}


/*------------------------- Page bottom -------------------------------------------*/

#PageBottom
{
	background-color: #FE8706;
	background-image: url(../images/pagebottom-mainback.gif);
	background-repeat: repeat-x;
	margin-top: 2em;
}

#PageBottom table
{
	width: 100%;
	height: 63px;
	background-image: url(../images/pagebottom-leftback.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
}

#PageBottom table td
{
	vertical-align: top;
}

#PageBottom-webmasterfeedback
{
	font-size: 80%;
	font-family: Tahoma, sans-serif;
	padding: 17px 0 0 45px;
}

#PageBottom-webmasterfeedback a
{
	color: white;
}

#PageBottom-copyright
{
	padding: 5px 0 0 67px;
	color: black;
	font-size: 70%;
	font-family: Tahoma, sans-serif;	
}

#PageBottom-developer
{
	padding: 17px 0 0 580px;
	color: white;
	font-size: 70%;
	font-family: Tahoma, sans-serif;
}

#PageBottom-developer a
{
	color: white;
}