body {
	margin: 0px 0 0px 0;
	padding: 0;
	background: #ffffff;
	text-align: justify;
	line-height: 20px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: none;
	color: #308AC0;
	/** border-bottom: 1px #97C8E5 dotted; */
}
a:hover {
	text-decoration: underline;
	color: #005880;
}
h2, h3 {
	width: 80%;
	padding: 0;
	margin: 0;
	color: #000000;
}
select {
  border: 1px #000000 solid;
}
input {
  height: 20px; 
  border: 1px #000000 solid;
  padding-top: 4px;
}
textarea {
  /*width : 140px;
  height: 16px; */
  border: 1px #000000 solid;
  /*padding-top: 4px;*/
}
.black_box {
	margin-top: 60px;
	margin-left:10%;
	margin-right:10%;	
	height: 55px;
	width: 80%;
  background: #000000;
  font: 11px Verdana;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.white_box {
	margin-left:9%;
	margin-right:9%;	
  background: #FFFFFF;
  border: 1px #C0C0C0 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.round_border_black {
  border: solid 1px #000000;
  font: 11px Verdana;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#input {
	position:absolute; 
  right:20px;
	float: right;
	width: auto;
	height: 30px;
	padding-top: 10px;
}
/** Style for header starts here */
#header {
	width: 100%;
	height: 45px;
	margin: 0px auto;
	background: #FFFFFF;
	border-bottom: 1px solid #cccccc;
}
#title {
	position:absolute; 
	top: 12px;
	left: 50px;
	width: 600px;
	font-weight: bold;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
#logo {
	position:absolute; 
	/*height: 100px;
	width: 400px;*/
	padding-top: 2px;
	padding-left: 4px;
}
/** Style for footer starts here */
#footer {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 0px auto;
	padding-top: 5px; 
	border-top: 1px solid #cccccc;
	background: #ffffff;
	font-size: 11px;
	color: #666666;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
	color: #005880;
}
/* Text Styles */
#text9 {
	font: 9px Verdana;
}
#text10 {
	font: 10px Verdana;
}
#text11 {
	font: 11px Verdana;
}
#text11_bold {
	font: 11px Verdana;
	font-weight: bold;	
}
#text16_bold {
	font: 16px Verdana;
	font-weight: bold;	
	color: #308AC0;
	padding-bottom: 3px;
}
#text18_bold_red {
	font: 18px Verdana;
	font-weight: bold;	
	color: red;
}
#text12 {
	text-align: center;
	font: 13px Verdana;
	font-weight: bold;	
}
/* Login Styles */
#login_link_img {
	position:absolute; 
  right:310px;
	float: right;
	width: auto;
	height: 10px;
	padding-top: 8px;
}
#login_link {
	position:absolute; 
  right:350px;
	float: right;
	width: auto;
	height: 10px;
	padding-top: 13px;
}
#login {
	/*position:relative;*/
	margin-left: 40%;
	width: 250px;
	padding: 5px;
  /*
  border: solid 1px #BBD9EE;
  background: #EAF0F9;
  background: #EFEFEF;
  */
  border: solid 1px #000000;
  font: 11px Verdana;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* Background Style */
#div_back {
   height: auto;
   min-height:100%;
   width: 100%;
	 filter:opacity(alpha=60); /* para o IE */
   -moz-opacity:0.6; /* para o FireFox */
   opacity:0.6; /* para o outros Navegadores */
}
/* Right Style */
#rbox {
	float: left;
	width: 100%;
	height: auto;
}
#rbox ul {
	margin: 0 0 0 0;
	height: 23px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#rbox li {
	padding-left: 5px;
	list-style: none;
	text-align: left;
	font-size: 11px;
}
#table_forum td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#Corpo {
	font: bold 11px/1.5em Verdana;
}
.Progresso {
	position:absolute;
	z-index:1;
	top: -3px;
	left: 45%;
	/*align: center;*/
	padding: 5px;
	font: 11px Verdana;
	font-weight: bold;
  background: #FBFF00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.Confirma {
	position:absolute;
	z-index:1;
	top: -3px;
	margin-left: auto;
	text-align: center;
	width: 98%;
	padding: 5px;
	font: 11px Verdana;
	font-weight: bold;
  background: #FBFF00;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.menu_card {
	width: 50%;
  border: solid 1px #BBD9EE;
  background: #EAF0F9;
  font: 11px Verdana;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.menu_card_in {
	width: 50%;
  border: solid 1px #BBD9EE;
  background: #EAFAF9;
  font: 11px Verdana;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.categ_card {
	text-align: left;
  border: solid 1px #BBD9EE;
  background: #EAF0F9;
  font: 11px Verdana;
  padding: 5px 5px 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.categ_card_forum {
  position: relative;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: #CCCCCC;
  /*border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;*/
	text-align: left;
  font: 11px Verdana;
  padding: 5px 5px 5px 5px;
}
.table_lef {
	position: relative;
	left:10px;
}
/* Window 7 Style */
.Janela {
	position:relative;
	margin-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  border: solid 1px #000000;
  background: #BBD9EE;
  -moz-box-shadow: 5px 5px 30px #000000;
  -webkit-box-shadow: 2px 2px 15px #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.Janela .JanelaDentro {
	position:relative;
  padding: 4px;
  border: solid 1px #eeeeee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.Janela h1 {
  margin: 0;
  font: 13.5px Calibri, Arial;
  color: #000000;
}
.Janela .ConteudoFora {
  border: solid 1px #eeeeee;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.Janela .Conteudo {
	position:relative;
  padding: 5px;
  border: solid 1px #003366;
  background: #ffffff;
  font: 11px Verdana;
  color: #333333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.Janela .Botoes {
  margin-top: 10px;
  text-align: center;
}
/* Ribbon */
.Button {
	cursor: pointer;
	margin-top: 5px;
	/*width: 55px;*/
	height: 70px;
	font: 10px Verdana;
	border: 1px solid #BBD9EE;
	background: transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.Buttonh {
	cursor: pointer;
	margin-top: 5px;
	/*width: 55px;*/
	height: 70px;
	font: 10px Verdana;
	border: 1px solid #BBD9EE;
	background-color: #BBD9EE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.Groups {
	background: #EAF0F1;
}
.Group {
  padding: 5px;
  border: solid 1px #BBD9EE;
  background: #EAF0F9;
  font: 11px Verdana;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.button_ir {
  width : 24px;
	height: 24px;
  border: none;
  background: url("/layout/img/btn.png") no-repeat;
	padding-top: 4px;
	cursor: pointer;
}
.button_ir:hover {
  background: #eef;
  background: url("/layout/img/btnh.png") no-repeat;
  cursor: pointer;
}