﻿*
{
	margin: 0;
	padding: 0;
	font-family: Calibri, Tahoma, Verdana, Sans-Serif;
	font-size: 16px;
	_font-size: 14px;
}

body
{
	background: url('../Images/background.jpg') top center no-repeat fixed;
	text-align: center;
}

#site-menu
{
	background: url('../Images/background-menu.jpg') top center no-repeat;
height: 50px;
}

h2, h3
{
	font-size: 20px;
	_font-size: 18px;
	padding: 0px 0 5px 0;
}

p
{
	padding: 0px 0 5px 0;
}

img,
img:hover
{
	border: 0;
}

#content ul
{
	margin: 5px 0 5px 30px;
}

#site
{
	text-align: left;
	width: 960px;
	margin: 0 auto 0 auto;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	display: block;
	width: 960px;
	height: 45px;
}

#navigation li
{
	float: left;
	padding: 20px 30px 0 30px;
	display: block;
	height: 35px;
}

#navigation a
{
	text-decoration: none;
	color: #333;
	font-size: 16px;
	_font-size: 14px !important;
	font-weight: bold;
}

#navigation li:hover,
#navigation li.selected
{
	background: url('../Images/selected.png') repeat-x;
}

#navigation li:hover a,
#navigation li.selected a
{
	color: White;
}

#sidebar-left
{
	float: left;
	width: 185px;
	background: white;
	padding: 20px;
	margin: 20px 25px 0 0;
	
	opacity: .9;
	filter: alpha(opacity=90);
}

#sidebar-left li
{
	list-style: none;
	float: left;
	margin: 0 5px 0 0;
}

.countries li:hover,
#sidebar-left img:hover
{
	opacity: .6;
	filter: alpha(opacity=70);
}

#content
{
	float: left;
	background: white;
	padding: 20px;
	margin: 20px 0 0 0;
	
	_padding: 10px;
	
	width: 670px;
	
	opacity: .9;
	filter: alpha(opacity=90);
}

.participate td,
td.td
{
	padding: 5px;
}

div.participate
{
	display: none;
}

a.button
{
	display: block;
	border: 5px solid #993333;
	background: #cc3333;
	padding: 10px;
	color: White;
	font-size: 20px;
	_font-size: 18px;
	text-decoration: none;
}

a.button:hover
{
	text-decoration: underline;
}

h2.h2
{
	font-size: 24px;
	_font-size: 22px;
}

.message
{
	border: 5px solid #ddd;
	background: #eee;
	margin-bottom: 20px;
	display: block;
}

.message div,
.message h2
{
	font-size: 16px;
	_font-size: 14px;
	font-weight: normal;
	padding: 10px;
}

.message h2
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.message h3
{
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-left: 10px;
}

.message h2 b
{
	font-size: 18px;
	_font-size: 16px;
	font-weight: bold;
}

.countries
{
	clear: both;
}

.countries li
{
	list-style: none;
	display: block;
	float: left;
	width: 205px;
	height: 32px;
}

.countries img
{
	display: block;
	height: 32px;
	float: left;
}

.countries span
{
	display: block;
	height: 32px;
	float: left;
	padding: 5px 0 0 5px;
}



.pager a
{
	padding: 5px 4px 5px 0;
	text-decoration: none;
	font-weight: bold;
}

.pager a:hover
{
	text-decoration: underline;
}

.tb
{
	width: 400px;
}

.ddCountry
{
	width: 403px;
}


.grey
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	_height: 900px;
	
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}

.infomessage
{
	display: none;
	position: absolute;
	width: 640px;
	height: 240px;
	left: 50%;
	top: 100px;
	background: white;
	margin-left: -320px;
	text-align: left;
	
	opacity: .9;
	filter: alpha(opacity=90);
}

.infomessage h1
{
	font-size: 32px;
	padding: 10px 20px;
}

.infomessage p
{
	padding: 10px 20px 0 20px;
	font-size: 16px;
}

.infomessage .close
{
	float: right;
	padding-right: 20px;
	padding-top: 15px;
}

.infomessage .close span,
.infomessage .close img
{
	display: block;
	float: right;
}

.infomessage .close span
{
	padding-top: 15px;
	margin-right: 10px;
	text-decoration: underline;
	font-size: 16px;
}