﻿/* ---------------  body  --------------- */

body
{
	background-color: White;
	color: Black;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

/* ---------------  td  --------------- */

td.Left
{
	background-image: url('/Images/left_bg.gif');
	background-position: right;
	background-repeat: repeat-y;
}

td.Right
{
	background-image: url('/Images/right_bg.gif');
	background-position: left;
	background-repeat: repeat-y;
}

/* ---------------  div  --------------- */

div
{
	margin: 0px;
	padding: 0px;
}

div.SiteBox
{
	width: 985px;
}

div.Top, div.LogoBox, div.Bottom
{
	background-repeat: repeat-x;
}

div.LogoBox
{
	margin-left: 17px;
	padding-top: 30px;
	float: left;
}

div.Languages
{
	margin-top: 90px;
	margin-right: 55px;
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
}

div.Pics, div.News
{
	margin-left: 9px;
}

div.PicsBox, div.NewsBox
{
	background-repeat: repeat-y;
}

div.PicsBox
{
	padding-left: 8px;
}

div.NewsHeader
{
	margin: 0px;
	margin-left: 140px;
	margin-top: -81px;
	line-height: 22px;
	float: left;
}

div.NewsBody
{
	margin: 0px;
	margin-top: -77px;
	margin-right: 50px;
	float: right;
}

div.MenuBox
{
	margin-top: -1px;
	margin-left: 17px;
	font-size: 12px;
	float: left;
}

div.PageBody
{
	float: left;
	padding-left: 20px;
	width: 690px;
}

div.BottomBar
{
	clear: left;
	background-position: bottom;
	background-repeat: repeat-x;
	padding-left: 17px;
}

div.BottomLeft, div.BottomRight, div.Bottom
{
	float: left;
	margin-top: 40px;	
}

div.Bottom
{
	background-repeat: repeat-x;
	font-size: 11px;
}

div.Copyright, div.Creator
{
	margin-top: 17px;
	margin-left: 20px;
	float: left;
}

div.Creator
{
	color: #555555;
}

div.Creator a
{
	color: #000000;
	text-decoration: none;
}

div.Creator a:hover
{
	text-decoration: underline;
}

div.CreatorLogo
{
	float: right;
	margin-top: 7px;
	margin-right: 20px;
}


/* ---------------  a  --------------- */

a
{
	color: #676f7a;
	text-decoration: underline;
}

a:hover
{
	color: #ed1c24;
}

a.Logo
{
	margin-left: 58px;
}

a.NewsArchive, a.News
{
	text-decoration: none;
}

a.NewsArchive:hover, a.News:hover
{
	text-decoration: underline;
}

/* ---------------  img  --------------- */

img.LogoTop
{
	margin-left: 17px;
}

img.Pictures
{
	margin-top: -10px;
}

/* ---------------  menu  --------------- */

.MenuItemRect
{
	width: 215px;
	height: 26px;
	color: #000000;
	text-align: right;
	cursor: pointer;
	text-decoration: none;
	padding-top: 10px;
}

.MenuItemOut
{
	background-image: url('/Images/menu_bg.gif');
	background-repeat: repeat-y;
}

.MenuItemOver
{
	background-image: url('/Images/menu_select_bg.gif');
}

.MenuItemOut span, .MenuItemOver span
{
	padding-right: 30px;
}

.MenuItemOver span
{
	color: #ed1c24;
}


/* ---------------  submenu  --------------- */

.SubMenu
{
	border: solid 1px #cccccc;
	border-bottom: solid 2px #cccccc;
	border-top: solid 2px #cccccc;
}

.SubMenuItemRect
{
	height: 20px;
	width: 230px;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
}

.SubMenuItemOut
{
	background-image: url('/Images/submenu_bg.gif');
	background-repeat: repeat-y;
}

.SubMenuItemOver
{
	background-image: url('/Images/submenu_select_bg.gif');
	background-repeat: repeat-y;
}

.SubMenuItemOver span
{
	color: #ed1c24;
}