body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fff;
	background-image: url(../themes/getSirius/image/backgroundparchLT.jpg);
	color: #402306;
	margin-top: 4px;
}

.searchDatabase {
	font-size: 16px;
    border-bottom: 1px solid #666;
    padding: 8px 12px;
	background-color: #CCCCCC;
}
.searchbutton {
	color: #5E2500;
	background-color: #FEC672;
	padding: 3px 16px;
	margin: 5px 0px 2px 0px;
	font-size: 1.1em;
	-webkit-border-radius: 6px;
	border: 2px inset;
	border-radius: 5px;
	border-color: #FF9900;
}
.searchbox {
	color: #000;
	background-color: #f8f5ee;
	padding: 3px 16px;
	margin: 5px 0px 2px 0px;
	font-size: 1.1em;
	-webkit-border-radius: 6px;
	border: 1px inset;
	border-radius: 5px;
	border-color: #FAE8AF;
}
.searchbox:focus {
	border-color: #FAE8AF;
}
.searchbuttonOR {
	padding: 3px 10px 0 10px;
	font-size: 1.1em;
}
.searchbox {
	border: 1px solid;
	border-color: #001EC6;
}
h1{
    font-size: 26px;
    color:#4D2C06;
}
#header{
    margin: 20px 30px;
	height: 160px;
	overflow: hidden;
	max-width: 960px;
	background-image: url(church.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center -80px;
    border: 1px solid #703F0A;
}
#header h1 {
	padding: 0 23px;
	width: 360px;
}
h2,h3,h4,h5,h6{
    font-size: 20px;
    color:#4D2C06; 
}
.submitButtonText {
	border: none; 
	background: none; 
	color: #001EC6;
	text-decoration: underline;
}
.submitButtonText:hover {
	text-decoration: none;
	background-color: #ECAD37;
	color: #000000;
	cursor: pointer;
}
/* style checkbox */
.checkboxstyle {
	height: 20px;
	width: 20px;
	
	background-color: #f8f5ee;
	padding: 2px;
	-webkit-border-radius: 6px;
	border: 1px inset;
	border-radius: 5px;
	border-color: #FAE8AF;
}
.searchResultText {
	color: #663300;
	font-weight: bold;
}
a, a:visited{
    color: #001EC6;
}
a:hover{
	color: #0E2DDA;
	text-decoration: underline solid #0E2DDA;
	background-color: #CED5F4; 
}

.textBigger {
	font-size: 1.3em;
}
.textHighlight {
	color: #990000;
	border-bottom: 1px solid;
	border-bottom-color: #6600CC;
}
.textMuted {
	color: #999999;
}
.nowrap {
	white-space: nowrap;
}

/* Sortable tables */
.sortTableTestStyle {
	background-color: #F4F1EC;
	border-bottom: 1px solid #D8CDBC;
	border-color: ;
}
table.sortable tr:nth-child(even) {
	background-color: #F4F1EC;
}
table.sortable tr:nth-child(odd) {
	background-color: #;
}
.textSortableSmallTextWrap {
	font-size: 0.8em;
}
table.sortable thead {
    background-color:#CCCCCC;
    color:#333;
    cursor: pointer;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}
table.sortable tbody {
	counter-reset: sortabletablescope;
	font-size: 1.1em;
}
table.sortable thead tr::before {
    content: "";
    display: table-cell;
}
table.sortable tbody tr::before {
    content: counter(sortabletablescope); /* Commenting this line out hides column */
    counter-increment: sortabletablescope;
    display: table-cell;
	color: #ddd;  /* dim this column */
}
.sortable td {
	padding-right: 8px;
	padding-left: 8px;
	border-bottom: 1px solid #D8CDBC;
/*	white-space: nowrap; */
}

/* sticky header */

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
