@charset "utf-8";
/* CSS Document */

html{
  width: 100%;
}
body{
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  font-size: 7pt;
  font-family: Verdana, Helvetica, sans-serif;
  background-color: #af0001;
  background-image: url(../images/layout/background-bg.gif);
  background-repeat: repeat-x;
  background-position: top left;
  cursor: default;
}

a{
  outline: none;
}

div.layout{
  width: 900px;
  margin: 0px auto;
}

#topmost{
  width: 100%;
  background-color: #222222;
  height: 20px;
  margin: 0px;
  border: 0px;
}

#topmost span{
  color: #fb9a00;
}

#topmost a{
  color: #fb9a00;
}
<!-- ALL REPLACED
#toparea{
  width: 100%;
  background-color: #c27700;
  border-bottom: 1px solid #ffffff;
  background-image: url(../images/layout/topbg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  height: 231px;
  margin: 0px;
}


#mainarea{
  width: 100%;
  min-height: 200px;
  background-image: url(../images/layout/contentbg.gif);
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 0px;
}

#nav{ width: 175px; height: 180px; #0F0; float: left; }
#nav ul{ list-style: none; padding: 0px; margin: 0px; margin-top: 15px; }
#nav li{ height: 15pt; }
#nav li a{ font-size: 11pt; color: #ffffff; text-decoration: none; }
#nav li a:hover{ font-size: 13pt;  }
#nav li #selected{ font-size: 13pt; color: #b00203; } 
-->

#footer{
  clear: both;
  padding-left:150px;
  padding-top:25px;
  
}

#footer img{
  border: 0px;
  opacity:0.4;
  filter:alpha(opacity=40);
}

#footer img:hover{
  border: 0px;
  opacity:1;
  filter:alpha(opacity=100);
}

#footer span{
  float: right;
  font-size: 10pt;
  color: #de8081;
  padding: 30px;
}

#footer a{ font-size: 10pt; color: #de8081; text-decoration:underline; }

#logo{  width: 200px; height: 231px; float: left; background-image: url("../images/logo.png"); background-position: center top; background-repeat: no-repeat;}



#homefixtures{ width: 383px; height: 170px; padding-top: 27px; float: left; text-align: center; margin-top: 15px; background-image: url(../images/layout/fixtures_bg.png); background-repeat: no-repeat; background-position: center; }

#homefixtures div{
  margin-bottom: 20px;
}

#homefixtures span{
  color: #b00203;
  font-size: 13pt;
}


#homefixtures a{
  color: #ffffff;
}

#homefixtures a:hover{
  font-weight: bold;
}

#content ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#content ul li{
  float: left;
}

#content #left{
  width: 235px;
  padding-top: 20px;
  padding-right: 15px;
  font-size: 9pt;
}

#content #right{
  width: 580px;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 9pt;
}


#content ul li.divider{
  width: 11px;
  background-image: url(../images/layout/vertline.gif);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: -3px;
  margin: 0px;
}

h1{
  font-size: 10pt;
  font-weight: normal;
  letter-spacing: 2pt;
}

h2{
  font-size: 8pt;
  letter-spacing: 2pt;
  font-weight: bold;
}

h3{
  font-size: 8pt;
  font-weight: normal;
  letter-spacing: 1pt;
}

p{
  text-align: justify;
}


ul #news{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul #news li{
  width: 470px;
  background-image: url("../images/layout/news_1.gif");
  background-repeat: no-repeat;
  background-position: top left;
  height: 38px;
  font-size: 9pt;
  margin: 0px;
}

ul #news li.alternate{
  background-image: url("../images/layout/news_2.gif");
  background-repeat: no-repeat;
  background-position: top left;
  width: 548px;
}

ul #news li.top{
  background-image: url("../images/layout/news_top.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 518px;
  height: 194px;
  padding: 15px 15px 0px 15px;
}

ul #news li.last{
  background-image: url("../images/layout/news_last.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 470px;
}

ul #news li.last_alternate{
  background-image: url("../images/layout/news_last_2.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 548px;
}

ul #news li.newsletter{
  background-image: none;
  font-size: 8pt;
  padding-left: 15px;
  margin-top: 3px;
}

ul #news div.date{
  width: 103px;
  height: 30px;
  padding-right: 5px;
  padding-top: 5px;
  text-align: right;
  color: #222222;
  float: left;
  font-size: 7pt;
}

span.date{
  color: #fb9a00;
  letter-spacing: 0pt;
  font-size: 7pt;
}

ul #news div.title{
  float: left;
  height: 30px;
  padding-top: 5px;
  margin-left: 5px;
  width: 250px;
  overflow: hidden;
}

ul #news div.readmore{
  float: right;
  height: 30px;
  padding-top: 5px;
  margin-right: 30px;
  font-size: 8pt;
}

ul #news a{
  color: #ffffff;
}

ul #news a:hover{
  font-weight: bold;
}

#flashpod{
  width: 517px;
  height: 191px;
  background-color: #222222;
  border: 1px solid #ffffff;
}

ul #submenu{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul #submenu li{
  width: 200px;
  font-size: 9pt;
  margin: 0px;
  margin-bottom: 2px;
  float: none;
  text-align: left;
}

ul #submenu li a{
  display: block;
  font-size: 8pt;
  background-image: url("../images/layout/galleryitem_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
  padding: 4px 10px;
  width: 143px;
  height: 14px;
  text-decoration: none;
}

ul #submenu li a:hover{
  color: #fb9a00;
  font-weight: bold;
}


#newsimage{
  width: 517px;
  height: 191px;
  background-color: #222222;
  border: 1px solid #ffffff;
  margin-bottom: 2px;
}



#content a{
  color: #ffffff;
}



#members{
  margin-bottom: 50px;
}

#members ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  clear: both;
}

li.member{
  background-image: url("../images/layout/member_bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 100px;
  padding-left: 8px;
  padding-top: 8px;
  height: 115px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
}


div.member_caption{
  position: relative;
  left: -8px;
  margin-top: 2px;
  font-size: 7pt;
}

div.member_caption span{
  color: #fb9a00;
}

li.member img{
  border: 1px solid #ffffff;
  width: 90px;
  height: 105px;
}

div.wallpaper{
  background-image: url("../images/layout/member_bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  width: 160px;
  padding-left: 8px;
  padding-top: 8px;
  height: 115px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
}

div.wallpaper_caption{
  position: relative;
  left: -8px;
  font-size: 7pt;
  margin-top: 2px;
}

div.wallpaper_caption span{
  color: #fb9a00;
}

div.member img{
  border: 1px solid #ffffff;
}

div.imageElement{
  background-image: url("../images/layout/member_bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 8px;
  padding-top: 8px;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
}

div.imageElement div{
  position: relative;
  left: -8px;
  margin-top: 2px;
}

div.imageElement span{
  color: #fb9a00;
}

div.imageElement img{
  border: 1px solid #ffffff;
}

table.news{
  border: 1px solid #c33f3f;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

table.news td{
  padding: 5px;
  border: 1px solid #d16d6e;
}

table.news tr.alternate{
  background-color: #c33f3f;
}

table.fixtures{
  border: 1px solid #c33f3f;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 7pt;
}

table.fixtures td{
  padding: 5px;
  border: 1px solid #d16d6e;
}

table.fixtures tr.alternate{
  background-color: #c33f3f;
}

table.fixtures tr.highlight{
  background-color: #fb9a00;
}

input.submit{cursor: pointer; width: 93px; height: 21px; background-color: transparent; border: 0px; padding: 0px; background-image: url(../images/layout/buttonbg.png); background-repeat: no-repeat; color: #ffffff; font-size: 8pt; background-position: top center; }
input.submit:hover{ width: 93px; height: 21px; background-color: transparent; border: 0px; padding: 0px; background-image: url(../images/layout/buttonbg_over.png); background-repeat: no-repeat; color: #ffffff; font-size: 8pt; background-position: top center; }

#sponsors{ width: 100%; }
a img{ border: 0px; }

#listholder{ width: 100%; height: 165px;}
#pagination{ float: right; margin-right: 50px;}

ul #itemlist{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul #itemlist li{
  width: 381px;
  background-image: url("../images/layout/item_2.png");
  background-repeat: no-repeat;
  background-position: top left;
  height: 38px;
  font-size: 9pt;
  margin: 0px;
}

ul #itemlist li.alternate{
  background-image: url("../images/layout/item_1.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 455px;
}

ul #itemlist li.single{
  background-image: url("../images/layout/item_single.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 378px;
}


ul #itemlist li.top{
  background-image: url("../images/layout/item_top.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 378px;
}

ul #itemlist li.last{
  background-image: url("../images/layout/item_last_2.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 378px;
}

ul #itemlist li.last_alternate{
  background-image: url("../images/layout/item_last.png");
  background-repeat: no-repeat;
  background-position: top left;
  width: 455px;
}


ul #itemlist div.title{
  float: left;
  height: 25px;
  padding-top: 13px;
  margin-left: 25px;
  width: 250px;
  overflow: hidden;
}

ul #itemlist div.readmore{
  float: right;
  height: 25px;
  padding-top: 13px;
  margin-right: 30px;
  font-size: 8pt;
}

ul #itemlist a{
  color: #ffffff;
}

ul #itemlist a:hover{
  font-weight: bold;
}

table.transfers{
  width: 100%;
  text-align: center;
  border: 0px;
  font-size: 7pt;
}

table.transfers td{
  vertical-align: top;
  width: 50%;
}

table.transfers td.top{
  font-size: 11pt;
}
table.transfers td table{
  width: 100%;
}

table.transfers td table td{
  border: 1px solid #d16d6e;
  padding: 5px 15px;
}

table.transfers td table td span{
  font-weight: bold;
}

#events ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#events li{
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  border: 1px solid #d16d6e;
  padding: 5px 15px;
}

#events li p{
  text-indent: 20px;
  margin: 10px 0px 5px 0px;
}


#toparea2{
  background-image: url("../images/banner/rotate.php");
  background-position: center top; 
  background-repeat: no-repeat;
  width: 100%;
  height: 115px;
  border-bottom: 0px solid #ffffff;
  background-color: transparent;
  margin: 0px;
}

#navlist
{
  position: relative;  
  top: 85px;
  left: 50px;
  width:750px;
  padding-bottom: 0px;
  white-space: nowrap;
  height: 15pt;
}

#navlist li
{
  vertical-align: middle; 
  display: inline;
  list-style-type: none;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

#navlist li a
{ 
  font-size: 12pt; 
  color: #be0000; 
  text-decoration: none; 
}

#navlist li a:hover
{
  color: #000000;
  font-size: 12pt; 
}

#navlist li #selected{
  color: #ffffff;
} 


#mainarea2{
  width: 100%;
  min-height: 300px;
  background-color: #af0001;
  background-position: top;
  padding-top: 0px;
}

<!--DIV.lastmatch {
  position:relative;
  background:url('../images/nextMatch/LastMatch.png');
  background-repeat: no-repeat;
  width:242px;
  height:90px;
  text-align: center
  margin: 0px auto;
}

DIV.nextmatch {
  position:relative;
  background:url('../images/nextMatch/NextMatch.png');
  background-repeat: no-repeat;
  width:242px;
  height:90px;
  text-align: center
  margin: 0px auto;
}

DIV.nextMatchHeader {
  position:absolute;
  font-size:10pt;
  font-weight:bold;
  color:#ffffff;
  vertical-align:top;
  text-align:left;
  margin: 0px auto;
  padding-left:15px;
  top:2px;
  width:227px;
  height: 15px;
}

DIV.nextMatchBody {
  position:absolute;
  font-size:11pt;
  color:#FCBA04;
  width:230px;
  top: 24px;
}

DIV.nextMatchFooter {
  position:absolute;
  font-size: 8pt;
  color:#ffffff;
  vertical-align:bottom;
  text-align:center;
  bottom:8px;
  padding-left:3px;
  width:239px;
  height: 10px;
}

td.scores {
   font-size: 14pt;
   width: 35px;
   height: 32px;
   border: 1px solid #FCBA04;
   background-color:#000000;
   font-weight: bold;
   text-align:center;
   vertical-align:middle;
   display:block;
}
-->
td.score {
   font-size: 14pt;
   color:#FFFFFF;
   border: 1px solid #FCBA04;
   background-color:#000000;
   font-weight: bold;
   text-align:center;
   vertical-align:middle;
}

td.teams {
   width: 72px;
   height:32px;
   text-align:center;
   vertical-align:middle;
   display:block;
   background-repeat: no-repeat;
}

DIV.lastMatchFooter {
  position:absolute;
  vertical-align:bottom;
  text-align:left;
  bottom:12px;
  width:239px;
  height: 10px;
}

DIV.lastMatchFooter a {
  font-size: 10pt;
  color:#ffffff;
  text-decoration:none;
  padding-left:10px;
  width:100%;
 }
 DIV.lastMatchFooter span {
  font-size: 10pt;
  color:#ffffff;
  text-decoration:none;
  padding-left:10px;
  width:100%;
 }
 
table.lastMatch {
 background-color:#000000;
 width:180px;
 height:128px;
 background-image:url('../images/nextMatch/BirkirkaraLastMatch.jpg');
 background-repeat:no-repeat;
}

table.liveMatch {
 background-color:#000000;
 width:180px;
 height:128px;
 background-image:url('../images/nextMatch/BirkirkaraLiveMatch.jpg');
 background-repeat:no-repeat;
}

table.nextMatch {
 background-color:#000000;
 width:180px;
 height:180px;
 background-image:url('../images/nextMatch/BirkirkaraNextMatch.jpg');
 background-repeat:no-repeat;
}

td.lastMatchFooter a {
  font-size: 10pt;
  color:#ffffff;
  text-decoration:none;
  padding-left:10px;
  width:100%;
 }
 
span.lastMatchFooter {
  font-size: 10pt;
  color:#ffffff;
  text-decoration:none;
  width:100%;
  display:block;
 }
 
 span.lastMatchFooter a{
  font-size: 9pt;
  color:#ffffff;
  text-decoration:none;
  width:100%;
  display:block;
 }
 
span.score {
  font-size: 12pt;
  font-weight:bold;
  color:#ffffff;
}

img.squad {
  border: 3px solid #ca0000;
  opacity:0.75;
  filter:alpha(opacity=75);
}

img.squad:hover{
  opacity:1;
  filter:alpha(opacity=100);
}

span.squadlink a{
  font-size: 9pt;
  text-decoration:none;
  width:100%;
  line-height: 15px;
  opacity:0.75;
  filter:alpha(opacity=75);
}
 
span.squadlink a:hover{
  font-size: 10pt;
  font-weight:bolder;
  color: #ffb500;
  width:100%;
  line-height: 15px;
  opacity:1;
  filter:alpha(opacity=100);
}
span.squadnumber {
  font-size: 9pt;
  color: #ca0000;
  width:100%;
  line-height: 15px;
}

span.squadposition {
  font-size: 9pt;
  color: #ffb500;
  text-decoration:none;
  width:100%;
  line-height: 15px;
}

span.squadheader {
  font-size: 15pt;
  color: #ffb500;
}


