﻿html {
    margin:0;
    padding:15px;
    background:#344A19;
    color:#000;
    background-image: url('/media/images/softball5.jpg');
    background-repeat: repeat-x;    
    }

body
{
    font-family: Calibri, Verdana, Georgia;
    min-width: 975px;    
    font-size: 0.85em;
    
}

#wrap {
    /*background:#081c56;*/
    background:#FFF;
    margin: 0 auto;
    width: 900px;
    min-height: 725px;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    }

#header
{
	background: #fff;
	min-height: 50px;
	height: 110px;
}
#content
{
	background-color: #fff;	
}
#content_left
{
	background-color: #fff;
	float: left;
	width: 610px;
	padding: 20px;
}

#content_right
{
    padding: 10px;
    text-align:center;
	background-color: #000000;
	float: right;
	width: 228px;
	min-height: 659px;
}

#header_bar
{
	background-color: #000000;
	height: 10px;
	width: 100%;
}

#login
{
	width: 350px;
	margin: auto;
	padding-top:100px;	
	height: 500px;
}
.login_button
{	
	margin: 10px;
}

.MessageText
{
	color: #AA0129;
	font-weight: bold;
}

.Impact1
{
	color: #AA0129;
	font-weight: bold;
	font-size: 0.85em;
}
.Impact2
{
    color: #000000;
    text-decoration:underline;
    font-style: italic;	
	font-size: 0.85em;
}
.heading1
{
    font-weight:bold;
    font-size: 1.6em;
    font-family: Calibri, Verdana, Georgia;
    color:Black;
}

.heading1red
{
    font-weight:bold;
    font-size: 1.6em;
    font-family: Calibri, Verdana, Georgia;
    color:Red;
}

.heading1blue
{
    font-weight:bold;
    font-size: 1.6em;
    font-family: Calibri, Verdana, Georgia;
    color: Blue;
}

.heading2
{
    font-weight:bold;
    font-size: 1.3em;
    font-family: Calibri, Verdana, Georgia;
}

.heading2red
{
    font-weight:bold;
    font-size: 1.3em;
    font-family: Calibri, Verdana, Georgia;
    color:Red;
}

.heading2blue
{
    font-weight:bold;
    font-size: 1.3em;
    font-family: Calibri, Verdana, Georgia;
    color: Blue;
}


.heading3
{
    font-weight:bold;
    font-size: 1.2em;
    font-family: Calibri, Verdana, Georgia;
}
.heading3red
{
    font-weight:bold;
    font-size: 1.2em;
    font-family: Calibri, Verdana, Georgia;
    color:Red;
}

.heading3blue
{
    font-weight:bold;
    font-size: 1.2em;
    font-family: Calibri, Verdana, Georgia;
    color: Blue;
}





.formlabel
{
    display: block;
    width: 200px;
    font-weight: bold;
}

#linkList ul {
	margin: 0;
	padding: 10px;
	}
#linkList li {
	line-height: 2.5ex; 
	font-size: 1.2em;
	font-variant:small-caps;
	background: transparent url(/media/images/bball20.gif) no-repeat; 
	display: block; 
	padding-top: 1px;
	padding-left: 35px; 
	margin-bottom: 10px;
	list-style-type: none;
	border-bottom: solid 1px #333;
	text-decoration: none;
	}
#linkList li a:link {
	color: #081c56;
	text-decoration: none;
	}
#linkList li a:visited {
	color: #081c56;
	text-decoration: none;
	}
#footer
{
    background-color: #000;
    color: #FFF;
    font-weight: bold;
    text-align:center;
}
#footer a:link{
    color: #FFF;
    text-decoration: none;
    min-height: 30px;
}
#footer a:visited{
    color: #FFF;
    text-decoration: none;
    min-height: 30px;
}

.headerrow
{
    background-color: #000;
    color: #FFF;
    font-weight: bold;
}
.itemrow
{
    background-color: #AAA;
    color: #000;
}
.alternaterow
{
    background-color: #CCC;
    color: #000;
}

/*Admin Left Nav*/
#adminleftnav ul {
		list-style: none;			
		margin: 0;
		padding: 0;
		border: none;
		}
#adminleftnav li {
		border-bottom: 1px solid #B72D36;		
		width: 200px;		
		margin: 0;
		}
#adminleftnav li a 
{
    	display: block;	
		padding: 5px 5px 5px 0.5em;		
		background-color: #000000;
		color: #fff;
		text-transform: uppercase;
		font-weight:bold;
		text-decoration: none;
		width: 100%;
		}

	html>body #adminleftnav li a {
		width: auto;
		}

	#adminleftnav li a:hover {		
		background-color: #B62D36;
		color: #fff;
		font-weight:bold;
		}




