@CHARSET "ISO-8859-1";

body {
	font-size: 1em;
}

 h1.title {
	position: static;
	left:auto;
}

#mainArea{
  float:none;
  overflow:visible;
  height:auto;
  font-size: .9em;
}
.portal_information{
list-style-type: none;
}
.portal_detail {
	margin-bottom: 10px;
  border: 2px solid #627E82;
  border-radius: 10px 10px 10px 10px;
  padding: 5px;
  
}
.portal_detail .label{
    color: #808080;
    
    font-weight:bold;
}
.portal_detail a {
	text-decoration: none;
	color: #000;
	background: #fff;
}
.portal_detail a:hover {
	text-decoration: none;
	color: #627E82;
	background: #fff;
}
.portalName {
    font-weight:bold;
	display: inline;
}

.tableview #mainArea{
width: 100%;
}

.tableview .portal_information{
border: 2px solid #627E82;
width: 100%;
border-collapse:collapse;

}

.tableview .portal_information thead{
  background-color: #EAEAEA;
  color: #808080;
    font-weight:bold;
}

.tableview .portal_information tr{
border: 1px solid #003366;
padding: 4px;

}

.tableview .portal_information td{
border: 1px solid #003366;
padding: 4px;

}

.portalStatus{
text-align: center;
font-size: .8em;
}
.tableview .portalLinks{
text-align: center;
font-size: .8em;
  }