/* Core Styles */

body, table {
	font-family: calibri, 'tahoma', 'arial';
	font-size: 13px;
}

body {
	background: #dde8ed;
}

p {
	margin-top: 1em;
	margin-bottom: 1em; 
}

.left {
	float: left; 
}

.right {
	float: right; 
}
	
.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-weight: bold;
	color: #033f6b;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

.error {
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.good {
	font-weight: bold;
	color: green;
}

.bad {
	font-weight: bold;
	color: red;
}

.p3_special {
	background: #55fffe;
}

	.p3_special.sticky {
		margin-bottom: 10px;
		border-bottom: 0px;
	}

	h3.p3_special {
		padding: 5px;
		margin-top: 0px;
	}

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 {
	color: #1b6388;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.no_border, .no_border td {
	border: 0px !important;
}


/* 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;
	font-size: 14px;
}

.admin_nav {
	margin-right: 6px;
}

.admin_nav a {
	color: #fff;
	text-transform: none;
	font-weight: normal;
	margin: 0 -6px 0 0;
	padding: 15px 20px 16px 20px;
	font-size: 16px;
	border-left: 1px solid #557896;
	border-right: 1px solid #557896;
	display: inline-block;
}


.admin_nav a:hover {
	background: #173a58;
	text-decoration: none;
}


/* Form Styles */

div.inline_form, span.inline_form {
	float: left;
	padding-right: 5px;
}

input.button, a.button, label.button {
	border: none;
	color: #fff;
	background-color: #01517e;
	font-size: 13px;
	padding: 7px 15px;
	width:auto;
	overflow:visible;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'tahoma', 'arial';
	display: inline-block;
}
	
	input.button.reset, input.button.cancel {
		background: #2e7ba6;
		background: #929292;
		
	}
	
	input.button:hover, a.button:hover, div.button:hover, label.button:hover {
		cursor: pointer;
		background: #096482;
		text-decoration:none;
	}

	input.button.small, a span.button.small, a.button.small {
		padding: 5px 8px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	input.button.large, a.button.large {
		padding: 15px 40px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
	}
	
a span.button, a.button {
	border: none;
	color: #fff;
	background-color: #01517e;
	width:auto;
	overflow:visible;
	white-space: nowrap;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a span.button {
	padding: 5px 8px;
}
	
	
a span.button.red, a.button.red {
	background-color: #983319;
}

td.button, td.label {
	text-align: right;
}

td.button {
	padding-top: 6px;
}

div.button {
	text-align: right;
	padding-top: 4px;
	padding-right: 8px;
}

input {
	padding: 5px;
	font-size: 13px;
	font-family: 'tahoma', 'arial';
	font-weight: 300;
}

select, textarea {
	padding: 5px;
	font-family: 'tahoma', 'arial';
	font-size: 13px;
	font-weight: 300;	
}

fieldset, .gray_box {
	border: 1px solid #ccc;
	margin: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px;
	background: #f7f7f7;
}

.gray_box {
	margin: 0;
	padding: 10px;
	font-size: 14px;
}

html>body fieldset {
	margin-top: 6px;
	margin-bottom: 4px;
}

legend {
	color: #055887;
	font-weight: bold;
	font-size: 15px;
}

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: 13px;
	font-weight: bold;
	color: #315261;
	padding: 0px;
	vertical-align: top;
	background: none;
}

.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, table.info_grid th {
	vertical-align: top;
	text-align: left;
	border: 1px solid #BEC8E4;
	padding: 2px 4px;
}

	table.info_grid a {
		color: black;
	}
	
	table.info_grid a:hover {
		text-decoration: none;
		color: #1b6388;
	}

	table.info_grid .key_info {
		font-weight: bold;
		font-size: 14px;
	}

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: 4px 7px;
	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;
}

/* Claim file styles */

#upload_file_container #Description {
	width: 100%;
	height: 38px;
}


.claim_file_entry {
	padding-bottom: 3px;
	border-bottom: 1px solid #d3d6de;
	margin-top: 10px;
}

.claim_file_entry .description {
	margin-left: 100px;
}

.claim_file_entry .author {
	margin-top: 3px;
	font-size: 11px;
}



/* Recently Viewed Claims */
#recently_viewed_claims {
	display: none;
	position: absolute;
	background: #02213c;
	border-left: 1px solid #557896;
	border-bottom: 1px solid #557896;
	border-right: 1px solid #557896;
	width: 196px;
}

	#recently_viewed_claims ul {
		list-style: none;
		padding: 0;
		margin: 0px;
	}
	
	#recently_viewed_claims ul li {
		padding: 2px 0;
		margin: 0;
	}
	
	#recently_viewed_claims ul li a {
		padding: 5px 15px 2px 15px;
		border: 0;
		width: 161px;
		font-weight: bold;
		font-size: 15px;
	}
	
	#recently_viewed_claims div.controls {
		padding: 10px 15px 15px 15px;
		width: 166px;
		border-top: 1px solid #557896;
		font-size: 13px;
	}
	
		#recently_viewed_claims div.controls form {
			padding-bottom: 5px;
		}
	
	#recently_viewed_claims a {
		font-size: 13px;
	}
	


/* Duplicate claims msg */
#duplicate_claims_div span, #duplicate_providers_div span {
	border-radius: 50%;
	height: 25px;
	width: 30px;
	background: #01517e;
	color: #fff;
	font-size: 17px;
	text-align: center;
	padding-top: 5px;
	margin: 15px 0 -15px 0;
}

#duplicate_claims, #duplicate_providers {
	clear: both;
}

#duplicate_claims a, #duplicate_providers a {
	margin: 9px 0;
	display: block;
	font-weight: normal;
}

#duplicate_claims h3, #duplicate_providers h3 {
	margin: 0;
}



@media print {
	.noprint {
		display: none;
	}
	
	.print {
		display: block;
	}
	
	.pagebreak {
		page-break-before: always;
	}
}

