body{
	background-color:#FFF;
	font:normal normal normal 11px/14px "Lucida Grande",Tahoma,Arial,Helvetica,Verdana sans-serif;
	color:#555;
}
a{
	color:#3875B1;
	text-decoration:none;
}
a:hover{
	color:#333;
	text-decoration:none;
}
.btop_left{
	background-color:#F5F5F5
}
form{
	padding:0px;
	margin:0px;
}
hr{
	height:4px;
	background-color:#eee;
	border:1px solid #eee;
	color:#eee;
}
li{
	margin: 4px 4px 4px 15px;
	list-style-type: square;
	border-bottom: 1px dotted #ccc;
	padding: 3px;
}
input, select, textarea{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:100%;
	border:1px solid #CCC;
	background-color:#FFF;
	color:#555;
}

/* headings */
h1{ font-size: 190%; }
h2{ font-size: 140%; }
h3{ font-size: 110%; }

/* global */
.normal{
	font-weight: normal;
}
/* color */
.colorBlue{
	color: #6B7586;
}

/* layout */
.container{
	width: 960px;
	margin: 20px auto;
}
.header_info{
	float: left;
	width: 450px;
}
.header_info h1{
	margin-top: 0;
	padding-top: 0;
}
.header_logo{
	text-align: right;
}
.info_top{
	clear: both;
}
.nav{
	padding: 5px 8px;
	background-color: #eee;
	margin: 20px 0;
}
.nav a{
	color: #888;
}
.nav a:hover{
	color: #333;
}
.lista th{
	padding:6px 0;
	border-bottom: 4px solid #eee;
	font-weight:normal;
	text-align:left;
}
.lista td{
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}
.lista tr .header {
  background-image: url(http://ml.ci.uc.pt/mhonarchive/mhonarc_addons/images/sort_on.gif);
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  padding-left:20px;
}
.lista tr .headerSortUp {
  background-image: url(http://ml.ci.uc.pt/mhonarchive/mhonarc_addons/images/sort_asc.gif);
}
.lista tr .headerSortDown {
  background-image: url(http://ml.ci.uc.pt/mhonarchive/mhonarc_addons/images/sort_desc.gif);
}

/* mensagem */
.header_msg_item{
	padding: 2px 0;
}
