@import "adminbar.css";
@import "fonts.css";
@import "layout.css";
@import "dialogs.css";
@import "simplegallery/simplegallery.css";
@import "simplegallery_db/simplegallery_db.css";

@import "events/events.css";
@import "contextMenu/contextMenu.css";

@import "newItems.css";
@import "page.css";
@import "scorecard.css";

body {
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5;
}


#calendarTopHolder {
	font-size: 10pt;
	color: #545454;
}


#container {
	text-align: center;  
}

#page {
	position: relative;
	z-index: 3;	
	text-align: left;
	margin: auto;
	width: 780px;
}

#center {
	margin: auto;
	width: 780px;
	background-image: url('../images/bg.gif');
}

#container #leftborder {
	margin: auto;
	width: 780px;
	border-left: 2px solid white;
}

#container #rightborder {
	margin: auto;
	width: 780px;
	border-right: 2px solid white;
}

#top {
	position: relative;	
	width: 780px;
	height: 262px;
	background-image: url('../images/top_bg1.jpg');
}

#top .padder {

}

#top .logo {
	display: none;
}

#top address {
	display: none;
}

.fadetop {
	width: 608px;
	height: 173px;
}

.fadetop > a {
	position: absolute;
}

/* *** Menu ******************** */
	/* Menu layout */
		#menuHolder {
			width: 170px;
			float: left;
		}
		
		#menu {
			background-color: #485f32;
			font-size: 8pt;
			color: white;
		}
		
		#menu .padder {
			width: 100%;
			padding: 0;
			margin: 0;
		}
		
		#menu h2 {
			margin: 0;
			padding: 0;
			padding-left: 1.5em;
			margin-top: 2.5em;
			margin-bottom: 1.5em;
			font-size: 8pt;
			text-transform: uppercase;
		}
		
		#menu h2#headerSidebarMenu {
			display: none;
		}
		
		#menu .footer {
			padding: 2em;
		}
		
		#menu .footer h2 {
			margin: 0;
			padding: 0;
			margin-left: -1em;
		}
	/* End of Menu layout */
	
	/* Menu link list */
		#menu ul.navigation {
			padding: 0;
			margin: 0;
			margin-bottom: 30px;
		}
		
		#menu ul.navigation li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
		
		#menu ul.navigation li a {
			padding: 0;
			margin: 0;
			display: block;
			line-height: 29px;	
			height: 30px;
			padding-left: 20px;
			background-image: url('../images/menu_item_bg.gif');

			font-size: 7pt;
			text-transform: uppercase;
			text-decoration: none;
			color: white;
		}
		
		#menu ul.navigation li a:hover {
			background-image: none;
			background-color: #a3af98;
		}
		
		#menu ul.navigation li a.selected {
			
		}
		
		
		#menu ul.navigation li a.selected:hover {
			
		}
		
		
	/* End of Menu link list */
/* End of Menu */
	
/* *** Content ******************** */
	#contentHolder {
		position: relative;
		z-index: 10;
		margin-top: -30px;
		float: right;
		width: 610px;
	}
	
	#contentHolder #content {	
		line-height: 1.0em;
		border: 2px solid white;
		background-color: white;
		padding: 0 22px 22px 22px;
		
	}
	
	#content .padder  {
		position: relative;
		
	}

	
	#content p {
		padding: 0;
		margin: 0;
		padding-bottom: 1em;
	}
/* *** End of Content ************ */
#weather {
	padding: 5px;
}

#calendarTopHolder {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 250px;
	background-color: white;
	padding-bottom: 5px;
}

#calendarTop {

}
#calendarTop .padder { /* Block the box */
	width: 100%;
}

#footer .copyrights a {
	color: white;
}

#footer {
	clear: both;
	height: 25px;
	line-height: 25px;
	border-top: 2px solid white;
	background-image: url('../images/bg_bottom.gif');
	color: white;
	font-size: 7pt;
}

#footer .visitors {
	width: 170px;
	display: block;
	float: left;
	text-align: center;
}

#footer .copyrights {
	width: 610px;
	display: block;
	float: left;
	text-align: center;
}

#dummyEnd {
	clear: both;
}
	
h1 {
	display: none;
}

#content table tbody tr td {
	padding: 3px;
}

#content table p {
	margin: 0;
	padding: 0;
}

#content table#scorecard td {
	padding: 0;
	margin: 0;
}

.calendarNavigation {
	position: relative;
	height: 1px;
}

.calendarNavigation .dummy {

}

.calendarNavigation .nextMonth a {
	position: absolute;
	top: 10px;
	right: 10em;
	background-image: url('../images/nextmonth.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	width: 30px;
}

.calendarNavigation .previousMonth a {
	position: absolute;
	top: 10px;
	left: 10em;
	display: block;
	background-image: url('../images/previousmonth.gif');
	background-repeat: no-repeat;
	height: 20px;
	width: 30px;
}

.calendarNavigation .text {
	display: none;
}

img.holder {
	border: 1px solid black;
	padding: 2px;
	margin: 1em;
}

.simplegallery {
	width: 100%;
}
