@charset "utf-8";

.semBorda tr, .semBorda td {  
    border: none !important;  
    background: none !important;
    color: #ffffff; 
} 

.ajax-status {
	position: fixed;
	top: 85px;
	right: 10px;
	width: 35px;
	height: 35px;
}

.campoNaoEditavel {
	background-color: yellow;
}

.botaoOpcoes {
	width: 200px;
	height: 40px;
	font-weight: bold;
	background: #00FF7F;
}

.botaoOpcoes:hover {
	background: #F0F0F0;
}

.fileiraLetra {
	font-size: 20px;
	font-weight: bold;
	font-family: Consolas;
	color: black;
	vertical-align: top;
}

label {
	color: white;
}

a.link {
	color: yellow;
}

a.link:hover {
	color: red;
}

#poltronasDescricao div{
	background-color: #CFCFCF; 
	height: 50px;
}

#poltronasDescricao li{
	color: black;
	font-weight: bold;
	list-style: none outside none;
	padding-top: 5px;
	padding-right: 15px;
	float:left;
}

#poltronasDescricao img{
	height: 38px;
	width: 38px;
}