body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border-bottom:1px dashed #999998;cursor:help;
}
html {
    height: 100%;
}


html, body {
    margin-top: 0px;
    margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	min-width: 966px;
	background: #fff;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #005bab;*/
	color:#000;
    margin: 0;
    padding: 0;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005bab;
	margin:15px 0 13px 0;
	font-weight: bold;
}

h2 {
    color: #005BAB;
    font-size: 14px;
    line-height: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
    vertical-align: bottom;
	font-weight: bold;
	margin:12px 0 10px 0;
}

h3{
    font-size: 14px;
	font-weight: bold;
    color: #005BAB;
	margin:11px 0 9px 0;
}

h4{
    font-size: 12px;
	font-weight: bold;
    color: #000000;
}

abbr {
	border: 0;
}

p{
	margin: 0 0 15px 0;
	line-height: 18px;
}

a{
    color: #005BAB;
    text-decoration: none;
}

hr {
	float: left;
	width:100%;
	color: #00529E;	
	height: 1px;
	border-top: solid 1px #00529E;	
	border-bottom: solid 0px #00529E;	
}

a:hover {
    color: #005BAB;
    text-decoration: underline;
}

#content a{
    color: #005BAB;
    text-decoration: underline;
}

#content a:hover {
    color: #005BAB;
	text-decoration: none;
}

#page-container {
	width: 966px;
}

/* Header --------*/
#header {
	width: 966px;
	padding: 0;
}

#header-image {
	width: 996px;
	height: 91px;
    margin: 0;
    padding: 0;
}

/* Layout --------*/
#layout-wrap {
	width: 990px;
    margin: 0;
    padding: 0;
}

#menu {
	float: left;
	display:inline;
	width: 158px;
    margin: 0;
    padding: 0;
    padding-left: 2px;
}

#content {
	float:left;
	display:inline;
	width: 760px;
	padding: 0;
	margin-left:7px;
}

#sidebar {
	float: left;
	display:inline;
	width: 208px;
    margin: 4px 3px 0px 20px;
    padding: 0;
}

#content_footer {
	margin-top: 25px;
    line-height:18px;
    text-align: center;
}

p.footer {
    font-size: 11px;
    font-weight: bold;
}

.footer a{text-decoration:underline;}
.footer a:hover{text-decoration:none;}

#ful_links {
    padding: 0px 10px 0px 35px;
    margin: 0;
}

/* Simple css Table styling to replace standard html rendering of a table */

.infotbl {
	border-collapse:collapse;
}

.infotbl th {
	padding:0pt 0.5em;
	text-align:left;
}

.infotbl td {
	border:1px solid #ccc;
	padding:4px;
}

.clear {
	clear: both !important;
}

#loginbox {
	border: 1px solid #005BAB;
	padding: 10px 20px 10px 20px;
	width: 160px;
}

#loginbox h3{
	font-size: 1.4em;
	margin: 12px 0 10px 0;
}

#loginbox, #loginbox span, #loginbox input, .txtDefault {
	font-size: 1em;
}

#loginbox input, .txtDefault {
	padding: 3px 3px 3px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#loginbox input[type="text"],#loginbox input[type="password"], .txtDefault {
	border: 1px solid #cccccc;
	margin-left: 7px;
}

#contactForm{
	border:1px solid #00529E;
	padding: 5px;	
	width: 744px;
}

.dbtnSubmit {
	margin-top: 5px;	
}

#contactForm .row {
	margin: 10px 0 10px 0;
}

#contactForm .error {
	padding: 3px 3px 3px 18px;
	background: url("../images/cross.gif") no-repeat 0 4px;
	margin-left: 500px !important;
	margin-top: 3px!important;
	float:left;
	color: red;
}

#contactForm label {
	display:block;
	float:left;
	margin-right:10px;
	text-align:right;
	width:155px;
}

#contactForm hr {
	color: #00529E;
	border-top: solid 1px #00529E;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#contactForm .btnSubmit{
	text-align:center;	
}

.center {
	text-align: center;	
}

.errorbox {
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}

.error {
	padding: 3px 3px 3px 18px !important;
	background: url("../images/cross.gif") no-repeat 0 4px;
	color: red;
	border: solid 1px red;
	margin: 0 !important;
}

.actionbox {
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}

.action {
	padding: 3px 3px 3px 20px;
	background: #c6f7c4 url("../images/tick.gif") no-repeat 0 4px;
	color: #000000;
	border: solid 1px green;
	margin: 0 !important;
}

.action-message-warning, .action-message-failure, .action-message-success, .action-message-information, .FormError {
        padding: 5px;   
        margin-bottom: 5px;
} 

.action-message-warning {
        padding-left: 23px;
        background: #FBEC88 url("../images/icons/exclamation.gif") no-repeat 3px 4px;
        border: 1px solid #FAD42E;
}

.action-message-information
{
        padding-left: 23px;
        background: #FBEC88 url("../images/icons/info.gif") no-repeat 3px 4px;
        border: 1px solid #FAD42E;
}

.action-message-failure, .FormError {
        padding-left: 23px;
        border: 1px solid #ff0000;
        background: #ffc0c0 url("../images/icons/cross.gif") no-repeat 3px 4px;
}

.action-message-success {
        padding-left: 23px;
        background: #c6f7c4 url("../images/icons/tick.gif") no-repeat 3px 4px;
        border: 1px solid #09be00;
}


.DocumentsTable {
        color: #325ea7;
        width: 748px;
}


.DocumentsTable th{
	background: #dae2ef url("../images/gridview/header_bg.jpg") repeat-x;
	border-left: solid 1px #3863aa !important; 
	padding: 5px;
}

.DocumentsTable td{
	padding: 5px 5px 0px 5px;
	border: solid 1px #edf1f7;
	border-right: solid 1px #3863aa !important; 
	border-left: solid 1px #3863aa !important; 

}

.DocumentsTable a, .DocumentsTable a:visited  {
	color: #10397c;
	text-decoration: none !important;
	font-weight: bold;
}

.DocumentsTable a:active, .DocumentsTable a:hover{
	text-decoration: underline !important;
}


#reports-container a, #reports-container a:visited {
	text-decoration: none;	
}

#reports-container a:hover, #reports-container a:active {
	text-decoration: underline;	
}

#reports-container {
	border: solid 1px #005BAB;
	background-color: #edf1f7;
	width: 100%;
	list-style: none;
	padding: 0px !important;
	color:#005BAB;
	margin: 0px !important;
}

#reports-container li {
	height: 300px;
	float:left;
	border-right: solid 1px #005BAB;
}

.reports-header {
	background: #dae2ef url("../images/gridview/header_bg.jpg") repeat-x;
	padding: 5px;
	border-bottom: solid 1px #005BAB;
}

.reports-selected-row {
	background: url("../images/icons/arrowright.gif") no-repeat right;	
}


.report-years, .report-quarters
{
	border-collapse:collapse;
	color:#005BAB;
}

.report-years td, .report-quarters td {
	border-style: hidden !important;
}

.report-years td, .report-years th, .report-quarters td, .report-quarters th
{
	padding:8px;
}







.FileTitle{
	padding-top: 7px;
	font-size: 1.2em;
}

.Title, .TitleLeft, .TitleRight{
	border-top: solid 1px #3863aa !important; 
	border-bottom: solid 1px #3863aa !important;
}

.TitleLeft{
	border-left: solid 1px #3863aa !important;
}

.TitleRight{
	border-right: solid 1px #3863aa !important;
}


.float_left{
	float: left;	
}

.documents-view-pager, .documents-view-pager td 
{
	border: solid 1px #3863AA !important;
}

.documents-view-pager td table
{
	margin-right: 10px;
	border-collapse:separate;
	border-spacing:5px !important;
}

.documents-view-pager td table tr
{

}

.documents-view-pager td table td
{
	color: #000000 !important;
	font-weight: normal !important;
	margin:12px !important;
	border: solid 1px #CCCCCC !important;
}

.documents-view-pager td table a
{
	color: #005BAB;
	font-weight: normal !important;
}

.text-right {
	text-align: right;	
}








.ReportsTable {
	border: none;
        color: #325ea7;
        width: 748px;
        border-collapse: collapse;
}


.ReportsTable th{
	background: #dae2ef url("../images/gridview/header_bg.jpg") repeat-x;
	border: solid 0px #3863aa !important; 
	padding: 5px;
}

.ReportsTable td{
	padding: 5px 5px 0px 5px;
	border: solid 0px #edf1f7;
	border-right: solid 0px #3863aa !important; 
	border-left: solid 0px #3863aa !important; 

}

.ReportsTable a, .ReportsTable a:visited  {
	color: #10397c;
	text-decoration: none !important;
	font-weight: bold;
}

.ReportsTable a:active, .ReportsTable a:hover{
	text-decoration: underline !important;
}
