/*
 * Text styles
 */
body, table, td, input, select, textarea {
	color: #444444;
	font: 12px/16px Arial, Sans-Serif;
}
input, select, textarea {
	line-height: normal;
}
h1 {
	color: #556779;
	font: bold 16px Arial, Sans-Serif;
	padding: 0;
	margin: 0;
}
h2 {
	color: #444444;
	font: bold 14px Arial, Sans-Serif;
	margin: 0 0 15px 0;
	padding: 3px 0;
	border-bottom: 1px solid #E5E4E2;
}
h3 {
	color: #556779;
	font: bold 14px Arial, Sans-Serif;
	margin: 15px 0 5px 0;
}
a:link {
	color: #444444;
}
a:visited {
	color: #444444;
}
a:active {
	color: #556779;
}
a:hover {
	color: #556779;
}
fieldset {
	padding: 0 10px 10px 10px;
	margin: 0 0 10px 0;
}
legend, legend a, legend a:link, legend a:active, legend a:visited, legend a:hover {
	font-weight: bold;
	padding: 5px;
}
hr {
	color: #E5E4E2;
	height: 1px;
	margin: 5px 0;
	width: 100%;
}

/*
 * Layout styles
 */
body#mainPage {
	background: #F5F4F2 url(Images/background.jpg) repeat-x scroll top left;
	margin: 0;
	padding: 0 0 10px 0;
}
div#container {
	padding: 0;
	width: 960px;
	text-align: left;
}
div#pageHeader {
	float: left;
	background: url(Images/header.jpg) no-repeat scroll top left;
	width: 100%;
	height: 140px;
}
div.pageHeaderPagelets {
}
div.pageHeaderImage {
	margin: 20px;
	height: 60px;
}
div#pageMenu {
	background: #FFFFFF;
	float: right;
	display: inline;
	margin: 0 15px 0 0;
	width: 180px;
	padding: 10px;
	border-left: 1px solid #E5E4E2;
	border-right: 1px solid #E5E4E2;
	border-bottom: 1px solid #E5E4E2;
}
div#pageMenu h2 {
	border: 0;
	margin: 0 0 5px 0;
}
div#pageContent {
	background: #FFFFFF;
	float: left;
	display: inline;
	width: 700px;
	padding: 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #E5E4E2;
	border-right: 1px solid #E5E4E2;
	border-bottom: 1px solid #E5E4E2;
}
div#pageFooter {
	float: left;
	display: inline;
	width: 720px;
	margin: 5px 10px;
	font: italic 10px Arial, Sans-Serif;
}

/*
 * Menu styles
 */
.adminMenu {
	float: right;
	margin-left: 5px;
}
select.dropDownMenu {
	margin-bottom: 20px;
	width: 100%;
}
div.menuSeparator {
	font-size: 1px;
	height: 10px;
	margin: 0;
	padding: 0;
}
div#pageMenu div img {
	margin: 20px 0 0 0;
}
ul.verticalMenu {
	margin: 0;
	padding: 0;
}
ul.verticalMenu ul {
	margin: 0;
	display: none;
	padding: 0 0 0 10px;
}
ul.verticalMenu li {
	list-style: none;
	margin: 0;
}
ul.verticalMenu li a {
	display: block;
	color: #FFFFFF;
	background: #222222;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	text-transform: uppercase;
	font: bold 11px Arial, Sans-Serif;
}
ul.verticalMenu a.selected {
	color: #FFFFFF;
	background: #000000;
}
ul.verticalMenu a.hover {
	background: #222222;
}
ul.horizontalMenu {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	float: left;
}
ul.horizontalMenu li {
	list-style: none;
	margin: 0;
	float: left;
	position: relative;
}
ul.horizontalMenu li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 20px;
	text-transform: uppercase;
	font: bold 11px/20px Arial, Sans-Serif;
}
ul.horizontalMenu li a:link, ul.horizontalMenu li a:visited, ul.horizontalMenu li a:active, ul.horizontalMenu li a:hover {
	color: #FFFFFF;
}
ul.horizontalMenu a.selected {
	background: #000000;
}
ul.horizontalMenu a.hover {
	background: #000000;
}
ul.horizontalMenu a.selectedhover {
	background: #000000;
}
ul.horizontalMenu ul {
	z-index: 1000;
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
}
ul.horizontalMenu ul li {
	list-style: none;
	margin: 0;
}
ul.horizontalMenu  ul ul li {
}
ul.horizontalMenu ul li a {
	border: 0;
	display: block;
	color: #FFFFFF;
	background: #222222;
	text-decoration: none;
	cursor: pointer;
	padding: 5px 20px;
	text-transform: uppercase;
	font: bold 11px Arial, Sans-Serif;
	width: 200px;
}
ul.horizontalMenu ul li a.selected {
	border: 0;
	background: #000000;
}
ul.horizontalMenu ul li a.hover {
	border: 0;
	background: #000000;
}

/*
 * Form styles
 */
.smallest {width: 50px;}
.small {width: 120px;}
.medium {width: 190px;}
.large {width: 260px;}
.largest {width: 330px;}
.buttons {
	width: auto;
	background: #F5F4F2;
	padding: 5px;
	text-align: right;
	margin: 5px 0 10px 0;
}
.menuAdmin {
	margin: 0 10px;
}
table.form {
	width: 100%;
}
table.form td {
	padding: 0 5px 5px 0;
	font-weight: bold;
}
table.form td label {
	font-weight: normal;
}
table.form input, table.form textarea, table.form select {
	width: 100%;
}
table.form textarea {
	height: 80px;
}
table.form td.button {
	text-align: right;
}
table.form td.button input, table.form td.checkbox input {
	width: auto;
}

/*
 * Search styles
 */
div#pageMenu div.search {
	margin-bottom: 20px;
}
div#pageMenu div.search input.input {
	width: 120px;
}
div#pageMenu div.search input.button {
	width: 40px;
}

/*
 * Login box style
 */
div#pageMenu div.loginBox div.border {
	margin: 0 0 2px 0;
}
div#pageMenu div.loginBox span.checkbox input, div#pageMenu div.loginBox span.checkbox label {
	margin: 0 0 8px 0;
}

/*
 * Data grid styles
 */
table.grid {
	width: 100%;
}
table.grid th, table.grid td {
	padding: 2px 5px;
	vertical-align: top;
}
table.grid th.right, table.grid td.right {
	text-align: right;
}
tr.alternatingItem td {
	background: #F5F4F2;
}
tr.selectedItem td {
	background: #E4E5E2;
	font-style: italic;
	font-weight: bold;
}
tr.header th, tr.header td {
	border-bottom: 1px solid #444444;
	text-align: left;
	font-weight: bold;
}
tr.footer th, tr.footer td {
	border-top: 1px solid #444444;
	text-align: left;
	font-weight: bold;
}
tr.pager td {
	text-align: center;
	font-weight: bold;
}
tr.pager table {
	margin: 0 auto;
}

/*
 * Info table styles
 */
table.info {
	width: 100%;
	border-collapse: collapse;
}
table.info td, table.info th {
	border: 1px solid #E5E4E2;
	padding: 5px 10px;
	text-align: left;
}
table.info th {
	background: #F5F4F2;
	font-weight: bold;
	width: 40%;
}
table.info input, table.info textarea {
	width: 150px;
}
table.info select {
	width: 100px;
}
table.info textarea {
	height: 50px;
}

/*
 * Tab strip styles
 */
ul.tabs {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}
ul.tabs li {
	background: #444444;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 5px 10px;
}
ul.tabs li.tab {
	cursor: pointer;
}
ul.tabs li.tabSelected {
	background: #556779;
	cursor: default;
}
ul.tabs li.tabSeparator {
	cursor: default;
	padding: 0;
}
div.tabPage {
	border: 1px solid #556779;
	border-top: 5px solid #556779;
	padding: 10px;
	margin: 4px 0 10px 0;
}
div.tabPage div.tabPage {
	margin: 4px;
}

/*
 * News styles
 */
div#pageContent div#newsList {
	border-left: 1px solid #E5E4E2;
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
}
div#pageContent div#newsList table {
	width: 180px;
	margin: 10px;
}

/*
 * Gallery styles
 */
table.galleryNavigation {
	background: #F5F4F2;
	margin-bottom: 20px;
	width: 100%;
}
table.galleryNavigation a {
	font-weight: bold;
}
table.galleryNavigation td {
	padding: 10px;
}
div.gallery {
	text-align: center;
}
div.gallery table {
	border-collapse: separate;
	margin: 0 auto;
}
td.galleryImage {
	border: 1px solid #E5E4E2;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}
td.gallerySeparator {
	height: 10px;
	width: 10px;
}
div.galleryText {
	text-align: left;
}

/*
 * Calendar styles
 */
table.calendar {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
input.calendarTextboxLabel {
	margin-right: 5px;
	width: 150px;
}
table.calendar td, table.calendar th, div.calendar table td {
	padding: 3px;
	vertical-align: middle;
	width: 14%;
}
.calendar a:link, .calendar a:active, .calendar a:visited, .calendar a:hover {
	color: #444444;
}
td.calendarTodayDay {
	font-weight: bold;
}
td.calendarSelector {}
td.calendarDay, td.calendarWeekendDay {
	border: 1px solid #CCCCCC;
	background: #F5F4F2;
}
td.calendarOtherMonthDay {
	border: 1px solid #CCCCCC;
}
td.calendarNextPrev a {
	text-decoration: none;
}
th.calendarDayHeader {
	color: #FFFFFF;
	background: #444444;
	vertical-align: middle;
}
td.calendarSelectedDay {
	background: #E5E4E2;
}
table.calendarTitle {
	width: 100%;
}
table.calendarTitle td, td.calendarTitle {
	font-weight: bold;
	padding: 0 5px;
	vertical-align: middle;
	width: auto;
}
td.calendarWeekendDay, td.calendarWeekendDay a:link, td.calendarWeekendDay a:active, td.calendarWeekendDay a:visited, td.calendarWeekendDay a:hover {
	color: #880000;
}
td.calendarOtherMonthDay, td.calendarOtherMonthDay a:link, td.calendarOtherMonthDay a:visited, td.calendarOtherMonthDay a:active, td.calendarOtherMonthDay a:hover {
	color: #888888;
	text-decoration: none;
}
td.calendarDayHasEvent {
}
td.calendarDayHasEvents {
}

td.verticalCalendarNavigation {
	border-bottom: 1px solid #444444;
	padding-bottom: 10px;
}
td.verticalCalendarNavigation td {
	vertical-align: bottom;
}
td.verticalCalendarNavigation a {
	text-decoration: none;
}
span.verticalCalendarMonthHeader {
	font-weight: bold;
}
td.verticalCalendarNavigation td {
	padding: 5px;
}
tr.verticalCalendarDay td {
	border-bottom: 1px solid #444444;
	padding: 2px 5px;
}
tr.verticalCalendarTodayDay td {
	font-weight: bold;
	background: #E5E4E2 !important;
}
tr.verticalCalendarWeekendDay td {
	background: #F5F4F2;
	border-bottom: 2px solid #444444;
}
td.verticalCalendarDate a {
	font: bold 16px Arial, Sans-Serif;
	text-decoration: none;
	text-transform: uppercase;
}
tr.verticalCalendarWeekendDay td.verticalCalendarDate a {
	color: #880000;
}
td.verticalCalendarDayOfWeek a {
	text-decoration: none;
}
td.verticalCalendarWeek {
	vertical-align: top;
	font-size: 9px;
	padding: 2px;
}
td.verticalCalendarEvent a {
	text-decoration: none;
}
table.events {
	border-collapse: collapse;
	border-bottom: 1px solid #F5F4F2;
	margin-top: 5px;
	width: 100%;
}
table.events td {
	padding-bottom: 5px;
}
.calendarPopup {
	background: #F5F4F2;
	border: 10px solid #E5E4E2;
	display: none;
	left: 50px;
	padding: 10px;
	position: absolute;
	top: 50px;
	width: 100px;
	z-index: 100;
}
.eventImage {
	background: #F5F4F2;
	float: left;
	margin: 0 10px 10px 0;
	padding: 15px;
}

/*
 * Forum styles
 */
table.forum {
	width: 100%;
}
table.forum td {
	padding: 3px;
}
tr.forumHeader td {
	border-bottom: 1px solid #E5E4E2;
	font-weight: bold;
}
tr.forumItem td {}
tr.forumAlternatingItem td {
	background: #F5F4F2;
}
tr.forumPager td {
	text-align: center;
	padding-top: 10px;
}
table.forumPost {
	width: 100%;
	padding-bottom: 5px;
}
table.forumPost td input {
	width: 100%;
}
table.forumPost td textarea {
	width: 100%;
	height: 100px;
	overflow: auto;
}
table.forumPost td.button {
	text-align: right;
}
table.forumPost td.button input {
	width: auto;
}
table.forumMessages {
	border-collapse: collapse;
	width: 100%;
}
table.forumMessages td {
	border-bottom: 1px solid #F5F4F2;
	border-top: 1px solid #F5F4F2;
	padding: 15px 10px 10px 0;
	vertical-align: bottom;
}
table.forumMessages td.message {
	width: 100%;
}

/*
 * Standard template styles
 */
.richTextBoxMenu {
	width: 140px;
}
.fileAttachment {
	padding: 2px 0;
}
.fileAttachment img {
	vertical-align: middle;
	margin-right: 5px;
}

/*
 * File dialog styles
 */
.fileBox {
	background: #F5F4F2;
	background-position: center;
	background-repeat: no-repeat;
}

/*
 * Site Map styles
 */
div.siteMap {
}
div.siteMap div.column {
	float: left;
	width: 270px;
	margin: 0 10px 0 0;
}
div.siteMap ul {
	margin: 0 0 30px 0;
	padding: 0;
}
div.siteMap li {
	list-style: none;
	padding: 0;
}
div.siteMap li.child {
}
div.siteMap a, div.siteMap a:link, div.siteMap a:visited {
}
div.siteMap a:hover {
}

/*
 * Frifall styles
 */
div.donationsBack {
	float: right;
	position: relative;
	width: 120px;
	height: 374px;
	background: url(Images/thermometer_back.gif) scroll bottom left;
	margin: 0 0 0 20px;
}
div.donationsFront {
	position: absolute;
	width: 28px;
	left: 11px;
	height: 0;
	bottom: 48px;
	background: url(Images/thermometer_fill.gif) scroll bottom left;
}
p.donationsTotal {
	font: bold 18px/22px arial, sans-serif;
}
div.progressBar {
	margin: 0 0 20px 0;
	height: 30px;
}
div.progressBar div {
	width: 145px;
	height: 20px;
	float: left;
	padding: 5px 15px;
	font: bold 12px/20px arial, sans-serif;
	text-transform: uppercase;
}
div.progressBar strong {
	font-size: 16px;
	margin-right: 5px;
}
div.progressBar div.stepIncomplete {
	background: url(Images/progressIncomplete.png) scroll no-repeat top left;
	color: #FFFFFF;
}
div.progressBar div.stepCompleted {
	background: url(Images/progressCompleted.png) scroll no-repeat top left;
	color: #FFFFFF;
}
div.progressBar div.stepActive {
	background: url(Images/progressActive.png) scroll no-repeat top left;
	color: #FFFFFF;
}
div.legend {
	padding: 0;
	margin: 5px 0 0 0;
	text-align: right;
	line-height: 16px;
}
div.legend img {
	padding: 0;
	margin: 0 2px 0 5px;
	vertical-align: text-bottom;
}
div.tandemDate {
	float: left;
	clear: left;
	width: 300px;
	margin: 0 20px 0 0;
}
table.tandemJump {
	width: 100%;
	margin: 0 0 5px 0;
}
table.tandemJump td {
	vertical-align: bottom;
}
div.tandemPerson {
	float: left;
	clear: right;
	width: 380px;
	margin: 0;
}
div.tandemJumpers {
	border: 1px solid #E5E4E2;
	padding: 10px;
	margin: 0 0 20px 0;
}
td.calendarAvailable {
	background: #bde3b7;
	border: 1px solid #CCCCCC;
}
td.calendarFew {
	background: #ffeaa8;
	border: 1px solid #CCCCCC;
}
td.calendarFull {
	background: #f3a7a1;
	border: 1px solid #CCCCCC;
}
td.calendarAvailable.calendarSelectedDay {
	background: #63bc55;
	border: 1px solid #CCCCCC;
}
td.calendarFew.calendarSelectedDay {
	background: #ffd350;
	border: 1px solid #CCCCCC;
}
td.calendarFull.calendarSelectedDay {
	background: #e64d41;
	border: 1px solid #CCCCCC;
}
div.tandemTerms {
	border: 1px solid #E5E4E2;
	padding: 10px;
	margin: 20px 0;
	font-style: italic;
}