html,
body {
	width:  100%;
	height:  100%;
	margin:  0px;
	padding:  0px;
}
body {
	font: 9pt normal 'century gothic, arial, verdana';	
	/*background: #e4e4e4;*/
}
h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}
p {
	margin: 0px 0px 10px 0px;
}
p.reporttitle {
	font-size:  14pt;
	 font-weight: bold;
}
p.notes {
	margin-top: 10px;
}
div#loadingdiv {
	display: none;
	text-align: center;
	margin: 50px 0px;
	font-size: 14pt;
	color: #777777;
	font-weight: bold;
}
div.borderhighlight {
	padding-bottom: 35px;
	background: url('http://media.reliancenetwork.com/media/internet/neighborhood/bg_bottom.gif') bottom left repeat-x;
}
div.highlightbox {
	background: #fffcf5;
}
table td {
	vertical-align: top;
}
table.reportcontainer {
	height: 100%;
	width: 850px;
	margin: 0px auto;
}
table.reportcontainer td.left {
	padding-left: 50px;
	background: url('http://media.reliancenetwork.com/media/internet/neighborhood/bg_left.gif') top right repeat-y;
}
table.reportcontainer td.right {
	padding-left: 50px;
	background: url('http://media.reliancenetwork.com/media/internet/neighborhood/bg_right.gif') top left repeat-y;
}
table.reportcontainer td.middle {
	padding: 10px;
	background: #ffffff;
}
table.reportnav {
	width: 100%;
}
table.reportnav td {
	text-align: center;
	white-space: nowrap;
	background: #ededed;
	border: 2px solid #e4e4e4;
	padding: 2px;
	font-size: 110%;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
table.reportnav td.spacing {
	border: 0px;
	border-bottom: 2px solid #e4e4e4;
	background: url('http://media.reliancenetwork.com/media/internet/neighborhood/bg_top.gif') bottom left repeat-x;
}
table.reportnav td.selected {
	border-bottom: 0px;
	background: #ffffff;
}
table.reportnav td.selected a{
	color: #000000;
}
table.reportnav td.separator {
	padding: 0px 1px 0px 1px;
	border: 0px;
	border-bottom: 2px solid #e4e4e4;
	background: url('http://media.reliancenetwork.com/media/internet/neighborhood/bg_top.gif') bottom left repeat-x;
}
table.reportnav td a {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}
table.commgraph {
	width: 100%;
}
table.commgraph td {
	text-align: center;
	vertical-align: bottom;
}
table.commgraph tr.commgraphlabel td {
	font-size: 80%;
	white-space: nowrap;
}
tr.reportheader th a {
	font-weight: normal;
}
tr.reportheader th a: visited {
	color: blue;
}
tr.alternateColor {
	background: #efefef;
}
a.printButton {
	float: right;
}
a.printButton img {
	border: 0px;
}
.myButton{
	font-weight:  bold;
	 color:  #777777;
	 text-decoration:  none;
	 border:  2px solid #E4E4E4;
	 background:  #EDEDED;
}
.reportbody {
	padding: 10px;
	border: 2px solid #e4e4e4;
	border-top: 0px;
}
.pagetitle {
	color: navy;
	font-size: 220%;
	font-weight: bold;
	vertical-align: middle;
}
.outputna {
	color: #777777;
	font-style: italic;
}
.border {
	padding: 5px;
	border: 1px solid #e4e4e4;
}
.center {
	text-align: center;
}
.colored {
	color: #ff0000;
}
.centerPadding {
	text-align: center;
	padding-bottom: 10px;
}
.pagebreak {
	display: block;
	margin-top: 20px;
	page-break-after: always;
}
.pageBreakSpacer{
	visibility: visible;
}
.clearfloat {
	display: block;
	height: 0%;
	clear: both;
}
.nodata {
	text-align: center;
	padding: 50px;
}
hr {
	padding:  0px;
	margin:  0px;
}
a:link img,
a:visited img,
a:active,
a:hover img{
	text-decoration: none;
}
@media print{
	.pageBreakSpacer {
		visibility: hidden;
	}	
	.reportbody {
		padding: 0px;
		border: 2px solid #e4e4e4;
		border-top: 0px;
	}
}
