/* Global styles */
body {
	background-color: white;
	color: black;
	font-family: book antiqua, garamond, arial, verdana, sans, sans serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	overflow: auto;
	overflow-x: hidden;
}

td {
	font-family: book antiqua, garamond, arial, verdana, sans, sans serif;
	font-size: 14px;
}

a {
  font-size: x-small;
  color: #947966;
  text-decoration: none;
}
a:visited { color: #947966; text-decoration: none; }
a:hover { color: #c00; text-decoration: none; }

li a {
  font-size: x-small;
  color: black;
  text-decoration: none;
}
li a:visited { color: black; text-decoration: none; }
li a:hover { color: #c00; text-decoration: none; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#flash {
  background-image: url('/images/cms_blue.gif');
  color: black;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
/* End Global styles */

/* Login style */
.loginTable {
  border: solid thin yellow;
  background-color: lightyellow;
  color: #000;
  width: 300px;
  padding: 5px;
  font-size: x-small;
}

.loginTable p {
  font-size: small;
}

.loginError {
  color: #f00;
} 
/* End Login style */

/* Admin style */
.listMenu {
  padding: 0;
  display: inline;
}
.listMenu li {
  list-style-type: none;
  display: inline;
  margin-right: 5px;
  padding: 2px 4px 5px 4px;
  width: 20px;
}
.listMenu li:hover {
  background-color: lightyellow;
}
.copyright {
  font-family: verdana;
  font-size: x-small;
  text-align: center;
  padding: 5px;
}
#logo {
  background-color: lightyellow;
  padding: 10px;
}
#logout {
  background-color: lightyellow;
  position: absolute;
  top: 5px;
  right: 10px;
}
#change_password {
  background-color: lightyellow;
  font-size: 10px;
  padding-right: 10px;
  text-align: right;
}
.vertiBar {
  width: 1px;
  height: 85%;
  vertical-align: middle;
  background-color: #000;
}
.vertiBar2 {
  width: 1px;
  height: 100%;
  vertical-align: middle;
  background-color: #89CDDE;
}
.pageTitle {
  text-align: center;
  font-size: small;
  font-weight: bold;
}
.xsmall_font {
  font-size: 10px;
}
.layoutTableLinks {
  background-image: url('/images/cms_brown.gif');
  height: 20px;
  font-weight: bold;
  padding-left: 20px;
  padding-bottom: 5px;
}
.layoutTableContent {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  vertical-align: top;
  height: 100%;
  font-size: small;
}
.timeTable {
  width: 100%;
  background-color: black;
}
.timeTable td {
  text-align: center;
  background-color: #d8d8d8;
}
.timeTable th {
  background-color: lightyellow;
}
/* End Admin style */

/* Site style */
.leftSideBar {
  vertical-align: top;
  text-align: right;
  width: 25%;
}
.leftSideBar2 {
  vertical-align: top;
  text-align: right;
}
.banner {
  vertical-align: top;
  text-align: left;
  width: 670px;
  height: 236px;
  background-image: url('/images/banner.gif');
  background-repeat: no-repeat;
}
.rightSideBar {
  width: 25%;
}
.navButton {
  width: 1.5in;
  text-align: right;
}
.topSpace {
  height: 61px;
}
.content {
  vertical-align: top;
  font-family: book antiqua, garamond, verdana, arial, serif, sans serif;
  font-size: 14px;
  border: solid 2px #89CDDE;
  width: 640px;
}
.copyright {
  font-family: futura;
  font-size: x-small;
  text-align: right;
  vertical-align: top;
}
.copyright a {
  color: black;
}
.copyright a:hover {
  color: #c00;
}
.innerText {
  padding: 15px;
  padding-right: 0;
  width: 635px;
  height: 170px;
  text-align: justify;
}
.randomPhoto {
  padding: 0px;
}
.menuName {
  font-size: 16px;
  font-weight: bold;
}
.menuDesc {
  font-size: 12px;
}
.info {
  font-family: book antiqua, garamond;
  position: relative;
  top: 80;
  left: 380;
  color: #947966;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
}
.info a {
  font-size: 12px;
}
#printable {
  font-size: 10px;
}
/* End Site style */