@charset "UTF-8";
/* CSS Document */

/* Team-specific styles */

div.leftmenu_header {
	width: 190px;
	height: 25px;
  background-image: url('../athletics/images/subMenu_header_home.png');
	margin: 10px 20px 0px 20px;
	font-weight: bold;
}

.ath_subMenu_footer {
	margin: 0px 20px 0px 20px;
	width:190px;
	height:15px;
	background-repeat: no-repeat;
	background-image: url('../athletics/images/subMenu_footer_home.png');
	clear: both;
}

#ath_leftPanelImage {
	z-index: 0;
	position: relative;
	width: 250px;
	height: 350px;
	overflow: visible;
	background-repeat: no-repeat;
	background-image: url(../athletics/images/leftPanelImage_home.png);
}

#coach_buttons {
	width: 230px;
	height: 25px;
	background-repeat: repeat-x;
	background-image: url(../athletics/images/leftPanelImage_home.png);
}

#ath_rightPanel_home {
	border-left-style: solid;
	border-left-width: 0px;
	background-image: url(../athletics/images/rightPanel_Back.jpg);
}

#ath_teamName {
	height: 40px;
	width: 720px;
	background-image: url(../athletics/images/teamName_VA.jpg);
}

#ath_mainMedia_home {
	width: 500px;
	margin: 0px;
	background-color: #002c76;
}

#ath_info_home {
	width: 500px;
	background-color: rgb(254,246,223);
}

/* styles for tool tip  */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
text-align: left;
padding: 5px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

