/* Site */

#bttm {
    width: 360px;
    margin: 0 auto;
	float: left;
    /*background: url(../images/bg_bttm.gif) no-repeat;*/
}

/*Corpo*/

#overflow {
    overflow: auto;
    width: 600px;
    height: 220px;
    border: 1px solid #999999;
    padding: 5px;
    position: relative;

}



/* Msg de erro do form preRegister*/
body #corpo #conteudo .erroTexto {
    height: 30px;
    background: none;
    color: #CC0000;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: bold;  
}
body #corpo #conteudo .loader{
    padding: 0;
    margin: 0;
    font-weight: bold;  
}
div#sucesso {
    margin: 0;
    padding: 0;
    background: none;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;  
}
div#sucesso a, div#sucesso a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}  

body #corpo #conteudo #dado {
    display: none;
}
body #corpo #conteudo input.campoErro {
    border: 1px solid #CC0000;
}
#corpo #conteudo p#sex {
    padding: 0 0 10px 10px;
    letter-spacing: 1px;
}
#corpo #conteudo p#sex input, p#student input, p#prof_dg input, p#pesq_dg input, p#est_dg input {
    vertical-align: middle;
}
#corpo #conteudo p#student {
    padding: 10px 0 0 83px;
    letter-spacing: 1px;
    line-height: 20px;
}
#corpo #conteudo div.nota .labelErro {
    color: #CC0000;
}



/* TABELAS*/
table{  border: none;}
thead tr th, tbody tr td, tfoot tr td { padding: 5px 0;}
/* Zebra nas linhas*/
.zebra_0 {background: #EEFEFF}
.zebra_1 {background: #FEFEFE}

table.nozebra .zebra_0 {background: none;}
table.nozebra .zebra_1 {background: none;}

table.nozebra tr td:first-child {
    padding: 5px 10px;
}
table#calendario td {padding: 5px; text-align: right; width: 40%; border-bottom: 1px solid #CCC;}


.abstractSubmit input[type=radio],

.abstractSubmit input[type=checkbox] {width: auto;width: inherit;}
#boxAreaInscrito {
	display: block;
	background: url(../images/bg_login.gif) no-repeat;
	width: 187px;
	height: 90px;
	margin: 0 auto;
	color: #FFF;
	padding-right: 30px;
	margin-top: 15px;
}
#boxAreaInscrito div { padding: 0 10px;}
#boxAreaInscrito div img { vertical-align: text-bottom;}
#boxAreaInscrito div a,#boxAreaInscrito div a:visited, #boxAreaInscrito div a:hover { color: #FF0;}
#boxAreaInscrito h3 {
	font-size: 10px;
	padding: 4px 0 5px 10px;
}
#boxAreaInscrito label {
	font-size: 11px;
	display: block;
	float: none;
	text-align: right;
	margin: 2px 17px 0 10px;
}
#boxAreaInscrito input[type='text'],#boxAreaInscrito input[type='password'] {
	width: 110px;
	height: 14px;
	padding: 0;
	border: 1px solid #910506;
	vertical-align:text-bottom;
	font-size: 10px;
}
#boxAreaInscrito input[type='submit'], #boxAreaInscrito input[type='button'] {
	font-size: 10px;
	padding: 0px 2px 4px 0;
	border: none;
	background: url(../images/bg_btn_login.gif);
	height: 16px;
	line-height: 10px;
	color: #FFF;
	cursor: pointer;
}
#boxAreaInscrito input[type='submit'] {
	background: url(../images/bg_btn_login_zur.gif);
	padding: 0 5px 4px 5px;
	
}
#boxAreaInscrito #btns {
	text-align: center;
	margin: 5px auto;
}
#abasConteudos {
	padding: 5px;
	padding-top: 10px;
	margin-top: 0;
	border: 1px solid #999;
	margin-right: 20px;
}
#abasConteudos h4 {margin-bottom: 10px;}

#abasLinks { overflow: hidden; padding-left: 15px; margin-right: 30px;}

#abasLinks a { 
	display: block;
	padding: 4px 20px 4px 15px;
	float: right;
	background: #00436A url(../images/bg_btn_login_zur.gif) repeat-x;
	color: #FFF;
	margin-left: -5px;
	border: 1px solid #999;
	border-bottom: none;
	-moz-border-radius-topleft:   5px 5px  ;
	-moz-border-radius-topright:   20px 20px ;
	-webkit-border-top-left-radius:   5px 5px  ;
	-webkit-border-top-right-radius:   20px 20px ;
	position: relative;
	z-index: 5;
	
}
#abasLinks a.abaSelected { z-index: 10; background: #059a6c url(../images/bg_btn_login.gif) repeat-x; border: 1px solid #999;	border-bottom: none;
}
#abasLinks a.abaSelected:focus { outline: none;}


#conteudo #expo1 td, #conteudo #expo2 td, #conteudo #expo3 td {
 	text-align:center;
}

#conteudo #expo1 th, #conteudo #expo2 th, #conteudo #expo3 th {
 	text-align:center;
}

.acima {	
	height: 20px;
	text-align: right;
}


.acima a, .acima a:visited { 
	font-size: 9px; 
	color: #E2867D; 
	padding: 2px 2px 10px 16px; 
	background:url(../imgsSys/moveUpOff.gif) no-repeat left 2px;
	margin-right: 40px;	
}
.acima a:hover { color: #D03427; background:url(../imgsSys/moveUpOn.gif) no-repeat left 1px;}


abbr, acronym
{
   border-bottom: .1em dotted;
   cursor: help;
}

