﻿/* DEFAULTS
----------------------------------------------------------*/

a {text-decoration: none; }

body   
{
    background-color: white;
    /*background-image:url(../Images/background3.jpg);
    background-repeat:no-repeat;
    background-position:center top;*/
    font-size: 1.3em;
    font-family: 'Oswald', sans-serif;
    margin: 10px;
    padding: 0px;
    color: #222222;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

/*h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    text-transform: none;
    font-weight: 100;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.8em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    color:Green;
    font-style:italic;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}*/

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 1080px;*/
	  background:transparent;
    /*margin: 1px auto 0px auto;*/
	margin-top:60px;
}

.opaqueDiv
{
   background-image: url(../Images/wash-white-30.png);
   height:auto;
   overflow:auto;
}

.header
{
	background-color:White;
	position:relative;
	height:64px;
	width:100%;
	padding:5px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
}

.header h1
{
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border: none;
    line-height: 2.4em;
    font-size: 2.4em;
    font-style: italic;
}

.menuItem{
	padding-top:20px;
}

.titleMain
{
	position:absolute;
	height:105px;
	left:10px;
	top:10px;
	/*border-style:solid;
	border-width:1px;*/

	background-color:#ffffcc;
}

.loginMain
{
	position:absolute;
	height:105px;
	left:420px;
	top:10px;
	/*border-style:solid;
	border-width:1px;*/

	background-color:#ffffcc;
}

.mainContent
{
	position:relative;
  /*margin:0px 10px 0px 10px;*/
  height:100%;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.grid
{
	display:inline;
	float:left;
	margin-right:10px;
}

.rankingsPanel
{
	background-color:#222222;
	color:#ffffff;
	border-radius:3px;
}

.rankingsPanel h2
{
	font-size:medium;
}

.rankingsPanel th
{
	color:#aaaaaa;
}

.rankingsHeader
{
	background-color:#222222;
	border-radius:3px 3px 0px 0px;
	border-bottom:1px solid #999999;
	color:White;
	font-size:large;
	text-align:center;
}

.rankName > a
{
	color:#ffffff;
}

.rankName > a:hover
{
	color:Yellow;
}

.rankPos
{
	text-align:center;
	color:#fff;
}

.rankName
{
	text-align:left;
	color:#ffffff;
}

.rankPct
{
	text-align:right;
}


.currentSelection a, .currentSelection a:hover
{
	color:Yellow;
}

.currentSelection
{
	color:Yellow;
	background:#003300;
	border-bottom:2 solid #ffffff;
}

.rankingsDiv
{
	background-color:#00a123;
}

.rankingsMenu
{
	color:White;
	font-size:large;
	font-weight:bold;
	text-align: -webkit-center;
}

.rankingsMenu ul
{
	display:table-row;
	list-style:none;
}

.rankingsMenu ul li
{
	display:table-cell;
	padding:0px 15px 0px 15px;
}

.rankingsMenu ul li a, .rankingsMenu ul li a:visited
{
	color:White;
}

.rankingsMenu ul li a:hover
{
	color:Yellow;
}

.fullPagePanel
{
	background-color:#ffffff;
	
}

.infoPanel
{
	background-color:#ffffff;
}

.infoDiv
{
	padding:8px;
}

.replyRow
{
	background-color:#ffffff;
}

.smackDiv
{
	padding:8px;
}


.panelHeader
{
	background: #333;
	border-color: #7fbf58;
	color: #7fbf58;
	font-size:large;
	text-align:center;
}

.panelHeader a
{
	color:Yellow;
}

.dataHeader
{
	font-weight:bold;
	background-color:#4e5766;
	color: #eeeeee;
}

.winnerBlock
{
	font-weight:bold;
	background-color:#aaffaa;
}

.auditLogRow
{
	background-color:#eeeeee;
}

.auditLogRowAlt
{
	background-color:#dddddd;
}

.auditLogRowError
{
	color:#ff0000;
}

.auditLogRowWarning
{
	color:#ff0000;
}

.needsReview
{
	/*background-color:#dddddd;*/
	color:Red;
}

.login
{
    margin: auto;
    text-align: center;
    padding: 10px;
    border-collapse:collapse; 
    border:1px solid #496077; 
}

.titleText
{
	text-align:center;
}

table.noPadding
{
  border-collapse:collapse;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

table.noPadding tr td
{
  border-collapse:collapse;
  margin: 0px 0px 0px 0px;
  padding: 1px;
}

/* TAB MENU   
----------------------------------------------------------*/

div.placemat
{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
}

div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    width:100%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.failureNotification
{
    font-size: 1.2em;
	text-align: right;
	color:inherit !important;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.errorText
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

.errorTextHeader
{
	font-size: 14pt;
	font-family: Arial;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
}

.errorMessage
{
    font-size: 1em;
    margin: 0px;
    padding: 0px;
		font-weight: bold;
		color: #FF0000;
}

.successMessage
{
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.profilePic
{
	vertical-align:top;
}

.replyProfilePic
{
	background-color:#ddddff;
	vertical-align:top;
	border-left: 1px solid #496077;
	border-bottom: 1px solid #496077;
}

.smackReplyMessage
{
	background-color:#ddddff;
	vertical-align:top;
	border-bottom: 1px solid #496077;
}

.smackUserName
{
	font-weight:bold;
	color:Maroon;
}

.smackSubject
{
	font-weight:bold;
	color:#111155;
}

.smackActions
{
	font-size:smaller;
}

.replyRow
{
}

.messageRow
{
	border-bottom: 1px solid #496077;
	padding-top: 10px;
}

.thisWeekLink
{
	min-width: 30px;
    height: 30px;
	  background: #7fbf58;
	  border-color: #7fbf58;
	  color: #333;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
	font-weight: 700;
    border-radius: 6px;
    border: solid 1px black;
	display: inline-block;
    margin-left: 4px;
    padding-top: 4px;
}

.otherWeekLink
{
	min-width: 30px;
    height: 30px;
  background: #333;
  border-color: #7fbf58;
  color: #7fbf58;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
	font-weight: 700;
    cursor: pointer;
    border-radius: 6px;
    border: solid 1px black;
	display: inline-block;
    margin-left: 4px;

}

.otherWeekLink a
{
	text-decoration: none;
  color: #7fbf58;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 4px;
}
.otherWeekLink a:hover
{
	text-decoration: none;
  color: #a6fa73;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 4px;
}

.pickDateHeader
{
	 color:#1E7010;
	 /*border-bottom:1px solid #1E7010;*/
	 font-weight:bold;
	 font-size:16px;
	 padding-top:15px;
}

.pickerlist
{
	position:absolute;
	border:1px solid #000000;
	background-color:#ffffff;
	padding:5px;
	z-index:1000;
}

.standingsPreview
{
    border: none;
    color:#ffffff;
}

.standingsPreview h2
{
    color:#ffffff;
}

.standings-progress{
	margin-bottom:2px !important;
}

.gameBox
{
	border: 1px solid #496077;
	color:#000000;
	max-width:500px;
	margin-bottom: 5px;
}

/*.gameBox input
{
	height:100%;
	width:100%;
	margin:0;
}*/

.pickColumn{
	min-height:48px;
    text-align: center;
    padding-top: 15px !important;
}

.pickComplete
{
	background-color: #CFFBC7;
	min-height: 48px;
}

.pickNeeded
{
	background-color: #FBC7C7;
}

.logoColumn
{
	font-size:14px;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	min-height: 48px;
}

.teamColumn
{
	font-size:14px;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	min-height: 48px;
	padding-top: 16px;
}

.scoreColumn
{
	font-size:22px;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
	min-height: 48px;
}

.statusColumn
{
	font-size:12px;
	font-weight:normal;
	text-align:right;
	vertical-align:top;
	min-height: 48px;
}

.winnerScore
{
	color: #1E7010;
}

.winnerTeam
{
	font-weight: bold;
	color: #1E7010;
}

.gameInfoTeamPanel
{
	width: 100%;
	background-color:#eeeeee;
}

.gameInfoTeamName
{
	width:100%;
	height:25px;
	background-color:#333333;
	color:#ffffff;
	text-align:center;
	font-size:18px;
}

.gameInfoTeamSchedule
{
	width:100%;
	padding:5px;
	color:#444444;
}

.gameInfoPlace
{
	font-size:14px;
	text-align:center;
}
	
.gameInfoOpponent
{
	font-size:14px;
	text-align:left;
}
	
.gameInfoResultWin
{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:Green;
}

.gameInfoResultLoss
{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:Red;
}

.gameInfoScore
{
	font-size:14px;
	text-align:center;
}

.gameInfoBowl
{
	background-color:Yellow;
}

.gameInfoDate
{
	text-align: left;
}

.pickedNumber
{
	font-weight:bold;
	font-size:18px;
	text-align:center;
	color:Blue;
}

.pickedLabel
{
	display:block;
	font-size:9px;
}

.yearSelect
{
	position: relative;
	top:-3px;
	border-radius:3px;
	font-weight:bold;
	font-size:18px;
	color:#000099;
	display:inline;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
}

.selectedYear
{
	background-color:Gray;
}

.fcsTeam
{
	background-image:url(../images/fcs.png);
}

.conferenceGame
{
	text-align:center;
	background-color:Blue;
	color:White;
	font-weight:bold;
}

#groupsTable
{
	font-size:large;
}

#groupsTable th
{
	color:#888888;
}

#groupsTable tr
{
	border-bottom:1px solid #888888;
	vertical-align:top;
}

.groupsName
{
	width:300px;
	text-align:left;
	padding-left:10px;
}

.groupsCount
{
	width:100px;
	text-align:center;
	padding-left:10px;
}

.groupsAdmin
{
	width:300px;
	text-align:left;
	padding-left:10px;
}

.largeLink
{
	font-weight:bold;
	font-size:18px;
	color:Yellow;
}

.groupSelect
{
	font-size: 16px;
	background-color: #000000;
	color: #ffffff;
}

.ttTable
{
	background-color:White;
	width:1080px;
	margin:auto;
	margin-top:100px;
}

.ttHeader
{
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
}

.ttEntry
{
	font-size:1.1em;
}

.ttStart
{
	width:100px;
}

.ttEnd
{
	width:100px;
}

.ttDescription
{
	font-weight:bold;
}

.ttOutDescription
{
	font-size:1.2em;
	font-style:italic;
	padding-left:20px;
	color:#555555;
}

.ttTotalLabel
{
	text-align:right;
	font-weight:bold;
}

.ttTotal
{
	font-size:1.1em;
	font-weight:bold;
}

.ttWeekLine td
{
	background-color:#cccccc;
	border-bottom:1px solid #444444;
}

.ttInvoiceLine td
{
	background-color:#666666;
	color:White;
	border-bottom:1px solid #444444;
}

.ttRunning
{
	background-color:#33ff33;
}

.pad-no {
  padding: 0;
}


@media only screen and (min-width: 767px) {

.gameBox
{
	margin-bottom: 5px;
	margin-right:10px;
}

}



