﻿*
{
	margin: 0;
	padding: 0;
}

font
{
	font-family: Times New Roman, Verdana, Sans-Serif;
}

body
{
	background: url('../Images/pageBG.jpg') repeat-x top center fixed;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-align: center;
	font-size: 13px;
}

#site-menu
{
	background: url('../Images/background-menu.jpg') top right repeat-x;
	height: 50px;
}

.star
{
    color: Red;
}

.ftb table img
{
	.background: #A0BAE9;
	_background: #A0BAE9;
}

.ftb table img:hover
{
	.background: none;
	_background: none;
}

h1
{
    font-size: 24px;    
}

h2, h3
{
	font-size: 18px;
	padding: 0px 0 5px 0;
}

p
{
	padding: 0px 0 10px 0;
}

img,
img:hover
{
	border: 0;
}

#content ol,
#content ul
{
	margin: 5px 0 5px 30px;
}

#content li
{
    padding: 5px 0;
}

#site
{
	text-align: left;
	width: 960px;
	margin: 0 auto 0 auto;
}
	
#navigation ul
{
	margin: 0;
	padding: 0;
	display: block;
	width: 960px;
}

#navigation li
{
	float: left;
	display: block;
	height: 50px;
}

#navigation a
{
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	
	padding: 20px 30px 10px 30px;
	display: block;
}

#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;
	border: 2px solid #ccc;
	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: 662px;
	border: 2px solid #ccc;
	
	opacity: .9;
	filter: alpha(opacity=90);
}

.participate td,
td.td
{
	padding: 5px;
}

a.button
{
	display: block;
	border: 5px solid #993333;
	background: #cc3333;
	padding: 10px;
	color: White;
	font-size: 20px;
	text-decoration: none;
}

a.button:hover
{
	text-decoration: underline;
}

h2.h2
{
	font-size: 24px;
}

.message
{
    border: 4px solid #009900;
    background: #aaffaa;
	margin-bottom: 20px;
	display: block;
	padding: 10px;
	position: relative;
}

.message span.date
{
    position: absolute;
    right: 12px;
    top: 12px;    
}

.showMessage,
.finalists li
{
	border-color: #C6DAFF;
	background: #D5E4FF;
	cursor: pointer;
}

.finalists li
{
    border: 5px solid #C6DAFF;
    width: 150px;
    height: 150px;
    margin: 5px 5px 0 0;
    float: left;
    display: block;
    list-style: none;
    position: relative;
}

.finalists li.votedFor
{
    background: green;
}

.finalists li .showMessage
{
    padding: 5px;
    height: 140px;
}

.finalists
{
    margin: 0 !important;
    padding: 0 !important;
}

.finalists li .image
{
    max-width: 140px;
    max-height: 90px;
    margin: 5px auto 0 auto;
    display: block;
}

.finalists li h2
{
    padding: 0;
    margin: 0;
    font-size: 14px !important;
}

.finalists li .flag
{
    position: absolute;
    right: 5px;
    top: 2px;
}

.finalists li .vote
{
    position: absolute;
    bottom: 2px;
    left: 40px;
    width: 60px;
    height: 22px;
    text-align: center;
    padding: 0px 0px 0px 2px;
    background: url('../images/UILinkButton_Green.png') no-repeat top left;
}

.finalists li .vote a
{
    padding: 0;
    background: url('../images/UILinkButton_Green.png') no-repeat top right;
    padding: 5px;
    display: block;
    color: White;
    text-decoration: none;
    font-size: 12px !important;
}

.finalists li .vote:hover
{	
    opacity: .6;
	filter: alpha(opacity=60);

}

.participate h1
{
	font-size: 20px;
}

.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 
{
	height: 45px;
}

.pager a
{
	padding: 1px 3px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: left;
}

.pager a:hover
{
	text-decoration: underline;
}

.pager a.selected
{
	background: #CCD7F0;
}

.tb
{
	width: 400px;
}

.ddCountry
{
	width: 403px;
}

.grey
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	_height: 900px;
	
	background: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}

.participate
{
	position: relative;
	position: absolute;
	width: 800px;
	left: 50%;
	top: 35px;
	background: white;
	margin-left: -400px;
	margin-bottom: 20px;
	text-align: left;
	
	opacity: .9;
	filter: alpha(opacity=90);
	display: none;
}

.participate .inner
{
	padding: 10px;
}

.participate .images .large img
{
	display: block;
	margin: 0 auto;
}

.participate .images .small
{
	background: #eee;
	margin: 10px 0;
	padding: 10px 0 0 10px;
}

.participate .images .small img
{
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.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: 30px;
	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;
}

.participate .close
{
	background: url('../images/fileclose-48.png') no-repeat right top;
	width: 210px;
	height: 48px;
	position: absolute;
	right: 10px;
	top: 10px;
	padding-top: 4px;
	padding-right: 50px;
}

.examples img
{
	margin-top: 10px;
	margin-right: 20px;
	_margin-right: 10px;
}

.info
{
    border: 4px solid #009900;
    background: #aaffaa;
    padding: 10px;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.receiver
{
    width: 280px;
    padding: 10px;
    margin: 0 10px 10px 0;
    float: left;
}

.country,
.flag-co
{
    margin: 0 0 -7px 5px;
}

.button
{
    padding: 5px;
}

.warning
{
    border: 5px solid #990000;
    padding: 10px;
    background: #ffcccc;
}

table.winners
{
    width: 650px;
}

table.winners .date h2
{
    margin: 0;
    padding: 0;
    font-size: 30px;
    text-align: center;
}

table.winners .date
{
    border: 5px solid #aaeeaa;
    background: #ccffcc;   
    width: 60px;
    height: 60px;
    margin: 10px;
    text-align: center;
}

table.winners .product
{
    width: 200px;
    height: 200px;
}

div.admin
{
    width: 100%;
    background: white;
}

table.winners .name
{
    font-size: 15px;
	width: 150px;
	text-align: center;
}

table.winners td
{
	border-bottom: 2px solid #aaeeaa;
	padding-top: 20px;
}
