#frmProfissionais .logo {
	right:-10px;
	top:-10px;
}

#frmAluno img.foto {
	position:absolute;
	z-index:20;
	right:20px;
	top:0;
	height:80px;
	width:auto;
	border:1px solid #ebebeb;
	padding:2px;
}


.listaSelecMeses {
	margin:20px 0 0 0;
	padding:0;
	display:block;
	width:500px;
	height:160px;
}
.listaSelecMeses li {
	display:block;
	padding:10px;
	text-align:center;
	width:30px;
	height:30px;
	line-height:30px;
	border:1px solid #0064cd;
	float:left;
	margin-left:30px;
	margin-bottom:30px;
	color:#0064cd;
}
.listaSelecMeses li:hover {
	background-color:#0064cd;
	color:#FFF;
	cursor:pointer;
}
.listaSelecMeses li.inativo {
	background-color:#EEE;
	border-color:#CCC;
	color:#BBB;
	cursor:default;
}
.listaSelecMeses li.selec {
	background-color:#3D910A;
	border-color:#057700;
	color:#FFF;
	cursor:default;
}

table.calendar {
	width:500px;
}
table.calendar caption {
	font-size:14px;
	font-weight:bold;
}
table.calendar td {
	border:1px solid #CCC;
	background-color:#f9f9f9;
}
table.calendar td.pad {
	background-color:#f5f5f5;
}
table.calendar th,
table.calendar td {
	text-align:center;
}
table.calendar td.marcado {
	background-color:#3D910A;
	color:#fff;
}

table.fichaFreq .disabled {
	background-color:#ddd !important;
	width:16px;
}
table.fichaFreq .disabled img {
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

table.fichaFreq .checkFreq {
	cursor:pointer;
	width:16px;
}
table.fichaFreq .checkFreq:hover {
	background-color:#d2dcf7;	
}

table.fichaFreq .checkFreq.presente {
	background-color:#027a1e;
}
table.fichaFreq .checkFreq.falta {
	background-color:#e22626;
}
table.fichaFreq .changeColumn {
	padding:15px 0;
	display:block;
}
table.fichaFreq a.changeColumn {
		
}
div.btnAbs {
	display:block;
	width:48px;
	position:absolute;
	top:10px;
	right:30px;
}
div.btnAbs a {
	margin-bottom:10px;
}

a.btnFrequencia {
	display:block;
	width:48px;
	height:48px;
	background:url(../img/icons/calendario.png);
	text-indent:-9999px;
}
a.btnGerarCarteirinhas {
	display:block;
	width:48px;
	height:48px;
	background:url(../img/icons/print-card.png);
	text-indent:-9999px;
}
a.btnGerarCarteirinha {
	display:block;
	width:48px;
	height:32px;
	background:url(../img/icons/print-single-card.png);
	text-indent:-9999px;
}
a.btnRelatorio {
	display:block;
	width:48px;
	height:48px;
	background:url(../img/icons/relatorio.png);
	text-indent:-9999px;
}

.falta-professor {
	border-bottom:1px dashed #999;
	cursor:help;
}
input {
	text-transform:uppercase !important;
}
#frmLogin input,
#bSeg input {
	text-transform:none !important;
}