.subHeading{
	display:block;
    color: #888;
    padding-bottom:2em;
}
.hover {
	cursor:pointer;
}
a:link {
	color: #335599;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #225DB7;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
#headlines ul {
	list-style-type:square;
	padding:1em;
}

#headlines li {
	margin-bottom:1em;
}

.checked{
    background-image: url('/images/checkbox.png');
    background-repeat:no-repeat;
    background-position: center;
	padding: 0.5em;
}


#subscribe{
    float:right;
    line-height:20px;
    background-image: url('/images/mailIcon.png');
    background-repeat:no-repeat;
    background-position: 5px 5px;
	padding: 3px 5px 3px 34px;
	-moz-border-radius:5px 5px 5px 5px;
    border:1px solid #CCCCCC;
    color:#003366;
}
#subscribe:hover{
    border:1px solid #003366;
    text-decoration: underline;
}

/*
li.ui-state-default{ background:none; }
.teamOptions li{
	display: inline-block;
}
.teamOptions span.ui-icon{
	display: inline-block;
}
#main .teamOptions a{
	color: #003366;
	padding: 0 3px 3px 0;
}
#main .teamOptions a:hover{
	color: white;
}
*/
/* Team Page */
.teamOptions{
	float:right;
	border: 1px solid #003366;
	background-color: #335599;
	padding: 10px;
}
.teamOptions ul{
	padding-left: 0px;
}
.teamOptions li{
	display: inline-block;
}
#main .teamOptions a{
	color: white;
	padding: 0 3px 3px 0;
}

.teamPage table,
.standings table,
.standings span#updated{
	float:left;
	margin-left: 15px;
}


.pageDesc{
	width: 500px;
}
.hideNode{
	display:none;
}

//Team Checkin Page
#main #rosterContainer button#submitForm{
	background: none;
	background-color: red;
}