@import "search.css";
@import "calendar.css";

/* @group Common */

body, td, th, li, input, select, option {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Courier;
	font-size: 12px;
}

p { margin: 10px 0px 10px 0px; }

body {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h2#page_subtitle {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
}

h1 + p, h2 + p, h3 + p { margin-top: 0px; }
.emphasis { font-weight: bold; }

.fineprint {
	font-size: 10px;
	font-weight: normal;
}

img {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

/* @end */

/* @group Page Header */

#HomeHeader {
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: none solid solid solid;
}

#Header {
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: none solid solid solid;
}

#UtilityNav {
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: top;
}

#UserGroupNav td { padding-right: 5px; }
#UserGroupNav img { border: none; }
#UserGroups { font-size: 10px; }
#UserGroups option { font-size: 10px; }

/* @end */

/* @group DHTML Menu */

#homeMenuBar {
	padding: 0px;
	border-width: 1px;
	border-style: solid none none none;
	white-space: nowrap;
}

#menuBar {
	padding: 0px;
	border-width: 1px;
	border-style: solid none none none;
}

a.menuButton, a.menuButton:visited {
	text-align: center;
	float: left;
	padding: 3px 10px 3px 10px;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 100;
	border-width: 1px;
	border-style: none solid none none;
	text-decoration: none;
}

a.menuButtonActive, a.menuButtonActive:hover { position: relative; }

div.dhtmlMenu {
	position: absolute;
	visibility: hidden;
	z-index: 101;
	margin-left: -1px;
}

div.dhtmlMenu a.dhtmlMenuItem {
	display: block;
	padding: 2px 5px 2px 5px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

div.dhtmlMenu a.dhtmlMenuItem:hover, div.dhtmlMenu a.menuItemHighlight {
	padding: 2px 5px 2px 5px;
	margin: 0px;
	font-weight: normal;
	white-space: nowrap;
}

/* @end */
#Path {
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

/* @group Sub Navigation */

#subNavAnnotation {
	font-size: 10px;
	margin: 5px 0px 0px 0px;
}

#subNavBox {
	border-width: 1px;
	border-style: solid;
	width: 100%;
}

#subNav { }
#subNav td { padding: 5px 15px 5px 5px; }

#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subNav li {
	padding: 0px 0px 2px 10px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/* @end */

h2.annotatedLinks {
	border-width: 1px;
	border-style: none none solid none;
	border-color: #000000;
}

.annotatedLinks th {
	text-align: right;
	white-space: nowrap;
}

/* Content Area */
#Content {
	padding: 5px 10px 10px 10px;
	border-width: 1px;
	border-style: none solid solid solid;
}

#Content p { text-align: justify; }

#Features {
	float: right;
	width: 230px;
}

#Features h1 {
	border-width: 1px;
	border-style: none none solid solid;
	padding-left: 5px;
}

#Features p { padding-right: 20px; }
#Features a:link { font-weight: bold; }
#Features a:visited { font-weight: bold; }
#Features a:hover { font-weight: bold; }
#Features a:active { font-weight: bold; }
#featuredImages { padding-right: 10px; }
#featuredImages img { margin-top: 10px; }

a.ButtonLink:link, a.ButtonLink:visited {
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
	color: #000000;
	border-color: #000000;
	border-width: 2px;
	border-style: solid;
	font-size: 16px;
	font-weight: bold;
}

a.ButtonLink:hover, a.ButtonLink:active {
	background-color: #000000;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	border-color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	font-size: 16px;
	font-weight: bold;
}

table.rolodex { border-collapse: collapse; }

table.rolodex td {
	border-width: 1px;
	border-style: solid;
	padding: 0;
	text-align: center;
}

table.rolodex td a {
	display: block;
	padding: 2px 3px 2px 3px;
	text-align: center;
}

table.rolodex td a:link, table.rolodex td a:visited { text-decoration: none; }
table.rolodex td a:hover, table.rolodex td a:active { text-decoration: underline; }
table.faq { }
table.faq p { margin: 0px 0px 10px 0px; }
table.faq .question td { font-weight: bold; }

.downloadInfo {
	color: #999999;
	font-size: 10px;
}

.caption {
	font-size: 10px;
	margin: 5px 0 0 10px;
}

.publicationTitle {
	font-style: italic;
	font-family: "Times New Roman", serif;
}

.note {
	font-size: 10px;
	font-style: italic;
}

table.dataTable { border-collapse: collapse; }

table.dataTable caption {
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}

table.dataTable th {
	white-space: nowrap;
	padding: 2px 10px 2px 10px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}

table.dataTable td {
	padding: 5px 10px 5px 10px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}

table.definitionTable {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
	padding: 2px 3px 2px 5px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 2px 5px 2px 3px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

table.definitionTable td > p:first-child { margin-top: 0; }

table#randomTable {
	visibility: hidden;
}

table.hotelPartnerListing {
	border-style: solid;
	border-width: 1px;
}

/* @group Forms */

form { margin: 0px; }

form fieldset {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0px 0px 0px;
	padding: 2px 5px 5px 5px;
}

form legend {
	font-size: 16px;
	font-weight: bold;
}

form input.text, form textarea, input[type=file], input[type=password], input[type=text] {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 2px 0 2px 5px;
}

form table.Form {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid none none solid;
	margin: 0px 0px 0px 0px;
}

form table.Form th {
	text-align: right;
	white-space: nowrap;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: none solid solid none;
	padding: 2px 2px 2px 5px;
}

form table.Form td {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: none solid solid none;
	white-space: nowrap;
	padding: 2px 5px 2px 2px;
}

form .annotation {
	font-size: 10px;
}

/* @end */

/* @group Sidebar */

td#sidebar {
	width: 190px;
	padding: 0px 0px 10px 10px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: none solid solid none;
}

td#sidebar p { padding-right: 10px; }

td#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

td#sidebar ul li {
	padding: 0px 10px 5px 10px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px .3em;
}

td#sidebar ol li { padding-right: 10px; }

td#sidebar h2 {
	border-color: #000000;
	border-width: 1px;
	border-style: none none solid solid;
	padding: 0px 10px 0px 5px;
}

td#sidebar img {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.sidebarImage {
	margin: 10px 0px 0px 0px;
}

.sidebarBanner {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 10px 10px 0px 0px;
}

.sidebarImageCaption {
	text-align: center;
	margin: 2px 10px 0px 0px;
}

.sidebarBannerCaption, .BannerCaption {
	text-align: center;
	margin: 2px 10px 0 0px;
	font-size: 10px;
}

.sidebarForm .fieldLabel {
	font-size: 10px;
	padding: 5px 0 1px 0;
}

.sidebarForm input.text { width: 175px; }

.sidebarForm input.button {
	padding: 2px 5px 2px 5px;
	margin: 5px 0 0 0;
}

.sidebarForm textarea { width: 175px; }

/* @end */

/* Popup Windows */
.popupImage { }
.popupImageCaption { margin: 3px 0 0 0; }

/* Zoo Parents Lists */
table.ZooParents {
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid none none solid;
}

table.ZooParents td {
	border-color: #ffffff;
	border-width: 1px;
	border-style: none solid solid none;
	padding: 2px;
}

#homeBanner {
	padding: 15px 0;
}

/* Footer */
#Footer {
	font-size: 10px;
	text-align: center;
	padding: 3px;
}

#Footer img { border: none; }
#FooterGrid td { font-size: 10px; }

/*Site Map*/
.liOne {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

.liTwo {
	font-size: 14px;
	font-weight: bold;
}

.liThree, liFour, liFive {
	font-size: 12px;
	font-weight: normal;
}

/***AutoPages***/
/*ZPP Recognition*/
.autoPagesColumn1 { padding-right: 10px; }
.autoPagesColumn2 { padding-left: 10px; }



/* @group Editoral Notes */

#editorialNotes {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#editorialNotes h2 {
	color: #fff;
}

#editorialNotes div {
	background-color: #ffffff;
	padding: 10px;
	border: 1px solid #000;
}

#editorialNotes div h2 {
	color: #000;
}

/* @end */

/* TinyMCE Editor Background */
.mceContentBody {
	background-color: #FFFFFF;
	padding: 10px;
}
