a.side {
	color: #454545;
	text-decoration: none;
}

a:hover.side {
	color: #454545;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-image: url(images/button-bg.jpg);
	border: 0;
	margin-top: 2px;
	height: 18px;
	padding-bottom: 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}



/* Side-Panel properties */


.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #777;
	background-color: #fff;
	padding: 10px 10px 10px 0;
	width: 175px;
}
.side-border-right {
	color: #777;
	background-color: #fff;
	padding: 10px 0 10px 10px;
	width: 175px;
}


/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}
.main-bg {
	color: #555;
	background-color: #fff;
	padding: 10px 0 5px 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #e1e1e1;
}

.tbl {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #555;
	background-color: #fff;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbb;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.shoutboxname {
	font-weight: bold;
	color: #04688d;
}

.shoutbox {
	color: #777;
}

.shoutboxdate {
	font-size: 10px;
	color: #888;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #f6a504;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #116cb2;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #116cb2;
	margin: 2px;
	text-decoration: none;
}





*{
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	margin: 0;
	padding: 0;
}
body{
	background: #b0d3e4;
	font-family:  Tahoma, Verdana,Arial;
	font-size: 11px;
	color: #454545;
	margin: 0;
}
a {
	color: #454545;
	text-decoration: none;
}
a:hover {
	color: #454545;
	text-decoration: underline;
}
.white, a.white, a.white:hover {
	color: #fff;
}
.gray{
	color: #949494;
}
.light-gray{
	color: #848484;
}
.blue{
	color: #07556e;
}
.red{
	color: #892020;
}
img{
	border: 0;
}
ul{
	list-style-type: none;
}
#PAGE{
	width: 990px;
	margin: 0 auto;
}
#TOP{
	background: url(images/gp_02.jpg) no-repeat center;
	width: 990px;
	height: 145px;
	float: left;
}
#logo{
	background: url(images/gp_03.png);
	width: 349px;
	height: 106px;
	display: block;
	float: left;
	margin: 39px 0 0 25px;
}
#login{
	width: 265px;
	height: 65px;
	float: right;
	margin: 50px 45px 0 0;
}
.login-row-1{
	float: left;
	width: 100%;
	margin: 3px 0;
}
.login-name{
	float: left;
	font-weight: bold;
	margin: 5px 10px;
}
.textbox-login{
	border: 0;
	float: left;
	background-color: #d1e5ef;
	width: 125px;
	height: 15px;
	font: normal 11px tahoma;
	padding: 5px;
}
.button-login{
	border: 0;
	float: left;
	background-color: #094d82;
	width: 55px;
	height: 17px;
	font: normal 11px tahoma;
	padding-bottom: 5px;
	margin: 5px 0 0 10px;
	color: #fff;
}
.button-register{
	border: 0;
	float: left;
	background-color: #094d82;
	width: 55px;
	height: 16px;
	color: #fff;
	font: normal 11px tahoma;
	padding-top: 2px;
	text-align: center;
	margin: 3px 0 0 10px;
}
a.button-register:hover{
	color: #fff;
	text-decoration: none;
}
#MENU{
	float: left;
	width: 990px;
	height: 40px;
}
#menu-1{
	background: url(images/gp_06.jpg) no-repeat 0 0;
	width: 5px;
	height: 40px;
	float: left;
}
#menu-2{
	background: url(images/gp_07.jpg) repeat-x 0 0;
	width: 272px;
	height: 40px;
	float: left;
}
#menu-2 a{
	color: #fff;
}
#menu-2 span{
	float: left;
	margin: 13px 0 0 30px;
}
#menu-3{
	background: url(images/gp_09.jpg) no-repeat 0 0;
	width: 4px;
	height: 40px;
	float: left;
}
.menu-4{
	background: url(images/gp_10.jpg) repeat-x 0 0;
	width: 704px;
	height: 40px;
	float: left;
	font: bold 12px arial ;
}
#menu-5{
	background: url(images/gp_12.jpg) no-repeat 0 0;
	width: 5px;
	height: 40px;
	float: left;
}
#CONTENT{
	float: left;
	width: 980px;
	background-color: #fff;
	padding: 20px 5px;
}
#LEFT{
	float: left;
	width: 430px;
	margin: 0 0 0 4px;
}
#CENTER{
	float: left;
	width: 250px;
	margin: 0 0 0 12px;
	color: #363636;
}
#RIGHT{
	float: left;
	width: 250px;
	margin: 0 0 0 20px;
	color: #363636;
}
#PANELS{
	float:left;
	width: 532px;
}
.news-of-day{
	width: 100%;
	float: left;
	background-color: #700b0b;
}
.news-of-day-top{
	float: left;
	width: 100%;
	height: 34px;
}
.news-of-day-top h2{
	float: left;
	margin: 10px 0 0 10px;
	font-size: 12px;
}
.news-of-day-top-belt{
	background: url(images/gp_18.jpg) no-repeat 0 0;
	width: 22px;
	height: 34px;
	float: left;
	margin: -2px 0 0 15px;
}
.news-of-day-image{
	float: left;
	padding: 2px;
	border: 1px solid #8a0707;
	margin: 0 0 0 7px;
}
.news-of-day-image img{
	float: left;
}
.news-of-day-image-desc{
	background: url(images/gp_22.png) repeat 0 0;
	width: 409px;
	height: 45px;
	position: absolute;
	margin: 105px 0 0 0;
	text-align: center;
}
.news-of-day-image-desc h1{
	color: #fff;
	font: bold 13px tahoma;
	margin-top: 15px;
}
.news-of-day p{
	float: left;
	width: 405px;
	margin: 3px 0 0 12px;
	text-align: justify;
	line-height: 16px;
}
.news-of-day-foot{
	float: left;
	width: 405px;
	margin: 3px 0 0 12px;
}
.news-of-day-foot-date{
	float: left;
	color: #a50303;
	padding: 10px 0;
}
.news-of-day-foot .more{
	font: bold 12px Tahoma;
	float: right;
	border-bottom: 1px dashed #fff;
	padding: 0 3px;
	margin: 13px 0 0 0;
}
.news-of-day-foot a.more:hover{
	text-decoration: none;
}
.main-panel{
	width: 398px;
	float: left;
	border: 1px solid #e1e1e1;
	padding: 10px 15px;
	margin: 5px 1px
}
.main-panel .content{
	float: left;
	width: 100%;
	padding: 10px 0;
}
.news{
	float: left;
	width: 100%;
	background: url(images/gp_34.jpg) no-repeat bottom center;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.news h1, .main-panel h1{
	background: url(images/gp_22.jpg) no-repeat 0 1px;
	width: 100%;
	font-size:11px;
	padding-left: 20px;
	margin: 5px 0 0 0;
}
.news img{
	float: left;
	border: 1px solid #e1e1e1;
	margin: 10px 10px 0 0;
	padding: 2px;
}
.news p{
	margin: 15px 0 0 0;
	line-height: 14px;
	text-align: justify;
}
.news-foot{
	float: left;
	width: 100%;
}
.news-foot-date{
	float: left;
	margin: 10px 0 0 0;
}
.news-more{
	background: url(images/gp_30.jpg) no-repeat 0 1px;
	width: 64px;
	height: 16px;
	float: right;
	display: block;
	text-align: center;
	padding-top: 3px;
	margin-top: 5px;
}
.newsy-archive{
	width: 428px;
	float: left;
	border: 1px solid #e1e1e1;
	padding: 10px 0px;
	margin: 5px 1px
}
.newsy-archive h2{
	background: url(images/gp_22.jpg) no-repeat 0 2px;
	font-size:12px;
	padding-left: 23px;
	margin: 0 0 0 15px;
	width: 90%;
	height: 20px;
}
.newsy-archive h2 span{
	border-bottom: 1px dashed #07556e;
	float: left;
}
.newsy-archive ul{
	float: left;
	width: 100%;
}
.newsy-archive ul li{
	float: left;
	width: 100%;
	height: 45px;
}
.newsy-archive ul li div{
	float: left;
	margin: 10px 0 0 20px;
}
.newsy-archive ul li div h1{
	background: url(images/gp_38.gif) no-repeat 0 2px;
	padding-left: 10px;
	width: 100%;
	font-size: 11px;
}
.newsy-archive ul li div span{
	float: left;
	font-size: 10px;
	margin: 0 0 0 10px;
}
.newsy-archive-gray{
	background-color: #efefef;
}

.button-more{
	float: right;
	background: url(images/gp_42.gif) no-repeat 0 0;
	width: 54px;
	height: 18px;
	display: block;
	text-align: center;
	padding-top: 4px;
	margin: 5px 15px 0 0;
	font-weight: bold;
}
#NEXT-LAST-MATCH{
	background: url(images/gp_21.jpg) no-repeat center;
	width: 526px;
	height: 160px;
	float: left;
	border: 1px solid #e1e1e1;
	margin: 0 0 0 13px;
}
.next-last-match-headline{
	width: 100%;
	float: left;
}
.next-last-match-headline-belt{
	background: url(images/gp_20.jpg) no-repeat 0 0;
	width: 22px;
	height: 32px;
	float: left;
	margin: -2px 0 0 10px;
}
.next-last-match-headline h2{
	float: left;
	border-bottom: 1px dashed #07556e;
	font-size: 12px;
	margin: 7px 0 0 10px;
}
.last-match{
	width: 240px;
	height: 100px;
	float: left;
	margin: 10px 0 0 15px;
}
.last-match-row-1{
	float: left;
}
.last-match-row-1-1{
	float: left;
	width: 85px;
	text-align: center;
}
.last-match-row-1-2{
	float: right;
	width: 155px;
}
.last-match-teams{
	font-weight: bold;
	font-size: 12px;
	width: 130px;
	float: left;
}
.last-match-teams .team-2{
	font-size: 11px;
	float: right;
}
.last-match-result{
	float: left;
	width: 130px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 10px 0 0 20px;
}
.last-match-row-2{
	float: left;
	color: #000;
}
.last-match-row-2 p{
	float: left;
	margin: 10px 0 0 10px;
}
.side-panel{
	float: left;
	width: 250px;
	margin-top: 15px;
}
.side-panel-top{
	width: 250px;
	height: 29px;
	float: left;
	text-align: center;
}
.ng-blue{
	background: url(images/gp_30.jpg) no-repeat 0 0;
}
.ng-red{
	background: url(images/gp_58.jpg) no-repeat 0 0;
}
.side-panel-top h2{
	font-size: 12px;
	margin-top: 8px;
}
.side-panel-content{
	float: left;
	width: 228px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 5px;
	padding: 10px;
}
.photo-of-week{
	width: 100%;
	text-align: center;
}
.photo-of-week .button-more{
	margin-top: 8px
}
.photo-of-week img{
	padding: 2px;
	border: 1px solid #e1e1e1;
	margin-top: 5px;
	margin-left: -3px;
}
.photo-of-week p{
	width: 220px;
	float: left;
	margin: 3px 0 0 5px;
	text-align: left;
}
.table{
	float: left;
	width: 215px;
	margin: 10px 0 0 5px;
	font-size: 12px;
}
.table td{
	padding: 5px;
	text-align: left;
}
.table td.table-h{
	font-weight: bold;
}
.table td.table-gray{
	background-color: #e9e9e9;
}
.more-table{
	margin: 10px 17px 0 0;
}
.quote-of-week{
	width: 100%;
	float: left;
	background: url(images/gp_62.jpg) no-repeat 10px 20px;
}
.quote-of-week p{
	float: left;
	width: 205px;
	margin: 20px 0 0 10px;
	font-size: 12px;
}
.notice{
	width: 100%;
	float: left;
	background: url(images/gp_63.jpg) no-repeat 10px 20px;
}
.notice p{
	float: left;
	width: 205px;
	margin: 20px 0 0 10px;
	font-size: 12px;
}
.partners{
	float: left;
	margin: 10px 0 10px 0;
}
.partners img{
	margin: 5px 0 0 5px;
}
#ADVERT{
	border: 1px solid #e1e1e1;
	width: 960px;
	height: 200px;
	float: left;
	margin: 15px 0 0 5px;
}
.advert-headline{
	float: left;
	margin: -9px 0 0 20px;
	width: 90px;
	height: 22px;
	display: block;
	background-color: #fff;
	text-align: center;
	color: #d9d9d9;
	font-size: 13px;
}
.advert-content{
	float: left;
	width: 100%;
}
.advert-buttons{
	float: left;
	width: 680px;
	margin: 5px 0 0 15px;
}
.advert-buttons img{
	margin: 0 10px 10px 0;
}
.advert-links{
	float: left;
	width: 250px;
}
.advert-links h2{
	background: url(images/gp_22.jpg) no-repeat 0 2px;
	padding-left: 20px;
	width: 100%;
	font-size: 11px;
}
.advert-links ul{
	float: left;
	margin: 5px 0 0 10px;
}
.advert-links ul li{
	display: block;
	margin: 8px 0;
}
.advert-links ul li a{
	color: #000;
}
#FOOT{
	background: url(images/gp_82.jpg) repeat-x 0 0;
	float: left;
	width: 990px;
	height: 26px;
	font-size: 12px;
	padding-top: 15px;
}
#FOOT a{
	color: #fff;
	font-weight: bold;
}
.foot-1{
	float: left;
	margin-left: 30px;
}
.foot-2{
	float: left;
	margin-left: 20px;
}
.foot-3{
	float: right;
	margin-right: 30px;
}





.mattblackmenu ul{
	margin: 0px 10px 0 10px;
	padding: 0;
	font: bold 12px;
	list-style-type: none;
	overflow: hidden;
}
.mattblackmenu li{
	display: inline;
	margin: 0 10px;
	float: left;
}
.mattblackmenu li a{
	font-weight: bold;
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 27px;
	padding: 13px 15px 0 15px;
}
.mattblackmenu li a:hover{
	background: url(images/gp_11.jpg); 
	color: #fff;
}
.mattblackmenu a.selected{
	background: url(images/gp_11.jpg);
	color: #fff; 
}
.blackwhite li a{
	background: white;
}
.blackwhite li a:hover{
	background: black;
	color: white;
}
.ddsubmenustyle, .ddsubmenustyle ul{ 
	margin: 0;
	padding: 0;
	position: absolute;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	background: #06638f;
	width: 155px;
}
.ddsubmenustyle li a{
	color: #fff;
	display: block;
	text-decoration: none;
	width: 155px;
	background: url(images/gp_24.gif) no-repeat 10px 10px; 
	padding: 5px 0 5px 20px;
}
* html .ddsubmenustyle li{
	display: inline-block;
	width: 155px; 
}
.ddsubmenustyle li a:hover{
	background: url(images/gp_24.gif) no-repeat 20px 10px; 
	padding: 5px 0 5px 30px;
	width: 145px;
}
.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}










