body, html { 
  background-color: #000000;
  color: #eeeeee;
  margin: 0;
}

body, p, ol, ul, td {
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
}

h1, h2, h3 {
  color: #DE7420;
  font-family: Arial;
  margin: 0 0 4px 0;
}

form {
  margin: 0;
  padding: 0;
}

form.edit_prayer_slot input {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a {
  color: #F1AB78;
  text-decoration: none;
}

a:hover {
  color: #D7803D;
}

#center {
  width: 980px;
  margin: 0 auto 10px auto;
  border-left: 1px dotted #DE7420;
  border-right: 1px dotted #DE7420;
  border-bottom: 1px dotted #DE7420;
}

#border {
  margin: 0 auto;
  height: 2px;
  background-color: #aaaaaa;
}

#header {
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #DE7420;
}

#header #account {
  font-family: Arial;
  font-size: 20px;
  text-align: right;
  float: right;
  line-height: 30px;
  padding: 10px 10px 0 0;
  color: #DE7420;
}

#header a {
  color: #DE7420;
  font-weight: bold;
}

#header a:hover {
  color: #D7803D;
}

#header #title {
  float: left;
  margin: 0 0 0 30px;
}

#header #title h1 {
  line-height: 30px;
}

#header #menu {
  margin: 100px 0 0 20px;
  float: left;
}

#header #menu span {
  margin: 0 12px;
}

#header #clear {
  clear: both;
}

#error {
  background: #FFDFDF;
  border: #BCBCBC 1px dotted;
  padding: 4px;
  margin: 5px 20px 5px 20px;
  color: #5f5f5f;
  font-weight: bold;
  text-align: center;
}

#notice {
  border: #BCBCBC 1px dotted;
  padding: 4px;
  margin: 5px 20px 5px 20px;
  font-weight: bold;
  text-align: center;
}

#content {
  padding: 20px;
}

#content h2 {
  color: #DE7420;
  line-height: 20px;
}

#prayer_date_details h2 a, #content h1 a {
  color: #DE7420;
}

#prayer_date_details h2 a:hover, #content h1 a:hover {
  color: #D7803D;
}

#footer {
  padding: 20px 0 20px 0;
  font-size: 11px;
  text-align: center;
  clear: both;
  border-top: 1px dotted #DE7420;
}

#footer a {
  margin: 0 20px;
}

#prayer_date_listing {
  border: 1px dotted #cecece;
  margin: 0 0 10px 0;
  padding: 10px;
}

#prayer_date_listing table {
  margin: 0 0 0 10px;
}

#prayer_date_listing table td.padding {
  padding: 0 0 0 6px;
}

#prayer_date_details {
  width: 300px;
  margin: 0 0 20px 0;
  float: left;
}

#prayer_date_details table {
  margin: 0 0 0 10px;
}

#prayer_date_details h1#title {
  margin: 0 0 10px 0;
}

#prayer_date_details table td.padding {
  padding: 0 0 0 6px;
}

#prayer_date_slots {
  width: 620px;
  margin: 0 0 20px 20px;
  float: left;
}

#prayer_date_slots table {
  border-collapse: collapse;
  padding: 3px;
  margin: 0;
}

#prayer_date_slots table th {
  text-align: left;
  padding-left: 5px;
}

#prayer_date_slots table td {
  padding: 2px 6px;
  margin: 0;
  border: #cecece 1px dotted;
}

#prayer_date_slots table td.slot_time {
  text-align: center;
}

#prayer_date_slots table td.slot_name {
  text-transform: capitalize;
  text-align: left;
}

#prayer_date_slots table td.no_border {
  padding: 2px 6px;
  margin: 0;
  border: 0;
}

#prayer_slot_submit {
  width: 75px;
}

#prayer_captain_submit {
  width: 75px;
}

div.pagination {
  font-size: 14px;
  line-height: 20px;
}

div.pagination a {
  border: 1px dotted #dcdcdc;
  padding: 0px 4px 2px 4px;
  background-color: #000000;
  font-weight: bold;
}

div.pagination span.current {
  border: 1px dotted #dcdcdc;
  padding: 0px 5px 2px 5px;
  background-color: #888888; 
  font-weight: bold;
}

div.pagination a.prev_page,
div.pagination a.next_page,
div.pagination span.prev_page,
div.pagination span.next_page {
  border: 0;
  padding: 0;
  background-color: transparent;
} 

#find table#results th {
  text-align: left;
  padding: 0 5px 0 5px;
}

#find table#results td {
  text-align: left;
  padding: 0 5px 0 5px;
}

#group_search {
  border: 1px dotted #cecece;
  padding: 10px;
}

#groups_listing {
  border: 1px dotted #cecece;
  padding: 0 10px 15px 10px;
  margin: 20px 0 0 0;
}

#groups_listing div.pagination {
  margin: 6px 0 0 0;
}

#groups_listing table td h3 {
  margin: 15px 0 0 0;
  font-size: 13px;
}

#pick_group {
  border: 1px dotted #cecece;
  padding: 5px;
  width: 390px;
}


/* Users Listing */

table#users {
  border-collapse: collapse;
  padding: 3px;
  margin: 0;
}

table#users th {
  text-align: left;
  padding-left: 5px;
}

table#users td {
  padding: 2px 6px;
  margin: 0;
  border: #cecece 1px dotted;
}

table#users td.true {
  color: #00bb00;
  font-weight: bold;
}

table#users td.false {
  color: #ddaaaa;
  font-weight: bold;
}

table#users td.root {
  color: #0000ff;
  font-weight: bold;
}


/* Calendar CSS */

#calendar-header {
  font-family: 'Times New Roman', Serif;
  font-size: 26px;
  text-align: center;
  margin: 10px 0 10px 0;
}

table#calendar {
  font-family: Verdana, Sans-serif;
  border-collapse: collapse;
  margin: 0 0 20px 20px;
}

table#calendar td {
  color: #cccccc;
  background: #333333;
  width: 128px;
  height: 80px;
  vertical-align: top;
  padding: 0;
  border: 1px dotted #fff;
}

table#calendar div.group {
  font-size: 10px;
  padding: 0 0 2px 3px;
  border: 1px dotted #444444;
  margin: 1px;
  background-color: #000000;
}

table#calendar div.date {
  font-size: 12px;
  text-align: right;
  float: right;
  width: 19px;
  height: 17px;
  padding: 0 3px 0 0;
  background-color: #B9824A;
  border: 1px dotted #B2C4CD;
  color: #ffffff;
}

table#calendar td.today {
  background-color: #000000;
}

/* Flexcroll CSS */

.scrollgeneric {

	line-height: 1px;
	font-size: 1px;
	position: absolute;

	top: 0;
	left: 0;
}



.vscrollerbase {

	width: 12px;

	background: url('../images/scrollbar.png') repeat-y;
}


.vscrollerbar {

	width: 10px;

	background-color: #7C8D96;
	border: #7C8D96 1px dotted;

}



.scrollerjogbox {

	width: 10px;
	height: 10px;

	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: white;
}


/* Scaffold CSS */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px dotted red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

