
/* CSS Document */

body {
  font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #EBEBEB;
	color:#666666;
  	margin: 0px auto;
	padding: 0px;
  /*text-align: center;*/
}

h1 {
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 10px;
}


/* =========================== start menu styles ============================ */
.nav {
  width:800px;
  line-height: 30px;
	color: #fff;
  margin:0px 33px 0px 33px;
  /* margin:0px 290px 0px 290px; 
 padding: 3px 15px 0px 15px; */
  text-align: center;
}

.nav a {
  margin: 0;
  padding: 0;
  height: 30px;
}

.nav a:link, .nav a:visited {
  font-size: 11px;
  line-height: 28px;
  font-weight: bold;
  padding: 0 15px 0px 15px;
  text-decoration: none;
  color: #FFFFFF;
}

.nav a:link.active, .nav a:visited.active, .nav a:hover {
  padding-bottom: 5px;
  color: #FFFFFF;
}
/* ============================= end menu styles ============================ */

#textLocation {
	font-size: 14px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
	margin-bottom: 5px;
}

#footer {
	font-size: 9px;
	font-style: normal;
	color: #666666;
	padding: 0px 10px 0px 10px;
}
.pageFooterItem {
  padding: 0px 5px 0px 5px;
}



.pageHeading {
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
.head2 {
	line-height: 200%;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.head3 {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.roomTitle {
	font-size: 1.3em;
	padding: 5px 5px;
}

.roomTitleRow {
	background: #d5dfe8;
}

.element {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	padding: 4px;
}

.elementTitle {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	padding: 4px 2px 4px 2px
}

.elementTitle2 {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	line-height: 25px;
}


.elementEdit {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: black;
	padding: 4px 2px 8px 2px
}

.elementImg {
	border: 0;
}

.specialTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	padding: 4px 0px 0px 0px;
}

form {
	margin: 0;
}

img {
	border: 0;
}


.mediaContainer {
  padding-bottom: 12px;
}


.mandflag {
color: red;
}


a:visited {
  color: #65652B;
  text-decoration: none;
}

a:active {
  color: #65652B;
  text-decoration: none;
}

a:link {
  color: #65652B;
  text-decoration: none;
}

a:hover {
  color: #65652B;
  text-decoration: none;
}

.error {
	color: red;
	font-weight: bold;
}

input,
textarea,
select {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #303030;
}

.elementBackgroundDark  { background-color: transparent; }
.elementBackgroundLight { background-color: transparent; }

.formBackgroundDark  { background-color: #F0F0F0; }
.formBackgroundLight { background-color: #F6F6F6; }

