/* Core Styles */

body, table {
	font-family: 'tahoma', 'arial';
	font-size: 13px;
}

p {
	margin-top: 1em;
	margin-bottom: 1em; 
}

.default {
	font-family: 'tahoma', 'arial';
	font-size: 13px;
	font-weight: normal;
	color: black;
}

.note {
	font-family: 'tahoma', 'arial';
	font-size: 11px;
}

.subheading {
	font-size: 13px;
	font-weight: bold;
	color: #315261;
}

h1, h2, h3 {
	font-size: 18px;
	font-weight: bold;
	color: #315261;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 13px;
}

.error {
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.good {
	font-weight: bold;
	color: green;
}

.bad {
	font-weight: bold;
	color: red;
}

br.small {
	font-size: 6px;
}

img {
	border: 0px;
}

form {
	display: inline;
}

ul {
	list-style-image: url(/common/images/bullet.gif);
	list-style-position: outside;
}

li {
	margin-bottom: 1ex;
}

ul ul {
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
}

ul ul li {
	margin-top: -0.4ex;
}

a,
button.link {
	color: #D87E32;
	text-decoration: none;
}

a:hover,
button.link:hover {
	text-decoration: underline;
}

/* Navigation Styles */

td.current_page {
	color: #396C7E;
	font-family: 'tahoma', 'arial';
	font-size: 11px;
	font-weight: bold;
}

p.current_page a {
	color: #396C7E;
}

p.listing {
	line-height: 1.5em;
}


.admin_nav {
	font-size: 11px;
	color: #315261;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 25px;
	border-top: solid 1px #ECEFF6;
	border-left: solid 1px #ECEFF6;
	border-right: solid 1px #ECEFF6;
}

.admin_nav:hover {
	border: solid 1px #315261;
	background-color: #B5C7E2;
	border-bottom: 0px;
	text-decoration: none;
}


/* Form Styles */

div.inline_form, span.inline_form {
	float: left;
	padding-right: 5px;
}

input.button {
	border: solid 1px #315261;
	color: #315261;
	background-color: #DEE3F1;
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	width:auto;
	overflow:visible;
	border-radius: 0;
}

td.button, td.label {
	text-align: right;
}

td.button {
	padding-top: 6px;
}

div.button {
	text-align: right;
	padding-top: 4px;
	padding-right: 8px;
}

button.link {
	background: none!important;
	border: none;
	padding: 0!important;
	cursor: pointer;
	font-family: 'tahoma', 'arial';
	font-size: 13px;
}

button.link:focus {
	outline: 0;
}

input {
	padding: 1px;
	font-size: 13px;
	font-family: 'tahoma', 'arial';
	font-weight: 300;
}

select, textarea {
	font-family: 'tahoma', 'arial';
	font-size: 13px;
	font-weight: 300;	
}

fieldset {
	border: 1px solid #315261;
	margin: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
}

html>body fieldset {
	margin-top: 6px;
	margin-bottom: 4px;
}

legend {
	color: #315261;
	font-weight: bold;
	font-size: 11px;
}

p.radio {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

p.or {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	font-size: 11px;
	font-weight: bold;
	color: #315261;
}


.search_dialog {
	border: solid 0px black;
	font-size: 11px;
	font-weight: bold;
	color: #315261;
	padding: 0px;
}

.search_dialog td.note {
	padding: 4px;
	padding-left: 7px;
	font-weight: 300;
}

.search_dialog .buttons {
	text-align: right;
	padding-right: 2px;
}

table.line, table .line {
	border: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #315261;
	padding: 0px;
	vertical-align: top;
}

.line h1, .line h2, .line h3 {
	margin-top: 15px;
}

.line td {
	padding-right: 3px;
	padding-left: 2px;
}

.line td.index {
	font-weight: 300;
	vertical-align: top;
}

.line label {
	padding-right: 10px;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

.form_label {
	font-size: 11px;
	font-weight: bold;
	color: #315261;
}

.form_container {
	float: left; 
}

.form_container .form_buttons {
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
}

.form_container p {
	padding-left: 5px;
}

table.info_grid {
	border-collapse: collapse;
}

table.info_grid td {
	vertical-align: top;
	border: 1px solid #BEC8E4;
	padding: 2px;
}

table.info_grid td.empty {
	border: 0px;
}

.report_timestamp {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
}

table.info_grid tr.spacer td {
	padding-bottom: 8px;
}


/* ID Style Overrides */

#filter {
	float: right;
	color: black;
	font-size: 11px;
	font-weight: normal;
}

#filter input {
	padding: 1px;
	font-size: 11px;
	font-family: 'tahoma', 'arial';
}

#popup_header {
	padding: 10px;
	color: #D87E32;
	font-size : 18px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
	border-bottom: solid 1px #315261;
	margin-bottom: 3px;
	background: white;
}

#popup_header .note {
	color: #315261;
	font-weight: 300;
	font-family: 'tahoma', 'arial';
	font-size: 11px;
}


/* Multiple Select Styles */

.ms_transfer {
	border: 0px;
}

.ms_transfer td {
	color: #315261;
	padding: 0px;
	text-align: right;
}

.ms_transfer select {
	height: 102px;
	width: 160px;
}

.hidden {
	display: none;
}


/* Overlib styles */

#overDiv .caption {
	text-align: left;
    font-weight: bold;
    color: white;
    background-color: #2860AD;
}

.border {
	background: #315261;
}

.content {
	background: #DEE3F1;
}


/* YUI Styles */

.auto_complete {
	position:absolute;
	z-index:9050;
}

.auto_complete ul {
	padding:5px 0;
	width:100%;
	margin: 0px;
}
.auto_complete li {
	padding:0 5px;
	cursor:default;
	white-space:nowrap;
}

.auto_complete li.yui-ac-highlight {
	background: #fcb25d;
}
.auto_complete .yui-ac-content {
	position:absolute;
	left:0;
	top:-13px;
	width:200px;
	border:1px solid #404040;
	background:#fff;
	overflow:hidden;
	text-align:left;
	z-index:9050;
}

html>body .auto_complete .yui-ac-content {
	top: 0px;
}


@media print {
	.noprint {
		display: none;
	}
	
	.print {
		display: block;
	}
	
	.pagebreak {
		 page-break-before: always;
	}
}

