#highlighter {
	font-weight: bold; 
	color: #2878AF;
	background-color: #BEDCF0;
}

.desc {
	background-color: #3E9CDC;
	background-image: url(../imagens/desc2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	padding-right: 300px;
	padding-left: 30px;
}
.data {
	font-size: 9px;
	color: #666666;
}
.titulo {
	font-size: 15px;
	font-weight: bold;
	color: #66004C;
}
.lat1 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #999999;
}
.lat2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #999999;
}
.ementaClass {
	font-size: 12px;
	font-weight: bold;
}

.ementaClass2 {
	font-size: 12px;
}
.linhaAtiv {
	background-color:#FFFF99;
	cursor:pointer
}
.linhaSel {
	background-color:#E2EEF7;
	cursor:pointer
}
a { cursor: pointer; }

#tabelaFiltro a {
	color: Black;
}	

// ------------- Menu de Ordenação do Componente Lateral --------------

div.menu {}

div.menu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
}

div.menu li {
	list-style: none;
	line-height: 1;
}

div.menu li h2 {
	display: block;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	padding-left: 2em;
	background: url('../imagens/icoOrdenar.gif') no-repeat right;
	height: 20px;
}

div.menudes li h2 {
	background: url('../imagens/icoOrdenarDes.gif') no-repeat right;
}

div.menu ul li ul {
	left: -999em;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #EEEEEE;
	font-size: 10px;
	font-weight: bold;
	margin-left: -7em;
	text-align: right;
}

div.menu li li {
	padding: 2px 5px 2px 5px;
}

div.menu li:hover ul,div.menu li.sfhover ul {
	left: auto;
}

div.menudes li:hover ul,div.menudes li.sfhover ul {
	left: -999em;
}

div.menu a {
	color: black;
	font-weight: bold;
}


.cdjeOperador {
	font-weight: bold;
	text-align: center;	
	width: 100%;	
	height: 20px;
	font-size:9px;
	color: #44586C;
	background-color: #EFEFEF; 
	border-width: 1px;
	border-style: solid;
	border-top-color: #C2C2C2;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #C2C2C2;
	cursor: pointer;
}


