/*
Your CSS goes here
*/
html{
	background: url('../img/Petra.jpg') no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 24px;  
}
body,td,th {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #333333;
}

.style1 {font-size: 12px}
.style4 {font-size: 6px; color: #999999; }
.style5 {color: #999999}
::-webkit-scrollbar {width: 11px; height: 2px; background: #1a1116; }
::-webkit-scrollbar-thumb { background-color: #b7a68d; -webkit-border-radius: 1ex; }
div.transbox {
	align: center;
	width: 938px;
	background-color: #81F7F3;
	border: 6px double #2EFEC8;
	opacity: 0.5;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
}
a:link {
	color: #494747;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333232;
}
a:hover {
	text-decoration: none;
	color: #5D5B5B;
}
a:active {
	text-decoration: underline;
	color: #767272;
}
h4 { 
    
    font-size: 24px;
    font-weight: normal;
	color: #a327ee;
}
/*
SITE CSS
*/
.msg{
  border: 2px dotted #eed3b8;
  font-size: 34px;
  color: #eed3b8;
  padding: 10px;
  background-color: purple;
}
.uline TD{
  border-bottom: 1px solid #eed3b8;
}
/* MAP CSS */
#map {
  height: 340px;
  border: 2px dotted #eed3b8;
}
.pagination ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pagination ul li {
    display: inline;
	padding-right: 5px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

input[type=button], input[type=submit], input[type=reset], textarea, input[type=text], input {
    border: 2px dotted #eed3b8;
	 font-size: 24px;
}
textarea {
	width: 777px; height: 75px
    
    
    
}