﻿/* CSS layout */

body {
	background-color: #000000;	
}

a.lb
{
	text-decoration:none;
    color: #3333CC;
}

a.lb:hover
{
	text-decoration: underline;
}

a:visited
{
    color: #3333CC;
}

a
{
    text-decoration: none;
    color: #3333CC;
}

a:hover
{
	text-decoration: underline;
}

#main {
	background-color: #000000;
    color: #3333CC;
    margin-right: auto;
    margin-left: auto;
    width: 850px;
    margin-top: 5px;   
}

#masthead {
	background: url(images/TopBanner.jpg) no-repeat top ;
	width: 850px;
	height: 165px;
}

.top_nav {
  	background: url(images/MenuBar.jpg) no-repeat ;
	width: 850px;
	height: 55px;
	color: #FFFFFF;
	text-align: center;
}

.top_nav #slatenav {
	position:relative;
	display:block;
	/*background:transparent url(images/MenuBar2.jpg) repeat-x top left;*/
}
.top_nav #slatenav ul {
	margin:0px;
	padding: 0 0 0 40px;
	list-style-type:none;
	width:auto;
}

.top_nav #slatenav ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}

.top_nav #slatenav ul li a {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:14px 5px 0 5px;
}

.top_nav #slatenav ul li a.current {
	color:#3333CC;
	background: url(images/MenuBarOver.jpg) no-repeat ;
}

.top_nav #slatenav ul li a:hover {
	text-decoration: underline;
	/*color:#3333CC;
	background: url(images/MenuBarOver.jpg) no-repeat ;*/
}

#container {
	position: relative;
	width: 100%;
	margin-top: -13px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#scoresBox {
	background: url(images/Box.jpg) no-repeat ;	
	position: relative;
	width: 200px;
	height: 255px;
}

#scoresHeader {
	position: relative;
	width: 175px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 12px;
}

#scores {
	position: relative;
	width: 250px;
	color: #3333CC;
	padding-top: 16px;
	padding-left: 20px;
}

#upcGamesBox {
	background: url(images/Box.jpg) no-repeat ;	
	position: relative;
	width: 200px;
	height: 255px;
}

#upcGamesHeader {
	position: relative;
	width: 175px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 12px;
}

#upcGames {
	position: relative;
	width: 250px;
	color: #3333CC;
	padding-top: 16px;
	padding-left: 20px;
}

#upcEventsBox {
	background: url(images/Box.jpg) no-repeat ;	
	position: relative;
	width: 200px;
	height: 255px;
}

#upcEventsHeader {
	position: relative;
	width: 175px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 12px;
}

#upcEvents {
	position: relative;
	width: 250px;
	color: #3333CC;
	padding-top: 16px;
	padding-left: 20px;
}

#page_content {
	position: relative;
	background: url(images/LargeBox.jpg) no-repeat;
	margin-left: 175px;
	height: 765px;
}

#full_box {
	position: relative;
	background: url(images/FullBox.jpg) no-repeat;
	color: #3333CC;
	padding: 50px 25px 35px 25px;
	height: 680px;
}

#full_box p {
    text-align: justify;
}

.justified {
	text-align: justify;
}

.centered {
	text-align: center;
}

#Prov_Link {
     position: relative;
}

.Prov_Link p {
     position: relative;
	 text-align: center;
	 height: 25px;
	 font-weight: bold;
	 font-size: x-large;
	 font-family: "Comic Sans MS";
	 padding-top: 10px;
}

.Prov_Link a 
{
  text-decoration: none;
}

.Prov_Link a:hover 
{
    text-decoration: underline;
    color: #3333CC;
}

.team_menu
{
    width: 775px; 
    padding-left: 10px;
}

.team_menu a 
{
  text-decoration: none;
  color: #FFFFFF;
}

.team_menu a:hover 
{
    text-decoration: underline;
    color: #FFFFFF;
}

.table_t_l {
	background: url(images/FullBox_top_left.gif);
	width: 50px; 
	height: 75px; 
}

.table_t_c {
	background: url(images/FullBox_top_center.gif) repeat-x; 
	color: #FFFFFF; 
	vertical-align: top; 
	text-align: center; 
	padding-top: 13px;
	font-weight: bolder;
}

.table_t_r {
	background: url(images/FullBox_top_right.gif);
	width: 50px; 
	height: 75px; 
}

.table_c_l {
	background: url(images/FullBox_left_center.gif) repeat-y top left;
	width: 25px; 
}

.table_content {
	height:100%;
	background-color: #BBBBBB;  
	vertical-align: top;
	color: #3333CC;
}

.table_c_r {
	background: url(images/FullBox_right_center.gif) repeat-y top left;
	width: 25px; 
}

.table_b_l {
	background: url(images/FullBox_bottom_left.gif);
	width: 50px; 
	height: 45px; 
}

.table_b_c 
{
	background: url(images/FullBox_bottom_center.gif) repeat-x;
	color: #FFFFFF; 
	vertical-align: top; 
	text-align: center; 
	padding-top: 15px; 
}

.table_b_r
{
	background: url(images/FullBox_bottom_right.gif);
	width: 50px; 
	height: 45px; 
}


#footer {
    position: relative;
	background: url(images/BottomBanner.jpg) no-repeat;
    width: 850px ;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: auto;
    padding-top: 50px;
    text-align: center;
	font-size: 20px;
	height: 55px;
    color: #FFFFFF;
}

/*td img 
{
    display: block;
}*/

.game_score
{
    font-size: x-large; 
    font-weight: bolder;
}

.game_summary_text
{
    padding-top: 15px;
}

.board_space
{
    height: 10px;
}

.table_News_Desc
{
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #3333CC;
    height: 285px;
    width: 100%;
}

.td_News_Title
{
    font-size: large;
    font-weight: bolder;
    color: #990000;
    height: 30px;
    padding-left: 10px;
    vertical-align: middle;
}

.td_News_Title2
{
    font-size: large;
    font-weight: bolder;
    color: #990000;
    height: 30px;
    vertical-align: middle;
}

.td_News_Summary
{
    color: #3333CC;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 10px;
}

.table_News_Summary
{
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #3333CC;
    height: 285px;
    width: 560px;
}

.td_Event_Title
{
    font-size: medium;
    font-weight: bolder;
    text-transform: uppercase;
    color: #990000;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}

.table_Event_Desc
{
    width: 170px;
}

.td_Event_Desc
{
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #3333CC;
    padding-top: 10px;
    text-align: center;
    width: 180px;
}


.table_News_Title
{
    width: 560px;
}

.table_Event_Title
{
    width: 170px;
}

.picture
{
	padding: 0 0 0 -5;
	/*display: block;*/
	margin: 0 0 0 0;
}

.txtboxWidth
{
	width: 175px;
}

.cartHeader
{
    text-align: center;
    font-size: larger;
    font-weight: bold;
    height: 50px;
    width: 600px; 
}

.tableHeader1
{
    text-align: left;
    width: 500px; 
    height: 30px;
    font-weight: bold;
    border-left: solid 1px #3333cc;
    border-top: solid 1px #3333cc;
    border-right: solid 1px #3333cc;
    background-color: #3333cc;
    color: #FFFFFF;
}

.tableHeader2
{
    text-align: center;
    width: 100px; 
    height: 30px;
    font-weight: bold;
    border-top: solid 1px #3333cc;
    border-right: solid 1px #3333cc;
    background-color: #3333cc;
    color: #FFFFFF;
}

.cartItemDesc
{
    text-align: left;
    border-left: solid 1px #3333cc;
    border-top: solid 1px #3333cc;
    border-right: solid 1px #3333cc;
}

.cartItemDescTotal
{
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
    font-size: large;
}

.cartItemCost
{
    text-align: right;
    border-top: solid 1px #3333cc;
    border-right: solid 1px #3333cc;
}

.cartItemCostTotal
{
    text-align: right;
    border: solid 1px #3333cc;
    font-size: large;
    font-weight: bold;
}

.cartItemBlank
{
    text-align: right;
    border-left: solid 1px #3333cc;
    border-top: solid 1px #3333cc;
    border-right: solid 1px #3333cc;
}

.cartItemTotalBlank
{
   border-top: solid 1px #3333cc;
   text-align: right;
}

.centerPanel
{
    margin-left: auto;
    margin-right: auto;
}

.ajax__myTab .ajax__tab_header 
{
    font-family:verdana, tahoma, helvetica;
    font-size:11px;
    border-bottom:solid 1px #3333CC;
}

.ajax__myTab .ajax__tab_outer 
{
    padding-right:4px;
    height:25px;
    /*background-color:#C0C0C0;*/
    background-image: url(images/inactive_outer_tab.gif);
    background-repeat: no-repeat;
    background-position: right;
    margin-right:4px;/*
    border-right:solid 1px #666666;
    border-top:solid 1px #aaaaaa*/
}

.ajax__myTab .ajax__tab_inner 
{
    padding-left:4px;
    height:25px;
    /*background-color:#C0C0C0;*/
    background-image: url(images/inactive_inner_tab.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.ajax__myTab .ajax__tab_tab 
{
    height:19px;
    padding:3px;
    margin:0px;/**/
    background-image: url(images/inactive_tab.gif);
    background-repeat: repeat-x;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_outer 
{
}

.ajax__myTab .ajax__tab_hover .ajax__tab_inner 
{
}

.ajax__myTab .ajax__tab_hover .ajax__tab_tab 
{
    text-decoration: underline;
}

.ajax__myTab .ajax__tab_active .ajax__tab_outer 
{
    background-image: url(images/outer_tab.gif);
    background-repeat: no-repeat;
    background-position: right;
    /*background-color:#FF0000;
    border-left:solid 1px #999999;*/
    color: #fff;
}

.ajax__myTab .ajax__tab_active .ajax__tab_inner 
{
    /*background-color:#3333cc;*/
    background-image: url(images/inner_tab.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.ajax__myTab .ajax__tab_active .ajax__tab_tab 
{
    background-image: url(images/tab.gif);
    background-repeat: repeat-x;/**/
    font-weight: bold;
}

.ajax__myTab .ajax__tab_body 
{
    font-family:verdana, tahoma, helvetica;
    font-size:10pt;
    border:1px solid #3333CC;
    border-top:0;
    padding:8px;
    /*height: 350px;*/
    background-color:#bbbbbb;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #3333CC;
    background-color: #BBBBBB;
    color: #3333CC;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #FFCC00;
    color: #3333CC;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    background-color: #3333CC;
    color: White;
    font-weight:bold;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #2E4d7B;*/
    background-color: #333355;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

/*#master_content .accordionHeader a*/
.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

/*#master_content .accordionHeader a:hover*/
.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    /*background-color: #5078B3;*/
    background-color: #3333CC;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

/*#master_content .accordionHeaderSelected a*/
.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

/*#master_content .accordionHeaderSelected a:hover*/
.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    /*background-color: #D3DEEF;*/
    background-color: #BBBBBB;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.myButton
{
	margin-left: 20px;
}