@CHARSET "UTF-8";

ul, ol, li, dt, dl, dd { margin: 0; padding: 0; list-style: none; }
img { border: none; }
form { margin: 0; padding: 0; }
a { text-decoration: none; font-weight: bold; color: #fff; }
h1, h2, h3, h4, h5, h6 { font-size: 10px; margin: 0; padding: 0; }
input, textarea, button, select { font: 10px Verdana; padding: 2px; }
p { margin: 0; padding: 4px 0; }

body {
	background: #2D566B url('../images/bg-body.jpg') no-repeat center top;
        font-family:Arial,Helvetica,sans-serif;
        line-height:150%;
	font-size:12px;
	color: #111;
}


/****** LOGIN *********/

#header #login {
     position: absolute;
	right: 0; top: 0;
	width: 285px; 
        height: 116px;
	padding: 10px 5px 5px 5px;
        text-align:center;
}

#header #login h3 
{
        background: url('../images/bg-h3.png') no-repeat left bottom;
	color: #fff;
	font: bold 14px Arial;
        padding-left:5px;
        padding-bottom:3px;
        margin-bottom:9px;
        text-align:left;
}

#header #login label {
	display: block;
	float: left;
	color: #fff;
	padding: 3px 10px 3px 0;
}

#header #login #mod_login_username, #header #login #mod_login_password
{
	width: 125px;
	display: block;
	float: left;
}

#header #login #mod_login_username { margin-right: 10px; }

#header #login p.remind-password {
	clear: both;
	padding-top: 5px;
	display: block;
}

#header #login p.register {
	display: block;
}

#header #login .button {
	display: block;
}

#header #login .remember, 
#header #login #mod_login_remember {
	display: none;
}


#header {
	background: url('../images/bg-header.png') no-repeat;
	height: 136px;
	margin-top: 30px;
	position: relative;
}

#header h1 {
	text-indent: -9999px;
	width: 290px;
	height: 136px;
	margin-left: 15px;
}


#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}



#menu {
	background: url('../images/bg-menu.png') no-repeat;
	margin-top: 15px;
	position: relative;
	height: 35px;
}

#menu #time {
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 12px 10px 11px 9px;
}


#content {
	margin-top: 15px;
        display:in-line;
}

#footer {
	background: url('../images/bg-footer.png') no-repeat;
	margin-top: 15px;
	color: #fff;
	font-weight: bold;
	padding: 9px;
	text-align: center;
	height: 40px;
}

.clr { clear: both; }

.componentheading {
	background: url('../images/bg-componentheading-760.png') no-repeat left center;
	color: #fff;
	font: bold 14px Arial;
	padding: 0 0 8px 30px;
}

.contentheading {
	color: #fff;
	font: bold 12px Arial;
	padding: 5px 0;
}

a:hover
{
   color:yellow;
}

/* GOOGLE & BANNER LINK */
#bannerlateral{
	background: url('../images/bg-whitebox.png');
	padding: 8px 0;
	width: 170px;
        float:right;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.caixaazul {
	background: url('../images/bg-whitebox.png');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
        padding:10px;
	width: 760px;
        min-height:600px;
        float:left;
}

.caixaazulcompleta {
	background: url('../images/bg-whitebox.png');
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
        padding:10px;
	width: 940px;
        display:inline-block;
        clear:both;
}


#bannerinferior {
	background: url('../images/bg-whitebox.png');
	padding: 10px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	width: 960px;
}


/* ERRORS */
#system-message {	
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

#system-message dt { display: none; }

#system-message dd { padding: 8px; }
#system-message dd.error { background: #900 !important; } 
#system-message dd.message { background: #360; }

/* BREADCRUMBS */
#breadcrumbs {
	background: url('../images/bg-black.png');
	margin-top: 10px;
	padding: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
}
/* PAGER */
p.counter {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px dotted #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
ul.pagination li {
	display: block;
	float: left;
	margin-right: 10px;
}