html, body {
  height: 100%;
}

body {
  /* 
  Declare the base font size. We can change this else where to be more specific if needed.
  */
  font-size: 12px;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  background-color: #fff;
  color: #222;
  margin:0;
  padding:0;
}

#brand {
  float: right;
  border: 1px solid #999;
  background: #3333FF;
  padding: 3px;
  margin: 3px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#brand a {
  color: #fff;
  padding: 10px;
  text-decoration: none;
}

#myslidemenu {
  border-bottom: 2px solid #bbb;
  z-index: 100;
}

.jqueryslidemenu {
  background: #111155;
  font-weight: normal;
  font-size: 11px;
}

.jqueryslidemenu ul li a {
  background: #111155;
  font-size: 11px;
}
.jqueryslidemenu ul li a:hover {
  background: #3333FF;
  font-size: 11px;
}
.jqueryslidemenu ul li ul li a {
  background: #111155;
  font-size: 11px;
}
.jqueryslidemenu ul li ul li a:hover {
  background: #3333FF;
  font-size: 11px;
}

.jqueryslidemenu,
.jqueryslidemenu ul,
.jqueryslidemenu ul li,
.jqueryslidemenu ul li a,
.jqueryslidemenu ul li ul,
.jqueryslidemenu ul li ul li,
.jqueryslidemenu ul li ul li a {
  z-index: 100;
}

#breadCrumbLeft {
  float: left;
  background: #eee;
  font-size: 15px;
  padding: 3px 10px;
  min-width: 150px;
  -moz-border-radius-bottomRight: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

#breadCrumbRight {
  float: right;
  font-size: 15px;
  padding: 3px 10px;
}

#contentArea {
  padding: 10px 20px;
}

.registryFormTable {
  width: 100%;
  margin: 0px;
}

.registryFormInstructions, .registryFormButtonBar {
  padding: 3px 10px;
  background: #eee;
  border: 1px solid #bbb;    
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.registryFormButtonBar {
  text-align: center;
}

.registryFormInfo, .registryFormCaution, .registryFormConfirm, .errorExplanation {
  padding: 3px 5px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.registryFormInfo, .registryFormCaution, .registryFormConfirm, .errorExplanation {
	padding: 3px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.errorExplantion {
	margin-bottom: 10px;
}

.registryFormInfo {
  background: #ffc;
  border: 1px solid #dd0;    
}

.registryFormCaution, .errorExplanation {
  background: #fcc;
  border: 1px solid #f00;    
}

.registryFormConfirm {
  background: #9f9;
  border: 1px solid #0a0;    
}

.registryFormHeader, .registryFormSubHeader {
  padding-top: 3px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.registryFormSubHeader {
font-size: 12px;
}

.registryFormLabel {
  font-weight: bold;
}

.registryFormHeaderSelect {
  padding-top: 3px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  width: 40%;
}

input[type=file], 
input[type=text], 
input[type=password],
select {
  border: 1px solid #222;
}

.registryFormDataRequired input[type=file], 
.registryFormDataRequired input[type=text], 
.registryFormDataRequired input[type=password], 
.registryFormDataRequired select {
  background: #cdf;
}

.registryFormData, .registryFormLabel, .registryFormDataRequired {
  padding: 4px 5px;
  vertical-align: top;
}

.registryTableContainer {
  vertical-align: top;
}

#formDiv0, #formDiv1, #formDiv2, #formDiv3, #formDiv4, #formDiv5, #formDiv6, #formDiv7, #formDiv8 {
  position: static;
  width: 98%;
  display: none;
}

#formDiv0 {
  z-index: 10;
  background-color: red;
}
#formDiv1 {
  z-index: 11;
  display: inline;
}
#formDiv2 { z-index: 2; }
#formDiv3 { z-index: 3; }
#formDiv4 { z-index: 4; }
#formDiv5 { z-index: 5; }
#formDiv6 { z-index: 6; }
#formDiv7 { z-index: 7; }
#formDiv8 { z-index: 8; }

/* form div rules */
span.openLink {
  display: inline;
}
span.openable {
  display: none;
}

.registryFormTab, .registryFormTab a:link, .registryFormTab a:visited {
  text-align: center;
  background-color: #eee;
  font-size: 12px;
  font-weight: normal;
  color: #123;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  text-decoration: none;
}

.registryFormTabSelect, .registryFormTabSelect a:link, .registryFormTabSelect a:visited {
  text-align: center;
  background-color: #fff;
  font-size: 12px;
  font-weight: bold;
  color: #123;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  text-decoration: none;
}

.registryFormTab, .registryFormTabSelect {
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}

.registryFormTab {
  border-bottom: 1px solid #222;
}

.registryFormComment {
  font-weight: normal;
  font-size: 12px;
  color: #a3c;
}

#resultScrollDIV {
  width: 100%;
  height: 200px;
  overflow: auto;
  border: 1px solid #ddd;
  border-top: 0px;
  margin-bottom: 5px;
}

#resultScrollDIVTall {
  width: 100%;
  height: 300px;
  overflow: auto;
  border: 1px solid #222;
}

.resultScrollTable {
  width: 100%;
}

.resultScrollTable .registryFormDataRequired {
  background: #eee;
  border-bottom: 1px solid #999;
}

.resultScrollTable .registryFormData, .resultScrollTable .registryFormDataRight {
  border-bottom: 1px solid #999;
}

#glStatusSelectorLink {
  display: inline;
}
#glStatusSelector {
  display: none;
}

#memberTypeSelectorLink {
  display: inline;
}
#memberTypeSelector {
  display: none;
}

.affiliationStatusSelectorLink {
  display: inline;
}
.affiliationStatusSelector {
  display: none;
}

#foreignMembershipButton {
  display: inline;
}
#foreignMembershipForm {
  display: none;
}

#rosterTitleSelector {
  position: absolute;
  z-index: -1;
  left: 300px;
  top: 150px;
  visibility: hidden;
  width: 300px;
  height: 100px;
  border: #000 solid 1px;
  background-color: #eee;
  text-align: center;
}

.collapse {
  border-spacing: 0px;
}

#contentLeft {
  float: left;
  width: 76%;
}

#contentRight {
  float: right;
  width: 20%;
}

#contentArea a {
  text-decoration: none;
  color: blue;
}

#contentArea a:visited {
  text-decoration: none;
  color: blue;
}


.timeline, .timelineDate, .timelineCurrent, .timelineDateCurrent {
  vertical-align: top;
  border-bottom: 1px solid #999;
}

.timelineDate, .timelineDateCurrent {
  padding-top: 12px;
}

.timelineCurrent, .timelineDateCurrent {
  background: #9f9;
}

.tableRow {
  border-bottom: 1px solid #999;
}

.tableColumn {
  border-right: 1px solid #999;
}

.tableTotal {
  border-top: 1px solid #999;
  font-weight: bold;
}

.registryTableNested {
  width: 100%;
}

.registryFormDataRequiredRight, .registryFormDataRight {
  text-align: right;
}

.registryFormIndent {
  text-align: right;
}

/* PAGING */
ul.pagelinks {
  display: inline;
} 

ul.pagelinks li {
  list-style: none;
  display: inline;
}
      
ul.pagelinks li.pagelinks-start {
  list-style: none;
  display: inline;
}

ul.pagelinks li a {
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}
ul.pagelinks li a:hover {
  font-weight: bold;
}

li.pagelinks-current {
  font-weight: bold;
}

.tight {
  width: 0px;
}

.formInactiveMember{
  background-color: #FFEEEE;
}
.formNonMaster {
  background-color: #F6E8BF;
}

thead {display: table-header-group;}

.registryFormHighlight {
  padding: 2px;
  background-color: #ddd;
}

.registryFormHighlight1 {
  padding: 2px;
  background-color: #fdf;
}

.registryFormHighlight2 {
  padding: 2px;
  background-color: #dff;
}

.registryFormHighlight3 {
  padding: 2px;
  background-color: #fdd;
}

.registryFormHighlight4 {
  padding: 2px;
  background-color: #dfd;
}

.registryFormHighlight5 {
  padding: 2px;
  background-color: #ddf;
}

.registryFormHighlight6 {
  padding: 2px;
  background-color: #ffd;
}

.registryFormError {
  color: #F00;
  font-weight: normal;
}

.clear {
clear: both;
}

#container {
  min-height: 100%;
  position: relative;
}

#contentArea {
  padding-bottom: 60px;
}

/*=== FOOTER ===========================================================*/

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #eee;
  border-top: 1px solid #ccc;
  min-width: 950px;
}

#footerLeft {
  width: 65px;
  margin: 5px 10px;
  float: left;
}

#footerCenter {
  float: left;
  font-size: 10px;
  margin: 5px 10px;
  text-align: center;
  width: 80%;
}

#footerCenter span.test {
  font-size: large;
  font-weight: bold;
  text-decoration: overline underline;
}

#footerRight {
  width: 100px;
  margin: 5px 10px;
  float: right;
}

/* FIXME: Whats up with this? */
selected {
  color: yellow;
  font-weight: bold;
}

#text {
  float: right;
  border: 1px solid #aaa;
  background-color: #ddd;
}

#color {
  float: left;
  border: 1px solid #aaa;
  padding: 0px;
  background-color: #ddd;
  margin-right: 10px;
}

/*=== AUTOCOMPLETE =====================================================*/


.placeholder {
  color: grey;
}

.autocomplete_results {
  background: white;
  border: 1px solid black;
  list-style-type: none;
  z-index: 99;
}

.autocomplete_result {
  padding: 0px 5px;
}

.autocomplete_result.selected {
  background: #CCC;
}

.autocomplete_result:hover {
  background: #DDD;
}

/*=== LOADING ===========================================================*/

#loading {
  display: none; /* Hidden by default.. JS will show/hide. See application.js */ 
  text-align: center;
}

#loading img {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: -8px;
  margin-left: 5px;
}

/*=== RAILS Styles ===========================================================*/

.button-to, .button-to div, .button-to div input {
  display: inline;
}

.entry_input_error {
  background-color: #FFCCCC;
}

.entry_label {
  text-align: right;
  padding-right: 3px;
}
.entry_label_td {
  border-bottom: 1px solid #999;
}

.display_model {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}

.edit_financial_report input {
  width: 100px;
  text-align: right;
}

.edit_financial_report input[type='button'] {
  text-align: center;
}

.edit_financial_report input[disabled='disabled'] {
  border: none;
  font-weight: bold;
  color: #111;
  background-color: #EEE;
}

td.centered {
  text-align: center;
}

td.right {
  text-align: right;
}

tr.walled > td {
  border-left: 1px solid #999;
}
tr.walled > th {
  border-left: 1px solid #999;
}

.has_schedule {
  padding-left: 20px;
  color: #777;
}

.red {
  color: #FF0000;
}

.entry_error {
  background-color: #fcc;
}

.entry_text {
  width: 90%;    
}

.entry_currency {
  text-align: right;
  width: 120px;
}

.entry_total {
  font-size: 110%;
  font-weight: bold;
}

.entry_deleting {
  text-decoration: line-through;
  background-color: #EEE;
}

.entry_parent {
  color: #333;
  background-color: #DDD;
}


.lodge_status_active {
  text-align: center;
  color: #AAA;
}

.lodge_status_inactive
.lodge_status_merged
.lodge_status_surrendered
.lodge_status_suspended
.lodge_status_forfeit
.lodge_status_under_dispensation {
  text-align: center;
  color: #000;  
}

.lodge_status_na {
  text-align: center;
  color: #F00;
}

.financial_report_status_not_started {
  text-align: center;
  color: #F00;
}

.financial_report_status_open {
  text-align: center;
  color: #0A0;
}

.financial_report_status_active {
  text-align: center;
  color: #080;
}

.financial_report_status_closed {
  text-align: center;
  color: #008;
}

.highlighted {  
  background-color: #FFFF99;
}

/*

	RAILS Styles
	
*/

.button-to, .button-to div, .button-to div input {
	display: inline;
}

.entry_input_error {
  background-color: #FFCCCC;
}

.entry_label {
	text-align: right;
	padding-right: 3px;
}
.entry_label_td {
	border-bottom: 1px solid #999;
}

.display_model {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.edit_financial_report input {
	width: 100px;
	text-align: right;
}

.edit_financial_report input[type='button'] {
	text-align: center;
}

.edit_financial_report input[disabled='disabled'] {
	border: none;
	font-weight: bold;
	color: #111;
	background-color: #EEE;
}

td.centered {
	text-align: center;
}

td.right {
	text-align: right;
}

tr.walled > td {
  border-left: 1px solid #999;
}
tr.walled > th {
  border-left: 1px solid #999;
}

.has_schedule {
	padding-left: 20px;
	color: #777;
}

.red {
	color: #FF0000;
}

.entry_error {
	background-color: #fcc;
}

.entry_text {
	width: 90%;	
}

.entry_currency {
	text-align: right;
	width: 120px;
}

.entry_total {
	font-size: 110%;
	font-weight: bold;
}

.entry_deleting {
	text-decoration: line-through;
	background-color: #EEE;
}

.entry_parent {
	color: #333;
	background-color: #DDD;
}


.lodge_status_active {
  text-align: center;
  color: #AAA;
}

.lodge_status_inactive
 .lodge_status_merged
 .lodge_status_surrendered
 .lodge_status_suspended
 .lodge_status_forfeit
 .lodge_status_under_dispensation {
  text-align: center;
  color: #000;  
}

.lodge_status_na {
  text-align: center;
  color: #F00;
}

.financial_report_status_not_started {
  text-align: center;
  color: #F00;
}

.financial_report_status_open {
  text-align: center;
  color: #0A0;
}

.financial_report_status_active {
  text-align: center;
  color: #080;
}

.financial_report_status_closed {
  text-align: center;
  color: #008;
}

.highlighted {  
  background-color: #FFFF99;
}

