body {
	margin: 0px;
	padding: 0px;
}
#footer {
	text-align: right;
	color: white;
	font-family: verdana;
	font-size: 9px;
}
#footer span {
	font-family: arial;
	font-size: 9px;
}
#footer div {
	padding: 0 25px 6px 0;
}
#leftside {
	padding: 0 0 0 8px;
}
#leftnav a {
	display: block;
	color: #794a08;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0 2px 2px;
	margin: 2px 0 2px 4px;
}
#leftnav a:hover {
	background-color: #d4edfb;
	color: #005288;
}
form {
	margin: 0px; padding: 0px;
}
.joiner {
	font-family: verdana;
	font-size: 10px;
}
#content {
	padding-right: 20px;
	font-family: arial;
	font-size: 12px;
}
#body_home #content {
	padding-right: 0px;
}
a {
	color: #0077c0;
}
a img {
	border: 0px;
}



h1 {
	font-size: 24px; 
}

h2 {
	font-size: 18px;
        color:  #794a08; 
}






.warn {
	border: 1px solid yellow;
	background: white url("images/warning.gif") no-repeat 6px 6px;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.error {
	border: 1px solid red;
	background: white url("images/error.gif") no-repeat 6px 6px;
	color: red;
	padding: 3px 3px 3px 60px;
	height: 50px;
}
.page_controls {
	text-align: center;
}
.timestamp {
	text-align: right;
	font-size: 10px;
	color: #999;
}
.o {
	background-color: #eee;
}
.gallery_thumb {
	width: 120px;
	height: 106px;
	text-align: center;
	float: left;
	margin: 0 0 10px 12px;
}
.gallery_thumb img {
	width: 120px; height: 90px;
}
#view .e td, #view .o td {
	font-size: 9px;
	font-family: tahoma;
}
.white, .white * {
	color: white;
}


#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #336;
}

#CalendarControl .weekday {
  background-color: #DDD;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFC;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}

