/*HTML*/

			/*Classes*/
			.cl_w10{
				width			: 10%;
			}

			.cl_pendente{
				font-weight		: bold;
			}

			.cl_enviado{				/*laranja*/
				color			: #ff6633;			
				font-weight		: bold;
			}

			.cl_reenviar{				/*rosa*/
				color			: #E272CF;
				font-weight		: bold;
			}

			.cl_corrigido{				/*verde*/
				color			: #69A673;
				font-weight		: bold;
			}

			.cl_enviadoAtraso{			/*vermelho*/
				color			: #FF0000;
				font-weight		: bold;
			}
			.cl_naoParticipou{			/*amarelo*/
				color			: #E066FF;
				font-weight		: bold;
			}
			.cl_fundoInfo{
				color			: #FFF;
				font-weight		: bold;
				padding			: 0;
				
			}
			.cl_fundoInfo td,a{
				color			: #000;
				font-weight		: normal;
			}
			
			.cl_fundoInfo table{
				margin			: 15px 0;
			}
			
			.cl_none{
				display			: none;
				
			}

			.cl_left{
				float			: left;
			}
			.cl_right{
				float			: right;
			}		
		
			.cl_negrito{
				font-weight		: bold;	
			}
			
			.cl_formConteudo {
				background		: #E0EAF3 none repeat scroll 0 0;
				border			: 1px solid #3A5573;
				margin			: 20% auto;
				width			: 40%;
			}
			
			.cl_formConteudo .barra_topo {
				-moz-background-clip:border;
				-moz-background-inline-policy:continuous;
				-moz-background-origin:padding;
				background		: #3A5573 url(../imagem/fundo_menu.gif) repeat scroll 0 0;
				color			: #FFFFFF;
				line-height		: 25px;
			}	
			
			.cl_formConteudo .icone_fechar {
				cursor			: pointer;
				float			: right;
				position		: relative;
				right			: 5px;
				top				: 5px;
				vertical-align	: middle;
			}
			
			.cl_formConteudo .conteudo {
				color			: #3A5367;
				font-size		: 11px;
				height			: 150px;
				overflow-y		: auto;
				width			: 100%;
				padding			: 5px 0 5px 0;
			}
			
			.cl_botaoForm {
				background-image: url(../imagem/bg_bt_over.gif);
				border			: 1px solid #C0D3E5;
				color			: #3B6089;
				font-weight		: bold;
				padding			: 3px 15px;
			}
			
			.cl_exportar{
				background-color	: #E0EAF8;
				padding				: 2px;
			}
			.cl_exportar img{
				position			: relative;
				top					: 4px;
			}	
			
			.cl_spnEstiloTit {
				color				: #017CC2;
				font-size			: 12px;
				font-weight			: bold;
				position			: absolute;
				top					: 23px;
			}
			
			
			/*ID'S*/
			#tttop{
				display			: block; 
				font-size		: 11px;
				color			: #fff;
				height			: 18px; 
				margin-left		: 5px; 
				overflow		: hidden;
				text-align		: center;
				font-weight		: 5px;
				background		: #002663 url("../imagem/bg_rodape.gif") repeat-x scroll center bottom
			}

			#ttcont{
				display			: block; 
				padding			: 2px 12px 3px 7px; 
				margin-left		: 5px; 
				background		: #5C81A4;
				color			: #FFF;
				border-width	: 1px;
				border-style	: solid;
				border-color	: #002663;
			}
			
			#tdNomeTrabalho{
				font-size		: 11px;
			}

			#divInformacao {
				border			: 1px solid #002663;
				background		: #fff;
				left			: 30%;
				position		: fixed;
				top				: 20em;
				width			: 500px;
				z-index			: 9999;
			}
			
			#divFundoBack {
				position		: absolute;
				left			: 0;
				top				: 0;
				bottom			: 0;
				right			: 0;
				background-color: #000;
				font			: 100.01%/1.4 sans-serif;
				text-align		: center; /* Centralizar na horizontal no IE caso o site entre em Quirks mode */
				/* for IE */
				filter			: alpha(opacity=60);
				/* CSS3 standard */
				opacity			: 0.6;
				height			: 100em;
				z-index			: 18;

			}
			
			#divTitulo{
				background		: #002663 url("../imagem/bg_rodape.gif") repeat-x scroll center bottom;
				text-align		: center;
				color			: #fff;
				height			: 20px;
				line-height		: 20px;	
				font-weight		: bold;				
			}			
			
			#divTituloComent {
				color			: #FFFFFF;
				float			: left;
				font-weight		: bold;
				height			: 20px;
				left			: 5px;
				line-height		: 20px;
				position		: relative;
				text-align		: center;
				top				: 3px;
			}
			
			#imgFechar{
				cursor			: pointer;
				margin-top		: 2px;
			}
			
			#divObservacao{
				background		: none repeat scroll 0 0 #FEFFDC;
				border			: 1px dashed #7EBDEF;
				margin			: 5px 0;
				padding-left	: 5px;
			}	
			
			#divBarraSuperior {
				background		: url("../imagem/bg_rodape.gif") repeat-x scroll center bottom #002663;
				color 			: #FFFFFF;
				height			: 25px;
				left			: -1px;
				line-height		: 25px;
				right			: -1px;
				top				: -1px;
				width			: 100%;
			}
			
			#divComentProf{
				background-color: transparent;
				height			: 798px;
				position		: absolute;
				width			: 100%;
				z-index			: 1001;
				margin			: 0;
				padding			: 0;
				top				: -1px;
				bottom			: -1px;
				left			: -1px;
				right			: -1px;
			}

			#divEscura {
				height			: 1000px;
				left			: 0;
				position		: absolute;
				top				: 0;
				width			: 100%;
				z-index			: 1000;
				background		: #000000;
				filter			: alpha(opacity=50);
				opacity			: 0.5;
				color			: #000000;
			}
			
			#idResul {
				margin			: 10px 15px 5px 15px;
			}
			
			#divExportar{
				background-color: white;
				border			: 2px solid #E0EAF3;
				width			: 115px;
				padding			: 2px;
				left			: 15px;
				bottom			: 5px;
				text-align		: center;
				position		: relative;
				margin			: 13px 14px 10px;
				font-size		: 11px;
				float			: right;
			}
			
			#divTituloRelatorio {
				border-bottom	: 2px solid #D2E3EA;
				height			: 46px;
				margin 			: 0 auto;
				position		: relative;
				top				: -58px;
				width			: 657px;
			}