/* Styles for the Sports Coach pages */

p,ul,ol,li,i,td,tr,tl,h1,h2,h3,h4,h5{font-family:Verdana,Arial}
p,ul,ol,li,i,td,tr,tl{color:black; font-size:10pt}

h1 {color:red; font-style:italic; font-size:20pt}
h2 {color:blue; font-size:13pt}
h3 {color:green; font-size:12pt}
h4 {color:green; font-size:11pt}
h5 {color:red; font-style:italic; font-size:30pt}

/* References */
ref {color:black; font-size:8pt}

A:hover {color: blue; text-decoration: underline}
A {text-decoration: none; color: blue}

/*Floater information included 25th Aug 2005*/

#floater
{
/* don't touch these two declaratons */
position: absolute;
z-index: 1;

/* position on page */
top: 260px;
left: 220px;
width: 550px;
background-color: yellow;
}

#floaterTop
{
border-bottom: 1px solid gray;
text-align: right;
color: white;
padding: 5px;
font-size: small;
font-weight: bold;
}

#floaterTop a:link, #floaterTop a:visited
{
color: blue;
}

#floaterText
{
text-align: center;
margin: 15px;
}

/* each page left column menu layout - Dec 2009*/

.urbangreymenu{
width: 160px; /*width of menu*/
}
.urbangreymenu .headerbar{
font: bold 11px Verdana;
color: white;
background: #2D91EF;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 3px 0 3px 10px; /*10px is left indentation of header text*/
}
.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 3px 0;
line-height: 12px;
padding-left: 15px; /*link text is indented 15px*/
text-decoration: none;
}
.urbangreymenu ul li a:visited{
color: black;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}
