/* ########################################
	GENERAL
########################################### */

.boxHighlight {
	font: bold 13px Verdana, sans-serif;
}

.pSection {
	font-style: italic;
	color: #5f5f5f;
	font-size: 13px;
	padding-left: 10px;
}

.pIcon {
	display: block;
	float: right;
	padding: 5px;
	border: 1px solid #0082D6;
	margin-left: 5px;
	margin-bottom: 5px;
}

.pIconImage {
	width: 75px;
	height: 75px;
	clip: rect(0px, 0px, 0px, 0px);
}

a.email {
    color: #0082D6;
    text-decoration: none;
    font-style: normal;
}

a:hover.email {
    text-decoration: underline;
}

a.downloadLink {
	cursor: pointer;	
}

a.downloadLink img {
	border: none;
	vertical-align: middle;
}

.simpleList {
    list-style-type: none;
}


/* ########################################
	STAFF
########################################### */

.pStaffBox {
	min-width: 300px;
	min-height: 425px;
}

.staffMember {
	position: relative;
	width: 120px;
	min-height: 185px;
	float: left;
	margin: 3px;
	padding: 1px;
	text-align: center;
}

.staffThumb {
	position: relative;
}

.staffThumbImage {
	width: 106px;
	height: 106px;
	padding: 2px;
	margin: 0px;
	border: 2px solid #0082D6; 
}

.staffContent {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 10px;
	text-align: center;
}

.staffName {
	font-size: 18px;
}

.staffTask {
	font-size: 13px;
	margin-top: 10px;
	font-style: italic;
}

/* ########################################
	STORE
########################################### */

.pStoreBox {
	min-height: 160px;
}

.pStoreSeparator {
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 30px;
	height: 1px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.storeThumb {
	position: relative;
	float: left;
	width: 154px;
	text-align: center;
}

.storeThumbImage {
	max-width: 146px;
	max-height: 146px;
	padding: 2px;
	margin: 0px;
	border: 2px solid #0082D6;
}

.storeContent {
	padding-left: 10px;
	margin-left: 160px;
}

.storeItemHeader {
	position: relative;
	height: 30px;
	margin-bottom: 5px;
}

.storeItemTitle {
	position: absolute;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	margin-right: 30px;
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #0082D6;
}

.storeItemPrice {
	position: relative;
	float: right;
	padding: 5px;
	color: #5f5f5f;
	font-size: 20px;
	font-style: italic;
}

.storeItemDescription {
	font: 11px/16px Verdana, sans-serif;
	color: #5f5f5f;
	margin: 0 0 10px;
}

.storeItemFeature {
	margin-bottom: 10px;
}

.storeItemFeatureTitle {
	font-weight: bold;
}

.storeItemFeatureDetails {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

.storeItemFeatureDetails ul {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

.storeItemFeatureDetailsPics {
    min-height: 40px;
}

.storeItemFeaturePicThumb {
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0px;
}

.storeItemList {
	list-style: none;
}

.storeItemList li a {
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: #5f5f5f;
}

.storeItemList li a:hover{
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	background: #5f5f5f;
}

/* ########################################
	LOCATIONS
########################################### */

#googleMap {
	width: 298px;
	height: 298px;
	float: right;
	border: 1px solid #0082D6;
}

/* ########################################
	WEATHER BOX
########################################### */

#weatherBox {
}

#weatherIconBox {
    position: relative;
}

#weatherIcon {
    position: relative;
    margin-top: -20px;
    left: -10px;
}

#weatherTemp {
    position: absolute;
    padding: 10px;
    top: 45px;
    left: 210px;
    font-size: 40px;
    height: 70px;
}

#weatherDateBox {
    position: absolute;
    text-align: center;
    top: 130px;
    left: 40px;
}

#weatherDate {
    font-size: 15px;
}

/* ########################################
	WEATHER
########################################### */

#weatherForecast {
    width: 500px;
    height: 422px;
    background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/blue_500x440_bg.jpg );
    background-repeat: no-repeat;
    background-color: #346797;
}

#weatherContent {
    height: 400px;
}


/* ########################################
	SCHEDULES
########################################### */

dl.scheduleCaption {
}

dl.scheduleCaption dt {
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
}

dl.scheduleCaption dd {
    padding-right: 20px
}


/* ########################################
	FORMS
########################################### */

table.formList {
    margin-left: 40px;
}

td.formLabel {
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
}

ul.teamList {
	list-style-image: url(---);
	list-style-type: disc;
}

ul.teamList li.teamPlayer {
	margin-left: 60px;
	color: #5f5f5f;
}

ul.teamList li.teamCoach {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	color: #5f5f5f;
}

ul.teamList li.teamAssistant {
	list-style-type: none;
	font-style: italic;
	color: #5f5f5f;
	font-size: 13px;
}

/* ########################################
	F11 STAFF
########################################### */

.fxiStaffTable {
  width: 1000px;
}

.fxiStaffMember {
  height: 114px;
	margin: 3px;
	padding: 1px;
	display: block;
}

.fxiStaffThumb {
  display: block;
  float: left;
  margin-right: 20px;
}

.fxiStaffThumbImage {
  float: left;
	width: 106px;
	height: 106px;
	padding: 2px;
	margin: 0px;
	border: 2px solid #0082D6;
	margin-right: 20px;
}

.fxiStaffContent {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 10px;
}

.fxiStaffName {
  margin-top: 30px;
	font-size: 18px;
	display: block;
}

.fxiStaffTask {
	font-size: 13px;
	margin-top: 10px;
	font-style: italic;
	display: block;
}


