/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-image: url(/images/template/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #547223;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {line-height: 150%;}

h1 {
    color: #7FAE35;
    font-size: 250%;
    font-weight: normal;
    letter-spacing: -1px;
}


p.news-title {
	font-size: 145%;
	letter-spacing: -1px;
	font-weight:bold;
}

h2 {
	font-size: 145%;
	letter-spacing: -1px;
}

h3 {font-size: 125%;}

h4 {font-size: 110%;}

a {color: #7FAE35;}
a:hover {color: #FF0000;}

hr {
	border: none;
	height: 1px;
	border-top: 1px dotted #547223;
	width: 70%;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.siteContainer {
	margin: 0px auto;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	width: 885px;
	background-color: #FFFFFF;
	background-image: url(/images/template/menu-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.header {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 659px;
	height: 148px;
	float: left;
	background-image: url(/images/template/header-bg.jpg);
	background-repeat: no-repeat;
}

.header ul {
	margin: 0px;
	padding: 0px 0px 0px 26px;
	font-weight: bold;
	font-size: 13px;
}

.header li {
	list-style-type: none;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header li a {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #F00;
	text-decoration: none;
	color: #FFCC00;
}

.header li a:hover {color: #FFF;}

.banner {text-align: center;}

.main {
	border-left: 1px solid #000;
	width: 579px;
	float: left;
	padding: 20px 40px 60px 40px;
	background-color: #FFF;
}

.menu {
	width: 214px;
	float: left;
	position: relative;
	top: -149px;
	background-image: url(/images/template/menu-logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 1px;
	padding: 100px 5px 5px 5px;
	color: #FFFFFF;
}

.menuBlock {
	background-image: url(/images/template/menu-box-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	width: 184px;
	padding-top: 7px;
	padding-bottom: 20px;
}

.menuBlock ul {
	margin: 0px;
	padding: 6px 0px 9px 0px;
	text-align: left;
	background-image: url(/images/template/menu-box-footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	list-style-type: none;
}

.menuBlock li {
	background-image: url(/images/template/menu-box-bg.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 100%;
}

.menuBlock li a {
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 5px 10px 5px 20px;
	background-image: url(/images/template/menu-arrow-off.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}

.menuBlock li a:hover {
	background-image: url(/images/template/menu-arrow-on.gif);
	background-repeat: no-repeat;
	background-color: #A9D066;
	margin-left: 2px;
	margin-right: 2px;
}

.menuNonBlock {
	text-align: center;
	width: 174px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #000000;
}

.menuNonBlock a {
	color: #00F;
}

.menuNonBlock a:hover {
	color: #F00;
}

.menuNonBlock hr {
	border-top: 1px dotted #FFF;
}

.footerBar {
	clear: both;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 579px;
	height:40px;
	background-color: #434343;
	padding: 8px 40px 8px 40px;
	color: #FFFFFF;
	position:relative
}



.footerBar p
{
	line-height:40px;
	margin:0;
	padding:0;
}
.footerBar a {
	color: #FFCC00;
}

.footerBar a:hover {
	color: #FF0000;
}

.footer {
	padding: 20px 40px 30px 40px;
	width: 579px;
	border-left: 1px solid #000000;
	font-size: 10px;
	text-align: center;
}


/* ------ NON LAYOUT STYLING ----- */

.more {
	background-image: url(/images/template/star.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
	clear: both;
}

.contentDate {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #BBBBBB;
	border-top: 1px dotted #BBBBBB;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


.rss-foot-link
{
	width:92px;
	display:block;
	height:24px;
	background: transparent url(/images/template/icon-rss-foot.png) 0px 0px no-repeat;
	text-indent:26px;
	line-height:18px;
	margin:0px;
	padding:0;
	position:absolute;
	top:19px;
	right:0px;
}

.table {
	margin: 0px auto 25px auto;
	padding: 0px;
	border: 1px solid #CCC;
}

.table th {
	padding: 4px;
	margin: 0px;
	font-size: 95%;
	text-align: left;
	background: #F8F8F8;
	border-bottom: 1px solid #CCC;
}

.table th h2 {margin-bottom: 0px;}
.table td form {margin-bottom: 1px;}
.table td {padding: 4px;}

td.euro-ball
{
	width:58px;
	height:59px;
	background: transparent url(/images/balls/ball-sprite.png) 5px 0px no-repeat;
	color:#fff;
	font: bold 28px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 45px 0 0;
	padding: 0 5px;
	
}

td.euro-lucky-star
{
	width:58px;
	height:59px;
	background: transparent url(/images/balls/ball-sprite.png) 5px -59px no-repeat;
	color:blue;
	font: bold 28px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0 5px;
	
}

.breadcrumbs {
	font-size: 10px;
	padding-left: 0px;
	color: #020F61;
	padding-bottom: 2px;
	margin:0px 0 4px 0;
}

.breadcrumbs a {
	color: green;
	text-decoration:underline;
}

.breadcrumbs a:hover {color: blue;}
.breadcrumb_link {display: inline;}
}

@charset "utf-8";
/* CSS Document */

#TW-But {padding-top:1px; height:25px; vertical-align:middle; width:120px; float:left; margin-top:3px;}
#TW-But-NC {padding-top:1px; height:25px; vertical-align:middle; width:70px; float:left; margin-top:3px;}
#FB-But {width:300px; float:left; margin-top:3px;}
#FB-But-NC {width:60px; float:left; margin-top:3px;}
#GPO-But {padding-top:1px; height:25px; vertical-align:middle; width:90px; float:left; margin-top:3px; margin-left:0px;}
/* ------ END MEDIA TAG ----- */
