﻿html, body {
	background: #F0F0F0 none repeat scroll 0 0;
	color: #666666;
	font-family: Arial,sans-serif;
	height: 100%;
	width: 100%;
	font-size: 14px; /* Set a comfortable base font size */
	line-height: 1.6; /* Adjust line spacing for better readability */
}

* {
	border:0 none;
	margin:0;
	padding:0;
}

a, a:link, a:visited, a:active {
	color:#99BBDD;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.wrapper {
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	width: 90%;
}

.s-wrapper {
	background: #FFFFFF url(/images/s-wrapper_top-bg.gif) no-repeat scroll left top;
	margin: 20px 0;
}

.header {
	padding: 31px 29px 0px 30px;
	width: 95%;
}

.header table td {
	vertical-align:top;
}

.header .header-content {
	height:62px;
	overflow:hidden;
	width:225px;
}

	.header .header-content h1 {
		background: transparent url(/images/encore_logo2023.jpg) no-repeat scroll 0 0;
		height: 100%;
		width: 100%;
	}

.header .header-content h1 a {
	display:block;
	height:100%;
	text-indent:-9999px;
	width:100%;
}

.s-wrapper .footer, .s-wrapper .footer a {
	color:#A8A8A8;
	font-size:12px;
}

.s-wrapper .footer {
	background: #FFFFFF url(/images/s-wrapper_bottom-bg.gif) no-repeat scroll 0 100%;
	overflow: hidden;
	padding: 0 0 10px;
	text-align: center;
	width: 95%;
}

.header .menu {
	text-align: left;
	/*width:676px;*/
}

.header .menu .s-menu {
	padding:7px 5px 0 0;
}

.header .menu .s-menu a {
	/*background:transparent url(/images/puce-menu.gif) no-repeat scroll 100% 1px;
	color:#BCBCBC;
	float:right;
	font-size:10px;
	height:12px;
	padding:0 17px 0 0;*/
}

.s-menu a {
	background:transparent url(/images/puce-menu.gif) no-repeat scroll 100% 1px;
	color:#BCBCBC;
	float:right;
	font-size:14px;
	height:12px;
	padding:0 17px 0 0;
}

.header .menu .menu-content {
	margin:10px 25px 0;
	vertical-align:bottom;
}
.header .menu .menu-content a{
	height:23px;
	font-size:14px;
}

.header-actions {
	text-align: right;
	padding-right: 25px;
}

.header-info {
	font-size: 12px;
	text-align: right;
	margin: 10px 25px 0;
}
.header-summary h2
{
	font-size:18px;
}

.header-summary h3
{
	font-size:16px;
}
.clear {
	clear:both;
	display:block;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}

.container-filter {
 background:#F0F0F0;	
	padding-top: 10px;
	padding-bottom:5px;
	margin-bottom:5px; 
	margin-top:0px;
}

.container h2{
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
	text-transform:uppercase;
}

.container h3{
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
	text-transform:uppercase;
}

.container h4
{
	font-weight:bold;
	font-size:14px;
}

.container a, .container a:link, .container a:visited, .container a:active, .header-actions a, .header-actions a:link, .header-actions a:visited, .header-actions a:active {
	color: #333333;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
	font-weight: bold;
}

	.container a:hover, .header-actions a:hover {
		text-decoration: underline;
	}

.container {
	clear: left;
	min-height: 500px;
	padding: 10px 29px 20px 30px;
	float: left;
	font-size: 14px;
	width: 95%;
	background-color: #FFFFFF;
}

.container table td {
	font-size:14px;
}

.clearfix {
display:block;
}
h1, h2, h3, h4, h5 {
color:#333333;
font-size:13px;
margin:0;
padding:0;
display:block;
}

.container h3 span {
background:white none repeat scroll 0 0;
display:block;
float:left;
font-size:11px;
line-height:18px;
padding-right:6px;
position:relative;
z-index:2;
}

.container h3 .divider {
border-bottom:1px solid #D8DFEA;
margin:-4px 0 0;
z-index:0;
}

dt {
width:130px;
clear:left;
float:left;
}
dt, dd {
padding:1px 0 3px;
}

dt {
color:#808080;
}

dd {
min-width:200px;
}
dd {
float:left;
margin:0;
padding-left:10px;
}

dd {
color:#000000;
}
.rdetails
{
	width:350px;
	vertical-align:top;
	
	}

.ldetails
{
	width:350px;
	vertical-align:top;
	}
.details-table{	
	border-top:solid 1px #F0F0F0; width:100%; padding-bottom:10px; padding-top:5px; padding-left:5px; padding-right:5px;
}

.fld-label
{
	color:#808080;
	}

@media print {
	/*****   Styles for print   ******/
	/* h1, h2, h3 {color:black;} */
	#navigation {
		display: none
	}

	#printheader {
		display: block
	}
	/* #container{width:600px}*/
	body {
		font-size: 12pt;
		color: black;
	}

	@page {
		margin-top: 1in;
		margin-right: 0.5in;
		margin-bottom: 1in;
		margin-left: 0.5in;
	}
}