/******************************************************************************
* Defines styles for the infopost pages on the site.                           *
******************************************************************************/
body {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px
}

h2, h3, h4 {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

pre {
	/* color: #006060;*/
	font-family: "Courier New", Courier, monospace;
	font-size: 12;
	/*font-size: 80%;   */
	/* margin-left: 1em; */
}

pre i {
	color: #c06000;
}

table {
	padding: 0px;
	border-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px
}

td, th {
	/* color: #000000; */
	font-size: 8 pt;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
}

th {
	color: darkblue;
	font-style: normal;
	font-weight: normal;
	border-color: gray;
	border-width: thin;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-style: none;
	border-right-style: solid;
}

caption{
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Boxed table styles */
table.boxed { color= #ffffff;
	border-spacing: 2px;
	empty-cells: show;
}

td.boxed, th.boxed, th.boxedHeader {
	background-color: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

th.boxed {
	background-color: #c0c0c0;
	color: #ffffff;
}

th.boxedHeader {
	background-color: #808080;
	color: #ffffff;
}

ul {

}

li {
	margin: 0;
	padding: 5 0 0 0px;
}

#main {
	margin: 0px;
	text-align: left;
	/* width: 59em; */
}

.recordsetBar {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	background-color: #5F84C2;
	border-collapse: collapse;
	color: #ffffff;
	font-size: 8pt;
	/* margin: 3px; */
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	border-color: #000000;
	border-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
}

.recordsetBar a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.recordsetBar a:hover {
	color: #C2D7FB;
}

.recordsetBar a:visited {
  	color: white;
 }

.recordCount {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	float: left;
	color: white;
	font-weight: bold;
}

.navCurrentPage {
	color: #a07040;
	font-weight: bold;
}

.sideBox {
	background-color: #f0e0d0;
	border-color: #d0a070;
	border-style: solid;
	border-width: 1px;
	float: right;
	padding: .5em;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	width: 12em;
}

.noteBox {
	background-color: #f0f0f0;
	border-color: #909090;
	border-style: solid;
	border-width: 1px;
	padding: .5em;
}

.footer {
	margin-bottom: 0px;
}

/******************************************************************************
* Printing styles.                                                            *
******************************************************************************/
@media print {
	a {
		color: #808080 !important;
		font-weight: normal !important;
	}
	body, td, th {
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 10pt !important;
	}
	body, input, textarea {
		background-color: #ffffff !important;
		color: #000000 !important;
	}
	input, textarea {
		background-color: #ffffff !important;
		border: 1px solid #000000 !important;
		color: #000000 !important;
	}
	input.button {
		background-color: #e0e0e0 !important;
	}
	textarea {
		scrollbar-base-color: #e0e0e0 !important;
	}
	pre, pre i {
		color: #000000 !important;
	}
	td.boxed {
		background-color: #ffffff !important;
		border: 1px solid #000000 !important;
		color: #000000 !important;
	}
	th.boxed {
		background-color: #e0e0e0 !important;
		border: 1px solid #000000 !important;
		color: #000000 !important;
	}
	th.boxedHeader {
		background-color: #c0c0c0 !important;
		border: 1px solid #000000 !important;
		color: #000000 !important;
	}
	#main, #content {
		background-color: #ffffff !important;
		border-style: none !important;
		color: #000000 !important;
	}
	#content {
		background-image: none !important;
	}
	.recordsetBar {
		background-color: #e0e0e0 !important;
		border: 1px solid #000000 !important;
		color: #000000 !important;
		font-size: 8pt !important;
	}
	.navCurrentPage {
		color: #000000 !important;
	}
	.sideBox {
		background-color: #e0e0e0 !important;
		border-color: #000000 !important;
		color: #000000 !important;
	}
	.noteBox {
		background-color: #e0e0e0 !important;
		border-color: #000000 !important;
		color: #000000 !important;
	}
}

/******************************************************************************
* Joe's styles.                                                               *
******************************************************************************/
#heading {
	float: left;
	font-weight: bold;
}

#headingData {
	float: left;
	/* font-weight: bold; */
}

.headingArea {
	border-bottom: thin;
	border-bottom-color: black;
}

#bulletinContents {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding: 15px;
	/* background:#efefef;*/
}
/* 8/17/2010 <p> tags will be same size as other text in bulletin */
#bulletin p {
	clear: both;
	font-size: 10px;
}

#bulletin {
	clear: both;
	font-size: 10px;
}

#bulletinNonProportional {
	font-family: "Courier New", Courier, monospace;
	clear: both;
	font-size: 12px;
}

/* --- */
#attachment {
	font-weight: bold;
}

tr.even td {
	background: #efefef;
}

tr.odd td {
	background: #fff;
}

#newsRelease{
	background: white;
	margin: 	3%;
}

#newsReleaseHeaderLeft{
	color: gray;
	font-style: normal;
	font-weight: 700;
	float: left
}

#newsReleaseHeaderRight{
	color: gray;
	font-style: normal;
	font-weight: 700;
	float: right;
}

#supportingText{
}

#supportingText h2{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.disclaimer{
	clear: both;
	font-size: 11px;
	font-weight: bold;
}

.latedisc {
	background-color : #FAFAD2;
	font-size: 12px;
	
}
.latedisc2 {
	background-color : lightsteelblue;
	font-size: 12px;
	font-weight: bold;
}