
body {
	font-size: 12px;
	font-family: Helvetica;
 	background-image: url(background_eportal.jpg); 
	background-repeat: repeat-x;
}

.sidebar {
	padding-right: 5px;
	border-right: 1px solid #eeefff;
	font-size:11px;
}

.sidebar div {
	height: 27px;
	vertical-align: middle;
	margin-bottom: 7px;
	padding-left: 10px;
	padding-top:5px;
}

.sidebar a {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

.sidebar div.selected {
	font-weight: bold;
	background-image: url(background_eportal.jpg); 
	background-repeat: repeat-x;
	vertical-align: middle;
}

.sectionTitle {
	font-size:18px;
    margin-bottom: 8px;
}

.sectionBody {
	font-weight: normal;
	font-size: 12px;
	line-height:1.4;
	margin-top:0;
}

.sectionBody ~ .sectionTitle {
    margin-top: 24px;
}

 #privacy-content,
 #security-content,
 #terms-content {
	padding-left: 10px;
	padding-right: 30px;
 }
 
table.report {
	width: 850px;	
	empty-cells: show; 
	border: 1px  solid #eeeeee;
	border-right: 2px  solid #bbbccc;
	border-bottom: 2px solid #bbbccc;
	background: #FFFFFF;
	padding: 10px 10px 10px 0px;
	margin:0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table.report th,
table.report td {
	padding: 0;
	vertical-align: top;
	text-align:left;
}

.footer {
	padding-top: 5px;
	font-size:10px;
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
