a img {
  border: none;/*remove border for linked images*/
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
  	width: 100%;
  	height: 100%;
	height: 60px;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 900px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}


/* Login Panel */
#top {
  	background: url(images/login_top.png) repeat-x 0 0;
	height: 38px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 38px;
	width: auto;
  	font-weight: bold;
	line-height: 38px;
	margin: 0;
	right: 260px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(images/login_r.png) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(images/login_l.png) no-repeat left 0;
  	height: 38px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
	font-family: verdana, tahoma;
	font-size:9px;
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 38px;
  	background: url(images/login_m.png) repeat-x 0 0;
}

#top ul.login li a {
	text-decoration: none;
	color: #C3F887;  /*cor do Link*/
}

#top ul.login li a:hover {
	text-decoration: underline;
	color: white;
}




#top ul.login li a.menu02 {
	text-decoration: none;
	color: white;  /*cor do Link normal*/
}

#top ul.login li a.menu02:hover {
	text-decoration: underline;
	color: white;
}


/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #333333;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #C3F887; /*cor do Link*/
}

#login a:hover {
	color: #C3F887;
}

#login .loginContent {
	width: 550px;
	height: 40px;	/* altura da caixa de login*/
	margin: 0 auto;
	text-align: center;
	font-family: verdana, tahoma;
	font-size:9px;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 24px;
	cursor: pointer;
	border: none;
	background: transparent url(images/button_login.png) no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 80px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/fechar.png) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}


