@charset "UTF-8";
/* CSS Document */
body, html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

a:link, a:visited {color: blue; text-decoration: none; /* text-decoration: underline; */}
a:hover, a:focus, a:active {cursor:hand;text-decoration: underline}

a {
   outline: none;
}

.clear {
	clear: both;
}

#container {
	min-height:100%;
	position:relative;

	background: #E9F2F9; /* Old browsers */
	background: -moz-linear-gradient(top,  #E9F2F9 0%, #66b6fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E9F2F9), color-stop(100%,#66b6fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E9F2F9 0%,#66b6fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E9F2F9 0%,#66b6fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E9F2F9 0%,#66b6fc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E9F2F9 0%,#66b6fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9F2F9', endColorstr='#66b6fc',GradientType=0 ); /* IE6-9 */
}

body {
	font-size: 100%;
	font-family: "Trebuchet MS";
	background-color: #FFF;
	margin: 0px auto 0px;
	padding: 0;
	text-align:center;
	background:url(../images/background.png) repeat-y center;
	background-color: #E9F2F9;
}

#maincontent {
	position: relative;
	width: 980px;
	padding-bottom:30px;   /* Height of the bottombar */
	margin: 0 auto;
	text-align: center;
}

#header_space {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	z-index:2; /* change on 11/27/2010 by SRB */
	_height: 0;
	zoom: 1 ;
}

#header {
	position:relative;
	top: 3px;
	width:980px;
	height:165px;
	margin: 0 auto;
}

#logo {
	position:absolute;
	left: 100px;
	width:440px;
	height:180px
	background-color:transparent;
	pointer-events:none;
}

#activeBar {
	position:absolute;
	top: 138px;
	right: 0px;
	text-align: right;

}

#general_error {
	background-color: yellow;
	padding: 7px;
}

#bottombar {
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;

	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid black;
}



#tabs div p {
	-webkit-opacity: .99;
}

td {
	text-align:left;
	font-size: 14px;
}

#photos {
	position:relative;
	width: 390px;
	height: 304px;
	outline: 1px black solid;
	overflow:hidden;
}

.photoWidth {
	width: 100%;
	height: auto;
}

.photoHeight {
	height: 100%;
	width: auto;
}

#starPhoto0 {
	position: absolute;
	left: 50%;
	top: 50%; 
}

#starPhoto1 {
	position: absolute;
	left: 50%;
	top: 50%; 
}

#starDiv0 {
	position: absolute;
	background-color: black;
	width: 390px;
	height: 260px;
}

#starTitle0 {
	position: absolute;
	width: 390px;
	height: 44px;
	bottom: 0px;
	background: black;
	color: white;
	text-align: center;
	vertical-align: middle;
	left-padding: 2px;
	right-padding: 2px;
}

#starTitle1 {
	position: absolute;
	width: 390px;
	height: 44px;
	bottom: 0px;
	background: black;
	color: white;
	text-align: center;
	vertical-align: middle;
	left-padding: 2px;
	right-padding: 2px;
}

#starDiv1 {
	position: absolute;
	background-color: black;
	width: 390px;
	height: 260px;
}

#signup_link {
	position: absolute;
	top: 10px;
	right: 0px;
}

.top_link {
	float: right;
	margin: 10px 5px 0px 5px;
}

.label {
	text-align:right;
	vertical-align:text-top;
}

label {
	text-align: right;
	display:inline-block;
}

label.error {
	width: 100%;
	text-align: left;
}

.status {
	color: red;
}

.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: .9em; }

img.ui-datepicker-trigger {
	position: relative;
	top: 3px;
	left: 4px;
}


.team_info {
	text-align: left;
	margin-left: 2px;
}

.team_icon {
	display: table-cell;
	text-align: center;
	vertical-align:middle;
    width:82px;
}

.team_icon.game {
	background-color:#FFC1C1;
}

.team_icon.tourngame {
	background-color:#B7D3FC;
}

.team_icon.practice {
	background-color:#CCC;
}

.team_icon.event {
	background-color:#CCC;
}

.team_entry {
	 display: table;
	 margin: 2px 2px 2px 2px;
}

.home_message {
	display: table;
	margin: 2px 2px 2px 2px;
}

.home_message_type {
	display:table-cell;
	width:75px;
	padding: 0px 3px;
	vertical-align:middle;
	text-align:center;
	color: white;
	background-color: lightgrey;
}

.home_message_info {
	display: table-cell;
	text-align: left;
	width: 300px;
	align: left;
	font-size:14px;
	padding: 4px;
	background-color: #FFF;
}

.home_message_info .from {
	float: left;
	font-weight:bold;
}

.home_message_info .date {
	float: right;
}

div.dotted_divider {
	width: 100%;
	height: 0px;
	border-top: solid 1px #DDD;
}


#minusday {
	display:table-cell;
	width:26px;
	vertical-align:middle;
	text-align:center;
	color: white;
	background-color: #F26C4F;
	cursor: pointer; cursor: hand;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.banner_container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 10px;
	display: table;
}

#banner_outerwrapper {
	width: 934px;
	overflow: hidden;
}

#banner_innerwrapper {
	display: table;
	width:934px;
	table-layout:fixed;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.event_banner {
	display: table-cell;
	width: 934px;
	height: 84px; 

	background-color:#9CC4E4;
	vertical-align: top;
	text-align: left;
	color: white;
	background-repeat:no-repeat;
	background-position:center;
}

#plusday {
	display: table-cell;
	vertical-align:middle;
	text-align:center;
	color: white;
	background-color: #F26C4F;
	cursor: pointer; cursor: hand;
	width: 26px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.event_box {
	margin: 4px;
	display: table;
	float: left;
	background-color:#CCC;
}

.banner_team {
	padding: 2px 5px 2px 5px;
	min-width: 100px;
	overflow: hidden;
	color: white;
	background-color:#888;
	border-bottom: 1px solid #777;
	text-align: left;
}

.banner_opponent {
	padding: 2px 5px 2px 5px;
	min-width: 100px;
	overflow: hidden;
	color: white;
	background-color:#999;
	border-top: 1px solid #AAA;
	text-align: left;
}

.banner_event {
	padding: 2px 5px 2px 5px;
	min-width: 100px;
	overflow: hidden;
	color: white;
	background-color:#999;
	border-top: 1px solid #AAA;
	text-align: left;
}

.banner_practice {
	padding: 2px 5px 2px 5px;
	min-width: 100px;
	overflow: hidden;
	color: white;
	background-color:#999;
	border-top: 1px solid #AAA;
	text-align: left;
}

.banner_result {
	display: table-cell;
	width: 75px;
	vertical-align:middle;
	text-align:center;
	color: black;
	background-color: transparent;
}

.banner_score {
	padding: 2px 0px
}

a.delete_icon {
	background-image: url(../images/ex.png);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	cursor: pointer; cursor: hand;
}

a.delete_icon:hover {
	cursor:hand;
	text-decoration: none;
}

.banner_icon {
	padding: 0px 4px 0px 4px;
	display: table-cell;
	width: 20px;
	vertical-align:middle;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
}

.HO_small {
	background-image:url(../images/20px/hockey20px.png);
}

.FB_small {
	background-image:url(../images/20px/football20px.png);
}

.SO_small {
	background-image:url(../images/20px/soccer20px.png);
}

.BK_small {
	background-image:url(../images/20px/basketball20px.png);
}

.LA_small {
	background-image:url(../images/20px/lacrosse20px.png);
}

.SB_small {
	background-image:url(../images/20px/softball20px.png);
}

.VB_small {
	background-image:url(../images/20px/valleyball20px.png);
}

.rounded_corners {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}



.rounded_left {
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
	
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.rounded_right {
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
	
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.rounded_top {
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
	
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

.rounded_bottom {
    -moz-border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
	
    -moz-border-bottom-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.hiddendate {
	display:none;
}

.eventdate {
	margin-left: 5px;
}



div.empty_message {
	padding: 5px;
	text-align: left;
}

/* Columns section */
#columns .column {
    float: left;
    width: 396px;
		/* Min-height: */
		min-height: 100px;
		height: auto !important; 
		height: 100px;
}

#columns .widget {
    margin: 10px 3px 10px 3px;
    padding: 1px;

	background-color: #1B325F;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
	font-size: 16px;
    padding: 0 5px;
    float: left;
	color: #FFF;
}
#columns .widget .widget-content {
    background-color: #FFF;
    padding: 0px;
    color: #000;

    line-height: 1.2em;
    overflow: hidden;
}
/*
#columns .widget .widget-content {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}
*/

/* End Columns section */


.ui-front {
    z-index:1000000 !important; /* The default is 100. !important overrides the default. */
}

.ugly {
	display: none;
}

.social_comment_link {
	float: right;
	cursor: pointer; cursor: hand;
	margin-top: 5px;
}

#registration_details {
	float: left;
	text-align: center;
}

#registration_details table {
	margin-bottom:10px;
}

#registration_or {
	float: left;
	background: red;
	color: white;
	width: 70px;
	height: 70px;
	font-size: 30px;
	margin: 10px;
	position: relative;
	top: 70px;
	line-height:70px;
	text-align: center;
	-moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
	z-index:100;
}

#registration_social {
	float: left;
	text-align: left;
	font-weight: bold;
	position: relative;
	top: 0px;
	width: 200px;
	vertical-align: top;
	margin-bottom: 10px;
}

#registration_social  span {
	position: relative;
	left: 13px;
	background: white;
}

#registration_social td {
	padding: 3px 0px 12px 0px;
}

#registration {
	background: white;
	position: relative;
	overflow: visible;
}

#registration_form {
	position: relative;
	width: 600px;
	vertical-align: top;
	white-space: normal;
	margin-bottom: 10px;
}

#registration_form fieldset {
	border: #CCC solid 1px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin-bottom:10px;
}


#registration_container {
	border: #CCC solid 1px;
	padding-top: 10px;
	margin-top: -10px;
}

#login_details {
	float: left;
	text-align: center;
	margin-top: 35px;
}

#login_details table {
	margin-bottom:10px;
}

#login_container {
	border: #CCC solid 1px;
	padding-top: 10px;
	margin-top: -10px;
}

#login_or {
	float: left;
	background: red;
	color: white;
	width: 70px;
	height: 70px;
	font-size: 30px;
	margin: 10px;
	position: relative;
	top: 33px;
	line-height:70px;
	text-align: center;
	-moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    border-radius: 35px;
	z-index:100;
}

#login_social {
	float: left;
	text-align: left;
	font-weight: bold;
	position: relative;
	top: 0px;
	width: 400px;
	vertical-align: top;
	margin-bottom: 10px;
}

#login_social  span {
	position: relative;
	left: 13px;
	background: white;
}

#login_social td {
	padding: 3px 10px 15px 10px;
}

#link_social {
	float: left;
	text-align: left;
	font-weight: bold;
	position: relative;
	top: 0px;
	width: 400px;
	vertical-align: top;
	margin-bottom: 10px;
}

#link_social  span {
	position: relative;
	left: 13px;
	background: white;
}

#link_social  a span {
	display: block;
	position: inherit;
	background: transparent;
}

#link_social td {
	padding: 10px 10px 8px 10px;
}

#link_container {
	border: #CCC solid 1px;
	padding-top: 10px;
	padding-right: 5px;
	margin-top: -10px;
}

#link_container a {
	text-align: center;
}

.socialColumn {
	float: left;
}

.socialButton {
	text-align: center;
	cursor: pointer; cursor: hand;
	
}

.socialButton img {
	margin-right: -5px;
	margin-bottom: -10px;
}

.unlinkButton {
	text-align: center;
	cursor: pointer; cursor: hand;
	
}

.socialButton, .socialButton:link, .socialButton:visited, .socialButton:hover, .socialButton:active, .unlinkButton, .unlinkButton:link, .unlinkButton:visited, .unlinkButton:hover, .unlinkButton:active {
  color: black;
  text-decoration: none;
}

#login_form {
	position: relative;
	width: 280px;
	vertical-align: top;
	white-space: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#login_form fieldset {
	border: #CCC solid 1px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	margin-bottom: 10px;
}

#login_form input {
	/* width: 183px; */
}


#login {
	background: white;
	position: relative;
	overflow: visible;
}

#openid-form {
	display: inline;
	float: left;
	text-align: center;
}

#social_comment {
	position: absolute;
	padding: 10px;
	width: 500px;
	left: 0px;
	overflow: hidden;
	border: 1px solid grey;
	background: rgb(252, 255, 189);
	white-space: normal;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.ui-dialog-content {
	overflow: hidden;
	white-space: nowrap;
}

.ui-dialog .ui-dialog-content {
	overflow: hidden;
}


.intro
{
	font-size: 20px;
	line-height: 40px;
}

#tabs_container
{
	background-color:#D5D5D5;
	padding: 20px;
	overflow:visible;
	margin-bottom:15px;
	border:1px solid #AAA7A7;
}

#tabs
{
	margin-bottom: 5px;
	position: relative;
}

#jtabs
{
	margin-bottom: 5px;
	position: relative;
	height: 200px;
}

#jtabs h1
{
	font-size: 25px;
	width : 150px;
	height : 25px;
	line-height : 23px;
	background-color : #BBBBBB;
	border : 1px solid #D5D5D5;
	padding : 10px 10px 10px 10px;
	margin-bottom: 5px;
	cursor: pointer; cursor: hand;
	text-shadow: 1px 1px 1px #DADADA;

	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	background-image: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(163, 163, 163) );
	background-image: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(163, 163, 163) );
	border-radius: 4px;
}

#jtabs>div[tab]
{
	height : 310px;
	padding : 0 15px;
	position : absolute;
	top : 0px;
	left : 220px;
	right : 0px;
	bottom : 0px;
	background-color : #FAFAFA;
	border-radius: 10px;
	border: 1px solid #B3B3B3;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#jtabs>#tabs_background
{
	height : 310px;
	padding : 0 15px;
	position : absolute;
	top : 0px;
	left : 220px;
	right : 0px;
	bottom : 0px;
	background-color : #FAFAFA;
	border-radius: 10px;
	border: 1px solid #B3B3B3;
	text-shadow: 1px 1px 1px #FFFFFF;
}

div[tab]>img
{
	float:right;
	width:200px;
	clear: right;
	border-radius: 6px;
}

#tabs table
{
	width:auto;
	margin-left:0px;
}

#jtabs table
{
	width:auto;
	margin-left:0px;
}


td.features
{
	padding:10px;
	font-size: 2em;
}

td.icons
{
	padding-top:5px;
	vertical-align:middle;
}

#jtabs div.topSpacerDiv {
    width: 0px;
    height: 60px;
    float: right;
}


#arrow-right {
	z-index:10000;
	position: absolute;
	top: 1px;
	width: 0; 
	height: 0px; 
	border-top: solid transparent;
	border-bottom: solid transparent;
	border-left: solid #00C;
}

#features {
	text-align:left;
}

#features .feature_container {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #1B325F;
	margin: 5px 0px 10px 0px;
}

#features ul  li {
	list-style-type: circle;
	margin-left: 45px;
}

#features .feature_content {
	display: table-cell;
	white-space: normal;
	color: white;
	background-color:#1B325F;
	padding:15px;
    width:80%;
}

#features .feature_icon {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
    width:20%;
}

#welcome_space {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#welcome_splash {
	position: relative;
	width: 980px;
	height: 340px;
	margin: 0 auto;
	padding: 20px 0px;
}

#maintext {
	margin-top: 0px;
	margin-left: 10px;
	width: 500px;
	color: black;
	line-height: 60px;
	font-size: 43px;
	text-align: left;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	/* text-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

#samplepic {
	position: absolute;
	right: 0px;
	top: 20px;
	border: 1px solid #AAA7A7;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	height: auto;
	cursor: pointer; cursor: hand;
}

#samplepic img {
	vertical-align: top;
    height: auto;
}

#samplepic2 img:hover {
	width: 600px; /* you can use % */
}

.button3, .button3:link, .button3:visited, .button3:active {
	color: white;
	cursor: pointer;
	text-decoration:none;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: .01em;
	padding: 10px;
	border-color: #3a77a4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, rgb(251, 155, 11) ), color-stop( 1.0, rgb(231, 77, 0) ));
	background-image: -webkit-linear-gradient(top, rgb(251, 155, 11), rgb(231, 77, 0) );
	background-image: -moz-linear-gradient(top, rgb(251, 155, 11), rgb(231, 77, 0) );
	background-image: -ms-linear-gradient(top, rgb(251, 155, 11), rgb(231, 77, 0) );
	background-image: -o-linear-gradient(top, rgb(251, 155, 11), rgb(231, 77, 0) );
	background-image: linear-gradient(top, rgb(251, 155, 11), rgb(231, 77, 0) );
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.button3:hover {
	text-decoration:none;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop( 0.0, rgb(251, 108, 22) ), color-stop( 1.0, rgb(242, 76, 20) ));
	background-image: -webkit-linear-gradient(top, rgb(251, 108, 22), rgb(242, 76, 20) );
	background-image: -moz-linear-gradient(top, rgb(251, 108, 22), rgb(242, 76, 20) );
	background-image: -ms-linear-gradient(top, rgb(251, 108, 22), rgb(242, 76, 20) );
	background-image: -o-linear-gradient(top, rgb(251, 108, 22), rgb(242, 76, 20) );
	background-image: linear-gradient(top, rgb(251, 108, 22), rgb(242, 76, 20) );
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
}

#tryit_button {
	position: absolute;
	top: 290px;
	left: 60px;
	width: 165px;
}

#features_button{
	position: absolute;
	top: 290px;
	left: 270px;
	width: 165px;
}
