/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* Layout 
-----------------------------------------------------------------------------*/
body {
	font-family:Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 20px;
	background-image:url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #FFF;
	margin:0px;
}

#container {
	text-align:left;
	width:1080px;
	margin-left:auto;
	margin-right:auto;
	}

#header{
	padding: 0px 0px 0px 0px;
	width: 1080px;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	height: 238px;
	float:left;
}

#seabl_header{
	padding: 0px 0px 0px 0px;
	width: auto;
	background-image: url(../seabl/images/header.jpg);
	background-repeat: no-repeat;
	height: 238px;
}

#topnavcontainer{
	width: 100%;
	position:relative;
	float:left;
	z-index:1000;
}

#sidenavcontainer{
	font-size: 80%;
	float:left;
	border-right: 1px solid #D1D2D4;
	border-left: 1px solid #D1D2D4;
	background-color:#D1D2D4;
	position:relative;
	width:240px;
}

#content{
	float: right;
	width:74%;
	padding:10px;
	margin-top:10px;
	border-left:1px outset #D1D2D4;
	border-right:1px outset #D1D2D4;
	background-color: #FFFFFF;
	position:relative;
}

.pagefeature table td {
	padding:2px 4px 2px 4px;
	font-size:12px;
	}
	
.pagefeature table td.tableheader {
	background-image:url(../../images/btn_bg_yellow.jpg);
	}
	
.pagefeature table {
	border:#000000 solid 1px;
	}

#footer{
	font-size: 80%;
	width: 100%;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	border-top: 1px solid #D1D2D4;
	background-color:#FFFFFF;
	position:inherit;
	float:right;
	
}

#yumproductions {
	padding:5px;
	}
	

.footer {
	width: 100%;
	height: 100px;
	text-align: left;
	vertical-align: bottom;
	background-color: #FFFFFF;
	border-top:1px solid #D1D2D4;
}





/* Images 
-----------------------------------------------------------------------------*/
.contentimageright {
	padding: 0;
	margin: 0 0 10px 10px;
	border:#00235d solid 1px;
	float:right;
}

.contentimageleft {
	padding: 0;
	margin: 0 10px 10px 0;
	border:#fdb813 solid 1px;
	float:left;
}

.pagefeature, li.pagefeature {
	list-style-image:url(../images/bb_bullet.jpg);
	list-style-position:outside;

}

.bullets {
	list-style-position: outside;
	list-style-image: url(../images/bb_bullet.jpg);
	list-style-type: square;
}


/* Typography 
-----------------------------------------------------------------------------*/
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
a:link {
	color: #000066;
	text-decoration: none;
}


h1{
 	font-size: 1.0em;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h2{
 	font-size: 1.0em;
 	color: #006699;
 	margin: 0px;
 	padding: 0px;
}

h3{
 	font-size: 1.0em;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h4{
 	font-size: 1.0em;
 	font-weight: normal;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font-size: 1.0em;
	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}


p, q, cite
	{
	font-size: 0.9em; 
}

ul, ol, dl
	{
	list-style-type: square;
	font-size: 0.9em; 
}

li, dd, dt
	{
	font-size: 0.9em; 
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family:Helvetica, Arial, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

	
.date {
	font-size:0.7em;
	}
	
	
/* Side navigation menus
-----------------------------------------------------------------------------*/

ul.clubsmenu {
	padding:0px;
	border-top:#fdb813 solid 1px;
	border-left:#fdb813 solid 1px;
	border-right:#fdb813 solid 1px;
}

ul.clubsmenu li {
	padding: 10px 0 10px 5px;
	list-style:none;
	list-style-type:none;
	border-bottom:#fdb813 solid 1px;
	
}

li.drumo {
	background-image:url(../images/clubs_menu_drumo.jpg);
}

li.exies {
	background-image:url(../images/clubs_menu_exies.jpg);
}

li.knights {
	background-image:url(../images/clubs_menu_knights.jpg);
}

li.phoenix {
	background-image:url(../images/clubs_menu_phoenix.jpg);
}

li.saints {
	background-image:url(../images/clubs_menu_saints.jpg);
}

li.tigers {
	background-image:url(../images/clubs_menu_tigers.jpg);
}

ul.clubsmenu li.wildcats a {
	background-image:url(../images/clubs_menu_wildcats.jpg);
}

ul.clubsmenu li.wildcats a:hover {
	background-image:url(../images/clubs_menu_wildcats_hover.jpg);
}


#randomimage {
	width:240px;
	height:300px;
	padding:0px;
	border-top:#fdb813 solid 1px;
	border-left:#fdb813 solid 1px;
	border-right:#fdb813 solid 1px;
	background-image:url(../images/players/small/rotate.php);
	background-color:#00235d;
}


	
	
	


/* Topnav dropdown menu
-----------------------------------------------------------------------------*/
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 95%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 94%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	border:1px outset #000000;
	
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 94%;
	z-index: 1020;
	cursor: default;
	width: 200px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width:200px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border:1px solid #000000;
	background-image:url(../../images/btn_bg.jpg);
	background-repeat:repeat-x;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-image:url(../../images/btn_bg.jpg);
	background-repeat:repeat-x;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom:2px;
	color: #333;
	text-decoration: none;
	font-weight:bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-image:url(../../images/btn_bg_yellow_over.jpg);
	background-repeat:repeat-x;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #010147;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image:url(../../images/btn_bg.jpg);
	background-repeat:repeat-x;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image:url(../../images/btn_bg_blue_over.jpg);
	background-repeat:repeat-x;
	background-position: 95% 50%;
	color: #f4b439;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #f4b439;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


/********************************************SIDENAV**************************************/
/********************************************SIDENAV**************************************/


.CollapsiblePanel {
	width:100%;
	margin: 0px;
	padding: 0px;
	border-left: outset 1px #CCC;
	border-right: outset 1px #999;
	border-top: outset 1px #999;
	border-bottom: outset 1px #CCC;
	background-color:#FFFFFF;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	border-bottom: solid 1px #CCC;
	background-image:url(../../images/btn_bg_yellow.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight:bold;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;	
}

ul.CollapsiblePanelContent a:hover, .CollapsiblePanelContent a:focus {
	background-image:url(../../images/btn_bg_blue_over.jpg);
	color:#FFFFFF;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #f4b439;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #010147;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #010147;
}


/****************************************** OTHER SIDE NAV CLASSES *******************************/
/****************************************** OTHER SIDE NAV CLASSES *******************************/


.Homegametable {
	background-color:#FFF;
	
}

.Homegametabledata {
	font-size: 70%;
	padding: 2px;
	border-bottom: outset 1px #000;
	background-image:url(../../images/btn_bg.jpg);
	background-repeat:repeat-x;
}



ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100%;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-image:url(../../images/btn_bg.jpg);
	background-repeat:repeat-x;
	padding:2px;
	padding-left:5px;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-image:url(../../images/btn_bg_blue_over.jpg);
	background-repeat:repeat-x;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
