.box {
	position:relative;
}
.box .boxHeader {
	width:100%;
	position:relative;
	height:37px;
	background:url(/templates/images/box/box_title_bg.png);
	line-height:37px;
}
.box .boxHeader .boxHeaderLeft {
	position:absolute;
	left:0px;
	top:0px;
	height:37px;
	width:9px;
	line-height:37px;
	background:url(/templates/images/box/box_title_left.png) left no-repeat;
}
.box .boxHeader .boxHeaderRight {
	position:absolute;
	right:-1px;
	top:0px;
	height:37px;
	width:9px;
	line-height:37px;
	background:url(/templates/images/box/box_title_right.png) left no-repeat;
}
.box .boxHeader h3 {
	font-family:Lucida Bright, Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	margin-left:15px;
}
.box .boxContentContainer {
	width:100%;
	height:auto;
	position:relative;
	background:url(/templates/images/box/box_bg.png) #f1f5f8 top repeat-x;
	overflow:hidden;
}
.box .boxContentContainer .boxShadowLeft {
	position:absolute;
	height:5000px;
	width:3px;
	left:0px;
	top:0px;
	font-size:0px;
	background:url(/templates/images/box/box_shadow_left.png) repeat-y left;
}
.box .boxContentContainer .boxShadowRight {
	position:absolute;
	height:5000px;
	width:3px;
	right:-1px;
	top:0px;
	font-size:0px;
	background:url(/templates/images/box/box_shadow_right.png) repeat-y left;
}
.box .boxContentContainer .boxShadowBottom {
	position:absolute;
	width:100%;
	height:9px;
	left:0px;
	bottom:-1px;
	font-size:0px;
	background:url(/templates/images/box/box_footer_bottom.png) repeat-x bottom;
}
.box .boxContentContainer .boxFooterLeft {
	position:absolute;
	width:9px;
	height:9px;
	left:0px;
	bottom:-1px;
	font-size:0px;
	background:url(/templates/images/box/box_footer_left.png) no-repeat bottom left;
}
.box .boxContentContainer .boxFooterRight {
	position:absolute;
	width:9px;
	height:9px;
	right:-1px;
	bottom:-1px;
	font-size:0px;
	background:url(/templates/images/box/box_footer_right.png) no-repeat bottom right;
}
.box .boxContentContainer .boxContent {
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
}
.box ul {
	padding-left:15px;
	margin:0px;
}
.box p, .box li {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:13px;
	line-height:normal;
}
.box p {
	padding-top:3px;
	padding-bottom:5px;
}
.box li {
	padding-top:2px;
	padding-bottom:2px;
}
.box 
{
	margin-bottom:10px;
}
.box table td 
{
	color:#333333;
	padding:2px;
}
.box table thead th 
{
	color:#003473;
	font-family:Lucida Bright;
	font-size:14px;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
}
.box table .number
{
	text-align:right;
}
.box table tbody th 
{
	color:#4a4a4a;
	text-align:left;
	font-weight:normal;
}
.box table tbody tr.total th
{
	color:#323232;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:8px;
}
.box table tbody tr.total td
{
	color:#323232;
	padding-top:6px;
	padding-bottom:8px;
}
.box table tbody tr.grandtotal th 
{
	color:#003473;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
}
.box table tbody tr.grandtotal td 
{
	color:#003473;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
}
.box table tbody td.observationLocation 
{
	font-family:Lucida Bright;
	color:#003473;
	font-weight:bold;
}
.box table tbody td.observationCount 
{
	color:#323232;
	padding-left:50px;
	text-align:right;
}
.box .boxHeaderBrowse, .box .boxHeaderBrowse:visited {
	height:26px;
	line-height:26px;
	width:62px;
	display:inline-block;
	text-align:center;
	color:#FFFFFF;
	
	margin-top:5px;
	margin-right:8px;
	background:url(/templates/images/box/box_title_browse.png) right no-repeat;	
	font-size:0px;
}
.box .boxHeaderBrowse:hover {
	background:url(/templates/images/box/box_title_browse.png) center no-repeat;	
}
.box .boxHeaderBrowse:active {
	background:url(/templates/images/box/box_title_browse.png) left no-repeat;	
}
table.prettytable th, table.prettytable td {
	font-family:arial, Arial, Helvetica, sans-serif;
	font-size:12px;	
	text-align:left;
}
table.prettytable thead th {
	background:url('/templates/images/table_header_bg.png') top repeat-x #acd2ff;
	border-bottom:#5591d8 solid 1px;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	color:#003473;
	font-weight:bold;
}
table.prettytable thead td {
	background:#5591d8;	
	padding:2px;
	color:#FFFFFF;
	font-weight:bold;
}
table.prettytable {
	border:#5591d8 solid 1px;	
}
table.prettytable td {
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	color:#003473;

}
table.prettytable tr.rowA td {
	background:#ddecff;
}
table.prettytable tr.rowB td {
	background:#FFFFFF;
}
table.prettytable tr.highlightHover td {
	cursor:pointer;	
}
table.prettytable tr.highlightHover:hover td{
	background:#5591d8;
	color:#FFFFFF;
}
table.prettytable tr.highlightHover:hover td a, table.prettytable tr.highlightHover:hover td a:visited {
	color:#FFFFFF;
	text-decoration:none;	
}

