/* Global styles */
* {
	font-family: Verdana;
}

/* For YUI */
body.gecko, body.webkit, body.ie  {
	background-color: #fff;
	text-align: left;
	background-image: none;
}

/* HTML entities */
body {
	font-family: Verdana;
	font-size: 11px;
	background-color: #005584;
	text-align: center;
	background-repeat: repeat-y;
	background-position: center top;
}

input, textarea, select, iframe {
  font-family: Verdana;
  font-size: 11px;
  border: 1px solid #a5acb2;
}

h1 {
	font-size: 20px;
	color: #25408f;
	padding-bottom: 8px;
}

h2 {
	font-size: 16px;
	color: #25408f;
	padding-bottom: 6px;
}

h3 {
	font-size: 12px;
	color: #25408f;
	padding-bottom: 6px;
}

._checkbox {
	border: 0;
}

fieldset {
	border: 0;
}

img {
	border: 0;
}

img.enlarge {
	cursor: pointer;
}

td {
	text-align: left;
	vertical-align: top;
}

th {
	vertical-align: top;
}

/* Calendar */
body #calendar {
	margin-top: 10px;
	height: 540px;
	overflow: auto;
}

body #calendar #calendar-info {
	line-height: 18px;
	padding-bottom: 18px;
}

body #calendar #calendar-info a {
	background-color: #005584;
	color: #fff;
	padding: 2px;
	margin: 0 2px;
	text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

body #calendar #calendar-info #today-link {
	margin-left: 2px;
}

body #calendar #calendar-info #calendar-nav {
	width: 90px;
	float: left;
}

body #calendar #calendar-info #calendar-name {
	font-size: 12pt;
	font-weight: bold;
	width: 280px;
	float: left;
	text-align: center;
}

body #calendar #calendar-info #calendar-views {
	width: 90px;
	float: right;
	text-align: right;
}

body #calendar #calendar-layout {
	clear: both;
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
}

body #calendar .day, #calendar th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

body #calendar th {
	background-color: #E7D4BC;
	width: 63px;
}

body #calendar th {
	text-align: center;
}

body #calendar td {
	height: 80px;
}


body #calendar .month-view .day_number {
	text-align: right;
}

body #calendar .listing-view .day_number {
	background-color: #E7D4BC;
	font-weight: bold;
	padding: 2px;
}

body #calendar .today {
	background-color: #E7D4BC;
}

body #calendar .day_of_other_month {
	background-color: #eee;
}

body #calendar a.entry {
	display: block;
	height: 2.5em;
	overflow: hidden;
}

body #calendar div.entry {
	padding: 2px;
}

/* Generic styles */
.label {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

.value {
	text-align: left;
	vertical-align: top;
}

.number {
	text-align: right;
}

.column_comment {
  border-bottom: 1px dotted #00f;
  background-image: url(/images/info.gif);
  background-repeat: no-repeat;
  padding-right: 16px;
  background-position: top right;
  cursor: help;
}

.dumpQuery, .edit-table {
	border-collapse: collapse;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.dumpQuery th , .dumpQuery td, .edit-table th , .edit-table td {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0 3px 0 3px;
}

.center {
	text-align: center;
}

.center table {
	margin-left: auto;
	margin-right: auto;
}

.center table td {
	text-align: left;
}

.editable {
	font-style: italic;
}

/* Page look-and-feel */
#wrapper {
	width: 1024px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header {
	height: 198px;
	padding-bottom: 3px;
	position: relative;
	background-color: #005584;
}

#header #logo {
	float: left;
}

#header #logo a {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
  background-color: #005584;
	text-align: center;
	text-decoration: none;
	padding-top: 50px;
	width: 200px;
	height: 149px;
	display: block;
	z-index: 2;
}

#header img {
		padding: 0 0 0 25px;
}

#header #banner {
	float: left;
	padding: 0;
}

#header .icon {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* The menu */
#nav {
	height: 28px;
	font-size: 12px;
	line-height: 21px;
	float: left;
	width: 634px;
	background-color: #005584;
}

#index-page #nav {
	left: 10px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 2;
}

#nav ul li {
	display: inline;
	padding: 0;
	float: left;
}

#nav ul li {
	background-color: #005584;
	width: 130px;
}

#nav ul li.first {
	background-color: #005584;
	width: 96px;
}

#nav ul li#menu_6 {
	background-color: #005584;
	width: 96px;
}

#nav ul li a {
	text-decoration: none;
	font-weight: bold;
 	padding: 3px 6px 4px 6px;
	color: #fff;
	display: block;
	text-align: center;
}

#nav ul li:hover, #nav ul li a:hover {
	background-color: #b2ccda;
}

#nav ul li.first:hover, #nav ul li.first a:hover {
	background-color: #b2ccda;
}

#nav ul li#menu_6:hover, #nav ul li#menu_6 a:hover {
	background-color: #b2ccda;
}

#nav ul li:first-child a {
	border-left: 0;
}

#nav ul li ul {
	background: #fff;
	width: 145px;
	left: -145px;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 2;
}

#nav ul li ul li {
	margin-right: 0;
	border: 0;
	border-top: 1px solid #fff;
	width: 166px;
}

#nav ul li ul li.first {
	border-top: 0;
}

#nav ul li ul li a {
	background-color: #e7d4bc;
	color: #25408f;
	font-size: 10pt;
	font-weight: normal;
	line-height: 12pt;
	width: 10em;
	padding-left: 2em;
	margin: 0;
	text-transform: none;
	text-align: left;
}

#nav ul li ul li a:hover, #nav ul li ul li.first a:hover, #nav ul li.first ul li a:hover {
	background-color: #b2ccda;
}

#nav ul li ul li a:hover {
	background-color: #b2ccda;
	color: #25408f;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
	display: block;
}

.sfhover {
}

.sfhover a:hover {
	color: #fff;
}

/* Search */
#search-area {
	width: 175px;
	background-color: #1E3476;
	background-image: url(/images/searchBackground.jpg);	
	height: 25px;
	font-size: 12px;
	line-height: 21px;
	padding: 3px 0 0 15px;
}

#search-area ._submit {
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	border: 0;
}

/*  */
#instructions {
	font-weight: bold;
	padding-bottom: 10px;
}

#layout {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

#left {
	width: 190px;
	padding: 0;
	background-color: #005584;
	background-image: url(/images/icecrystal.jpg);
}

#left .name {
	color: #005584;
	padding: 4px 0 4px 10px;
	border: 0;
	font-weight: bold;
	width: 190px;
	font-size: 12px;
}

#left .info {
	color: #005584;
	padding: 4px 0 4px 20px;
	border-bottom: 1px dotted #554422;
}

#left .info a {
	color: #005584;
	text-decoration: none;
}

#left .placehldr {
	display: block;
	background-color: #005584;
	color: #005584;
	height: 21px;
	padding: 7px 15px 0 15px;
	border: 0;
}

#left a.heading {
	display: block;
	background-color: #005584;
	color: #fff;
	height: 21px;
	padding: 7px 15px 0 15px;
	border-bottom: 1px solid #b2ccda;
	font-weight: bold;
	text-decoration: none;
}

#left a.heading:hover {
	color: #25408f;
	background-color: #e7d4bc;
}

#left .content {
	background-color: #005584;
	background-image: url(/images/icecrystal.jpg);
	color: #005584;
	font-size: 10.5px;
	padding: 1em 15px 1em 15px;
}

#left .content .date {
	font-weight: bold;
	display: block;
}

#left .content a {
	color: #542;
}

#left .links {
	color: #005584;
	padding: 4px 0 4px 25px;
	border-bottom: 1px dotted #554422;
}

#middle {
	width: 772px;
	padding: 0;
	background-color: #fff;
}

#middle #myForm {
	width: 570px;
	padding: 28px 30px;
	color: #2e520c;
	font-size: 11px;
	float: left;
}

#middle #myForm a {
	color: #25408f;
}

#middle #myForm .hr {
	width: 100%;
	height: 1px;
	background-color: #aaa;
	margin: 28px 0;
	clear: both;
}

#middle #myForm .snippet {
	padding-bottom: 18px;
	clear: both;
}

#middle #myForm .snippet a.title {
	font-weight: bold;
	text-decoration: none;
}

#middle #myForm .snippet img {
	padding: 0 5px 5px 0;
	float: left;
	width: 52px;
	padding-bottom: 18px;
}

#middle #myForm a.icon img {
	padding: 0;
}

#middle #myForm img {
	padding: 0 0 4px 4px;
}

#middle #myForm #question {
	font-weight: bold;
	padding: 1em 0;
}

#middle #myForm ul {
	padding-left: 1em;
	margin-left: 1em;
}

#right {
	float: right;
	width: 190px;
	padding: 0;
}

#admin-files-page #right, #admin-audit-page #right, #admin-roles-page #right, #admin-registrants-page #right {
	display: none;
}

#right .placehldr {
	display: block;
	background-color: #005584;
	color: #005584;
	height: 21px;
	padding: 7px 15px 0 15px;
	border: 0;
	font-weight: bold;
	text-decoration: none;
}

#right a.heading {
	display: block;
	background-color: #005584;
	color: #fff;
	height: 21px;
	padding: 7px 15px 0 15px;
	border-bottom: 1px solid #b2ccda;
	font-weight: bold;
	text-decoration: none;
}

#right a.heading:hover {
	color: #25408f;
	background-color: #e7d4bc;
}

#right .spacer {
	background-color: #E7D4BC;
	height: 1px;
}

#right .content {
	background-color: #005584;
	background-image: url(/images/icecrystal.jpg);
	color: #005584;
	font-size: 10.5px;
	padding: 1em 15px 1em 15px;
}

#right .content .date {
	font-weight: bold;
	display: block;
}

#right .content a {
	color: #542;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 9px;
	height: 21px;
	color: #fff;
	font-size: 9px;
	background-color: #005584;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

/* Search */
#search-message {
	font-weight: bold;
	padding-bottom: 1em;
}

.search-result-url {
	padding-bottom: 1em;
	font-style: italic;
}

/* Autocomplete */
div.autocomplete {
	position: absolute;
	width: 400px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	height: 20em;
	overflow: scroll;
	display: block
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 2px;
	height: 42px;
	cursor: pointer;
	line-height: 1em;
}

div.autocomplete ul li .informal {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1em;
}

/* Popups */
.x_popup {
	z-index: 100;
	position: absolute;
	border: 2px solid #000;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}

.x_popup .x_popup_title {
	background-color: #ffa500;
	padding: 2px 0 2px 0;
	font-weight: bold;
	border-bottom: 1px solid #000;
	text-align: center;
}

.x_popup .x_popup_body {
	padding: 5px;
}

.x_popup .x_popup_buttons {
	text-align: center;
}

/* Notebook page background color */
#yui-tabview .yui-content {
	background-color: #fff;
}

/* Screen only */
@media screen {

	.noprint { }

	* {
		margin: 0;
	}
}

/* Print only */
@media print {

	.noprint {
		display: none;
	}
}


