body {
	margin: 0px;
	padding: 0px;
	background-color: #ABB7C3;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000; 
}

h1, h2 { 
	margin-top: -2px;
	margin-bottom: -10px;
	font-size: 18px;
	position: relative;
}

h2 { font-size: 12px; }

form { display: inline; }

a { 
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

.content > input {
	font-size: 11px;
	width: 80px;
}

#menu input { width: 125px; }

.small > input { width: 60px; }
input[type=checkbox] { width: 16px !important; }

/* ID's - Entries that will only get used once per page */

#header {
	height: 300px;
	background-image: url(/media/images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#menu, #ads {
	position: absolute;
	top: 298px;
	background-color: #A5AFB8;
}

#menu {
	margin-left: 5px;
	left: 1px;
	width: 150px;
}

.menuheader, .subheader {
	position: relative;
	left: -5px;
	margin-bottom: 3px;
	padding: 3px;
	padding-right: 0px;
	font-weight: bold;
	font-style: italic;
}

.menuheader {
	text-align: left;
	background: url(/media/images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 15px;
	font-size: 13px;
}

.subheader {
	background-color: #C5CBD2;
	width: 147px;
}

#ads { 
	text-align: center; 
	right: 1px;
	width: 130px;
	padding-right: 5px;
}

#body {
	margin-left: 165px;
	margin-right: 145px;
}

/* Classes - Potentially used several times per page */

div.content {
	padding: 5px;
	padding-top: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	background-color: #8A949D;
	position: relative;
}

.content_meta {
	color: #111166;
}

.centertop {
	text-align: center;
	padding-top: 5px;
}

.small {
	/* font-size: 11px; */
}

/* Pseudo-Classes */

.content > p { padding-left: 10px; }

h2 > a { font-size: 15px; }

/* GHS Stuff */
.content_pageheader, .content_header {
	position: relative;
	left: -5px;
	padding: 4px;
	background-color: #C5CBD2;
	margin-bottom: 3px;
	margin-right: -5px;
	
}
.content_rightheader {
	padding: 4px;
	background-color: #C5CBD2;
	margin-bottom: 3px;
	
}
.content_pageheader {
	font-size: 23px;
	font-style: italic;
	padding-left: 8px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}

.content_header, .content_rightheader {
	font-size: 16px;
	font-weight: bold;
}

.content_pagedescription {
	font-size: 14px;
	margin-bottom: 10px;
}

.event_summary {
	padding-bottom: 10px;
	height: 130px;
	width: 300px;
}

.event_summary_metadata {
	padding-top: 5px;
	margin-left: 5px;
}

.photo_thumbnail {
	width: 120px;
	height: 120px;
	border: 1px solid #000000;
}

.event_thumbnail {
	float: left;
	margin-right: 5px;
}

.tblRow1 { background-color: #CCD2DF; }
.tblRow2 { }
.tblRowHeader { background-color: #6c8195; }

/* Upload progress */
#upload-progress {
   position: absolute;
   width: 150px;
   margin: 0 auto;
   top: 100px;
   z-index: 999;
}

