/* global HTML styles */
body {
	background-color: #ffffff; /*#e7e7e7;*/
	font-family:Verdana,Arial,Helvetica,sans-serif,"Lucida Grande";
	color: #142748;
	margin: 0px;
	padding: 0px;
	font-size:0.8em;
}
div {
	color: #142748;
}
div.scroll {
	width: 100%;
	overflow: auto;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #142748;
}
a:hover {
	text-decoration: underline;
}
h1 {
	display:block;
	padding:5px 0 0 20px;
	background-color:#FFFFFF;
	color:#ffffff;
	margin:0 0 20px 0;
	font-size:130%;
	font-weight:normal;
	font-family:Verdana,Arial,Helvetica,sans-serif,"Lucidia Grande";
	background-image:url("images/h1_bg.png");
	background-repeat:no-repeat;
	height:30px;
}
h2 {
	display: block;
	padding: 10px 10px 10px 15px;
	background-color: #0a2d67;
	color: #fff;
	margin: 0px;
	font-size: 130%;
	font-weight: normal;
	font-family:Verdana,Arial,Helvetica,sans-serif,"Lucidia Grande";
}
table {
	border-collapse: collapse;
}
td {
	padding: 5px;
	vertical-align: top;
}
td.quote_item{
}
td.quote_highlight{
	font-weight:bold;
}
/* structural styles */
#main {
	margin-top: 5px;
	width: 100%;
	background-color: #ffffff;
}
#main_inner {
	background-image:url("images/bot_bar_light.png");
	background-repeat:repeat-x;
	background-position:bottom;
}
#header{
	position:relative;
	text-align:center;
	width:770px;
	margin: 12px auto 0 auto;
	height:93px;
}
/* Override float_left for header */
#header div{
	float:none !important;
}
#user_info {
	text-align:right;
	border:0;
	padding:0;
	position:absolute;
	width:200px;
	top:112px;
	left:500px;
	color:#ffffff;
} 
#user_info a{
	color:#ffcc00;
}
#user_info img{
	display:none;
}
#content {
	width:770px;
	min-height:400px;
	_height:400px;
	margin: 0 auto 0 auto;
	margin-bottom: 20px;
	border: none;
	background-image:url("images/clientlogin-background.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	font-family:Verdana,Arial,Helvetica,sans-serif,"Lucidia Grande";
	font-size:1em;
}
.detail {
	padding: 10px 0 10px 0;
}
#footer {
	color:#3E719E;
	border-top:none;
	width:770px;
	background-image:url("images/bot_bar_dark.png");
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
	line-height:2em;
	height:54px;
	margin:5px auto 0 auto;
	padding:0px 5px 0px 5px;
}  
.footerlink 
{
	color:#FFF;
}

 /* menu styles */ 
#menu {
	background-image:url("images/top_bar_light.png");
	background-repeat:repeat-x;
	margin: 15px 0 40px 0;
}
#menu_inner {
	height:63px;
	width:770px;
	margin:0 auto 0 auto;
	background:#072756 url("images/top_bar_dark.png") repeat-x;
	font-family:Verdana,Arial,Helvetica,sans-serif,"Lucida Grande";
	font-size:1em;
}
.menu_item {
	float: left;
	padding: 16px 5px 0px 5px;
}
.menu_item_active {
	float: left;
	height: 69px;
	padding: 16px 5px 0px 5px;
	color:Yellow;
}
.menu_link {
	color: #FFF;
	font-weight: normal;
}
.menu_item_active .menu_link {
	color: #FFCC00;
}
.menu_link:hover {
	color: #FFCC00;
	font-weight: normal;
}
.menu_spacer {
	float: left;
	color: #69c;
	padding: 16px 5px 0px 5px;
}

#help {
	float: right;
	padding: 16px 10px 0px 10px;
}
#help_icon {
	padding-top: 3px;
}
/* login page styles */
#login_text {
	width: 330px;
	padding: 0px 30px 0px 10px;
}
#login_form {
	width: 330px;
	padding-right: 10px;
}
#loggedin {
	margin-bottom:5px;
} 

/* case plan styles */
#caseplan #ctl00_ContentPlaceHolder1_contentPanel {
	width: 340px;		
}
#caseplan #notes_intro_inner {
	padding-right: 30px;
}
#caseplan #ctl00_ContentPlaceHolder1_Panel1 {
	width: 330px;
}
.item_active {
	color: #146a9d;
	font-weight: bold;
}
.item_aborted {
	color: #b1323b;
	font-weight: bold;
}
.item_archived {
	color: #76591f;
	font-weight: bold;
}
.item_completed {
	color: #34ce00;
	font-weight: bold;
}
/* popup styles */
.popupBody {
	background-color: #fff;
	overflow-y: auto;
}
.popup_detail {
	padding: 15px;
}
.popup_gradient {
	border: 1px #c4c8cb solid;
	background-image: url("images/shaded_bg.png");
	background-repeat: repeat-x;
	background-color: #ECEDF1;
	font-weight: bold;
	color: #000;
	padding: 10px 10px 10px 15px;
}
/* contact form styles */
.contact_table {
	background-color: #e8e6e7;
	border: 1px #c6c7cb solid;
	margin: 20px 0px 30px 0px;
}
.contact_table td {
	padding: 10px 15px 0px 15px;
}
.contact_label {
	width: 210px; 
	font-weight: bold;
}
.contact_input {
	color: #142748;
	width: 200px; 
	height: 20px;
	border: 1px #c6c7cb solid;
}
.contact_textarea {
	color: #142748;
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	width: 334px;
	height: 150px;
	border: 1px #c6c7cb solid;
	margin-bottom: 15px;
	overflow: auto;
}
/* table styles */
table.data_table,table.data_table.td{
	border-color:#142728;
}
th{
	padding:5px;
	background-color:#ffcc00;
}
.table_header th, .table_header td {
	background-color: #0a2d67;
	padding: 10px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
}
.table_header  a {
	color: #fff;
}
.boxed {
	border: 1px #c4c8cb solid;
}
.boxed_padded {
	border: 1px #c4c8cb solid;
	padding: 10px;
}
.bottom_border_padded {
	border-bottom: 1px #c4c8cb solid;
	padding: 10px;
}
.gradient {
	border: 1px #c4c8cb solid;
	background-image: url("images/shaded_bg.png");
	background-repeat: repeat-x;
	background-color: #ECEDF1;
	font-weight: bold;
	color: #000;
}
.gradient_padded {
	border: 1px #c4c8cb solid;
	background-image: url("images/shaded_bg.png");
	background-repeat: repeat-x;
	background-color: #ECEDF1;
	font-weight: bold;
	color: #000;
	padding: 8px 10px 8px 10px;
}
.data_table td {
	padding: 4px;
}
.report_table td {
	padding: 2px;
	border-top: 1px #c4c8cb solid;
	font-family: arial, verdana, sans-serif;
}
.no_formatting {
	border-collapse:collapse;
}
.no_formatting td {
	padding: 5px 5px 0px 0px;
	border: 0px;
}
/* general styles */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_both {
	clear: both;
}
.error {
	font-weight: bold;
	color: #c00;
}
.font_small {
	font-weight: normal;
	font-style: normal;
	font-size:small;
}
.font_normal {
	font-weight: normal;
	font-style: normal;
}
.bold {
	font-weight: bold;
}
@media print {
	/*#ID's of divs etc not to print...*/
	#menu, 
	#user_info, 
	.doNotPrint {display:none;}
	/*#other overrides for printing...*/
	h1 {display:none;}
	.boxed { border:0; }
	.boxed_padded{ border:0; padding:0; }
	#main { width:100%; border:0; }	
}
.rvMatterCompl {
	color:#c00;
	font-weight: bold;

}
