@import url(search.css);

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

body {
	margin: 0px;
	padding: 0px;
	background-color: #717D96;
	background-image: url(http://www.carmodyphoto.com/images/ui_bkgGradient.gif);
	background-repeat: repeat-x;
}

body,td,th,p,li,ul { color: #252932; }
a:link,a:visited { color: #5A6E98; }
a:hover,a:active { color: #252932; }

h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 10px 0;
	text-transform: lowercase;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 0px 0px;
	border-color: #C77A1F;
	border-width: 1px;
	border-style: none none dotted none;
}

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

h2 + p, h3 + p { margin-top: 5px; }
p { margin: 5px 0 10px 0; }

ul {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-image: url(/images/bullet.gif);
}

ol {
	margin-top: 5px;
	margin-bottom: 10px;
}

li { margin: 5px 0 5px -20px; }

#body {
	border-color: #4B5465;
	border-width: 2px;
	border-style: solid;
	background-color: #CDD5E4;
}

/* Header & Utility Navigation*/
#logo { background-color: #717D96; }

#utilNav {
	padding: 5px 5px 0 0;
	color: #FFFFFF;
	text-transform: lowercase;
	background-color: #717D96;
}

#utilNav a:link, #utilNav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#utilNav a:hover, #utilNav a:active {
	color: #ffffff;
	text-decoration: underline;
}

/* DHTML Menu */
#menuBar {
	padding: 0px;
	border-color: #4B5465;
	border-width: 2px;
	border-style: solid none solid none;
	color: #FFFFFF;
	background-color: #8492B2;
	text-transform: lowercase;
}

a.menuButton, a.menuButton:link, a.menuButton:visited {
	text-align: center;
	float: left;
	padding: 3px 20px 3px 20px;
	display: block;
	left: 0px;
	top: 0px;
	z-index: 100;
	text-decoration: none;
	color: #ffffff;
}

a.menuButtonActive:link, a.menuButtonActive:visited {
	position: relative;
	background-color: #717D96;
	color: #ffffff;
	text-decoration: none;
}

a.menuButtonActive:hover, a.menuButtonActive:active {
	position: relative;
	background-color: #4B5465;
	color: #ffffff;
	text-decoration: none;
}

div.dhtmlMenu {
	position: absolute;
	visibility: hidden;
	z-index: 101;
	background-color: #8492B2;
	border-color: #4B5465;
	border-width: 2px;
	border-style: solid;
	text-transform: lowercase;
}

div.dhtmlMenu img.separator {
	border-color: #000000;
	border-width: 1px;
	border-style: dotted none none none;
	margin: 5px;
}

div.dhtmlMenu a.dhtmlMenuItem {
	display: block;
	padding: 1px 20px 1px 20px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	background-color: #8492B2;
	color: #ffffff;
}

div.dhtmlMenu a.dhtmlMenuItem:hover, div.dhtmlMenu a.menuItemHighlight {
	padding: 1px 20px 1px 20px;
	margin: 0px;
	font-weight: normal;
	white-space: nowrap;
	background-color: #4B5465;
	color: #ffffff;
	text-decoration: none;
}

/* Home Page */
#homeImage1, #homeImage2, #homeImage3, #homeImage4 {
	border-color: #4B5465;
	border-width: 2px;
	border-style: none solid none none;
}

/* Sub Navigation */
#subNavBox {
	border-color: #717D96;
	border-width: 1px;
	border-style: dotted none dotted none;
}

#subNav ul {
	margin: 5px 0 5px 0;
	padding: 0 15px 0 30px;
}

#subNav li {
	margin: 0;
	padding: 0;
}

#subNav a:link, #subNav a:visited { text-decoration: none; }
#subNav a:hover, #subNav a:active { text-decoration: underline; }

/* Path Navigation */
#pathNav {
	margin: 5px 0 0 20px;
	font-size: 10px;
	text-transform: lowercase;
}

#pathNav .separator { color: #4B5465; }
#pathNav a:link, #pathNav a:visited { text-decoration: none; }
#pathNav a:hover, #pathNav a:active {
	color: #252932;
	text-decoration: underline;
}

/* Body Content */
#content { padding: 0 20px 20px 20px; }

.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;
	font-size: 16px;
	line-height: 12px;
}

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

table.dataTable {
	border-collapse: collapse;
	border-color: #537DB9;
	border-width: 1px;
	border-style: solid;
}

table.dataTable th {
	text-transform: inherit;
	white-space: nowrap;
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	border-right: #FFFFFF;
	border-width: 1px;
	border-style: none dotted none none;
}

table.dataTable td {
	padding: 5px 10px 5px 10px;
	border-right: #cccccc;
	border-width: 1px;
	border-style: none dotted none none;
	vertical-align: top;
}

table.dataTable tr.odd { background-color: #FFFFFF; }
table.dataTable tr.even { background-color: #E6E6E6; }

table.definitionTable { }

table.definitionTable th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
	white-space: nowrap;
	padding: 5px 5px 10px 0px;
}

table.definitionTable td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 10px 5px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: dotted none none none;
}

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

/* Annotated Links */
.annotatedLinks th {
	white-space: nowrap;
	text-align: right;
	text-transform: inherit;
	padding: 10px 5px 0 0;
}

.annotatedLinks td { padding: 10px 0 0 0; }

/* Forms */
fieldset {
	border-color: #717D96;
	border-width: 1px;
	border-style: solid;
	padding: 0 5px 5px 5px;
	width: auto;
}

legend {
	font-weight: bold;
	padding: 2px;
}

fieldset fieldset {
	border-color: #717D96;
	border-width: 1px;
	border-style: dotted;
	padding: 0 5px 5px 5px;
	width: auto;
}

fieldset fieldset legend {
	color: #666666;
	font-weight: bold;
	padding: 2px;
	background-color: #FFFFFF;
	border: none;
}

fieldset table { margin: 0 0 5px 0; }
fieldset table td { padding: 0 5px 0 0; }

fieldset table th {
	padding: 0 5px 0 0;
	text-align: right;
	color: #666666;
}

fieldset .fieldlabel, fieldset .annotation { font-size: 10px; }

fieldset input.text {
	height: 14px;
	font-size: 10px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

fieldset input, textarea {
	margin: 2px 0 2px 0;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

fieldset select { margin: 1px 0 0 0; }

/* Gallery Styles */

table.gallery { width: 100%; }

table.gallery td { padding: 10px; }

/* Sidebar */
#sidebar { padding: 0 10px 10px 0; }

#sidebar h2 {
	border: none;
	margin-top: 10px;
}

.sidebarImage {
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
}

.sidebarImageCaption {
	font-size: 10px;
	margin: 3px 0 10px 0;
	text-align: center;
}

.sidebarBanner { }

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

/* Popup Image */
#popupImage { text-align: center; }

#popupImage img {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin: 20px 5px 5px 5px;
}

#popupImageCaption {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0 10px 0 10px;
}

/* Footer */
#footer {
	margin: 5px 0 0 0;
	font-size: 10px;
	color: #A2B0CB;
}

/* Page Navigation */

#pageNav {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
}

#pageNav form { margin: 0; }
#pageNav span { margin: 2px 5px 2px 0; }

#pageNav ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	display: inline;
}

#pageNav li {
	display: inline;
	list-style-type: none;
	margin: 0;
}

#pageNav a {
	padding: 2px 5px 2px 5px;
	margin: 0 2px 0 2px;
	color: #000000;
}

#pageNav a:link, #pageNav a:visited {
	text-decoration: none;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: dotted;
}

#pageNav a:hover, #pageNav a:active {
	text-decoration: none;
	border-color: #666666;
	border-width: 1px;
	border-style: dotted;
	background-color: #E6E6E6;
}

#pageNav ul li span {
	text-decoration: none;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	background-color: #E6E6E6;
	padding: 2px 5px 2px 5px;
	margin: 0 2px 0 2px;
	color: #000000;
}

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