﻿
        html
        {
            height: 100%;
            width: 100%;
        }
        body
        {
        	margin: 0px;
            height: 100%;
            width: 100%;
            font-family: Tahoma;
            font-size:SMALL;
            background-image: url( 'http://allensports.sportstech.net/images/glow-bg.png' );
            background-repeat: repeat-x;
            background-position: left bottom;
            background-attachment:fixed;
        }
        a
        {
        	color:#051B78;
        }
        a:hover
        {
        	color:#B00000;
        }
        
        .mainColumn
        {
        	overflow:visible;
            height: auto;
            width:auto;
            margin-right:200px;
            padding-left:25px;
        	background-image:url('http://allensports.sportstech.net/images/body-bg.png');
        	background-repeat: repeat;
        }
        
        .menuBar
        {
            background-image: url(     'http://allensports.sportstech.net/images/bar-bg.png' );
            background-repeat: repeat-x;
            height: 35px;
            border-right: solid 1px #031251;
            border-left: solid 1px #2F3E7C;
            color: White;
            font-weight: bold;
            vertical-align:middle;
            display:table-cell;
            overflow:hidden;
        }
        
        .topBanner
        {
            vertical-align: middle;
            height: 111px;
            background-image: url(     'http://allensports.sportstech.net/images/top-logo.png' );
            background-repeat: no-repeat;
            padding-right: 15px;
            border-right: solid 1px #031251;
        }
        
        .footer
        {
            text-align: center;
            color: White;
            font-weight: bold;
            font-size: small;
/*            background-image: url('/images/footer-extend.png');*/
            background-color:#B3B3B3;
            background-repeat:repeat-x;
            height:65px;
        }        
        
        .footerEdge
        {
        	margin-left: 15px;
            background-image: url(     'http://allensports.sportstech.net/images/footer-bg.png' );
            background-repeat: no-repeat;
            background-position: right top;
            height: 65px;
        }
        
        .footer a
        {
            color: White;
        }
        .footer a:hover
        {
            color: #DBE272;
        }
        
        .mainContent
        {
        	height:100%;
            background-color: #FFFFFF;
            vertical-align:top;
            border-right: solid 1px #031251;
        }
        
        .leftNav
        {
        	vertical-align:top;
            height: 100%;
/*            background-image: url(  'http://allensports.sportstech.net/images/left-nav-bg.png' );*/
			background-color: #B3B3B3;
            background-repeat: repeat-y;
            color:White;
            font-size:small;
        }
        .leftNav .leftShadow
        {
            width: 180px;
        }
        
        .leftShadow
        {
        	margin-top: 0px;
        	margin-bottom: 0px;
			min-height: 100%;
            height: auto;
            width: 100%;
            background-image: url(  'http://allensports.sportstech.net/images/left-shadow.png' );
            background-repeat: repeat-y;
        }
        .topShadow
        {
            height: 100%;
            width: 100%;
            background-image: url(  'http://allensports.sportstech.net/images/top-shadow.png' );
            background-repeat: repeat-x;
        }
        
        .navBtn
        {
        	position:relative;
        	margin-right:auto;
        	margin-left:auto;
        	background-image:url('/images/nav-btn-off.png');
        	background-repeat: no-repeat;
        	height:31px;
        	width:154px;
       		z-index:99;
        	font-weight:bold;
        	text-align:right;
        	font-size:small;
        	line-height: 28px;
        	color:#FFFFFF;
        	text-decoration:none;
        	cursor: pointer;
        }
        .navBtn:hover
        {
        	background-image:url('/images/nav-btn-on.png');
        	color:#FFFFFF;
        }
        /*
        .navBtnHover
        {
        	position:relative;
        	margin-right:auto;
        	margin-left:auto;
        	background-image:url('http://allensports.sportstech.net/images/nav-btn-on.png');
        	background-repeat: no-repeat;
        	height:31px;
        	width:154px;
        	font-weight:bold;
       		z-index:99;
        	text-align:right;
        	font-size:small;
        	line-height: 28px;
        	color:#DBE272;
        	text-decoration:none;
        	cursor: pointer;
        }
        */
        .navBtn span
        {
        	margin-right:10px;
        }
        /*
        .navBtnHover span
        {
        	margin-right:10px;
        }
        */        
        .navBtn .navMenu
        {
        	display:none;
        }
        
        .navMenu
        {
        	margin:0px;
        	padding:0px;
        	color:#FFFFFF;
        	position:absolute;
        	top:0px;
        	left:154px;
        	background-color:#051B78;
        	border: solid 2px #031251;
        	border-bottom-width: 0px;
       		z-index:99;
       		width:150px;
        	min-width:150px;

        }
                
        .navItem
        {
			width:140px;
        	min-width:140px;
        	margin:0px;
            padding: 0px 5px 0px 5px;
        	text-align:left;
        	text-decoration:none;
        	border-bottom: solid 2px #031251;
        	color:#FFFFFF;
        	white-space:nowrap;
	   		z-index:99;
	   		cursor:pointer;
        }
        
		.navItem:hover
        {
        	background-color:#2F3E7C;
        	color:#DBE272;
        }

                
        .navBtnHover .navMenu
        {
        	display:block;
        }
        
        .pageTitle
        {
        	text-align:center;
        	font-size:medium;
        	vertical-align:middle;
        }
        
        .siteTitle
        {
        	float:left;
        	font-size:medium;
        	vertical-align:middle;
        }
        
        .sponsorInfo
        {
        	margin-top:15px;
        	margin-left:auto;
        	margin-right:auto;
        	margin-bottom:15px;
        	font-size:small;
        	/*background-image:url('/images/sponsor-bg.png');
        	background-repeat:no-repeat;*/
        	height:125px;
        	width:150px;        	
        	font-weight:bold;
        	color:white;
        	text-align:center;
        }
        
        .officeInfo
        {
        	width:77%;
        	margin-top:15px;
        	margin-left:auto;
        	margin-right:auto;
        	margin-bottom:15px;
        	font-size:small;
        	border: solid 1px #FFFFFF;
        	padding:5px;
        } 
        
        .officeInfo legend
        {
        	font-weight:bold;
        	color:white;
        }
        
        #copyright
        {
            font-size: smaller;
            font-weight: normal;
            margin-top: 10px;
        }
        
        .searchArea
        {
        	width:154px;
        	padding:0px;
        	margin-right:auto;
        	margin-left:auto;
			margin-top:15px;
			margin-bottom:15px;
        }
           
        .loginArea
        {
		/*	position:absolute;
			top:2px;
			left:750px;*/
			float:right;
			color:#FFFFFF;
        }
        
        .loginArea a
        {
			color:#FFFFFF;
        }
        
        .loginArea a:hover
        {
        	color:#051B78;
        }

	/* SharePoint hacks... */        
	
	
    .ms-sbscopes 
	{
		display:none;
	}
			
	.ms-formlabel
	{
		font-size:small;
	}
	
	.ms-formbody
	{
		font-size:small;
	}
	
	.ms-sbcell
	{
		background-color:white;
	}
	
	#DatePickerDiv 
	{
		width:160px;
		margin-top:15px;
		margin-bottom:15px;
		margin-right:auto;
		margin-left:auto;
	}
	
	#ctl00_PlaceHolderPageImage_ctl00
	{
	}
	
	#ctl00_PlaceHolderSearchArea_ctl01_S6AE27B38_InputKeywords:
	{

	}
		
	.menuBar ms-bannerframe
	{
		display:inline;
	}
	

    .adminLinks
	{
		text-align:left;
		font-weight:bold;
	}
	.adminLinks a
	{
		color:white;
		font-size:x-small;
		white-space:nowrap;
		margin-left:15px;
	}
	.adminLinks a:hover{ color:red;}

