/* CSS Document */

BODY { 
	margin:0;
	padding:0;
	color:#000;
	background:#709dd0;
	}

H1, H2, H3 {   }
A { color:#125292; }
A:HOVER { color:#5191d1; }

#wrapper { margin:0 auto; width:946px; border:0; /*  border-top:0; border-right:13px solid #125292; border-bottom:0; border-left:13px solid #125292; */ }

#header { background:url(../images/81.jpg) left no-repeat #fff; height:100px; }

#nav { padding:10px; border-top:1px solid #bbb; border-bottom:1px solid #bbb; text-align:center; background:#C2F8CB;   }
#nav A { padding:10px 10px; margin:0 1px 0 0; font-weight:normal; text-transform:uppercase; color:#000;   }
#nav A:HOVER, #nav A.selected { text-decoration:underline; color:#125292; background:#F0FFF1; }

#nav_cms { display:none; }

#col_wrapper { padding:0 !important; background:url(../images/43-leftcol-bgd.jpg) top left repeat-y #fff; }

#left_col { float:left;  width:210px; padding:0; margin:0; background:#fff; border-right:1px solid #bbb; }
#left_col .panel { padding:0; border:0; margin:0; }

#left_col #login_panel { padding:1em 20px; background:#B3E9C7; }

#left_col #booking_sheets_heading { padding:0 0 0 20px; line-height:1em;  }
#left_col #select_date_wrapper { margin:1em 0 0 0; padding:1em 0; background:#fff; }
/*
#left_col #select_date_wrapper STRONG, #left_col #select_date_wrapper A { padding:0 0 0 20px; color:#000; text-decoration:none; }
#left_col #select_date_wrapper #select_date { border-bottom:1px solid #bbb; }
#left_col #select_date_wrapper #select_date .left_side_date { border-top:1px solid #bbb; }
#left_col #select_date_wrapper #select_date .left_side_date A { line-height:2em; }
#left_col #select_date_wrapper #select_date .left_side_date A:HOVER { color:#125292; }
*/


#nav_booking_rules { margin-left:20px; }

#right_col { margin:1em 20px; padding:0 0 2em 0; float:left; border:0; width:690px; }

#court_times { text-transform:uppercase; }

.nested_column { width:300px; margin:0; }
.nested_column H3 { text-transform:uppercase; }


.court_available, .court_booked { margin-bottom:0; border:0; border-top:1px dotted #aaa; }

.alert { margin:2em 0; padding:15px; background:none; border:0; }


#footer { border-top:1px solid #bbb; color:#000; padding:1em 20px; background:#C2F8CB; }
#footer A { color:#000; }

#hbi, #hbi A { color:#fff;  } 
#mycourts_logo { content:url("/images/mycourts_white_150.png") }


@media only screen and (max-width:600px) {
	
	BODY { margin:0; padding:0; background:none; } 

	#header { height:4em !important; background-position:5% 0 !important;   }
	
	#left_col #login_panel { padding:0; }
	
	#menu_control  { background:#000; }
	#menu_control A { color:#fff; }
	
	#menu_wrapper { 
		background:#F0FFF1;  
		color:#000;
	}
	.close_wrapper A { color:#000; }
	#menu_show_member { color:red; }
	#menu_links UL LI A { color:#000;  }
	
	#menu_links A.selected { color:red; }
	A.na { color:#999 !important; }

	#hbi, #hbi A { color:#000;  } 
	#mycourts_logo { content:url("/images/mycourts_black_150.png") }

	
}

