﻿/* Global */

body{
	background-color: red;
	background: #000 url(../images/il_header_repeatv2.gif) repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	/*overflow-x: none;*/
	line-height: 1.1em;
}

div#header,
div#row1,
div#row2,
div#row3 {
	width: 985px;
	text-align: left;
	margin: auto;
}

/* Header */

#header{
	
	height: 130px;
	padding: 10px 0 0px 15px;
	color:#999;
	font-size: .6em;
	background: url(../Images/Pbannerleftsilver.gif) no-repeat;
}

/* content rows */

/* group Row 1 */

#row1 div{
	float: left;
	width: auto;
}

#row1 div div{
	float: none;
}

#row1 div.abstract{
	width:310px;
	height: 390px;
	padding: 5px 10px;
	/*background: #F0F0EA; url(../images/abstract/ds.gif) repeat-y right;*/
    margin-right: 15px;
	margin-left:15px;
}

.abstract{
	width:500px;
	height: 400px;
	padding: 5px 10px;
	background: #DCDBCC url(../Images/ds.gif) repeat-y right;
	/*background: #F0F0EA url(../Images/ds.gif) repeat-y right;*/
	border-top: 2px solid #560C70;
	border-left: 2px solid #560C70;
	border-bottom: 2px solid #560C70;
	margin-right: 15px;
	margin-left:15px;
}

.abstract div{
    padding:5px;
    width:475px;
}

.abstract div h1{
	font: bolder 1em Arial, Helvetica, Geneva, sans-serif;
    Color: #560C70;
}	

.abstract div h2{
    letter-spacing:-.05em;
	font: bolder 1.5em Arial, Helvetica, Geneva, sans-serif;
    Color: #560C70;
}	

.abstract div h3{
    Color: #560C70;
	font-size: .75em;
	padding-bottom: 2px;
	line-height: 1.1em;
	font-weight:bold;
}

.abstract div p{
	font-size: .75em;
	padding-bottom: 2px;
	line-height: 1.1em;
	font-weight:normal;
}
	
#row1 div.abstract h2{
    letter-spacing:-.05em;
	font: bolder 1.5em Arial, Helvetica, Geneva, sans-serif;
}

#row1 div.abstract p{
	font-size: .75em;
	padding-bottom: 2px;
	line-height: 1.1em;
	font-weight:normal;
}

#row1 div.abstract h3{
	font-size: .75em;
	padding-bottom: 2px;
	line-height: 1.1em;
	font-weight:bold;
}

#row1 div.abstract p.subtext{
	font-size: .65em;
}

#row1 div.abstract ul li *{
	line-height: 1.1em;
}

#row1 div.abstract h4 {
	padding-left: .5em;
	margin: .25em 0;
	color: #FFF;
	background: transparent url(../images/abstract/bg_abstracttopics.gif) no-repeat left;
	font-weight: bold;
	font-size: .65em;
}

#row1 div.abstract ul,
#row1 div.abstract p{
	padding: 1.5px 0;
	line-height: 1.1em;
}

#row1 div.abstract ul li {
	list-style-type:none;
	padding: .2px 0;
	font-size: .65em;
	line-height: 1.2em;
}

#scoreboard {
padding:10px 0 0 0;
Height:40px;
}

div#fixtures
{
    height:350px;
    overflow:auto;
    padding: 0 .25em 0 .25em;
    background: #f0f0f0;

}
div#fixtures div
{
        padding: .1em 1em 0.25em 0;
        
}

#row1 ul.game
{
    margin-top:-10px;
}

#row1 ul.game li{
	color: #000;
	width: 230px;
	clear: both;
	padding: .5em .1em;
	border-bottom: 1px solid #560C70;/*#c5cb83;*/
	height: 45px;
	background: #f0f0f0;
	
}
div#row1 ul.game h2{
	display: none;
}
div#row1 ul.game a{
	color: #444;
}

div#row1 ul.game p.date{
	float: left;
	font-size: .6em;
	line-height: 1.1em;
}

div#row1 ul.game p.team,
div#row1 ul.game p.teamwon,
div#row1 ul.game p.score{
	margin-top:20px;
	float: left;
	font-size: .7em;
	line-height: 0em;
}

div#row1 ul.game p.score{
	width: 10px;
	
}

div#row1 ul.game p.date{
	width:40px;
	height:3em;
}

div#row1 ul.game p.team,
div#row1 ul.game p.teamwon{
	width:170px;
}

div#row1 ul.game p.teamwon{
	font-weight: bold;
	color: #000;
}


/* Nav bar */

#navwrap {
width:auto;
text-align:center;
border-bottom:2px solid #560C70; /* Uni Purple : #560C70; NAVY : #093251; GOLD : #C69B2D; LIME : #b5d438; */
background-image:url(../images/navbar_bg.gif);
background-repeat:repeat-x;
height:23px;
clear: both;
}

#navcontent {
margin:0 auto;
width:1000px;
height:23px;
overflow:visible;
}


ul.navmenu li {
    padding: 0 10px 0 0;
    float: left; /*For Gecko*/
    display: inline;
    position: relative;
    color:#FFFFFF;
    
}

ul.navmenu ul {
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;

}

ul.navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  margin:-2px 0 0 0;
  text-align:left !important;
   
}

ul.navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul.navmenu ul ul,
ul.navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;

  
}

/* Root Menu */
ul.navmenu a {
/*border: 1px solid #FFF; code for border around menu items*/ 
    padding: 0 6px;
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    color:#CCCCCC;
    font-weight: 900;
    text-decoration: none;
    height: auto !important;
    height: 1%;
	line-height: 22px;
	font-size: 10px;
}

/* Root Menu Hover Persistence */
ul.navmenu a:hover,
ul.navmenu li:hover a,
ul.navmenu li.iehover a {
  background: #F0F0F0;/*#560C70; #b5d438;*/
  color: #000000;
  
}
/* 2nd Menu */
ul.navmenu li:hover li a,
ul.navmenu li.iehover li a {
  float: none;
  background: #F0F0F0;
  color: #000000;
}

/* 2nd Menu Hover Persistence */
ul.navmenu li:hover li a:hover,
ul.navmenu li:hover li:hover a,
ul.navmenu li.iehover li a:hover,
ul.navmenu li.iehover li.iehover a {
  background: #560C70;
  color: #ffffff;
  }


/* Do Not Move - Must Come Before display:block for Gecko */
ul.navmenu li:hover ul ul,
ul.navmenu li:hover ul ul ul,
ul.navmenu li.iehover ul ul,
ul.navmenu li.iehover ul ul ul {
  display: none;
}

ul.navmenu li:hover ul,
ul.navmenu ul li:hover ul,
ul.navmenu ul ul li:hover ul,
ul.navmenu li.iehover ul,
ul.navmenu ul li.iehover ul,
ul.navmenu ul ul li.iehover ul {
  display: block;
}

/* @end */
