/* ------------------------- COACHS NOTE --------------------------------- */

div.coachs_note{
	margin:10px;
	border:1px dotted #ccc;
	padding:10px;
}


div.coachs_note img{
	float:left;
	margin: 0 20px 20px 0;
}


/* ------------------------- RULES LIST --------------------------------- */
ol.rules div{
	color:#2fb4ee;
	font-style:italic;
}
ol.rules h3{
	color:white;
	margin-bottom:5px;
}

/* ------------------------- PRACTICE SCHEDULE --------------------------------- */

table.schedule{
	border-spacing:0;
	border-collapse:collapse;
	margin:20px 0;
	width:100%;
}

table.schedule th{
	background:#05152F;
	color:white;
}
table.schedule td{
	background:#263b62;
	padding:15px 5px;
	font-size:12px;
	color:white;
}
table.schedule td, table.schedule th{
	border:1px solid white;
}


/* ------------------------- SAMPLE PRACTICES --------------------------------- */

table.practices{
	border-spacing:0;
	border-collapse:collapse;
	margin:20px 0;
	width:100%;
}

table.practices th{
	background:#05152F;
	color:white;
}
table.practices td{
	background:#263b62;
	padding:15px 5px;
	font-size:12px;
	color:white;
}
table.practices td, table.practices th{
	border:1px solid white;
}


/* ------------------------- SWIM MEETS --------------------------------- */

ul.meets{
	list-style:none;
	padding:0;
	margin-bottom:30px;
}
ul.meets li{
	clear:both;
	border:1px dotted #CCC;
	padding:10px;
	margin:20px;
}
ul.meets li.divider{
	border-style:none;
	color:#CCC;
	margin:5px 0;
	font-size: 16px;
	font-weight: bold;
}
ul.meets img{
	width:150px;
	float:left;
	margin:0 20px 0 0;
}

ul.meets div.description{
	margin-top:20px;
}

ul.meets h3{
	font-weight:bold;
	font-size:16px;
	color:#F5E671;
	margin:0;
}

ul.meets h4{
	font-weight:normal;
	font-style:italic;
	color:#AAA;
	margin-top:0;
	margin-bottom:15px;
}

ul.meets .link{
	margin-top:10px;
	font-weight:bold;
}



/* ------------------------- RESOURCES --------------------------------- */

ul.resources{
	list-style:none;
}
ul.resources li{
	margin:25px 0;
}
ul.resources h3{
	margin:0 -15px;
}

ul.resources h4{
	color:#ccc;
	font-style:italic;
	font-weight:normal;
	margin:0 0;
	margin-bottom:5px;
}

/* ------------------------- WATERPOLO BOX --------------------------------- */

div.waterpolo_box{
	float:right;
	margin:0 0 20px 20px;
	width:200px;
	border:1px solid white;
	text-align:center;
	padding:10px;
	background:#263b62;
}
