/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#horizontal_menu {
   margin-left: 0px;
   margin-right: 0px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper-h { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #CCCCCC;
/*   border-bottom: 1px solid #C0C0C0; */
   border-bottom: 1px solid #003366;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav-h li li { 
   width: 200px;
   z-index: 10;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav-h, #primary-nav-h ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   z-index: 10;
}
#primary-nav-h ul { 
   position: absolute; 
   top: auto; 
   display: none; 
   z-index: 10;
}
#primary-nav-h ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
   z-index: 10;
}
	
#primary-nav-h li { 
   margin-left: -1px;
   float: left; 
   z-index: 10;
}
#primary-nav-h li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
   z-index: 10;
}

/* Styling the basic apperance of the menu elements */
#primary-nav-h a { 
   display: block; 
   margin: 0px; 
   padding: 3px 8px 3px 8px; 
   text-decoration: none; 
   color: #003366;
   z-index: 10;
}
#primary-nav-h li a { 
   border-right: 1px solid #003366;
   border-left: 1px solid #003366;
   z-index: 10;
}
#primary-nav-h li li a { 
   border: 1px solid #003366;
   z-index: 10;
}	
#primary-nav-h li, #primary-nav-h li.menuparent { 
   background-color: #CCCCCC; 
   z-index: 10;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav-h li.menuactive { 
   background-color: #CCCC00; 
   z-index: 10;
}


/* Styling the basic appearance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav-h ul li.menuparent, 
#primary-nav-h ul li.menuparent:hover, 
#primary-nav-h ul li.menuparenth { 
/* arrow for menuparents */
/*   background-image: url(images/cms/arrow.gif); */
   background-position: center right; 
   background-repeat: no-repeat; 
   z-index: 10;
}


/* Styling the appearance of menu items on hover */

#primary-nav-h li:hover, 
#primary-nav-h li.menuh, 
#primary-nav-h li.menuparenth, 
#primary-nav-h li.menuactiveh { 
   background-color: #CCCC00; 
/*   background-image: url(images/cms/arrow.gif); */
   background-position: center right; 
   background-repeat: no-repeat;
   z-index: 10;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav-h li:hover ul ul ul, 
#primary-nav-h li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav-h ul, 
#primary-nav-h li:hover ul, 
#primary-nav-h li:hover ul ul,
#primary-nav-h li:hover ul ul ul, 
#primary-nav-h li:hover ul ul ul ul,
#primary-nav-h li.menuparenth ul, 
#primary-nav-h li.menuparenth ul ul,
#primary-nav-h li.menuparenth ul ul ul,
#primary-nav-h li.menuparenth ul ul ul ul { 
   display: none; 
   z-index: 10;
}

/* add 
#primary-nav-h ul ul ul li:hover ul, 
#primary-nav-h ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav-h li:hover ul, 
#primary-nav-h ul li:hover ul, 
#primary-nav-h ul ul li:hover ul, 
#primary-nav-h li.menuparenth ul, 
#primary-nav-h ul li.menuparenth ul, 
#primary-nav-h ul ul li.menuparenth ul { 
   display: block; 
   z-index: 10;
}


/* IE Hacks */
#primary-nav-h li li { 
   float: left; 
   clear: both; 
   z-index: 10;
}
#primary-nav-h li li a { 
   height: 1%; 
   z-index: 10;
}
/* End of 'Navigation: CSSMenu - Horizontal' */

/* Start of CMSMS style sheet 'Layout: custom classes' */
table.center_table_and_text {
     text-align: center;
     margin: auto;
}

table.center_table_and_text td {
     text-align: center;
     margin: auto;
     padding: 2px 4px 2px 4px;
}
table.center_table {
     margin: auto;
}

table.center_table td {
     margin: auto;
     padding: 2px 4px 2px 4px;
}
/* End of 'Layout: custom classes' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

/* The wrapper determines the width of the menu elements */
#menuwrapper-v { 
   width: 100%; 
}

/* Unless you know what you do, do not touch this */ 
#primary-nav-v, #primary-nav-v ul { 
   list-style: none; 
   margin: 5px; 
   padding: 0px; 
   width: 150px; 
   margin-left: -1px;
}
#primary-nav-v ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav-v li { 
   margin-bottom: -1px; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav-v a { 
   border: 1px solid #003366; 
   display: block; 
   margin: 0px; 
   padding: 3px 5px 3px 5px;
   color: #003366;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav-v li, #primary-nav-v li.menuparent { 
   background-color: #CCCCCC; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav-v li.menuactive { 
   background-color: #CCCC00; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav-v li.menuparent, 
#primary-nav-v li.menuparent:hover, 
#primary-nav-v li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */
#primary-nav-v li:hover, 
#primary-nav-v li.menuh, 
#primary-nav-v li.menuparenth, 
#primary-nav-v li.menuactiveh { 
   background-color: #CCCC00; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav-v ul, 
#primary-nav-v li:hover ul, 
#primary-nav-v li:hover ul ul, 
#primary-nav-v li.menuparenth ul, 
#primary-nav-v li.menuparenth ul ul { 
   display: none; 
   
}
#primary-nav-v li:hover ul, 
#primary-nav-v ul li:hover ul, 
#primary-nav-v ul ul li:hover ul, 
#primary-nav-v li.menuparenth ul, 
#primary-nav-v ul li.menuparenth ul, 
#primary-nav-v ul ul li.menuparenth ul { 
   display: block; 
   
}


/* IE Hack, will cause the css to not validate */

#primary-nav-v li, #primary-nav-v li.menuparenth { _float: left; _height: 1%;  }
#primary-nav-v li a { _height: 1%;  }


/* section header */
#primary-nav-v li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav-v li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}
/* End of 'Navigation: CSSMenu - Vertical' */

/* Start of CMSMS style sheet 'Athletics Scoreboards' */
/* CSS Document */

.scoreboard {
	width: 650px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

/*.sportname {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCC00;
	border-top: 1px solid #003366;
} */

.game {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-color: #DECD40; */
}

.date {
	font-weight: bold;
	color: #003366;
	text-align: left;
	padding-left: 4px;
}

.venue {
	font-weight: bold;
	color: #003366;
	padding-right: 4px;
}

.highlights {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: left;
}

.loser {
	font-weight: normal;
}

.winner {
	font-weight: bold;
}

/* End of 'Athletics Scoreboards' */

