/* Template Structure */
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff; 
    color: #333;
    font-size: 76%;
    font-family: verdana, arial, helvetica, sans-serif;
}
p, ol, ul, td {
  font-size:   1em;
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 1em;
}
#header {
	background-image: url(/images/header_repeat.gif.v1216688157);
	background-repeat: repeat-x;
	height: 126px;
	width: 100%;
	overflow: hidden;
}
#header img {
	margin: 0px;
	padding: 0px;
	float: left;
}
#content {
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
}
#largeIcon {
        position: absolute;
        top: 105px;
        right: 15px;
        z-index: 100;
}
#footerversion {
	text-align: center;
	font-size: 0.9em;
	color: #999;
	letter-spacing: 0.5em;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#loggedinas {
	position: absolute;
	top: 0.7em;
	right: 20px;
	font-size: 0.8em;
	font-style: italic;
	color: #97DBFF;
}
#breadcrumbs {
	position: absolute;
	font-size: 0.8em;
	color: #666666;
	top: 100px;
	left: 80px;
}
/* END Template Structure */

/* AJAXY Stuff - Used? */
div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}
/* END AJAXY Stuff */

/* Error and Success Notification Displays */
p.flashsuccess {
	color: #2E5B00;
	background-color: #C8FF91;
	border: 1px solid #6C0;
	padding: 10px 10px 10px 60px;
	background-image: url(/images/success.gif.v1216688157);
	background-repeat: no-repeat;
	background-position: -20px -20px;
}
p.flashfail {
	color: #5B1200;
	background-color: #FFA791;
	border: 1px solid #F30;
	padding: 10px 10px 10px 60px;
	background-image: url(/images/failure.gif.v1216688157);
	background-repeat: no-repeat;
	background-position: -17px -15px;

}
.errorExplanation {
	color: #5B1200;
	background-color: #FFA791;
	border: 1px solid #F30;
	padding: 10px 30px 10px 60px;
	margin-bottom: 20px;
	background-image: url(/images/failure.gif.v1216688157);
	background-repeat: no-repeat;
	background-position: -17px -15px;

}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
  border: 2px solid red;  
  background-color: #FFA791;
}
/* END Error Displays */

/* Construction Zone page */
.bar {
	background-repeat: repeat-x;
	height: 48px;
	text-align: center;
	float: left;
}
.addanew {
	margin-right: 10px;
}
.bar form {
	font-size: 1.1em;
	color: #000;
	display: inline;
}
.bar img {
	vertical-align: middle;
}
#location {
	background-image: url(/images/bluebar_repeat.gif.v1216688157);
}

#addanew {
	background-image: url(/images/yellowbar_repeat.gif.v1216688157);
}

#recyclebin {
	width: 48px;
	height: 48px;
	float: right;
}
.bar form select, .bar form input {
	font-size: 0.8em;
	vertical-align: middle;
}


.paddingboxtop {
    width: 95%;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
}
.paddingboxbottom {
    width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;	
}

#search {
float: right;

}
#default_selector {
float: left;
}
#draganddrop {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.worker select, .worker input {
	font-size: 0.8em;
	vertical-align: middle;

}
.status {
text-align: center;
width: 100px;
}
/* END Construction Zone page */

/* Permissions Page */
#permissions {
border-collapse: collapse;
color: #fff;
}

#permissions th {
	font-size: 1.3em;
	text-align: center;
	padding: 10px;
}

#permissions #defaults {
	font-weight: bold;
	background-image: url(/images/redbar.gif.v1216688157);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 29px;
}
#permissions input {
	vertical-align: middle;
}
/* END Permissions Page */

/* Users and groups page */
#userscontainer {
	float: left;
	width: 54%;
}

#groupscontainer {
	float: right;
	width: 44%;
}

#groupscontainer form.databaseinput p label {
	width: 120px;
}

#groupscontainer form.databaseinput p.buttons {
	padding-left: 125px;
}

/* END Users and groups page */

/* General Styles */
h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #0087CC;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
h2 {
	font-size: 1.5em;
	color: #333;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h3 {

	font-size: 1.2em;
	color: #069;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
a {
	font-weight: bold;
	color: #0087cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}

/* END General Styles */

/* Jumpbar */
#jumpbar {
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 100;
	margin-left: 350px;
}
#jumpbar ul {
	font-weight: bold;
	color: #FEC400;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#jumpbar .linkseperator {
	color: #fff;
}
#jumpbar ul li {
	display: inline;
	white-space: nowrap;
}
#jumpbar a {
	color: #fff;
}
#jumpbar a:hover {
	color: #fff;
	text-decoration: underline;
}
/* END Jumpbar */

/* Display Database Listing - TABLE */
table.databaselisting {
	font-size: .95em;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	clear: right;
	border-collapse: collapse;
}
table.czone {
    clear: both;
}
table.databaselisting tr {
	background-color: #fff;
}
table.databaselisting td {
	color: #666;
}
table.databaselisting th {
	background-color: #62C8FF;
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-image: url(/images/tableheader.gif.v1216688157);
	background-repeat: repeat-x;
	background-position: bottom;
}
table.databaselisting td, table.databaselisting th {
	padding: 3px;
}
table.databaselisting tr td {
	background-image: url(/images/border.gif.v1216688157);
	background-repeat: repeat-x;
	background-position: bottom;	
}

table.databaselisting td.option {
	background-color: #fec400;
	text-align: center;
	width: 100px;
	color: #000;
	font-weight: bold;
}
table.databaselisting td.option a {
	color: #000;
}
table.databaselisting td.option a.locked {
	color: #F00;
}
table.databaselisting .handle {
    cursor: move;
}
p.empty {
	font-style: italic;
	font-weight: bold;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
table.databaselisting tr.disabled td {
opacity: .5;
filter: alpha(opacity=50);
}
table.databaselising tr.locked td {
opacity: .5;
filter: alpha(opacity=50);
color: #F00;
}

.dragAndDrop {
	width: 14px;
}

table.databaselisting .thumbnail {
	width: 50px;

}

/* END Display Database Listing - TABLE */

/* Database Input Form */
form.databaseinput {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 0.9em;
}
form.formbuilder textarea {
	width: 54%;
}

form.databaseinput p {
	margin: 0px;
	clear: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #fff;
}
form.databaseinput p label {
	float: left;
	width: 140px;
	text-align: right;
	font-size: 1.2em;
	margin-right: 5px;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.2px;
	color: #fff;
}
form.databaseinput p span.comments {
    margin-left: 147px;
    font-style: italic;
    clear: left;
}
form.databaseinput fieldset {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 2px solid #000;
	padding: 0px;
	background-color: #0087CC;
}
form.databaseinput p.buttons {
	background-color: #fec400;
	padding-left: 145px;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	font-size: 1.3em;
}
form.databaseinput p.buttons a {
	color: #000000;
}
form.databaseinput p.indent {
	margin-left: 147px;
}
form.databaseinput a.info {
  color: #fec400;
  font-weight: bold;
}

.nowrap {
	white-space: nowrap;
	display: inline;
}
.chunk {
	display: block;
	margin-left: 145px;
	width: 1%;
}
span.handle {
    cursor: move;
}
div.multiEdit {
	background-color: #C1EAFF;
	padding-top: 25px;
	border: 2px solid #000;

}
div.multiEdit form.databaseinput fieldset {
	width: auto;
	margin-left: 25px;
	margin-right: 25px;
}
form.databaseinput fieldset img.thumbnail {
	margin-top: 10px;
}
div.multiEdit p.multiButtons {
	background-color: #fec400;
	padding-left: 27px;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	margin-bottom: 0px;

}
div.multiEdit p.multiButtons a {
	color: #000000;
}
div.flashsuccess {
	color: #2E5B00;
	background-color: #C8FF91;
	border: 1px solid #6C0;
	padding: 10px 10px 10px 60px;
	background-image: url(/images/success.gif.v1216688157);
	background-repeat: no-repeat;
	background-position: -20px -20px;
	font-size: 1em;
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
}
/* END Database Input Form */

/* Action Buttons */
a.actionbutton {
	margin-right: 2px;
	padding: 0.3em 0.5em 0.3em 1.6em;
	color: #000;
	background-color: #fec400;
	text-decoration: none;
	border: 1px solid #999;
	background-image: url(/images/action_button_arrow.gif.v1216688157);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	vertical-align: middle;
}
a:hover.actionbutton {
	background-color: #F90;
	text-decoration: none;
	border: 1px solid #333;
}

p.rightButtons {
	float: right;
}

/* END Action Buttons */

/* KTML Fixes */

form.databaseinput .ktmlwindow {
	color: #000000;
}
form.databaseinput .ktmlwindow p {
	color: #000000;
}
form.databaseinput .ktmlwindow a {
	color: #000000;
}
form.databaseinput .ktmlwindow fieldset {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px groove #999999;
	background-color: transparent;
}
/* END KTML Fixes */

/* Calendar */

/*
  A red, white, and grey theme.
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
*/

.calendar {
    margin: auto;
    font-size:1em;
    color: white;
    background-color: #0087CC;
    width: 100%;

}

.monthName {
    font-weight: bold;
    text-align: right;
    padding-top: 1em;
    padding-bottom: 1em;
    color: black;
    letter-spacing: 0.03em;
    width: 100%;
    margin: auto;
    padding-right: 1em;
    margin-top: -2em;
}
.monthName select, .monthName input {
  font-size: 1.5em;
}

.dayName th {
  font-size: 0.8em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  background-color: #303030;
  color: white;
}

.otherMonth, .day, .eventDay {
  padding: 0.3em 0.5em;
  border-right: 1px solid white;
  width: 14%;
  height: 5em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #bbbbbb;
}

.otherMonth {
  background-color: #005684;
  color: #0087CC;
}
.weekendDay {
  
}

.lastWeekDay {
    border-right: none;
}

.lastWeek {
    border-bottom: none;
}
.day, .otherMonth {
    font-size: 0.8em;
}
.day p.event {
    margin-top: 0.3em;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    font-style: italic;
}
.eventDay {
  background-color: #11ACFF;
  color: white;
}

.day a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}

.hover {
    background-color: #fec400;
    cursor: pointer;
    color: black;
}
.hover a {
    color: black;
}


/* END Calendar */

/* Message Board */
.thread {
    width: 100%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}

.thread .titleBar {
	background-image: url(/images/tableheader.gif.v1216688157);
	background-repeat: repeat-x;
	background-position: bottom;
  	background-color: #62C8FF;
    color: #333333;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.5em;
}
.thread .titleBar .subject {
    width: 76%;
}

.thread .titleBar .date {
    float: right;
    text-align: right;
    font-size: 0.8em;
    width: 20%;
    font-weight: normal;
}
.thread .message {
    padding: 0.5em;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
.thread .replyLink {
    float: right;

}
.reply {
    width: 97%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}

.reply .titleBar {
  	background-color: #fec400;
    color: #333333;
    font-size: 1.3em;
    font-weight: bold;
    padding: 0.5em;
}

.reply .titleBar .subject {
    width: 76%;
}

.reply .titleBar .date {
    float: right;
    text-align: right;
    font-size: 0.8em;
    width: 20%;
    font-weight: normal;
}
.reply .message {
    padding: 0.5em;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
.reply .replyLink {
    float: right;
}
/* END Message Board */

/* Form Editor */
#addElements {
    float: left;
    width: 41%;
}

#formElements {
    float: right;
    width: 57%;
    padding-left: 2%;
}

/* END Form Editor */

/* Form results */

.dataoutput {
    border-collapse: collapse;
    width: 100%;
}
.dataoutput th {
    background-color: #333;
    color: #fff;
    text-align: center;
    border: 1px solid #555;
    padding: 0.5em;
}

.dataoutput td {
    border: 1px solid #555;
    padding: 0.5em;
}
.dataoutput td.option {
	background-color: #fec400;
	text-align: center;
	width: 100px;
	color: #000;
	font-weight: bold;
}
.dataoutput td.option a {
	color: #000;
}
/* END Form results */
	
/* Help System CSS */
#control_window_2 {
	padding: 0;
	background-color:#fff;
	border:1px solid #666;
	overflow:auto;
	font-size:12px;
	color:#333;
	text-align:left;
}

#control_overlay {
	background-color:#000;
}

#helpcontent {
	paddding: 10px;
	clear: right;
	margin-right: 10px;
	margin-left: 127px;
	padding-bottom: 10px;
}
#helpclose {
	float: right;
}
#spikehelp {
	float: left;
}
#spikehelptall {
	float: left;
	clear: left;
}
#helpcontent ol {
	line-height: 2em;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#helpcontent a {
	color: #003366;
}
#helpcontent h1 {
	padding: 20px 0px 10px;
	margin: 0px;
}
#helpheader {
	background-image: url(/images/spikehelprepeat.gif);
	background-repeat: repeat-x;
	height: 53px;
}
/* End Help System CSS */

/* Staff Zones CSS */

#staffZoneMenu {
    width: 13em;
    float: left;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:1.1em;
    font-weight:bold;
    line-height:1.5em;
    text-align:right;
    text-transform:uppercase;
	color: #0087cc;
}

#subcontainer {
    margin-left: 16em;
}

#staffZoneMenu ul {
    list-style-type:none;
}
/* END Staff Zones CSS */

/* Learning Caves CSS */

#caveReport {
    padding-top: 1em;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.caveContents {
    clear: both;
	min-height: 48px;
	margin-bottom: 10px;
}

.caveContents p {
    margin-left: 60px;
}

.caveContents img {
    float: left;

}

/* END Learning Caves CSS */

/* Online Store CSS */

.storeButtons {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
}

table.cart {
	border-collapse: collapse;
	background-color: #EAEAEA;
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	color: #000000;
	clear: both;
}
table.cart td, table.cart th {
	padding: 10px;
	border: 1px solid #B1B4B4;
}
table.cart th {
	background-color: #CECECE;
}
table.cart .thumbnail {
	width: 50px;

}
table.cart .total {
	background-color: #CECECE;
	font-weight: bold;
	text-align: right;
}
table.cart .quantity {
	text-align: center;
}
table.cart .price, table.cart .shipping, table.cart .tax {
	text-align: right;
}

table.cart .buttons {
	text-align: right;
	padding-top: 30px;
	background-color: #B1B4B4;
}

.orderStatus {
    text-align: right;
    padding-top: 1em;
    padding-bottom: 1em;
    color: black;
    letter-spacing: 0.03em;
    width: 100%;
    margin: auto;
    padding-right: 1em;
    margin-top: -2em;
	font-size: 1.5em;
}
.orderStatus select, .orderStatus input {
  font-size: 1em;
}

/* END Online Store CSS */

/* Pagination */

div.pagination {
	padding: 3px 0 3px 0;
	margin: 20px 0 10px 0;
	text-align: center;
	float: left;
	width: 100%;
	font-weight: bold;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #333333;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEEEEE;

	color: #DDDDDD;
}
/* END Pagination */

/* Prayer Request System CSS */

#prayerCalendar {
	width: 90%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
#prayerCalendar th.prayerDayHeader {
	width: 18%;
}
#prayerCalendar td.prayerDay {
	border: 1px solid #777777;
	padding: 5px;
	text-align: center;
	background-color: #005684;
	color: white;
}
#prayerCalendar td.prayerDay a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
#prayerCalendar td.hover {
    background-color: #fec400;
    cursor: pointer;
    color: black;
}
#prayerCalendar td.hover a {
    color: black;
}
#prayerCalendar td.prayerWeek {
	text-align: right;
	vertical-align: middle;
	width: 10%;
	font-weight: bold;
	padding: 5px;
}
/* END Prayer Request System CSS */