/*Priority
1. Inline style (inside HTML element)
2. Internal style sheet (inside head section)
3. External style sheet
4. Browser default
*/

/* Generic Selectors http://www.w3schools.com/tags/ */

abbr {

}

address {

}

area {

}

article {

}

aside {

}

audio {

}

b {

}

base {

}

bdi {

}

bdo {

}

blockquote {

}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #333333;
    background-color: #F9F9F9
}

li {
    list-style-type: none;
    line-height: 150%;
/*    list-style-image: url(../images/arrowSmall.gif);*/
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000000;
    /*border-bottom: 1px solid #C6EC8C;*/
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	width: 100%;
}

/*Team names in cells*/
h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 100%;
	display: inline;
}

/*Game times in cells*/
h7 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 80%;
	display: inline;
}

footer {
	font-size:75%;
	text-align:center;
	position: fixed;
	width: 100%;
	bottom: 0;
}

form {
	text-align: left;
}

p {
	display: inline;
}

div#tos {
	height:120px;
	width:960px;
	border:1px solid #ccc;
	font:16px/26px Georgia, Garamond, Serif;
	overflow:auto;
	margin-left: auto;
	margin-right: auto;
}

/*Classes*/
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*Table center*/
.tc {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

.tc-70{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	width: 70%;
	table-layout: fixed;
}

/*Team Cells*/
/*Cell, Current Pick*/
.cCP {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid black;
	background-color: #0000FF; /*blue*/
	color: #FFFFFF; /*white*/
}

/*Cell, Team Unavailable*/
.cTU {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid black;
	background-color: #FFFF00; /*yellow*/
	color: #000000; /*black*/
}

/*Cell, Used Previously*/
.cUP {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid black;
	background-color: #FF0000; /*red*/
	color: #000000; /*black*/
}

/*Cell, Available*/
.cA {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid black;
	background-color: #00FF00; /*green*/
	color: #000000; /*black*/
}
/*Cell, Overriden*/
.cOVR {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid black;
	background-color: #33FFFF; /*teal*/
	color: #000000; /*black*/
}

.column-leagueName{
	min-width: 30px;
	width: 60%;
	text-align: left;
}

.column-leagueYear{
	min-width: 30px;
	width: 10%;
	text-align: center;
}

.column-leagueID{
	min-width: 30px;
	width: 10%;
	text-align: left;
}

.column-leaguePassword{
	min-width: 30px;
	width: 20%;
	text-align: left;
}

/*Pseudo classes, following are the codes:*/
a:link {
    color: #0000FF;
    text-decoration: underline;
    font-weight: bold;
}

a:visited {
    color: #00CC00;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #FF0000;
    font-weight: bold;
	/*padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: underline;*/
}

a:active {
/*    color: ;*/
    font-weight: bold;
}

li:link {
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
}

li a:visited {
    color: #00CC00;
    text-decoration: none;
    font-weight: bold;
}

li a:hover {
    display: block;
    color: #FF0000;
    font-weight: bold;
/*    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C6EC8C;*/
}

/*ID's:*/
#navigation {
    position: absolute;
    width: 210px;
    height: 600px;
    margin: 0;
    margin-top: 50px;
    border-right: 1px solid #C6EC8C;
    font-weight: normal;
}

#container {
    position: absolute;
    padding: 0 0 20px 0; /*top right bottom left*/
    margin-top: 50px;
    margin-left: 235px;
}

#headermenu {
	font-weight: normal;
	font-size: 75%;
	width: 100%;
}

#conf {
	text-align: center;
	padding: 10px;
}

#login {
	text-align: center;
}

#joinleague {
	text-align: center;
}

#grid {
	text-align: center;
}

#forgotpw {
	text-align: center;
}

#LeagueSummary {
	text-align: right;
	margin-bottom: 20px;
}

#SummaryTotalTeams{
	text-align: center;
}

.user-firstname{
	width: 17em;
}

.user-lastname{
	width: 17em;
}

.user-email{
	width: 17em;
}

.user-login{
	width: 17em;
}

.user-password{
	width: 17em;
}

.user-phone{
	width: 17em;
}

.user-carrier{
	width: 17.5em;
}

.user-checkbox{
	
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
	.tab-links a {
		padding:9px 15px;
		display:inline-block;
		border-radius:3px 3px 0px 0px;
		background:#f9f9f9;
		font-size:16px;
		font-weight:600;
		color:#000000;
		transition:all linear 0.15s;
	}

	.tab-links a:hover {
		background:#a7cce5;
		text-decoration:none;
	}
 
    li.active a, li.active a:hover {
        background:#7fb5da;
        color:#000000;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding:15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#f9f9f9;
    }
 
	.tab {
		display:none;
	}

	.tab.active {
		display:block;
	}
