table.RelatorioResultado { *
	width: 640px;
	width: 740px;
}

/**
 * FORMULARIOS
 **/
form dl dt,form dl dd {
	float: left;
}

form dl {
	width: 720px;
}

form dl dt {
	width: 700px;
	height: 120px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	border: none !important;
}

form dl dd {
	clear: both;
	float: right; *
	float: none; *
	border: none !important; *
	padding: none !important; *
	margin: none !important;
	width: 700px;
	border-bottom: 1px dotted #333;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

form dl dd input,form dl dd select {
	border: none;
	padding: 0;
	margin: 0;
	width: 700px;
	background-color: #fff;
}

form dl dd dl {
	width: 700px !important;
}

form dl dd dl dt {
	clear: none;
	float: left;
	height: 14px !important;
	line-height: 14px !important;
	width: 650px !important;
	text-align: left !important;
	border: none !important;
	padding: none !important;
	margin: none !important;
}

form dl dd dl dd {
	clear: none;
	float: left;
	width: 650px !important;
	border: none !important;
	padding: none !important;
	margin: none !important;
}

/**
 * ADMITIDOS APOS
 */
form.AdmitidoApos h2 {
	padding-top: 20px;
	border-bottom: 1px dashed #333
}

form.AdmitidoApos dl dt,form.AdmitidoApos dl dd {
	afloat: left;
	width: auto;
	height: 20px;
	margin: 0;
	border: 0;
	padding: auto;
	font-size: auto;
	font-weight: auto;
	clear: none;
}

form.AdmitidoApos dl dt {
	width: 35%;
}

form.AdmitidoApos dl dd {
	width: 60%;
}

/*
 *SITUACAO DO ALUNO
 */
table.SituacaoAluno {
	width: 740px;
	border-collapse: collapse;
}

table.SituacaoAluno thead td {
	background-color: #027F31;
	font-weight: bold;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	height: 22px;
}

table.SituacaoAluno tbody tr td.Normal,table.SituacaoAluno tbody tr td.OK,table.SituacaoAluno tbody tr td.NO
	{
	background-repeat: no-repeat;
}

table.SituacaoAluno tbody tr td.Normal {
	background-image: url("../images/icons/check.png"); *
	background-image: none; /* IE HACK */ *
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/files/images/icons/check.png', sizingMethod = "crop" );
	/* IE HACK */
}

table.SituacaoAluno tbody tr td.OK {
	background-image: url("../images/icons/checkOk.png"); *
	background-image: none; /* IE HACK */ *
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/files/images/icons/checkOk.png', sizingMethod = "crop" );
	/* IE HACK */
}

table.SituacaoAluno tbody tr td.NO {
	background-image: url("../images/icons/corteVermelho.png"); *
	background-image: none; /* IE HACK */ *
	filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =
		'/files/images/icons/corteVermelho.png', sizingMethod = "crop" );
	/* IE HACK */
}

table.SituacaoAluno tbody tr td {
	border-bottom: 1px solid #ccc;
	border-right: 2px solid #fff;
	padding: 3px;
	font-size: 11px;
}

table.SituacaoAluno tbody tr td label {
	font-size: 11px;
	white-space: nowrap;
}

table.SituacaoAluno tbody tr.EvtHover td {
	color: #fff;
	background-color: #c60;
	cursor: pointer;
}

/**
 * RECIBOS
 */
form.Recibo h1 {
	padding-top: 10px;
	border-bottom: 1px dotted #333
}

form.Recibo h2 {
	padding-top: 20px;
	border-bottom: 1px dashed #333
}

form.Recibo dl dt,form.Recibo dl dd {
	afloat: left;
	width: auto;
	height: 20px; *
	height: 10px;
	margin: 0;
	border: 0;
	padding: auto;
	font-size: auto;
	font-weight: auto;
	clear: none;
}

form.Recibo dl dt {
	width: 35%;
}

form.Recibo dl dd {
	width: 60%;
}

/**
 * RELATORIOS SITUACAO
 */
dl.dadosCabecalho dt { *
	width: 30%;
}

dl.dadosCabecalho dd { *
	width: 70%;
}

table.SituacaoAluno { *
	width: 640px;
}
