@import url(global_v1-2.css);
@import url(michiganshores_css/modules.css);
@import url(michiganshores_css/plugins.css);
@import url(adminLogin.css);
/*@import url(admin.css);*/


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #018265;
	font: 24px Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #199b8b;
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	
}

h3 {
	
	color: #393e3c;
	font: 18px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;

}

h4 {
	
	color: #AF7A1F;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #2b3B24;
	font: 11px Georgia, "Times New Roman", Times, serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #333;
	font: 12px/1.6 Arial, Helvetica, sans-serif;

}

table, div {
	
	color: #333;
	font: 11px/1.6 Arial, Helvetica, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #00907e;
	font: inherit;
	text-decoration: none;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background:#0d0101;
	text-align: center;
	
}

.CEMenu {
	
	margin: 0;
	padding: 0;

}

/* important edit global text boxes - deFault --------- */
.txtbox {
	
	background: #FFF;
	border-style: inset;
	border-width: 2px;
	color: #000;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin: 2px 0;

}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	
	background: #eee;
	border: 1px outset buttonhighlight;
	color: #333;
	cursor: pointer;
	font: 13px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowAlternate {
	
	background: #eee;
	color: #000;
	font-weight: 400;

}

.rowHeader {
	
	background: #555;
	border: 1px solid #000;
	color: #FFF;
	font-weight: 700;

}

.cookieTrail {
	
	background: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	display: none;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: michiganshores
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteWrapper {
	width:960px;
	text-align:center;
	margin:0 auto;
	
}

#pubContent {
	background:#fff;
	width:960px;
	
}

#privContent {
	background:url(../../../images/privbg.gif) repeat-y;
	width:960px;
}

	#privContent .inside{
		background:url(../../../images/watermark.jpg) no-repeat bottom;
		
	}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#branding {
	background:none;
	width:960px;
	height:130px;
	
}
	#branding .inside {
		float:right;
		text-align:right;
		margin-top:75px;
	
	}
	
	#branding .inside p {
		color:#7e7e7e;
		font:11px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
	
	}

#logo {
	float:left;
	width:450px;
	padding-top:30px;

}

#Slogo {
	float:left;
	height:56px;
	width:450px;
	margin-top:20px;
	
	}
	
	a#Slogo {
		height: 56px;
		width: 450px;
		background:url(../../../Images/logo.gif);
		background-position:top left;
}
		a#Slogo:hover {
			background-position: left bottom;
		}

#login {
	float:right;
	width:250px;
	text-align:right;
	padding-top:10px;

}

	#login p {
		font:9px Arial, Helvetica, sans-serif;
		color:#fff;
		text-transform:uppercase;
	
	}
	
	
	#login a,a.small,a.anchor,a.visited {
		color:#fff;
		font:inherit;
	
	}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {
	background:url(../../../images/navbg.gif) repeat-x;
	height:34px;

}

/* -------------------------------------------------------------
= CONTENT PUBLIC 
------------------------------------------------------------- */

#flash {
	width:960px;
	height:auto;
		
}

#pubcontentWrapper {
	width:960px;
	height:auto;

}

	#pubMain {
		float:left;
		text-align:left;
		width:650px;
		height:auto;
	
	}
		
		#pubMain .inside {
			padding:40px 10px 50px 40px;
		
		}
		
	#pubSecondary {
		float:right;
		text-align:left;
		width:290px;
		height:auto;
	
	}
	
		#pubSecondary .inside {
			padding:40px 30px 50px 0px;
		}

/* -------------------------------------------------------------
= CONTENT PRIVATE 
------------------------------------------------------------- */

#privHeader {
	background:#003c2d;
	width:960px;
	height:294px;

}

	#headerLeft {
		float:left;
		text-align:left;
		width:240px;
	
	}
	
		#headerLeft .headerinside {
			padding:20px 30px 20px 30px;
		
		}

		#headerLeft p {
			color:#fff;
			font:11px Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			border-bottom:1px #fff dotted;
			padding-left:5px;
			
		}
		
		#headerLeft a,a.small,a.anchor,a.visited {
			color:#fff;
			font:11px Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			text-decoration:none;
			
		}
	
	#headerRight {
		float:right;
		width:706px;
		height:294px;
	
	}
		#mainHeader {
			width:706px;
			height:247px;
		
		}

			#mainHeader img {
				display:block;
		
			}
			
			#mainHeader p {
				color:#fff;
				font:inherit;
			
			}
			
			#mainHeader h5 {
				color:#fff;
				font:16px Georgia, "Times New Roman", Times, serif;
				text-transform:uppercase;
			
			}
			
		#adbanner {
			background:url(../../../images/adbanner.jpg) no-repeat;
			text-align:left;
			width:706px;
			height:47px;
		
		}
			#adbanner .adinside {
				padding:4px 15px 4px 200px;
			
			}

			#adbanner img {
				display:block;
				
			}
			
			#adbanner h1 {
				color:#018265;
				font:30px Georgia, "Times New Roman", Times, serif;
			
			}
			
			#adbanner p {
				font:11px Georgia, "Times New Roman", Times, serif;
				color:#fff;
				text-transform:uppercase;
			
			}

#sidebar {
	float:left;
	width:240px;
	text-align:left;
	height:auto;

}
	#sidebar .sidebarinside {
		padding:40px 10px 40px 20px;
	
	}

#privContentWrapper {
	float:right;
	width:690px; /*IMPORTANT check width*/
	height:auto;

}
	#privContentWrapper .privContentinside{
		text-align:left;
		padding:40px 10px;
	
	}
	
	#privMain {
		float:left;
		text-align:left;
		width:460px;
		height:auto;
	
	}
		#privMain .privMaininside {
			padding:5px 5px;
	
		}
	
	#privSecondary {
		float:right;
		width:230px;
		height:auto;

	}
		#privSecondary .privSecondaryinside {
			padding:40px 10px 40px 0px;
		}

#contentWrapper {
	width:960px;
	height:auto;
}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {
	background:#0d0101;
	width:960px;
	height:150px;

}

		#footer p{
			font:10px Arial, Helvetica, sans-serif;
			color:#fff;
	
		}
	
		#footer a,a.small,a.anchor,a.visited {
			font:inherit;
			color:#fff;
		
		}
		
	#footer .inside {
		background:#393e3c;
		height:31px;
	
	}

	#footer .floatLeft {
		float:left;
		text-align:left;
		padding-top:7px;
		padding-left:7px;
		width:500px;
	
	}
	
	#footer .floatRight {
		float:right;
		text-align:right;
		width:300px;
		padding-top:7px;
		padding-right:7px;
	
	}

/*bowling/tennis additions, darken unavailable timeslot bgs*/

.rbm_TimeSlotPanelNoSlots {
	background:#405161 url(../../../Images/rbm/RootDisabBkg_dark.gif) repeat-x;
	color: #192127;
}