/*__________ TABELA _____________________________________________________*/

table#form-inscritos tr td { /* Toda a tabela com fundo verde */ 
	background: #fff;
	border:1px solid #FF9900; 
	height: 20px;
} 

table#form-inscritos tr.dif td { /* Linhas com fundo cinza */
	background: #fff;
	border:1px solid #FF9900;
	height: 20px;
	vertical-align: middle;
} 

table#form-inscritos tr td { /* Toda a tabela com fundo verde */
	font-weight: normal;
} 

table#form-inscritos tr td.dif-esq { /* Linhas com fundo cinza */
	font-weight: bold;
	text-align: right;
	background: #FDFFFB;
	width:130px;
} 


table#tabela1 {
margin:0;
font-weight: bold;


}

table#tabela1 tr td {

margin:0;
}

table#tabela1 tr th.td-sem-cor {
	border:0;
	font-weight: bold;
	color: #fff;
	text-align:center;
	vertical-align: bottom;
}

table#tabela1 tr th.td-cor {
	border:0;
	font-weight: bold;
	color: #fff;
	text-align:center;
	vertical-align: bottom;
	background-color: #DD7900;
	height:15px;
}


table#tabela1 tr td.td-txt-right {
text-align:right;
background-color: #FFE2BF;
}

table#tabela1 tr td.td-cor2 {
background-color: #FFE2BF;
}

table#tabela-curso tr td {
border: 1px solid #FF9900;
font-family:  Verdana, Arial, sans-serif;
font-size:9px;
font-weight:normal;
margin:0;
text-align:left;
}


/*__________ FORMULÁRIO _____________________________________________________*/

form.form-1{
margin:0;
padding:0;
}

label.label-1{
font-weight: bold;
text-align: left;
padding: 5px 0 0 5px;
/*margin:5px;*/
display: block;
float: none;
background: #FBFBFB;
}

input.input-1{
border:#999 solid 1px;
/*margin:5px 0;*/
padding: 5px;
display: block;
float:none;
margin:1px 5px;
}

input.input-2{
border:#999 solid 1px;
margin:1px 5px;
padding: 5px;
display:block;
float:left;
}

input.imput-radio-1{
display: inline; /* de block para line */
width: auto; /* anula a largura anterior para todos os campos input */
margin: auto;/* ajuda a alinhar a esquerda */
vertical-align:middle; /* alinha ao centro vertical */
}

select{
border:#ccc solid 1px;
margin:5px 0;
padding: 5px;
display: block;
float:none;
height:30px;
}


/*__________ NAVEGAÇÃO - MENU VERTICAL _____________________________________________________*/

/*#menu3 {
	font-size:10px;
	width: 160px;
	border: 1px solid #ccc;
	margin: 0 5px;}
	
#menu3 li a {
	display:block;
	text-decoration: none;
	border-bottom:1px solid #ccc;
	padding: 5px 5px 5px 10px;
	margin:0;	}	
	
#menu3 li a:link, #menu3 li a:visited {
	display:block;
	color: #333;
	background: #E4E4E4;
	padding: 5px 1px 5px 5px;
	margin:0;}
	
#menu3 li a:hover, #menu3 li a:active {
	display:block;
	color: #333;
	background:  #FF9900;
	padding: 5px 1px 5px 5px;
	margin:0;}
	
#menu3  ul li {
	display:inline;}
	
#menu3  ul {
	list-style: none;
	margin: 0;
	padding: 0;	}
*/

/*__________ NAVEGAÇÃO - MENU HORIZONTAL - AREA MEMBRO __________________________________*/

#tab-bar{
margin:0;
padding:0;
}

#tab {
background: url(images/tab_bg.gif) #dae0d2 repeat-x 50% bottom; 
float: left; 
width:100%;
line-height: normal;
padding:0 0 0 10px;
}

#tab	ul {
padding-top:10px;
padding-left:0px;
padding-bottom:0px;
padding-right: 10px;
margin:0;
list-style-type:none;
}

#tab li {
margin:0 0 0 0px;
padding-top:0;
padding-left:9px;
padding-bottom:0px;
padding-right: 0;
background: url(images/tab_left.gif) no-repeat left top; 
float: left;
}

#tab a {
display: block;
float: left;
margin: 0 ;
padding-top:5px;
padding-left:6px;
padding-bottom:4px;
padding-right: 15px;
font-weight: bold;
text-decoration:none;
background:url(images/tab_right.gif) no-repeat right top; 
color: #765;
}

#tab a {
float: none
}

#tab 	a:hover {
color: #fff
}

/*clicado - página atual*/

#tab 	#current { 
background: url(images/tab_left_on.gif) no-repeat}

#tab 	#current a {
background: url(images/tab_right_on.gif) no-repeat right top; 
padding-bottom: 5px; 
color: #333
}


/*__________ OUTROS ___________________________________________________________________*/

/*listas cursos*/
ul.cursos {
list-style-type: square;
color: #FFAF00;
/*list-style-image: url(images/img_marcador_quadrado-orange.gif);*/

}

/* PARA O LINK 3 */

/*a.link-tres:link {
color:#0033CC;
text-decoration:none;
}
a.link-tres:visited {
color:#0033cc;
text-decoration:none;
}
a.link-tres:hover {
color:#0033CC;
text-decoration:underline;
}
a.link-tres:active {
color:#0033CC;
text-decoration:none;
}
*/
/* formatação trabalhos aceitos*/
.trab-aceitos {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.box_aviso_cbq {
	padding:10px;
	font-size:10px;
	margin:15px;
	display:block;
	text-align:left;
	width:99%;
	background-color:#FFE7B3;
	border-top: 1px solid #006666;
	border-right: 1px solid #006666;
	border-bottom: 1px solid #006666;
	border-left: 8px solid #006666;
}
