@CHARSET "iso-8852-1";
/*@IMPORT url('./tablesorter/themes/blue/style.css');*/
html,body{padding:0px;margin:0px;border:0px;background:url('../images/spacer.png');}

.more{
	cursor:pointer;
}
.control{
	padding-right:50px;
	padding-left:50px;
	margin-top:15px;
	background:url('../images/fundo.png');
}
.projeto{
	padding: 10px;
	border:1px solid;
	background:white;
	margin-bottom:30px;
}
.projeto_titulo{
	font-weight:bold;
}
.espaco{
	height:5px;
}
.cabecalho{
	height: 100px;
	width: 1000px;
	background: url('../images/bg.png');
	z-index:999;
	margin:auto;
}

.mec{
	height: 35px;
	width: 1000px;
	background: url('../images/mec.png');
	margin:auto;
}

.nome{
	margin-top:-95px;
	margin-left:150px;
	padding:10px;
	/*font-size: 30px;*/
	color: #fff;
	font-family:'Calibri';
	text-align:center;
}

.menus{
	height: 37px;
	width: 1000px;
	background: url('../images/foot.png');
	overflow: hidden;
	z-index: 999;
	margin:auto;
}

.menus ul{
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 37px;
    text-align: right;
}

.menus li{
	width: auto;
	height: 40px;
	display: table-cell;

	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	text-align: right;
	color: #FFF;
	font-family: 'Microsoft Sans Serif';
	font-size: 12px;
	list-style: none;
	width: 999px;
}
a:link {
	color: #3333AA;
	text-decoration:none;
}
a:visited{
	color: #333;
	text-decoration:none;
}
a:hover{
	color: #333;
	text-decoration:underline;
}
/*
.menus li:hover {
	color: #333;
	cursor: pointer;
}

.menus li:hover a{
	color: #990;
	text-decoration: none;
	*color: #999;
	
}
*/
.menus a{
	color: #fff;
	text-decoration: none;
}
.menus a:hover{
	color: #ddd;

}

.rodape{
	color: #fff;
	font-family:'Trebuchet MS';
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	background: url('../images/foot.png');
	width: 1000px;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #254667;
	margin:auto;
}

.corpo{
	width: 988px;
	font-family: Arial;
	z-index: 0;
	background: #ccc;
	margin:auto;
	padding:5px;
	border-left:1px solid black;
	border-right:1px solid black;
}

.menu_active{
	color: #333;
	cursor: pointer;
	background: url('../images/aba.png') #369;
	*background: url('../images/foot.png');
}

.menu_active a{
	color: #000;
	*color: #990;
	text-decoration: none;
}

.menu_active a:hover{
	color: #000;
	text-decoration: none;
}

.grid{
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-collapse: collapse;
	font-size: 11px;
	background: #eee;
}

.grid td{
	padding: 5px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.grid th{
	padding: 3px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	color: #FFF;
	/*background: #FFC83F;*/
        background: #254667;
}

.grid tr:hover{
	border: 1px dotted #000;
}
.lista_alunos{
	padding:5px;
	font-size:10px;
}
.palestra_left{
	position: relative;
	left:0px;
	width: 650px;
}
.popup{
	position: relative;
	overflow: hidden;
	width: 19px;
	height: 19px;
}

.popup table{
	width: 300px;
	background: #fff;
	border-collapse: collapse;
	border: 10px solid #333;
	margin-top: -25px;
}

.popup td{
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.popup th{
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.popup img{
cursor: pointer;
}

.cont-title{margin-bottom:0px;font-size:14px;padding:10px;background:#254667;color:#fff;background:url('../images/scf.png');}
.cont-box{margin-top:0px;padding:10px;font-size:12px;background:#eee;}
table{border-collapse:collapse;}
td{vertical-align:top;padding:5px;}
.td_info{vertical-align:middle;}
#img-ufcspa{width:100px;margin:10px;margin-left:20px;}
#img-nti{
	float:right;
	*float: none;
	*margin-left: 600px;
}
#info{
	border: 2px solid #75A2C4;
	background:#EAF4FD;	
	display:none;
	position:absolute;
}


.icon{width:20px;height:20px;}

.label_nomes{font-size: 12px; font-weight: bold; text-align: right;}
/*.row_color td:hover{
    text-decoration: none;
    background-color: #ccc;
}*/


.row_color a{
    text-decoration: none;
    color: #000;
}
.row_color a:hover{
    text-decoration: none;
    color: #4A708B;
    font-size: 12px;
    font-weight: bold;
}
.tr_color {
    background:#FFFFFF;	
}
.input {
    font-size: 15px;
    font-family: Arial;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

@media print {
  html, body {
  	background: none;
  	width: auto;
  }
  body * {
    visibility: hidden;
    width: auto;
  }
  body img {
  	width: auto;
  }

  #printable, #printable * {
    visibility: visible;
  }
  #printable {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .corpo {
  	width: 100%;
  }
  .sucess {
  	color:#00FF00;
  	text-decoration-color: #00FF00;
  	text-decoration: underline;
  }

}