/* CSS Document */
BODY
{
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
	font-family: arial;
	font-size: 13px;
	color: #451809;
	text-align: center;	
}

INPUT
{
	font-family: arial;
}

/*
.tblMain
{
	width: 937px; 
	border: solid 0px black; 
	background-image: url(images/main_bg.png);
	background-position: center
}
*/

.clsFooterLinks a
{
	font-family: verdana;
	font-weight: bolder;
	color: #7EA1C2;
	text-decoration: none;
	font-size: 10px;
	font-weight: bolder;
}

.clsFooterLinks a:hover
{
	color: #DCC364;
}

#news a
{
	font-family: arial;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
	color: #000;
}

.clsPageText
{
	font-family: Arial;
	font-size: 13px;
	color: #451809;
	line-height: 20px;	
}

.clsTblForm
{
	font-size: 13px;
	font-weight: bolder;
	color: #555555;	
}

.clsTblRecentListing
{
	font-size: 13px;	
}

.clsTblRecentListing TD
{
	text-align: left;
	line-height: 15px;
}

.clsTblRecentListing TH
{
	text-align: left;
	color: #920404;
	line-height: 20px;
}

.spnGalleryCaptions
{
    font-weight: normal;
    font-size: 14px;
}

.spnHightlightText
{
    font-weight: bold;
    font-size: 15px;
}

.spnHeaderLinks a
{
    font-weight: bold;
    color: #5B3123;
    text-decoration: none;
    font-size: 14px;
}

.spnHeaderLinks a:hover
{
    text-decoration: underline;
}

.spnAdminHeaderLinks a
{
	color: #5B3123;
    text-decoration: underline;
    font-size: 14px;
}

.spnAdminHeaderLinks a:hover
{
    text-decoration: none;
}

.tblGrid
{
	background-color: #623425;
}


.tblGrid TH
{
	background-color: #623425;
	color: #FAECDA;
}

.tblGrid TR
{
	background-color: #FAECDA;
	font-weight: normal;
}

.tblGrid a
{
	color: #2F78A8;
	font-weight: normal;
}

.divErrorBox
{
	font-family: verdana;
	padding: 10px; 
	background-color: #FFE37A; 
	color: #E40F0F;	
	text-align: center;
	border: solid 1px #623425;
}







* {box-sizing: border-box}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    max-width: 842px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #8e0400;
    font-size: 36px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
a.prev {
    left: 0%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: .5s;
  animation-name: fade;
  animation-duration: .5s;
}

@-webkit-keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
