h2 {
font-family:tahoma;
letter-spacing: 2px;
font-size: 11px;
color:#fff;
padding-left:5px
}

h3 {
font-family:tahoma;
letter-spacing: 4px;
font-size: 11px;
color:#fff;
padding-left:14px
}

p { 
padding:0px 15px 0px 15px;
font-family:Verdana;
font-size: 14px; 
line-height: 1.5em; 
margin: 0 0 1em 0; }

a {color:  #0000FF; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#FF0000; text-decoration:underline;}
  
.forgotten  a {color:yellow; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {text-decoration:underline;}
  
 hr {color: #DDD; width:480px}
 
 .versus {font-size:30px; vertical-align:middle; font-weight:900; color:red}
 
 #siteupdates p{

font-size:10px}

 #playerstats p{

font-size:10px}

 #featured-player p{

font-size:10px}

#siteupdates .clearline{line-height:1px}

.rightstatsmenu {width:190px;font-size:10px;margin: 0px 0px 15px 15px}



/* MAIN CONTENT */

.content h1 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:210%;}
.content h2 {clear:both; margin:1.0em 0 0.5em 0.5em; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:150%;}
.content h3 {clear:both; margin:1.0em 0 0.5em 0; font-family:"trebuchet ms",arial,sans-serif; color:rgb(80,80,80); font-weight:normal; font-size:150%;}


.content h3.fixture{
	clear:both;
	margin:-1.0em 0 0.5em 0;
	font-family:"trebuchet ms", arial, sans-serif;
	color:#444;
	font-weight:bold;
	font-size:8pt;
	padding:20px 0px 0px 0px;
	color:#444;
	background-color: #FFFFFF;
}

.content h1.side {clear:none;}
.content h2.side {clear:none;}
.content h3.side {clear:none;}

.content h4 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-weight:normal; font-size:170%;}
.content h5 {margin:1.5em 0 1.0em 0; color:rgb(80,80,80); font-family:"trebuchet ms",arial,sans-serif; font-size:140%;}
.content h6 {margin:1.2em 0 0.2em 0; color:rgb(80,80,80); font-weight:bold; font-size:120%;}
.content p {
	line-height:1.5em;
	font-size:14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}
.userdetails p {margin:0 0 1.0em 0; line-height:1.5em; font-size:120%;}
.content p.center {text-align:center;}
.content p.right {text-align:right;}
.content p.details {clear:both; margin:-0.25em 0 1.0em 0; line-height:1.0em; font-size:110%;}
.content blockquote {clear:both; margin:0 30px 0.6em 30px; font-size:90%;}

#content a{color:#0000FF; font-weight:bold; text-decoration:none}
#content a:hover {color:blue; text-decoration:underline;}

#content ul {margin:0.5em 0 1.0em 5px;font-family:verdana;font-size:12px;padding-left:10px;list-style-position:inside}
#content ul li {list-style:square; color:#555;margin:0 0 0.2em 2px; padding:0 0 0 12px;  line-height:1.4em; font-size:90%;list-style-position:inside}

#players input.inputtext {width:120px; font-size:10px;height:15px}
#players input.inputtextemail {width:110px; font-size:10px;height:15px}
#players .selectplayers {width:100px; font-size:10px;}
#players .selectplayersrole {width:100px; font-size:10px;}
#admin-details .selectplayers {width:85px; font-size:10px;}
#admin-details .selectplayersrole {width:85px; font-size:10px;}

#rightcolumn ul {list-style:none; margin:0.5em 0 1.0em 15px;font-family:verdana;font-size:8px}
#rightcolumn ul li {
	line-height:1.4em;
	font-size:12px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	background-color: #FFFF00;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#rightcolumn a{color:#000099; font-weight:bold; text-decoration:none}
#rightcolumn a:hover {color:blue; text-decoration:underline;}

blockquote { 
    position: relative; 
    text-indent: 2em;
}
 
.bqstart,
.bqend { font-size: 300%; }
 
.bqstart {
    text-indent: 0;
    position: absolute;
    top: -0.2em;
    left: 0;
}
 
.bqend {
    position: absolute;
    margin-top: -0.2em;
    right: 0;
    text-indent: 0;
} 



a.userpanel {color:  #fff; text-decoration:none;}
a.userpanel:focus,
a.userpanel:hover,
a.userpanel:active {color:yellow; text-decoration:none;}
  
.userpanelname {
font-family:verdana;
font-size:12px;
letter-spacing: 1.5px;
font-weight:bold;
}
  
/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-3px; left:225px;
	padding: 15px 0 0 0;
	width:200px;
	color: #000000;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	font-size:9px;
 text-decoration:none;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../../images/bubble.gif) no-repeat bottom;
}
a.tooltip span {display:none; padding:2px 3px; margin-left:-118px; width:80px;}
a.tooltip:hover span{font-size:10px; font-family:Arial;display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

.homepagett {
font-family:arial;
font-size: 10px;
line-height: 1em; 
letter-spacing: 0.5px;
padding:5px}

.editplayer {width:250px}

.textcontact {font-size:10px;width:150px}
.textcontactm {font-size:10px;width:100px}
.textcontactname {font-size:10px;width:170px}
.checkcontact {margin-left:7px}

#ulist ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;

text-indent: 5px;
list-style-position: outside;
list-style-image: url(arrow.gif);
list-style-type: square;
padding: 6px;
margin: 2px;
}
