* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  background-color: #0d4788;
  font: 12px verdana;
  height: 100%;
}
#page {
  width: 776px;
  margin: 0 auto;
  height: 100%;
}
#header {

}
table#menucontainer {
	width: 776px;
	border-collapse: collapse;
}
table#menucontainer td {
	background-color: #c0c0c0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 47px;
}
table#menucontainer td#menuleftedge {
	width: 17px;
	text-align: left;
}
table#menucontainer td#menurightedge {
	width: 17px;
	text-align: right;
}
table#menucontainer img {
	border: 0;
}
ul#menu {
	position: relative;
	z-index: 50;
	margin: 0;
	height: 47px;
	list-style-type: none;
}
ul#menu li {
	padding-left: 8px;
	padding-right: 8px;
	display: inline;
	position: relative;
}
ul#menu li ul {
	width: 165px;
	display: none;
	list-style-type: none;
	position: absolute;
	top: 12px;
	background-color: #c0c0c0;
	border: 3px solid #909090;
	border-top: 2px solid #909090;
	z-index: 500;
}
ul#menu li:hover ul, ul#menu li.over ul {
	display: block;
}
ul#menu li ul li {
	display: block;
	border-top: 1px solid #909090;
	font-weight: bold;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
ul#menu li ul li:first-child {
	border-top: 0;
}
ul#menu li ul li a {
	color: black;
	display: block;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
}
ul#menu li ul li a:hover {
	background-color: #a0a0a0;
	color: white;
}
#content {
  background-color: white;
  width: 736px;
  padding: 20px;
}
#rightside {
  float: left;
  width: 284px;
  margin-left: 6px;
}
#footer {
  font: 11px verdana;
  color: white;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 4px;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul#nav {
  list-style-type: none;
  margin: 0;
}
#footer ul#nav li {
  display: inline;
  border-left: 2px solid #FFFFFF;
  padding-left: 8px;
  margin-right: 6px;
  color: white;
  font-weight: bold;
}
#footer ul#nav li:first-child {
  border-left: 0;
}

#rightside .box {
  background-color: white;
  padding: 6px;
  margin-bottom: 6px;
}

#rightside .box img {
  border: 0;
}

#rightside h1 {
  font: 16px verdana;
  font-weight: bold;
  color: #095f03;
  border-bottom: 1px solid #095f03;
  /*margin-left: 32px;*/
  margin-right: -6px;
  margin-bottom: 9px;
  padding-bottom: 4px;
  padding-top: 1px;
}

#rightside .h1container {
  margin: 0;
  padding-left: 32px;
  min-height: 29px;
  background: url('/img/header_icon.png');
  background-repeat: no-repeat;
  background-position: center left;
}
#rightside .h1container h1 { margin-left: 0; }

ul.morecategories {
	list-style-type: none;
}
ul#sitemap li { font-size: 14px; font-weight: bold; }
ul#sitemap ul { margin-left: 24px; }
ul#sitemap ul li { font-size: 12px; font-weight: normal; }
h1 {
  font: 24px verdana;
  font-weight: bold;
  color: #0d4788;
  border-bottom: 1px solid #0d4788;
  margin-top: 0px;
  margin-right: -20px;
  margin-bottom: 9px;
  padding-bottom: 3px;
}

h2 {
	color: #0d4788;
  margin-top: 4px;
  margin-bottom: 8px;
}

h3 {
  margin-top: 4px;
  margin-bottom: 8px;
}

p {
  margin-bottom: 1em;
  margin-top: 1em;
}

hr {
  color: #0d4788;
  background-color: #0d4788;
  height: 1px;
  border: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
img { border: 0; }
ul.attractionslist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.attractionslist li {
  margin-top: 6px;
  margin-bottom: 12px;
}
pre { text-align: left; }

ul {
  margin-left: 16px;
}

li {
  margin-top: 2px;
  margin-bottom: 2px;
}

.storytitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #0d4788;
}
.storydates {
  font-style: italic;
  color: gray;
  margin: 0px;
  font-size: 10px;
}
.storysource {
  font-style: italic;
  color: gray;
  font-size: 11px;
  margin: 0;
}
p.storydescription {
	margin: 0;
}
.readmore {
	font-weight: bold;
	color: #0d4788;
	text-align: right;
	margin: 0;
}
.readmore a:link { color: #0d4788; text-decoration: none; }
.readmore a:visited { color: #0d4788; text-decoration: none; }
.readmore a:hover { text-decoration: underline; }

.eventtitle {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 2px;
}

.eventdates {
  font-style: italic;
  color: gray;
  margin-top: 0px;
  font-size: 10px;
}


/* calendar */
table.calendar {
	width: 50%;
	margin: 0 auto;
	border: 1px solid black;
	border-collapse: collapse;
}
table.calendar td {
	border: 1px solid black;
	width: 14%;
	height: 3em;
	text-align: center;
}
table.calendar td.today {
	background-color: pink;
}
table.calendar td.hasevents {
	background-color: yellow;
}
table.calendar th {
	border: 1px solid black;
}

/*admin panel*/
#adminnav {
	text-align: center;
	margin: 10px;
}
#adminnav a {
  color: white;
  text-decoration: none;
}
#adminnav a:hover {
  text-decoration: underline;
}
#adminnav ul#nav {
  list-style-type: none;
  margin: 0;
}
#adminnav ul#nav li {
  display: inline;
  border-left: 2px solid #FFFFFF;
  padding-left: 8px;
  margin-right: 6px;
  color: white;
  font-weight: bold;
}
#adminnav ul#nav li:first-child {
  border-left: 0;
}

/*index page*/
#indexbanner {
	display: none;
	margin: -20px;
	margin-bottom: 10px;
}
table#indexcontainer {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table#indexcontainer td#left {
	width: 177px;
}
table#indexcontainer td#right {
	padding-left: 12px;
	vertical-align: top;
}
table#indexcontainer td#right h1 {
	margin-right: -21px;
}

/*swfupload*/
.swfuploadbtn {
	display: block;
	width: 100px;
	padding: 0 0 0 20px;
}
		
.browsebtn {
	background: url(/img/buttons/add.png) no-repeat;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.uploadbtn { 
	display: none;
	background: url(/img/buttons/accept.png) no-repeat;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
}
		
.cancelbtn { 
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	background: url(/img/buttons/cancel.png) no-repeat 0 0px;
	margin-top: -26px;
}
		
#cancelqueuebtn {
	display: block;
	display: none;
	height: 16px;
	background: url(/img/buttons/cancel.png) no-repeat;
	margin: 10px 0;
}
		
#SWFUploadFileListingFiles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.SWFUploadFileItem {
	display: block;
	width: 210px;
	height: 24px;
	float: left;
	text-align: left;
	background: #eaefea;
	margin: 0 10px 10px 0;
	padding: 5px;
}

.fileUploading { background: #fee727; }
.uploadCompleted { background: #d2fa7c; }
.uploadCancelled { background: #f77c7c; }

.uploadCompleted .cancelbtn, .uploadCancelled .cancelbtn {
	display: none;
}

span.progressBar {
	width: 190px;
	display: block;
	font-size: 10px;
	height: 8px;
	margin-top: 2px;
	margin-bottom: 6px;
	background-color: #CCC;
}

/*cake stuffs*/
.cakeSqlLog {
  clear: both;
  border: 1px solid black;
  font: 11px verdana;
  border-collapse: collapse;
}
.cakeSqlLog td {
  border: 1px solid black;
  padding: 2px;
}
.cakeSqlLog th {
  border: 1px solid black;
  padding: 2px;
}
