﻿/*start base template items */
body
{
	background: White url(/images/bg.gif);
	background-position: top; 
	background-repeat:repeat; 
    margin:0px auto 0px auto;
	padding:0px;
	text-align: center;
}

#pageContent
{
	margin: 0px auto 0px auto;
	position: relative;
	width: 800px;
	padding: 0px;
}

#contentWrapper
{
	width: 800px;
	position: relative;
	text-align: left;
}

#dvFoot
{
	width:800px;
	position: relative;
	text-align: left;
	height: 20px;
}

#dvFootLeft
{
	position:absolute;
	bottom:0px;
	left:0px;
	background: White url(/images/cornerleft.gif) no-repeat bottom;
	width:10px;
	height:10px;
}

#dvFootRight
{
	position:absolute;
	bottom:0px;
	right:0px;
	background: White url(/images/cornerright.gif) no-repeat bottom;
	width:10px;
	height:10px;
}

#dvTop
{
	width: 800px;
	height: 100px;
	background-color: black;
	position:relative;
}

.schoolNameTxt
{
	z-index:150;
	font-weight:bold;
	font-size:36px;
	position:relative;
	padding-left: 20px;
	padding-top:25px;
}

.content
{
	padding:15px 10px 15px 10px;
	clear:both;
}

#dvNav
{
	height:20px;
	width:auto;
}

#dvNav a, #dvNav a:visited
{
	font-family: Arial, sans-serif;
	color: white;
	font-weight: normal;
	font-size: 12px;
	text-decoration:none;
}

#dvNav a:hover, #dvNav a:visited:hover, #dvNav a:active
{
	font-family: Arial, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 12px;
	text-decoration:none;
}

.navItemLeft
{
	margin-left:25px;
}

* html .navItemLeft
{
	margin-left:15px;
}

.navItem
{
	margin-top:3px;
	width:auto;
	float:left;
	margin-right:25px;
	position:relative;
	line-height: 12px;
}

* html .navItemMargin
{
	margin-top:4px;
}

.navCart
{
	margin-top:3px;
	position:absolute;
	right:25px;
	line-height: 12px;
}

* html .navCartMargin
{
	margin-top:4px;
}

#__asptrace
{
	margin-top:100px;
}

/* log in UC items */
.loginBox
{
	width:150px;
	background: White url(/images/loginboxbg.gif) no-repeat;
	padding-top:8px;
	height: 145px;
	margin-bottom: 4px;
}

.loginTable
{
	border:1px;
	width:150px;
}

.loginTableConL
{
	font-size:11px;
	padding-bottom:6px;
	padding-right:3px;
	text-align:right;
	width:65px;
}

.loginTableCon
{
	font-size:11px;
	padding-bottom:6px;
	text-align:left;
}

.logInTextBox
{
	font-size:11px;
	width:65px;
}

.loginText
{
	padding: 0px 4px 0px 4px;
}

.dvLoggedIn
{
	font-family: Arial, sans-serif;
	color: #5b4a34;
	font-size: 10px;
}

.dvLogOut
{
	font-family: Arial, sans-serif;
	color: #5b4a34;
	font-size: 10px;
	margin-top:4px;
}

.dvLogContact
{
	font-family: Arial, sans-serif;
	color: #5b4a34;
	font-size: 10px;
	margin-top:4px;
	padding-left:4px;
}

/* spirit pack sport left image classes */
.spSportLeft
{
	width:150px;
	margin-bottom: 10px;
}

/* spirit pack logo image classes */
.spSPLogo
{
	width:150px;
	margin-bottom: 10px;
}

/* spirit pack mandatory items classes */
.spManItems
{
	width:150px;
	margin-bottom: 10px;
}

.spManItemsTitle
{
	font-weight:bold;
	font-family: Arial, sans-serif;
	font-size:12px;
	color:Red;
}

.spManItemsList
{
	margin-top:4px;
}

.spManItemsList a, .spManItemsList a:visited
{
	color: Red;
}

.spManItemsList a:hover, .spManItemsList a:visited:hover, .spManItemsList a:active
{
	color: Black;
}

.spManItem
{
	margin-top:2px;
}

.spContactInfo
{
	margin-top:8px;
}

/* text items */
.errorMsg
{
    color:red;
    font-weight:bold;
    margin-bottom:10px;
    font-family: Arial, sans-serif;
    font-size: 11px;
}

p, td, li, .baseFont
{
	font-family: Arial, sans-serif;
	color: #5b4a34;
	font-weight: normal;
	font-size: 12px;
}

.footerText
{
	font-family: Arial, sans-serif;
    text-align: center;
}

.footerText a, .footerText a:hover, .footerText a:visited:hover, .footerText a:active, .footerText a:visited
{
	font-size:12px;
	text-decoration:underline;
}


