@import url(search.css);

/* Common */
body, td, th, li, input, select, option {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

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

a:link { color: #006666; }
a:visited { color: #006666; }
a:hover { color: #000000; }
a:active { color: #000000; }

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}

form { margin: 0px; }

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

.emphasis { font-weight: bold; }

.sectionHeader {
	font-size: 120%;
	font-weight: bold;
}

/*Header and Utility Navigaton*/
#topnav {
	background-image: url(/images/ui_header_bkg.gif);
	background-repeat: repeat-x;
}

#utilnav {
	text-align: right;
	white-space: nowrap;
	color: #000000;
	padding: 10px 10px 0 0;
}

#utilnav a:link { color: #666666; }
#utilnav a:visited { color: #666666; }
#utilnav a:hover { color: #000000; }
#utilnav a:active { color: #000000; }
.utilnavlink { color: #666666; }

/*Primary Navigation*/
#primarytabs {
	background-image: url(/images/ui_primary_bkg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

#primarytabs td {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	padding: 2px 10px 5px 10px;
}

#primarytabs .leftend, #primarytabs .rightend, #primarytabs .separator, #primarytabs .off {
	border-color: #999999;
	border-width: 1px;
	border-style: none none solid none;
}

#primarytabs .separator {
	color: #666666;
	padding-right: 0;
	padding-left: 0;
}

#primarytabs .on {
	color: #004D4D;
	background-color: #CFE5E5;
	border-color: #999999;
	border-width: 1px;
	border-style: solid solid none solid;
}

#primarytabs .on a:link { color: #999999; }
#primarytabs .on a:visited { color: #999999; }
#primarytabs .on a:hover { color: #004D4D; }
#primarytabs .on a:active { color: #004D4D; }
#primarytabs .on .primarynavlink { color: #004D4D; }
#primarytabs .off { }
#primarytabs .off a:link { color: #999999; }
#primarytabs .off a:visited { color: #999999; }
#primarytabs .off a:hover { color: #000000; }
#primarytabs .off a:active { color: #000000; }
#primarytabs .off .primarynavlink { color: #333333; }

/*Secondary Navigation*/
#secondarynav td {
	padding: 2px 0 0 0;
	background-color: #CFE5E5;
}

#secondarytabs td {
	font-size: 12px;
	white-space: nowrap;
	padding: 2px 8px 2px 8px;
}

#secondarytabs .leftend, #secondarytabs .rightend, #secondarytabs .separator, #secondarytabs .off {
	border-color: #999999;
	border-width: 1px;
	border-style: none none solid none;
}

#secondarytabs .separator {
	color: #666666;
	padding-right: 0;
	padding-left: 0;
}

#secondarytabs .on {
	color: #000000;
	background-color: #CC8F8F;
	border-color: #999999;
	border-width: 1px;
	border-style: solid solid none solid;
}

#secondarytabs .on a:link { color: #cccccc; }
#secondarytabs .on a:visited { color: #cccccc; }
#secondarytabs .on a:hover { color: #ffffff; }
#secondarytabs .on a:active { color: #ffffff; }
#secondarytabs .on .secondarynavlink { color: #fff; }
#secondarytabs .off { }
#secondarytabs .off a:link { color: #999999; }
#secondarytabs .off a:visited { color: #999999; }
#secondarytabs .off a:hover { color: #006666; }
#secondarytabs .off a:active { color: #006666; }
#secondarytabs .off .secondarynavlink { color: #006666; }

/*Tertiary Navigation*/
#tertiarytop { background-color: #CC8F8F; }

#tertiaryconnector {
	background-color: #CC8F8F;
	border-color: #999999;
	border-width: 1px;
	border-style: none none solid none;
}

#tertiarynav {
	background-color: #CC8F8F;
	white-space: nowrap;
	padding: 20px 5px 5px 10px;
	border-color: #999999;
	border-width: 1px;
	border-style: none none solid none;
	color: ffffff;
}

#tertiarynav a:link { color: #cccccc; }
#tertiarynav a:visited { color: #cccccc; }
#tertiarynav a:hover { color: #ffffff; }
#tertiarynav a:active { color: #ffffff; }
#tertiarynav .tertiarynavlink { color: #ffffff; }

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

.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; }

/*Sidebar*/
#sidebarColumn {
	padding: 10px 10px 10px 10px;
	border-color: #999999;
	width: 180px;
	border-width: 1px;
	border-style: none none solid none;
}

#sidebar {
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	margin-bottom:20px;
}

#sidebar ul {
	margin: 0 0 10px 5px;
	padding: 0;
}

#sidebar ul li {
	margin: 0px 0px 0 10px;
}

#sidebar ol {
	padding: 0;
	margin: 0 0 10px 20px;
}

#sidebar ol li {
	padding: 0 0 0 0;
}

#sidebar th {
	padding: 5px;
	background-color: #ADD9D9;
	border-color: #666666;
	width: 180px;
	border-width: 1px;
	border-style: none none dotted none;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

#sidebar td {
	padding: 10px;
	background-color: #CFE5E5;
}

/* Footer */
.footerContainer { margin-top: 30px; }

.footer {
	text-align: center;
	font-size: .9em;
}

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


/* @group dynaForm */

form.dynaForm {
	display: block;
	width: 800px;
	margin: 0 auto;
}

form.dynaForm fieldset {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: transparent;
}

form.dynaForm legend {
	padding: 2px 10px 2px 10px;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}

form.dynaForm fieldset fieldset {
	border-style: dotted;
	padding: 0 10px 10px 10px;
	margin: 5px 0 10px 0;
}

form.dynaForm fieldset fieldset legend {
	padding: 2px 10px 3px 10px;
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

form.dynaForm fieldset + table {
	margin-top: 10px;
}

form.dynaForm table + fieldset {
	margin-top: 10px;
}

form.dynaForm th {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	padding: 2px 2px 1px 0;
	border-color: transparent;
	border-width: 1px;
	border-style: none;
}

form.dynaForm td {
	padding: 1px 0 1px 1px;
	vertical-align: top;
	width: 100%;
}

form.dynaForm textarea, form.dynaForm input[type=file], form.dynaForm input[type=password], form.dynaForm input[type=text], form.dynaForm select {
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding: 1px 5px 1px 5px;
	background-color: #f2f2f2;
}

form.dynaForm textarea {
	padding: 0;
	width: 100%;
}

form.dynaForm select {
	padding: 0;
}

form.dynaForm option {
	padding: 0 5px;
}

form.dynaForm label {
	margin-left: 2px;
}

form.dynaForm .arrayItem {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

form.dynaForm img.validationIcon {
	border: none;
	vertical-align: text-bottom;
	margin: 0 0 0 3px;
}

form.dynaForm legend img.validationIcon {
	margin-bottom: 2px;
}

form.dynaForm .fieldGrid th {
	width: auto;
	font-size: 12px;
}

form.dynaForm .fieldGrid td {
	width: auto;
}

form.dynaForm div.annotation {
	font-size: 10px;
	white-space: normal;
}

form.dynaForm div.annotation ul {
	padding-left: 1em;
	margin-left: .3em;
}

form.dynaForm .formSubmissionButtons {
	text-align: center;
}

/* @group Date Picker */

.date_selector, .date_selector * {
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

.date_selector {
	background: #F2F2F2;
	border: 1px solid #bbb;
	padding: 5px;
	margin: -1px 0 0 0;
	position: absolute;
	z-index: 100000;
	display: none;
}

.date_selector_ieframe {
	position: absolute;
	z-index: 99999;
	display: none;
}

.date_selector .month_nav {
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
}

.date_selector .month_name {
	font-weight: bold;
	line-height: 20px;
	display: block;
	text-align: center;
}

.date_selector .month_nav a {
	display: block;
	position: absolute;
	top: 5px;
	width: 20px;
	height: 20px;
	line-height: 17px;
	font-weight: bold;
	color: #003C78;
	text-align: center;
	font-size: 120%;
	overflow: hidden;
}

.date_selector .month_nav a:hover, .date_selector .month_nav a:focus {
	background: none;
	color: #003C78;
	text-decoration: none;
}

.date_selector .prev {
	left: 5px;
}

.date_selector .next {
	right: 5px;
}

.date_selector table {
	border-spacing: 0;
	border-collapse: collapse;
}

.date_selector th, .date_selector td {
	width: 2.5em;
	height: 2em;
	padding: 0;
	text-align: center;
}

.date_selector td {
	border: 1px solid #ccc;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	background: white;
}

.date_selector td.today {
	background: #FFFED9;
}

.date_selector td.unselected_month {
	color: #ccc;
}

.date_selector td a {
	display: block;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	line-height: 2em;
	color: #003C78;
	text-align: center;
}

.date_selector td.today a {
	background: #FFFEB3;
}

.date_selector td.selected a {
	background: #D8DFE5;
	font-weight: bold;
}

.date_selector td a:hover {
	background: #003C78;
	color: white;
}

/* @end */

/* @group Time Picker */
#timepicker
{
	position: absolute;
	display: none;
}

select.timepickerSelect option:hover
{
	color: white;
	background-color: blue;
}

/* @end */

/* @group Duration Picker */
#durationpicker
{
	position: absolute;
	display: none;
}

select.durationpickerSelect option:hover
{
	color: white;
	background-color: blue;
}

/* @end */

/* @end */

