/* ======================================================================
 * Brand-specific CSS styles.
 * ======================================================================
 */
 .small{
	font-size:		10px;
}

body{
		margin-left: 0px;
	    margin-top: 0px;
		padding:0px;		
		background-color:#18314A;
		background-image:url(img/body_bg.gif);
		background-repeat:repeat-x;
		background-position:top;
		color: #000000;
        font-family: Verdana,Arial,Helvetica;
        font-size: 12px;
        border-collapse: collapse;
}

.footer_txt{
	color:#FFFFFF;
}
		
.middle_bg {
		background-image:url(img/inner_body_bg.gif);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#DAD3BB;
}
.baseball_header{
			background-image:url(img/baseball_header.gif);
			background-position:top;
			background-color:#B0A991;
			background-repeat:no-repeat;
			height:98px;
}
.fastpitch_header{
			background-image:url(img/fastpitch_header.gif);
			background-position:top;
			background-color:#B0A991;
			background-repeat:no-repeat;
			height:98px;
}
.event_text {
			font-family:tohoma, Arial, Helvetica, sans-serif;
			font-size:9px;
			color:#02728E;
			text-decoration:none;
			font-weight:normal;
}
.event_text_bold {
			font-family:tohoma, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#810A0A;
			text-decoration:none;
			font-weight:bold;
}
.event {
		padding-top:17px;
		padding-left:17px;
		border-left:#ACA692 1px solid;
		border-right:#ACA692 1px solid;
}
.event2 {
			border-left:#ACA692 1px solid;
		border-right:#ACA692 1px solid;
}
		
		
		
/* ======================================================================
 * Main Menu Bar Style
 * ======================================================================
 */

#navcontainer {
    margin: 0;
    padding: 0 0 0 0px;
}

#navcontainer UL {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

#navcontainer LI {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
}

#navcontainer A {
    color: #444;
    display: block;
    width: auto;
    text-decoration: none;
    background: #455785;
    margin: 0;
    padding: 2px 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { 
    background: #BBBBBB;
}

#navcontainer A.selected { 
    background: #455785;
    color: #FFFFFF;
    font-weight: bold; 
}


/* ======================================================================
 * Styles for Tabbed Menubar.
 * ======================================================================
 */
 .TabMenu {
    float:left;
    width:100%;
    line-height:normal;
}

.TabMenu ul {
    margin:0;
    list-style:none;
    padding:0px 0px 0;
}

.TabMenu li {
    float:left;
    margin:0px;
    background:url("img/norm_right.gif") no-repeat right top;
    padding-top:10px;
    white-space: nowrap;
}

.TabMenu a {
    display:inline;
    background:url("img/norm_left.gif") no-repeat left top;
    padding:7px 10px 10px 7px;
    font-size:14px;
    font-weight: bold;
    font-family: Arial;
    text-decoration:none;
    color: #FFFFFF;
}

.TabMenu li.TabMenuCurrent {
    background-image:url("img/norm_right_on.gif");
}

.TabMenu li.TabMenuCurrent a {
    background-image:url("img/norm_left_on.gif");
    padding-bottom:0px;
    color: #FFFFFF;
}

.logintext {
    clear: left;
    clear: right;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
}

/* ======================================================================
 * Styles for Vertical Submenu.  These create a nice highlight effect
 * on mouseover.
 * ======================================================================
 */

#leftmenu {
    margin: 0;
    padding: 0 0 0 0px;
    width: 160px;
    border-top: 1px solid #000000;
    }

#leftmenu UL {
    list-style: none;
    margin: 0;

    padding: 0;
    border: none;
}

#leftmenu LI {
    display: block;
    margin: 0;
    padding: 0;
    width: 155px;
}

#leftmenu A {

    font-size: 12px;
    color: #FFFFFF;
    display: block;
    width: 155px;
    height: 18px;
    text-decoration: none;
    background: #455785;
    margin: 0;
    padding: 2px 2px;
    border-left: 1px solid #000000;
    border-top: 1px solid #fff;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

#leftmenu A:hover { 
    background: #FFFFFF;
    color: #000000;
}

#leftmenu A.selected { 
    background: #455785;
    color: #FFFFFF; 
}

div.vertical_menu {
    margin: 0px;
    padding: 0px;

}


/* ======================================================================
 * Light grey grid, td tags gridded also
 * ======================================================================
 */

table.container {
    clear: left;  
    border: 1px solid #000000;
    background-color: #EEEEEE;
    padding: 2px 2px 2px 2px;
    border-collapse: collapse;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
table.container td {
    padding: 2px 2px 2px 2px;
}
table.container tr a {
    text-decoration:none;
}

table.containergrid {
    clear: left;  
    border: 1px solid #000000;
    background-color: #EEEEEE;
    padding: 2px 2px 2px 2px;
    border-collapse: collapse;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
table.containergrid td {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 2px 2px 2px 2px;
}
table.containergrid tr a {
    text-decoration:none;
}

th.bgshade {
    background-color: #CCCCCC;
    border-bottom: 1px solid #455785;
    border-collapse: collapse;
     
}


/* ======================================================================
 * Action Button Style (used throughout site)
 * ======================================================================
 */
a.actionbutton, a.actionbutton:visited {
    color: #FFFFFF;  
    display: block;
    float: right;
    border:1px solid; 
    border-color:white black black white;
    text-decoration:none; 
    text-align:center; 
    background: #455785;
    white-space: nowrap;
    width: auto;
    text-transform: uppercase;
    font-family: Arial,Helvetica;
    font-size: 12px; 
    padding: 4px;
    margin-right:2px;
}

a.actionbutton:active {
    color: #FFFFFF;  
    background: #455785;
    position:relative; 
    top:1px; 
    left:1px; 
    border-color:black white white black;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: Arial,Helvetica;
    font-size: 12px; 

}

a.actionbutton2, a.actionbutton:visited {
    color: #FFFFFF;  
    display: block;
    float: left;
    border:1px solid; 
    border-color:white black black white;
    text-decoration:none; 
    text-align:center; 
    background: #455785;
    white-space: nowrap;
    width: auto;
    text-transform: uppercase;
    font-family: Arial,Helvetica;
    font-size: 12px; 
    padding: 4px;
    margin-right:2px;
}

a.actionbutton2:active {
    color: #FFFFFF;  
    background: #455785;
    position:relative; 
    top:1px; 
    left:1px; 
    border-color:black white white black;
    white-space: nowrap;
    text-transform: uppercase;
    font-family: Arial,Helvetica;
    font-size: 12px; 

}

tr.tabletitlerow { 
    background: #455785;
}

tr.confirmtitlerow { 
    background: #ffff00;
}

tr.confirmtitlerow td { 
    font-weight: bold;
    color: #000000;
    padding: 2px;
}
            
tr.statustitlerow { 
    background: #00ff00;
}

tr.statustitlerow td { 
    font-weight: bold;
    color: #000000;
    padding: 2px;
}

tr.heading { 
    clear: left;  
    color: #FFFFFF;
    background: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 3px;
}

tr.heading2 { 
    clear: left;  
    color: #000000;
    background: #AAAAAA;
    font-size: 14px;
    font-weight: bold;
    padding: 3px;
}


tr.shaded {
    background-color:#EEEEEE;
}

tr.noshade {
    background-color:#FFFFFF;
}

tr.carthage td{
    background-color:#FFFF00;
    border-bottom:solid 1px #000000;
}
td.carthage {
    border-bottom:solid 1px #000000;
}

tr.nit td{
    background-color:#FF0000;
    color: #FFFFFF;
    border-bottom:solid 1px #000000;;
}
td.nit {
    border-bottom:solid 1px #000000;
}

tr.tabletitlerow td { 
    font-weight: bold;
    color: white;
    padding: 2px;
}

tr.tableshadedrow  { 
    background: #DDDDDD;
    padding: 2px;                  
}

td.shaded  { 
    background: #DDDDDD;                  
}

table.failedLogin {  
    border: 1px solid #455785;
    border-collapse: collapse;
    margin: 0px;
    width: 325px;
    background-color: #FFFCCC;
}

table.failedLogin td {  
    border: 0px;
    padding: 2px 4px 2px 4px;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 12px;
}

/* ======================================================================
 * Submit Button - Link Style
 * ======================================================================
 */

.submitLink {
   color: #00f;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
  }


/* ======================================================================
 * Footer Style 
 * ======================================================================
 */
table.footer  { 
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #455785; 
}

table.footer a { 
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
}

/
/* IE and Firefox handle coloring the line a little differently.  This covers both. 
 * hr { background-color: #455785;
 *     color: #455785;
 * }
 */

.loginStatus  { 
    font-family: "Arial";
    font-size: 12px; 
    font-weight: bold;
    color: #000000;
} 

.helpButton {
    background-color: #FFFFCC;
    color: #666666; 
    text-decoration: none;
}

 
 /* ======================================================================
 * Styles for Main Headline Box
 * ======================================================================
 */

.headlineLeft {
    background:url(img/headlinebox_leftside.gif) right;
	background-repeat:repeat-y;
	width:8px;
}

.headlineRight {
   background:url(img/headlinebox_rightside.gif);
   background-repeat:repeat-y;
   width:8px;
}

.headlineTop {
    background:url(img/headlinebox_bg.gif) bottom;
	background-repeat:repeat-x;
	font-size: 80%;
	font-weight:bold;
	height:17px;
}

.headlineBottom {
    background:url(img/headlinebox_bottom.gif) top;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	height:8px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	clear:both;
}

.mainheadlineBG{
    background-color:#a1c1f9;
	padding:5px;
	font-size:13px;
	font-family:Georgia;
    text-align:justify;
}
 
 
 
/* ======================================================================
 * Styles for fancy content boxes with rounded corners
 * ======================================================================
 */

.contentsideLeft {
    background:url(img/contentbox_leftside.gif) right;
	background-repeat:repeat-y;
	width:8px;
}

.contentsideRight {
   background:url(img/contentbox_rightside.gif);
   background-repeat:repeat-y;
   width:8px;
}

.contentsideTop {
    background:url(img/contentbox_bg.gif) bottom;
	background-repeat:repeat-x;
	font-size: 80%;
	font-weight:bold;
	height:17px;
}

.contentboxbottom {
    background:url(img/contentbox_bottom.gif) top;
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	height:8px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	clear:both;
}

.contentBG{
    background-color:#fafafa;
	padding:5px;
	font-size:12px;
    text-align:justify;
}

.tblbrdr {
	border: 2px solid #999999;
}

