/* CSS Document | Sporting Insights | whitewateruk.com*/
body {font-family:"Myriad Pro", "Myriad", Arial, sans-serif; color:#666666; font-size:14px; background-color:#FFFFFF; background-image:url(../gfx/elements/background.png); background-repeat:no-repeat; background-position:center top; margin:0px}
.menumainpanel {background-image:url(../gfx/header/png/greenbarmain.png); background-repeat:repeat-x; background-position:top; padding-right:20px; padding-left:20px; cursor:pointer; text-align:center}
.menumainpanel:hover {background-image:url(../gfx/header/png/greenbarmaindep.png); background-repeat:repeat-x; background-position:top; padding-right:20px; padding-left:20px; cursor:pointer;}
.hptoppanelcols {padding-top:22px; padding-bottom:22px; padding-left:19px; padding-right:19px; width:33%}
.subpaneltext {background-image:url(../gfx/elements/subpanelextendable.png); background-repeat:repeat-x; padding-left:10px; color:#005138; font-size:18px; font-weight:bold; text-align:left}
.headertxtpurple {color:#861976; font-size:20px; font-weight:bold; text-align:left}
.subpanelleft {background-color:#EDEEEF; border-top:1px solid #FFFFFF;  text-align:left}
.subpanelheader {background-color:#EDEEEF; border-top:1px solid #FFFFFF; padding-left:10px; font-size:14px; text-align:left}
.subpanelheaderright {background-color:#EDEEEF; border-top:1px solid #FFFFFF;}
.subpanelmain {border-left:1px solid #D6D6D6; border-right:1px solid #D6D6D6; height:300px;}
.subpanelmain2 {border-left:1px solid #D6D6D6; border-right:1px solid #D6D6D6;}
.subpanelbottomleft {background-color:#FFFFFF; height:5px; background-image:url(../gfx/elements/subpanelbottomleftcorner.png); background-position:bottom left;}
.subpanelbottom {background-color:#FFFFFF; border-bottom:1px solid #D6D6D6;}
.subpanelbottomright {background-color:#FFFFFF; height:5px; background-image:url(../gfx/elements/subpanelbottomrightcorner.png); background-position:bottom right;}
a {color:#0066FF;}
a:visited {color:#0066FF;}
a:hover {color:#0099CC}

a.menulink {text-decoration:none; color:#FFFFFF; font-family: "Myriad Pro", "Myriad", Arial, sans-serif; font-weight:100}


.black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: #005138;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:0.1;
            filter: alpha(opacity=80);
        }
.white_content {
            display: none;
            position:absolute;
            top: 25%;
            width: 25px;
            height: 25px;
            padding: 16px;
            border: 6px solid #871A78;
            background-color: white;
            z-index:1002;
            overflow:auto;
			opacity:0.1;
        }

#menu
{ height: 42px; padding:0px; margin:0px; background-color:#FFFFFF; border-left:1px solid #D6D6D6; border-right:1px solid #D6D6D6; width:706px; overflow:hidden
}

#menu li
{ float: left; 
  margin: 0px;
  padding: 0px;
  list-style:none;
  width:232px;
  height:42px;
  background-color:#CCCCCC;
  background-image:url(../gfx/elements/profile_panel_button_off.png);
  vertical-align:middle;
  
} 

#menu li a 
{ display: block; 
  float: left; 
  text-decoration: none; 
  padding: 0px;
  margin:0px;
  margin-top:10px;
  text-align:center;
  vertical-align:middle;
  width:100%;
  height:50%;
  font-size:16px;
  font-weight:bold;
  color:#70695A;
  
} 


#menu li:hover
{ 
  
  background-image:url(../gfx/elements/profile_panel_button_on.png);
}

#menu li a:hover
	{
	color:#861976;
	}

#menu li a#selected
	{
	color:#861976;
	
	}

#menu li#selectedli
	{
	background-image:url(../gfx/elements/profile_panel_button_on.png);
	}
	
#menu li#seperator
	{
	width:3px;
	}