
/* HTML Elements */

.blue {
	font-family: Helvetica, sans-serif,Trebuchet MS, Arial;
	font-size: 15px;
	text-align:center;
	font-weight: bolder;
	padding: 3px 3px 3px 3px;
	text-decoration: none; border-bottom:dotted; border-bottom-color:#0066FF; color: #0066FF
}
.leftname {
	font-family: Arial, Helvetica, sans-serif,Trebuchet MS,;
	font-size: 12px;
	text-align:center;
	font-weight: bolder;
	padding: 3px 3px 3px 3px;
	border:ridge;
	width: 130px;
	
	
}


body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	background-color: #EEEEE4; margin-top:10; margin-bottom:10;
	padding: 0px;
	text-align: center;
}

.boardtitle{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
}

.pageheader {
	font-family: Helvetica, sans-serif,Trebuchet MS, Arial;
	font-size: 20px;
	font-weight: bolder;
	padding: 5px 5px 5px 5px;
	text-decoration: none; border-bottom:dotted; border-bottom-color:#FFCC00; color:#006633
}

a {
	color: #0066CC;
}

a:hover {
	color: #3399CC;
}

h1 {
	font-size: 20px;
	color: #0369CD;
	padding: 0px;
	margin: 0px;
}


h2 {
	font-size: 16px;
	color: #333333;
}

h2 a {
	color: #333333;
	text-decoration: none;
}

h2 a:hover {
	color: #333333;
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	color: #666666;
}

/* Header and Footer Elements */

#wrapper {
	width: 764px;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
}

#mast {
	height: 124px;
}

#footer {
	padding: 21px 20px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #F2F9FC;
	background-image:url(http://cranfordtennis.com/NewSite/images/footer.jpg);
	clear: both;
	border-bottom:#003;
}

#footer a {
	color: #003366 /*#F2F9FC*/;
	text-decoration: none;
}

#footer a:hover {
	background-color: #2C3E67;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Top Navigation Elements */

#navigation {
	height: 32px;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

/* Left Navigation and Page Body Elements */

#content {
	padding-left: 5px;
	padding-right: 5px;
	background: url(http://www.cranfordtennis.com/NewSite/images/background_shadow.gif) #EEEEE4 center top;
}

#menu {
	float: left;
	width: 150px;
}

#inside {
	padding: 10px;
	margin-left: 151px;
	/*min-height: 500px;*/
}
/** html #inside {height: 700px;}*/

.menu_top {
	font-family: Helvetica, sans-serif,Trebuchet MS, Arial;
	font-size: 13px;
	font-weight: bolder;
	display: block;
	width: 145px;
	padding: 1px 1px 1px 3px;
	border-top: 1px solid #F8ECAE;
	background-image:url(http://www.cranfordtennis.com/NewSite/images/menu_top.gif);
}

.menu_item {
	font-family: Helvetica, sans-serif,Trebuchet MS, Arial;
	font-size: 13px;
	color: #000000;
	display: block;
	width: 145px;
	padding: 1px 1px 1px 3px;
	background-color: #F2F9FC ;/*#F2F9FC*/
	text-decoration: none;
}

.menu_item:hover {
	color: #000000;
	background-color: #CDE5F6;
}

.bottom_links {
	background-color: #FFFBEA;
	border: 1px solid #FEE995;
	padding: 2px 2px 2px 2px;
}
.title-small {
	font-size: 14px;
	color: #FFFFFF;
}
.back_button {
	font-family: Helvetica, sans-serif,Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: bolder;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	background-image:url(http://www.cranfordtennis.com/NewSite/images/back_btn.gif);
}


.back_button:hover {
	background-image:url(http://www.cranfordtennis.com/NewSite/images/back_btn_hover.gif);
}


/* Home Page Layout Elements */

#sidebar {
	float: right;
	width: 225px;
	padding-left: 10px;
}

/* Styles for Calendar */

.calNoDate {
	background-color: #EAFBE3;
}

.calDate {
	font-size: 12px;
	background-color: #FFFFFF;
}

.calHighlight {
	font-size: 12px;
	color: #000000;
	background-color: #FFF9DC;
}

.calLink {
	color: #000000;
	text-decoration: none;
}
.calHoliday {
	color: #CC0000;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}

.tinytext {
	font-size: 10px;
}

.validation_error {
	background-color: #FFCCCC;
}