body {
	margin: 0px;
	padding: 0px;
	background-image : url(../images/topback2.gif);
	background-repeat : repeat-x;
	background-color : #AABBCC;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

.header {
	color: #FFCC66;
	padding: 0px;
	height: 85px;
}

.header h1 {
	font-size: 32px;
	font-weight: bold;
	vertical-align : middle;
	line-height: 38px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 95px;
}

.header h2 {
	font-size: 22px;
	font-weight: bold;
	vertical-align : middle;
	line-height: 32px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 95px;
}

.header .logo {
	float: left; 
	margin: 0px;
}

.work_box {
	background-color: #EEEEEE;
	border: 1px solid black;
	padding: 10px 15px 25px 15px;
}

.work_box h1, .work_box h2, .work_box h3, .work_box h4, .work_box h5, .work_box h6 {
	padding: 0px;
	margin: 0px;
}

.work_box a {
	color: #FF0000;
}

.work_box a:link {
	color: #FF0000;
}

.work_box a:visited {
	color: #AA0000;
}

.work_box a:hover {
	color: #FF9900;
}

.work_box a:active {
	color: #FFAA00;
}

.c4IfaceLink {
	text-decoration: underline;
	color: #FF0000;
	cursor: pointer;
}
	
.c4IfaceLink img {
	vertical-align: middle;
	border: 0;
	margin-right: 5px;
}

.c4IfaceLink:hover {
	color: #FF9900;
}

#menu {
	padding: 0px 3px 5px 3px;
	text-align: left;
	font-size: 11px;
	line-height: 25px;
	font-family: Tahoma;
	font-weight: bold;
	background: transparent;
}

#tabs ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#tabs ul li {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	font-variant : small-caps;
	font-size : 12px;
	list-style: none;
}

#tabs ul li a {
	border: 1px solid #000000;
	background-color: #666666;
	color: #CCCCCC;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
	display: block;
}

#tabs ul li a:link, #tabs ul li a:visited {
	background-color: #666666;
	color: #CCCCCC;
}

#tabs ul li a:hover, #tabs ul li a:active {
	background-color: #FFCC66;
	color: #990000;
}

#tabs ul li a.wdd-only {
	color: #FFCC66;
}

#tabs ul li a.wdd-only:hover {
	color: #000000;	
}

.section_menu table td {
	border: 1px solid #000000;
	background-color: #990000;
	font-variant : small-caps;
	font-size : 12px;
}

.section_menu table td a {
	display: block;
	background-color: #990000;
	color: #FFCC66;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	white-space : nowrap;
}

.section_menu table td a:link, .section_menu table td a:visited {
	background-color: #990000;
	color: #FFCC66;
}

.section_menu table td a:hover, .section_menu table td a:active {
	background-color: #FFCC66;
	color: #990000;
}

.headerrow {
	background-color: #AA0000;
	color: #FFFFFF;
	font-weight: bold;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.superuser {
	color: #0000FF;
	font-weight: bold;
}

#action_items ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	display: inline;
}

#action_items ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-variant : small-caps;
	font-size : 12px;
	list-style: none;
	display: inline;
}

#action_items ul li a {
	border: 1px solid #000000;
	background-color: #666666;
	color: #CCCCCC;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
	white-space : nowrap;
}

#action_items ul li a:link, #action_items ul li a:visited {
	background-color: #CCCCCC;
	color: #666666;
}

#action_items ul li a:hover, #action_items ul li a:active {
	background-color: #FFCC66;
	color: #990000;
}

.editor_links a {
	background: #DDDDDD;
	border: 1px solid #AABBCC;
	text-decoration: none;
	white-space : nowrap;
	
}

.editor_links a:link, .editor_links a:visited {
	background: #DDDDDD;
	color: #AA0000;
}

.editor_links a:hover, .editor_links a:active {
	background: #CC0000;
	color: #FF9900;
}

.formbutton {
	border: 2px solid #990000;
	padding: 1px;
	background-color: #ffcc66;
	color: #990000;
	font-weight: bold;
	margin: 1px;
	text-align: center;
	cursor: pointer;
	width: 75px;
	font-size: 11px;
}

.disabledbutton {
	border: 2px solid #CCCCCC;
	padding: 1px;
	background-color: #666666;
	color: #999999;
	font-weight: bold;
	margin: 1px;
	text-align: center;
	width: 73px;
	font-size: 11px;
	cursor : default;
}


.formbutton_lite {
	border: 2px solid #990000;
	padding: 1px;
	background-color: #ffcc66;
	color: #D96E01;
	font-weight: bold;
	margin: 1px;
	text-align: center;
	cursor: pointer;
	width: 35px;
	font-size: 10px;
}

.filemanager_image_table {
	background-color: #FDE7E7;
	border: 1px solid #3377AA;
}

.filemanager_file_table {
	background-color: #FDF0D4;
	border: 1px solid #3377AA;
}

.filemanager_not_exist_table {
	background-color: #A9A9A9;
	border: 1px solid #3377AA;
}
	
.search_grid {
	background-color: #990000;
	color: #FFCC66;
	font-weight: bold;
	padding: 2px;
}

.search_result1 {
	background-color: #EEEEEE;
}

.search_result2 {
	background-color: #DDDDDD;
}

.errors {
	background-color: #990000;
	color: #FFCC66;
	font-style: italic;
	font-weight: bold;
}

.messages {
	border: 1px solid #3377AA;
	background: #FFFFFF;
}

.messages th {
	background-color: #9C0000;
	color: #EEEEEE;
}

.category_border{
	border: 1px solid #3377AA;
	
}
.category_master{
	background-color: Maroon;
	color: White;
}

.grid_table {
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: small;
}

.grid_table a {
	font-weight: bold;
}

.grid_header {
	background-color: #8899AA;
	color: #112233;
}

.grid_header td, .grid_header th {
	border: 1px solid #000000;
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

.grid_subhead {
	background-color: #AABBCC;
}

.grid_subhead td, .grid_subhead th {
	border: 1px solid #000000;
	padding: 3px 6px;
}

.grid_button {
	cursor: pointer;
	vertical-align: middle;
}

.grid_footer {
	background-color: #99AABB;
}

.grid_footer td, .grid_footer th {
	border: 1px solid #000000;
	font-weight: bold;
	padding: 2px;
}

.grid_row1 {
	background-color: #DDEEFF;
	color: #000000;
}

.grid_row2 {
	background-color: #CCDDEE;
	color: #000000;
}

.grid_disabled {
	background-color: #FFCCBB;
	color: #000000;	
}

.grid_deleted {
	background-color: #BBCCDD;
	color: #556677;	
}

.grid_depreciated {
	background-color: #CCCCCC;
	color: #666666;	
}

#editBlocks .grid_row1 table,
#editBlocks .grid_row2 table,
#editBlocks .grid_disabled table,
#editBlocks .grid_deleted table,
#editBlocks .grid_footer table {
	border-collapse: collapse;
	width: 100%;
}

#editBlocks .grid_row1 table td,
#editBlocks .grid_row1 table th,
#editBlocks .grid_row2 table td,
#editBlocks .grid_row2 table th,
#editBlocks .grid_disabled table td,
#editBlocks .grid_disabled table th,
#editBlocks .grid_deleted table td,
#editBlocks .grid_deleted table th,
#editBlocks .grid_footer table td,
#editBlocks .grid_footer table th {
	border: 0;
}

.record { text-align: center; font-weight: bold; }
tr.sort_row .record { cursor: move; }

.current { background-color: #BBCCFF; color: #000000; }

.grid_table .grid_row1 td, 
.grid_table .grid_row2 td, 
.grid_table .grid_row1 th, 
.grid_table .grid_row2 th,
#editBlocks .grid_row1 td, 
#editBlocks .grid_row2 td, 
#editBlocks .grid_row1 th, 
#editBlocks .grid_row2 th,
#editBlocks .grid_disabled td, 
#editBlocks .grid_disabled th,
#editBlocks .grid_deleted td, 
#editBlocks .grid_deleted th,
#editBlocks .grid_depreciated td, 
#editBlocks .grid_depreciated th,
#editBlocks .current td,
#editBlocks .current th, 
#editBlocks .grid_footer th, 
#editBlocks .grid_footer td, 
#siteBrowser .grid_row1 td, 
#siteBrowser .grid_row2 td, 
#siteBrowser .grid_row1 th, 
#siteBrowser .grid_row2 th {
	border: 1px solid #000000;
	padding: 2px;
}

#editBlocks .grid_disabled .rowNum, 
#editBlocks .grid_deleted .rowNum,
#editBlocks .grid_row1 .rowNum, 
#editBlocks .grid_row2 .rowNum,
#siteBrowser .grid_row1 .rowNum, 
#siteBrowser .grid_row2 .rowNum {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.grid_body {
	background-color: #BBCCDD;
}

.grid_body td {
	padding: 0;
}

.grid_scroller {
	height: 323px; 
	overflow: auto; 
	padding: 0; 
	margin: 0;
}

.grid_scroller td {
	padding: 2px;
}

.grid_table .grid_header a,
.grid_table .grid_footer a {
	color: #000000;	
	text-decoration: underline;	
}

.grid_table .grid_header a:hover,
.grid_table .grid_footer a:hover {
	color: #FFCC00;
	text-decoration: underline;	
}

.grid_table, .grid_table .subgrid_table { border: 1px solid black; }
.subgrid_table { border: 1px solid #000000; border-collapse: collapse; font-size: small; margin: 5px 0; }
.subgrid_table td, .subgrid_table th { border: 1px solid black !important; }


/*
.grid_table .grid_row1 a,
.grid_table .grid_row2 a,
.grid_table .grid_disabled a,
#editBlocks .grid_table a, 
#siteBrowser .grid_table a,
#editBlocks .grid_footer a {
	color: #FFCC00;
	text-decoration: underline;
}

.grid_table a:hover,
#editBlocks .grid_table a:hover, 
#siteBrowser .grid_table a:hover,
#editBlocks .grid_footer a:hover {
	color: #FF9900;
}
*/

/* Newer help styles */
.helpStatic {
	position: relative;
	z-index: 0;
	cursor: help; 
}

.helpStatic .helpZoomer {
	position: absolute; 
	top: 0; 
	left: -188px; 
	border: 1px solid black; 
	background: white; 
	color: black;
	padding: 3px;
	width: 200px;
	font-size: x-small;
	z-index: 1;
	text-align: left;
	font-weight: normal;
}

.helpStatic .helpZoomer strong {
	color: #FF0000;
	font-size: small;
}
.helpShow {
	display: block;
}

.helpHide {
	display: none;
}

.disabled { background: red; color: white; }

/* The following styles are for the dropdown menu in the new category manager */
.subnav { display: inline; position: relative; width: auto; }
.subnav .hide { display: none; }
.subnav .show { display: block; }
.subnav ul {
	position: absolute; 
	top: 5px;
	left: 0;
	list-style: none;
	border: 1px solid #000000;
	background: #CCCCCC;
	width: 200px;
	font-size: small;
	margin: 0;
	padding: 5px;
}
.subnav img { vertical-align: middle; }

/* The following styles are for the tabbed content manager interface in the new category manager */
#editTabs {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 25px;
}

#editTabs li:first-child {
	margin-left: 5px;
}

#editTabs li {
	width: 115px;
	border: 1px solid black;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-right: 3px;
	cursor: pointer;
	font-size: small;
	padding: 2px;
	list-style: none;
}

#editTabs li.inactiveTab {
	background: #BBBBBB;
}

#editTabs li.activeTab {
	border-bottom: 1px solid #EEEEEE;
	background: #EEEEEE;
	color: #000000;
}

#editBlocks {
	border: 1px solid black;
	margin-top: -2px;
}

.tblShow {
	display: table-row-group;
}

.tblHide {
	display: none;
}

.viewLabel { text-align: right; width: 12%; vertical-align: top; }
.viewContent { border: 1px solid #AABBCC; background: #F7F7F7; padding: 5px; vertical-align: top; color: #000000 }

.editLabel { text-align: right; vertical-align: top; }
.editLongLabel { text-align: left; vertical-align: top; }
.editContent { vertical-align: top; }
.editIcons { text-align: center; width: 25px; vertical-align: top; }
.editIcons img { cursor: help; }
.required .editContent { font-weight: normal; color: #000000; }

.editButton60 { font-weight: bold; width: 60px; }
.editButton75 { font-weight: bold; width: 75px; }
.editButton100 { font-weight: bold; width: 100px; }
.editButton { font-weight: bold; }

#contentEditor h3.editTitle { 
	margin: 5px 0;
	padding: 5px 0; 
}

.errorBox {
	border: 2px solid #CC0000;
	background: #FF0000;
	padding: 5px;
	margin: 0 0 5px 0;
	color: #FFFFFF;
}

.errorBox p {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

.errorBox li {
	font-weight: bold;
}

.historyGrid { font-size: small; }
.row0 { background: #CCCCCC; vertical-align: top }
.row1 { background: #FFFFFF; vertical-align: top }
.row2 { background: #DDDDDD; vertical-align: top }
/* .current { background: #DDDDFF; vertical-align: top } */
#contentEditor { margin: 10px 0 0 0; }
#contentEditor .editMenu { margin: 0 0 10px 0; text-align: center; }

.ajaxPopup {
	font-size: small;
}

.ajaxPopup dt {
	font-weight: bold;
	float: left;
	margin: 0 5px 0 0;
}

.ajaxPopup dd {
	margin-bottom: 5px;
}

img.ifaceButton {
	cursor: pointer;
	border: none;
	vertical-align:middle;
}

.ifaceLink {
	cursor: pointer;	
}

#sitemap {
	list-style: none;	
}

.show {
	display: block;
}

.noshow {
	display: none;
}

#filePicker {
	font-size: small;
	margin: 0;
	padding: 10px;
	color: black;
}

#filePicker table.fileList {
	width: 100%;
	border: 1px solid #666666;
	border-collapse: collapse;
}

#filePicker table td, #filePicker table th {
	border: none;	
}

#filePicker table.fileList caption {
	font-weight: bold;
	text-align: left;
}
	
#filePicker table.fileList .oddRow {
	background: #EEEEEE;
}
	
#filePicker table.fileList .evnRow {
	background: #FFFFFF;
}
	
#filePicker table.fileList a {
	text-decoration: none;
}
	
#filePicker table.fileList a:link,
#filePicker table.fileList a:visited {
	color: #0000CC;
}
	
#filePicker table.fileList a:hover {
	color: #FF9900;
}

/**** Form Manager v2 Styles ****/
.unitEditorGroup {
	border: 1px solid #000000;
	padding: 2px;
	background: #999999;
	text-align: left;	
}

.unitEditorPage img, .unitEditorGroup img {
	vertical-align: middle;
	cursor: pointer;	
}

/**** Contest v2 Styles ****/
.winnerCard {
	position: relative;
	float: left;
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid black; 
	clear: right;
	background: #FFFFcc;
	color: black;	
}

.winnerCard a {
	color: blue;	
}

.winnerCard a:link, .winnerCard a:visited {
	color: blue;	
}

.winnerCard a:hover, .winnerCard a:active {
	color: red;	
}

.winnerNumber {
	position: absolute;
	top: -1px;
	right: -1px;
	display: block;
	width: 15px;
	background: #CCCCCC;
	padding: 0 2px;
	border: 1px solid black;
	font-weight: bold;
	text-align: center;
}

.winnerRadio {
	border:1px solid black;
	background:#CCCC99; 
	margin:0 -6px -6px -6px; 
	padding: 2px; 
	font-weight:bold	
}

.warningBox {
	text-align: center;
	font-weight: bold;
	font-size: large;
	border: 2px solid #FF6600;
	width: 75%;
	margin: 10px auto;
	padding: 10px;
}

.warningBox h3 {
	color: #FF3300;
}

.warningBox td {
	font-weight: normal;
}

.redText {
	color: #FF3300;
}

.blueText {
	color: #0000FF;
}

/**** Portfolio v2 Styles ****/
.thumbnailBox {
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	border: 1px solid black; 
	margin: 2px;
	padding: 5px;	
}

.taglist {
	display: inline;
	white-space:nowrap;
}

/**** Party Reservations v1 Styles ****/
#Calendar {
	width: 90%;
	margin: 10px auto 10px auto;
}

.calTabs {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	height: 23px;
}

.calTabs li {
	border: 1px solid #000000;
	display: inline;
	padding: 2px 4px;
	font-weight: bold;
	font-size: small;
	background: #BBCCDD;
	cursor: pointer;
}

.calTabs li.activeTab {
	background: #8899AA;
	color: #000000;
	border-bottom: 1px solid #8899AA;
}

#Calendar table {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}

#Calendar .monthText {
	color: #000000;
	background: #8899AA;
	border: 1px solid #000000;
	padding: 2px;
}

#Calendar .weekDays th {
	width: 14%;
	font-size: small;
	background: #AABBCC;
	border: 1px solid #000000;
}

.weekLine td {
	font-size: small;
	background: #BBCCDD;
	border: 1px solid #000000;
	height: 90px;
	vertical-align: top;
	padding: 5px;
}

#Calendar .calDate {
	float: right;
	border: 1px solid #000000;
	width: 20px;
	text-align: center;
	padding: 1px;
	margin: -6px -6px 0 0;
	cursor: pointer;
	color: #000000;
	background: #DDEEFF;
	font-weight: bold;
}

td.weekDate {
	background: #AACCEE;
}

td.notAvail {
	background: #99BBDD;
}

/**** Drag and Drop sorting styles ****/
.ui-selected { background: #3875D7; color: white !important; }
.select_sortable { list-style-type: none; margin: 0; padding: 0; font: 11px/14px "Lucida Sans", Arial, sans-serif;
	background-color: #fff; border-color: black #97A6A6 #97A6A6 black; border-style: solid; border-width: 1px; }
.select_sortable li { margin: 0; padding: 1px; white-space: nowrap; overflow: hidden; cursor: default; color: black; }
.select_sortable li span { position: absolute; margin-left: -1.3em; }

/**** Park Map Styles ****/
.icons { position: relative; display: block; margin: 0; padding: 0; }
.icon { position: relative; display: inline-block; height: 100px; width: 120px; border: 1px solid #000000; vertical-align: middle; text-align: center; cursor: pointer; margin: 3px 1px; }
.button { cursor: pointer; }
.icon img { display: inline-block; margin: 10px; vertical-align: middle; }
.icon_caption { display: inline-block; font-size: small; vertical-align: bottom; }
.icon:hover { background: #AABBCC; }

#map_container { width: 800px; height: 400px;border:1px solid black; }
#map_canvas { width: 800px; height: 400px; position: absolute; }
#hrule { width: 800px; height: 1px; border-bottom: 1px dotted red; position: absolute; margin-top: 200px; }
#vrule { width: 1px; height: 400px; border-right: 1px dotted red; position: absolute; margin-left: 400px; }

.statusBox { position:relative;text-align:center;width: 75%;margin: 10px auto;border: 1px solid #FFFFFF; }
.statusBox h4 { line-height: 20px; }
.statusBox .processText { position:absolute;top: 20px; left: 0; right: 0; height: 20px; }
.statusBox .processBar { width:0px;height:20px;background-color: #0000CC; }

#map_controls_container { width: 100%; }
#map_controls_container td { vertical-align: top; }
#map_container { padding: 10px; }
#parkmap_canvas { width: 100%; height: 500px; border: 1px solid black; margin-bottom: 10px; background-color: silver; }
#satmap_canvas { width: 100%; height: 500px; border: 1px solid black; background-color: silver; }
#parkmap_canvas_translation { width: 49%; height: 500px; border: 1px solid black; margin-bottom: 10px; background-color: silver; float: left; }
#satmap_canvas_translation { width: 49%; height: 500px; border: 1px solid black; background-color: silver; float: left; }
#markerControls { padding: 5px; width: 300px; }
#selectMarkerGroupsContainer, #selectMarkerTypesContainer { height: 30px; }
#markerList { list-style: numeric; margin: 0 0 0 15px; padding: 0; }
#markerList li { clear: both; margin-bottom: 1px; padding: 2px; border-bottom: 1px solid #aaa; cursor: pointer; }
.markerListTitle { width: 150px;  }
.markerListControls { position: absolute; margin-left: 180px; width: 100px; }
.latlngButton { border: 1px solid black; background-color: #333; color: #fff; padding: 2px; font-size: 9px; }
.on { background-color: #080; }
.deleteButton {  margin-top: -4px; margin-left: 10px; position: absolute; }

.fixedSelect { width: 200px; }	
.fixedSelect option { padding: 1px 15px 1px 5px; }
.subtable td { border-bottom: 0; vertical-align: middle; }
.subtable td img { vertical-align: middle; }

/* *** Media Galleries Styles *** */
.thumbContact {
	 display: inline-block; 
	 border: 1px solid #000000;
	 padding: 3px;
	 margin-bottom: 5px;
	 background: #AABBCC;
	 text-align: center;	
}

.border0 { border: none; }
.border0 div { border: none; }

.border1, .noborder { border: none; }
.border1 div, .border { border: 1px solid #000000; }

.border2 { border: 1px solid #000000; background-color: #FFFFFF; padding: 2px; }
.border2 div { border: 1px solid #000000; }


.c4Dialog {	font-size: small; }
.c4Dialog dt { font-weight: bold; }
.c4Dialog dd { margin-bottom: 10px; margin-left: 20px; }

