* {
	font-size:11px;
	font-family: Arial, Verdana;
}
body {
	background-color: #ffffff;
	background-image:url('/bplusd/images/default/bg_site.jpg');
	background-repeat:repeat-x;
	margin:0px;
	color:#707070;
	font-size:11px;
	font-family: Arial, Verdana;
	font-weight:normal;
	margin-left:50%;
}
a, a:hover {
	color:#006E84;
	font-weight:bold;
	text-decoration:underline;
}
/*
table {
	color:#016E8B;
	font-size:11px;
	font-family: Arial, Verdana;
	font-weight:normal;
}
table a:link,  table a:visited {
	color:#016E8B;
	font-weight:bold;
	font-size:11px;
	font-family: Arial, Verdana;
	font-weight:normal;
	text-decoration:none;
}
table a:hover {
	color:#016E8B;
	font-weight:bold;
	font-size:11px;
	font-family: Arial, Verdana;
	font-weight:normal;
	text-decoration:underline;
}
*/
#container {
	display:block;
	margin-left:-415px;
	width:830px;
	background-color:#F5F6F0;
}
#content {
	padding-left:15px;
	background-color:#F5F6F0;
	width:560px;
	min-height:460px;
}
/*
.contentboxhead  {
	font-size:14px;
	color:#016F88;
	font-weight:bold;
	background-image:url('/bplusd/images/default/arrow.jpg');
	background-position:4px;
	background-repeat:no-repeat;
	margin-left:5px;
}
.contentboxhead a:link, .contentboxhead a:visited, .contentboxhead a:hover {
	font-size:14px;
	color:#016F88;
	font-weight:bold;
	text-decoration:none;
}
*/
.contentboxbody {
	background-color:#ffffff;
}
/*
.databoxbody  {
	clear:left; 
	height:26px;
	background-color:#ffffff;
}
.databoxbody a:link, .databoxbody a:visited {
	color:#046987;
	font-weight:bold;
	text-decoration:none;
}
.databoxbody a:hover  {
	color:#046987;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
}
.text {
	margin-left:25px;
	margin-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	color:#046987;
}
.text a:link, .text a:visited, .text a:hover {
	color:#ffffff;
	background-color:#006E84;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
	font-weight:bold;	
}
.text a:hover {
	color:#ffffff;
	background-color:#8F1455;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
	font-weight:bold;	
}
*/
#sidebar {
	float:right;
	width:228px;
	margin-bottom:40px;
	margin-top:-45px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover {
	color:#006E84;
	font-weight:bold;
	text-decoration:underline;
}
#sidebar .content {
	background-color:#ffffff;
	margin-bottom:2px;
	margin-left:5px;
	width:210px;
	cursor:hand;
}
#header {
	background-image:url('/bplusd/images/default/header.jpg'); 
	background-repeat:no-repeat;
	width:830px;
}
#navigation {
	padding:15px 15px 15px 15px;
	width:830px;
	font-size:11px;
}
#navigation a, a:visited {
	color:#6F6F6F;
	text-decoration:none;
}
#navigation a:hover {
	text-decoration:none;
}
#navigation h2 {
	padding-left:15px;
	color:#619797;
	text-transform: uppercase;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Verdana;
	margin-bottom:5px;
}
.navact {
	padding-left:15px;
	cursor:hand;
	background-color:#016F88;
	color:#ffffff;
}
.nav {
	padding-left:15px;
	cursor:hand;
}
a:hover .nav {
	background-color:#E6E6E6;
}
#headline {
	background-image:url('/bplusd/images/default/headline.jpg');
	background-repeat:no-repeat;
	margin-top:15px;
	width:510px;
	height:44px;
	margin-left:-60px;
}
#navblock01 {
	background-color:#FBFBFB;
	height:172px;
	width:180px;
	float:left;
}
#spacer {
	background-image:url('/bplusd/images/default/spacer.jpg');
	background-repeat:no-repeat;
	width:830px;
	height:11px;
}
#sitename {
	padding-left:15px;
	color:#016F88;
	text-transform: uppercase;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, Verdana;
	margin-bottom:15px;
	margin-top:10px;
}
#quadro {
	margin-left:-460px;
	background-image:url('/bplusd/images/default/quadro.jpg');
	margin-top:202px;
	position:absolute;
	z-index:100;
	width:45px;
	height:44px;
}
.error {
	color: red;
	font-weight: bold;
}





table.data {
	border-collapse: collapse;
	border: 1px solid black;
	width: 100%;
}
table.data th {
	padding: 3px 10px;
	background-color:#338C9F;
	color: #FFF;
}
table.data tr.row1 {
	background: #EEE;
}
table.data tr.row0 {
	background: #FFF;
}
table.data td {
	border-bottom: 1px solid black;
	padding: 5px;
}

