
/***************************
* Tag Definitions
***************************/
body {
	margin: 0px;
	background-color: #eeeeee;
}
body, td {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}
input, textarea, select {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 4px;
}
h2 {
	font-size: 18px;
}
a {
	color: darkblue;
}
a:hover {
	color: #cc3300;
}
form {
	margin: 3px 0px 3px 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
br {
	line-height: 8px; 
}

/***************************
* Generic Classes
***************************/
.small { font-size: 11px; }
.tiny { font-size: 8px; }
.bold { font-weight: bold; }
.botmrg { margin-bottom: 6px; }
.statusMessage {
	color:#df0000;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 11px;
}
.hidden { 
	display: none
}
.photo {
	border: 1px solid #999999;
}
.listrow0 { 
	background-color: white;
}
.listrow1 { 
	background-color: #eeeeee; 
}
.newListRow { 
	background-color: #ffcc00; 
}
.messageTable {
	background-color: #E1E1F0;
	font-weight: bold;
	border: 1px solid #647BB1;
}

/****************************
* Template
****************************/
#mainTable {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#banner {
	border-bottom: 1px solid #cccccc;
}
#menuBar {
	background-color: #E1E1F0;
	border-bottom: 1px solid #888888;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: darkblue;
}
.menuBarSeperator {
	margin: 0px 3px 0px 3px;
}
#mainPane {
	background-color: white;
}
#contentPane {
	padding: 8px;
}
#sidebar {
	padding: 8px;
	border-left: 1px dashed #aaaaaa;
}
.navLink {
	text-decoration: none;
}

/*****************************
* Global Classes
*****************************/
.pageHeader {
	background-image: url('../images/headerO.gif');
	background-repeat: no-repeat;
	height: 34px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	color: darkblue;
	text-transform: lowercase;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-left: 20px;
}
.paraHeader {
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
.sideBarItem {
	margin-bottom: 8px;
}
.sideBarHeader {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: darkblue;
	padding: 1px 0px 2px 3px;
	color: white;
}
.sideBarBody {
	font-size: 11px;
	background-color: #f6f6f6;
	border: 1px solid #888888;
	border-top: 0px;
	padding: 4px;
	background-image: url('../images/watermark1.gif');
}
.headerRow {
	color: white;
	font:arial;
	background-color: #647BB1;
	border-top: 1px solid darkblue;
	border-bottom: 1px solid darkblue;
	font-size: 11px;
	font-weight: bold;
}
.headerRow2 {
	color: #666666;
	background-color: #dddddd;
	font-size: 11px;
	font-weight: bold;
}
.bodySection {
	margin-bottom: 5px;
}
.cms {
	border: 1px solid #888888;
	background-color: white;
	font-size: 11px;
}
.cmsLabel, .formLabel {
	font-size: 11px;
	color: #666666;
	margin-top: -1px;
}
.addNewLink {
	color: #888888;
	font-weight: bold;
}

/*********************************
* League Section
**********************************/
.stdgPoints, .stdgRegStat {
	text-align: right;
	width: 22px;
}
.stdgGoals {
	text-align: right;
	width: 28px;
}
.stdgPoints, .stdgRegStat, .stdgTeamName, .stdgPlace, .stdgGoals, .teamLeaguem, .normalCell {
	background-color: #f6f6f6;
	font-size: 11px;
}
.stdgPlace {
	font-weight: bold;
	width: 20px;
}
.stdgTeamName {
	width: 180px;
	font-size: 11px;
}
.stdgPoints {
	font-weight: bold;
}
td.rsltCell {
	vertical-align:top;
	padding: 0px 5px 5px 0px;
}
.rsltDate {
	margin-bottom: 5px;
	margin-left: 3px;
	font-weight: bold;
	font-size:12px;
}
.rsltDayTable {
	margin-bottom: 6px;
	margin-left: 20px;
}
.rsltTeamName, .rsltScore {
	background-color: #f6f6f6;
	width: 180px;
	font-size: 11px;
}
.rsltScore {
	width: 20px;
	text-align: right;
	font-size: 11px;
}
.rsltWinner {
	font-weight: bold;
}
.teamLeague {
	width: 180px;
}
.schedDate {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 3px;
}
.schedGameGroup {
	margin-bottom: 8px;
}
.usersTeam {
	color: green;
	font-weight: bold;
}
.profileWrapper {
	background-color: #f6f6f6;
	border: 2px solid #888888;
	padding: 15px;
	width: 90%;
}
.profileName {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
	
/*********************************
* News/Events Section
*********************************/
.newsItem {
	margin-bottom: 20px;
}
.newsTitle {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-bottom: 3px;
}
.newsTitleLink {
	color: black;
	text-decoration: none;
}
.newsBody {
	margin-bottom: 2px;
}
.newsDatePosted {
	font-size:  11px;
}
.moreLink {
	font-size:  11px;
}
.event {
	margin-bottom: 6px;
}
.eventName {
	font-weight: bold;
}
.eventDate {
}
.eventLink {
}
.newsBody > br {
	line-height: 12px;
}
.commentsWrapper {
	border: 2px solid #888888;
	background-color: #f6f6f6;
	padding: 10px;
}
.commentsTitle {
	font-weight: bold;
	font-size: 16px;
	color: darkblue;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
/*********************************
* Get Involved Section
*********************************/
.involvedNumber {
	font-size: 60px;
	color: darkblue;
	font-weight: bold;
	line-height: 60px;
	padding-right: 5px;
}
.involvedTitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.involvedTable {
	background-color: #f6f6f6;
	padding: 5px;
	height: 85px;
	cursor: hand;
}
/*********************************
* Association Section
*********************************/
.boardName {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}
.execOffice {
	font-weight: bold;
}
.boardBio {
	margin-top: 8px;
	margin-bottom: 12px;
}
/*********************************
* Links Section
*********************************/
.linkGroup {
	margin-bottom: 20px;
	width: 85%;
}
.linkGroupHeader {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 8px;
	color: black;
}
.linkDescription {
	margin-bottom: 5px;
}
.linkCatMenu {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	margin-bottom: 10px;
	padding: 5px 0px 10px 0px;
	background-color: #f6f6f6;
	width: 90%
}