﻿body
{
	margin: 0px;
	padding: 0px;
	background-color:Black; 

}
#MainContent
{
	width: 1024px; 
	/* margin-left:10%; */
	/* background-color:White;*/

}

#LoginBanner
{
	width: 1024px;
	height: 20px;
}
#header
{
	width: 1024px;
	height: 150px;
	background-image: url(     '../../images/Pirates Standard Header With Logo.png' );
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#header h1
{
	font-family: Calibri;
	text-align: left;
}

#BreadCrumb
{
	width: 1024px;
	height: 20px;
}

#leftcolumn
{
	float: left;
	width: 180px;
	height: 550px; 
	background-image: url(   '../../images/Pirates Standard Left Nav Minus Weather.png' );
	background-repeat: no-repeat;
}
#LeftNavigation
{
	float: right;
	width: 160px;
	height: 270px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#Weather
{
	width: 180px;
	height: 260px;
	font-family: Calibri;
	font-size: 11px;
	background-image: url(   '../../images/Weather.png' );
		float: right;

}
.WeatherTable
{
	background-color: #FFFFFF;
	width: 97%;
	height: 98%;
	margin-left: 3px;
	margin-top: 3px;
}

#content
{
	background-position: center center;
	float: right;
	width: 827px;
	height: 550px;
	background-image: url( '../../images/Content Background.png' );
	
}

#RightContent
{
	float: right;
	width:410px;
	height: 100%;
}

#LeftContent
{
	float:left;
	width:410px;
	height:100%;
}

#Practice
{
	border: 1px solid #000000;
	float: right;
	width: 390px;
	height: 250px;
	background-image: url(  '../../images/Information.png' );
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-left: 10px;
}


.InformationHeader
{
	font-family: Calibri;
	font-size: large;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}

#Filter
{
	/* border: thin dashed #00FF00;*/
	width: 98%;
	text-align: center;
}
#Schedule
{
	/* border: thin dashed #0000FF;*/ 
	width: 98%;
	padding-left:10px;
}

#Games
{
	border: 1px solid #000000;
	width: 390px;
	height: 250px;
	float:left;
	background-image: url(  '../../images/Information.png' );
	background-repeat: no-repeat;
	margin-top:15px;
	padding-left: 10px;
}


#News
{
	border: 1px solid #000000;
	margin-top: 10px;
	float: right;
	width: 390px;
	height: 250px;
	background-image: url(  '../../images/Information.png' );
	background-repeat: no-repeat;
	padding-left: 10px;
}

#Events
{
	border: 1px solid #000000;
	margin-top: 10px;
	float:left;
	width: 390px;
	height: 250px;
	background-image: url(  '../../images/Information.png' );
	padding-left: 10px;
	background-repeat: no-repeat;
}


#News p
{
	padding: 5px;
	font-family: Calibri;
	font-size: small;
}

#Events p
{
	padding: 5px;
	font-family: Calibri;
	font-size: small;
}

#RightColumn
{
	border: thin dashed #000000;
	float: right;
	width: 48%;
	height: 100%;
}

#LeftColumn
{
	border: thin dashed #000000;
	float:left;
	width:48%;
	height:100%;
}
#LoggedIn
{
	float:right;
	font-family: Calibri;
	font-size: x-small;
	color: #000000;
	text-align: right;
}


#NotLoggedIn
{
	float:right;
	font-family: Calibri;
	font-size: x-small;
	color: #000000;
}

#footer
{
	font-family: Calibri;
	font-size: small;
	width: 100%;
	height: 100px;
	text-align: center;
	color: #FFD700;
	padding-top:10px;
}

#Greeting
{

	width: 100%;
	height: 200px;
	background-image: url(      '../../images/Greetings.png' );
	background-repeat: no-repeat;
}

#Greeting h1
{
	font-family: Calibri;
	text-align: center;
	text-decoration: underline;
	font-size: large;
}
#Greeting p
{
	padding: 5px;
	font-family: Calibri;
	font-size: small;
}

#BoardMembers
{
	padding: 5px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	width:87%;
}

#BoardMembers h1
{
	font-family: Calibri;
	font-size: xx-large;
	text-decoration: underline;
	text-align: center;
}

#MemberCard
{
	border: 1px solid #FF0000;
	width: 250px;
	height: 75px;
	font-family: Calibri;
	margin-right: 2px;
	padding: 5px;
	font-size: 12px;
	background-color: #FFD700;
	color: #000000;
	font-weight: bold;
}

#CoachesCard
{
	border: 1px solid #FF0000;
	width: 250px;
	height: 75px;
	font-family: Calibri;
	margin-right: 2px;
	padding: 5px;
	font-size: 12px;
	background-color: #FFD700;
	color: #000000;
	font-weight: bold;
}

.TeamHeader
{
	width: 99%;
	height: 15%;
	font-family: Calibri;
	font-size: xx-large;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
}

.TeamPhoto
{
	width: 99%;
	height: 85%;
}
#Roster
{
	width:600px;
	height:100%;
}

#PlayerCard
{
	margin: 2px 4px 2px 4px;
	width: 150px;
	height: 250px;
	background-image: url(              '../../images/Baseball Card.jpg' );
}
#PlayerImage
{
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 47px;
}

#PlayerStats
{
	width: 130px;
	height: 22px;
	font-family: Calibri;
	position: relative;
	top: 72px;
	text-align: center;
	vertical-align: middle;
	font-size: small;
	left: 10px;
}

#Paging
{
	width: 99%;
	font-family: Calibri;
	font-size: medium;
	text-align: center;
}

#Players
{
	width: 99%;
	height: 525px;
	padding-left: 10px;
}
#Links
{
	padding: 10px;
	width: 97%;
	font-family: Calibri;
	font-size: medium;
}
#GameCard
{
	border: 1px solid #FF0000;
	width: 170px;
	height: 75px;
	padding: 10px;
	margin: 2px; /* border-style: outset;*/
	font-family: Calibri;
	font-size: small;
	background-color: #FFD700;
	color: #000000;
	font-weight: bold;
}

#TravelTeams
{
	width:60%;
	font-family: Calibri;
	font-size: small;
	text-align: left;
	padding-left: 10px;
}

#TravelTeams h1
{
	font-family: Calibri;
	font-size: xx-large;
	text-decoration: underline;
	text-align: center;
}

#Game
{
	/* border: thin dashed #00FF00;*/
	height: 200px;
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	margin-left: 15px;
}

#GameHeader
{
	font-family: Calibri;
	font-size: xx-large;
	text-decoration: underline;
	text-align: center;
}

.ScheduleLabelColumn
{
	border: 1px solid #FFD700;
	text-align: right;
	width: 35%;
	padding-right: 5px;
	background-color: #000000;
	color: #FFD700;
}

#OpeningImage
{
	background-position: center center;
	width: 100%;
	height: 600px;
	background-image: url(  '../../images/Pirates Logo.jpg' );
	background-repeat: no-repeat;
}
#SelectView
{
	height:200px;
	font-family: Calibri;
	font-size: small;
	text-align: left;
	margin-left:15px;
}
#ViewHeader
{
	font-family: Calibri;
	text-align:center;
	font-size: xx-large;
	text-decoration: underline;
	
}

#EventHeader
{
	font-family: Calibri;
	font-size: xx-large;
	text-decoration: underline;
	text-align: center;
}

#EventCard
{
	border: 1px solid #FF0000;
	width: 250px;
	height: 90px;
	font-family: Calibri;
	margin-right: 2px;
	padding: 5px;
	font-size: small;
	background-color: #FFD700;
	color: #000000;
	font-weight: bold;
}
#EventList
{
	/* border: thin dashed #0000FF;*/ 
	width: 98%;
	padding-left:10px;
}

#map
{
	/* border: thin dashed #FFFF00;*/
	width: 600px;
	height: 275px;
	margin-left: 15px;
}
#ErrorExplanation
{
	font-family: Calibri;
	color: #000000;
}
#Error
{
	font-family: Calibri;
	color: #FF0000;
}

#Error h2
{
	font-family: Calibri;
	color: #000000;
	text-decoration: underline;
}
#Error p
{
	font-family: Calibri;
	color: #000000;
	margin-left: 25px;
}

#TeamStandings
{
	font-family: Calibri;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 10px; 
}

#TeamStandings h1
{
	width: 89%;
	font-family: Calibri;
	font-size: 26px;
	text-decoration: underline;
	text-align: center;
}

#TournamentHeader
{
	font-family: Calibri;
	font-size: xx-large;
	text-decoration: underline;
	text-align: center;
}

#TournamentCard
{
	border: 1px solid #FF0000;
	width: 225px;
	height: 75px;
	font-family: Calibri;
	margin-right: 2px;
	padding: 5px;
	font-size: small;
	background-color: #FFD700;
	color: #000000;
	font-weight: bold;
}
#TournamentList
{
	/* border: thin dashed #0000FF;*/ 
	width: 98%;
	padding-left:10px;
}
#TournamentHeader
{
	font-family: Calibri;
	font-size: xx-large;
	text-decoration: underline;
	text-align: center;
}

#Tournament
{
	/* border: thin dashed #00FF00;*/
	height: 200px;
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	margin-left: 15px;
}
.TournamentLabelColumn
{
	border: 1px solid #FFD700;
	text-align: right;
	width: 20%;
	padding-right: 5px;
	background-color: #000000;
	color: #FFD700;
}

#Sponsers
{
	padding: 10px;
	width: 97%;
	font-family: Calibri;
	font-size: medium;
}
#NewsArticleHeader
{
	/* border: 1px solid #000000;*/
	height: 40px;
	width: 97%;
	font-family: Calibri;
	font-size: xx-large;
	text-align: center;
	text-decoration: underline;
}

#NewsArticleLeftColumn
{
	/* border: 1px solid #00FF00; */
	height: 500px;
	width: 175px;
	font-family: Calibri;
	font-size: small;
	text-align: left;
	margin-left: 15px;
	float: left;
	padding-top: 15px;
}	
#NewsArticleRightColumn
{
	/* border: 1px solid #0000FF;*/
	width: 625px;
	height: 500px;
	font-family: Calibri;
	font-size: small;
	float:right;
}	

.RecordTeamHeaderColumn
{
	border: 1px solid #FFD700;
	width: 150px;
	text-align: left;
	font-family: Calibri;
	font-size: 16px;
	color: #FFD700;
	background-color: #000000;
}

.RecordTeamColumn
{
	width: 150px;
	text-align: left;
	font-family: Calibri;
	font-size: 16px;
}

.RecordHeaderColumn
{
	border: 1px solid #FFD700;
	width: 50px;
	font-family: Calibri;
	font-size: 16px;
	color: #FFD700;
	background-color: #000000;
}
.RecordColumn
{
	width: 50px;
	font-family: Calibri;
	font-size:16px;
	text-align: center;
}


.GameSummaryCard
{
	border: 1px solid #FF0000;
	width: 170px;
	height: 75px;
	padding: 5px;
	margin: 2px; /* border-style: outset;*/
	font-family: Calibri;
	font-size: 12px;
	text-align: center;
	background-color: #FFD700;
	color: #000000;
	font-weight: bold;
	float: left;
}

.GameSummaryGroupViewItem
{
  padding:5px;
  clear:both;
}

.BoxScoreHeaderColumn
{
	border: 1px solid #FFD700;
	width: 25px;
	font-family: Calibri;
	font-size: 11px;
	color: #FFD700;
	background-color: #000000;
}
.BoxScoreNameHeaderColumn
{
	border: 1px solid #FFD700;
	width: 75px;
	font-family: Calibri;
	font-size: 11px;
	color: #FFD700;
	background-color: #000000;
}
.BoxScoreTeamHeaderColumn
{
	border: 1px solid #FFD700;
	width: 200px;
	text-align: left;
	font-family: Calibri;
	font-size: 11px;
	color: #FFD700;
	background-color: #000000;
}

.BoxScoreTeamColumn
{
	width:200px;
	text-align:left;
	font-family:Calibri;
	font-size: 11px;
}	
.BoxScoreNameColumn
{
	width:75px;
	text-align:left;
	font-family:Calibri;
	font-size: 11px;
}	

.BoxScoreNumberColumn
{
	width:150px;
	text-align:right;
	font-family: Calibri;
	font-size: 11px;
}	
.BoxScoreColumn
{
	width:25px;
	text-align:center;  
	font-family: Calibri;
	font-size: 11px;	
}

.UpdateCancel
{
	font-family: Calibri;
	font-size: 11px;	
}
#GameSummary
{
/*	border: 1px solid #00FF00; */
	margin: 5px 0px 0px 10px;
	width: 800px;
	height: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.EventLabelColumn
{
	border: 1px solid #FFD700;
	text-align: right;
	width: 15%;
	padding-right: 5px;
	background-color: #000000;
	color: #FFD700;
}

#BackToList
{
	text-align:center;
	height:15px;
	width: 99%;
}

#GamesPlayed
{
	padding-left: 25px;
}
.StatHeader
{
	text-align:left;
	font-family: Calibri;
	font-size: 11px;	
	color:#000000 ;
	background-color: #FFD700;
}	
.TryoutHeader
{
	font-family: Calibri;
	font-size: 30px;
	text-decoration: underline;
	text-align: center;
}
.PageHeader
{
	font-family: Calibri;
	font-size: 30px;
	text-decoration: underline;
	text-align: center;
}
.PageInformation
{
	/* border: 1px solid #0000FF;*/
	padding: 5px;
	font-family: Calibri;
	font-size: 14px;
	width: 98%;
	height: 50px;
}
.TryoutInformation
{
	/* border: 1px solid #0000FF; */
	padding: 5px;
	font-family: Calibri;
	font-size: 14px;
	width: 98%;
	height: 50px;
}
.TryoutTeamSchedule
{
	/* border: 1px solid #FFD700; */
	padding: 5px;
	font-family: Calibri;
	font-size: 14px;
	width: 300px;
	height: 430px;
	float:left;
}
.TryoutTeamScheduleHeader
{
	/* border: 1px solid #FFD700; */
	text-align: left;
	font-family: Calibri;
	font-size: 14px;
	color: #FFD700;
	background-color: #000000;
}
.TryoutTeamScheduleTitle
{
	font-family: Calibri;
	font-size: 18px;
	text-decoration: underline;
	text-align: center;
}
.TryoutRegistration
{
	padding: 5px;
	/* border: 1px solid #00FF00;*/ 
	font-family: Calibri;
	float:right;
	width: 500px;
	height: 430px;
}
.TryoutRegistrationGroupHeader
{
	border: 1px solid #FFD700;
	text-align: left;
	font-family: Calibri;
	font-size: 14px;
	color: #FFD700;
	background-color: #000000;
	margin-left: 2px;
}
.TryRegistrationColumn1
{
	 text-align:right;
}

.ThankYou
{
	padding: 5px 25px 5px 25px;
	font-family: Calibri;
	font-size: 14px;
}

.SponsorCardGold
{
	margin: 2px; /* border: 1px solid #FF0000;*/
	width: 120px;
	height: 45px;
	font-family: Calibri;
	padding: 5px;
	font-size: 14px; /* background-color: #FFD700;*/
	text-align: center;
	vertical-align: middle;
	color: #000000;
	float: left;
	background-color: #FFD700;
}
.SponsorCardSilver
{
	margin: 2px; /* border: 1px solid #FF0000;*/
	width: 120px;
	height: 45px;
	font-family: Calibri;
	padding: 5px;
	font-size: 14px; /* background-color: #FFD700;*/
	text-align: center;
	vertical-align: middle;
	color: #000000;
	float: left;
	background-color: #C0C0C0;
}
.SponsorCard
{
    float:left;  
    text-align:center;
    padding: 2px;
    /* border: 1px solid #000000;*/
}

.Sponsors
{
    /* border: 1px solid #000000; */
    margin: 5px;
    padding: 2px;
    width: 97%;
    font-family: Calibri;
    font-size: 11px;
    text-align: left;
    clear:both;
}


.TheBoardMembers
{
	padding: 5px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	width:87%;
	font-size: 12px;
	font-family: Calibri;
}

.TheBoardMembers h2
{
	font-family: Calibri;
	/* font-size: xx-large;*/
	text-decoration: underline;
	border: 1px solid #FF0000;
	background-color: #FFD700;
	text-align: center;
}
.BoardMemberCard
{
	border: 1px solid #FF0000;
	width: 250px;
	height: 50px;
	font-family: Calibri;
	margin-right: 2px;
	padding: 5px;
	font-size: 12px;
	background-color: #FFD700;
	color: #000000;
	font-weight: bold;
	float:left;
}
.EmailDelivery
{
	padding: 2%;
	/* border: 1px solid #FF0000;*/
	width: 90%;
	margin-left: 2%;
	margin-top: 5%;
	background-color: #F4F4F4;
}

.EmailTextCol
{
	font-family: Calibri;
	width:15%;
}
.EmailSubjectTextControl
{
	font-family: Calibri;
	width:50%;
}
.EmailBodyTextControl
{
	font-family: Calibri;
	width: 100%;
	height: 300px;
}
.PokerLink
{
	color:Black;
	font:Calibri;
	font-size:smaller;
}
.TournamentBody
{
    padding:10px;
    font-family: Calibri;

}
.BirthdayInfoFont
{
	width:50%;
	font-size: 14px
}
.ColumnofInformation
{
	font-family: Calibri;
	width:49%;
	float:left;
}
.ColumnofInformation h1
{
	text-align:center;
	text-decoration:underline;
}
.CoachesHeader
{
	font-family: Calibri;
	text-align:center;
	text-decoration:underline;
	font-size: 26px;

}
.CoachesInformation
{
	/* border: 1px solid #FF0000;*/

	font-family: Calibri;
	margin-right: 2px;
	padding: 5px;
	font-size: 12px;
	/* background-color: #FFD700;*/
	color: #000000;
	font-weight: bold;
}
.CoachesInformationHeader
{
	text-align:center;
	text-decoration:underline;
	font-size: 16px;
	font-family: Calibri;
	border: 1px solid #FF0000;
	background-color: #FFD700;
	font-weight: bold;


}
