@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a {
    cursor: pointer;
	outline: none;
	text-decoration:none;
	color: #006cff;
}

div#superior{
	border-bottom: 2px inset black;
	padding: 5px;
}
div#superior .titulo{
	float:left;
	line-height: 48px;
	font-size:24px;
	font-weight: bold;
	color:#0000FF;
}
div#superior #toolbar{
	float:right;
}

div#home {
	height: 30px;
	background-color:#999;
	background-image: url(../img/menu_header_bg.gif);
	background-repeat:repeat-x;
	background-position: left center;
	line-height: 30px;
}
div#home a {
	height: 30px;
	background-image: url(../img/menu_home.png);
	background-repeat:no-repeat;
	background-position: left center;
	margin-left:5px;
	padding-left: 21px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	font-weight:bolder;
}
div#home a:hover {
	color: #333;
}

div.login{
	display:block;
	border:1px groove black;
	margin:auto;
	width:500px;
}
div p{
	padding: 2px 5px;
}
div.login div.titulo{
	border-bottom:1px groove black;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	color: #3a8cff;
}
div.login #system-message{
	margin:5px;
}
