/*******************************************
 * CSS para a interface de escolha de sites.
 ******************************************/
 
 * {
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
	text-decoration: none;
}
 
 body {
	font-family: Arial;
	font-size: 13px;	
}
 
#interface_escolha_site {	
	width: 820px;
	left:80px;
	position: relative;
}

#barra-cabecalho {
	padding: 0 10px 0 0;
	height: 17px;
 	background-color: rgba(104, 153, 211, 0.5);
    opacity: 0.95;
    position: relative;
	color: #FFF;
}

#barra-explicacao {
	width: 100%;
	margin-top: 10px;
	height: 30px;
	border: 1px solid #D7D7D7;
	background-color: #EAEAEA;
	position: relative;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

#cabecalho_barra_controle {
	z-index: 3; 
	height: 100%; 
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

#cabecalho_barra_controle > img {
	float: left;
	vertical-align: middle;
	margin-left: -23px;
	margin-top: -5px;
}

#titulo_barra_controle {
	float: left;
	margin-top: 10px;
	color: #999999;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#acoes_barra_controle {
	float: right;
	margin-right: 5px;
	display: none;
}

#acoes_barra_controle .saudacao {
	font-size: 13px;
}

#acoes_barra_controle .saudacao:after {
	content: "|";
	padding: 8px;
}

#acoes_barra_controle .link {
	float: right;
	font-size: 13px;
	color: #FFF;
	line-height: 18px;
}

#acoes_barra_controle .link:hover {
	text-decoration: underline
}

#escolha-sites {
	margin-top: 48px;
	min-height: 500px;
	border: 1px solid #CCC;
	position: relative;
	padding: 15px 25px 25px 25px;
}

#escolha-sites h2 {
	color: #666;
	font-size: 17px;
}

#lista-sites {
	height: 424px;
	overflow-y: auto;
}

#lista-sites li {
	border-bottom: solid 1px #CCC;
	border-radius: 0;
}

#lista-sites li:last-child {
	border: 0;
}

#lista-sites li > div {
	display: inline-block;
}
	
#lista-sites li .nome {
	font: bold 15px arial;
	color: #666;
    display: block;
    padding: 10px 0 5px 17px;
}

#lista-sites li .nome:hover {
	border-color: #999;
    background-color: #F2F2F2;
	font: bold 15px arial;
} 

.acoes-sites {
    bottom: 0;
    height: 80px;
    left: 0;
    margin-top: 10px;
    position: absolute;
    width: 100%;
	border-top: solid 1px #CCC;
	background: #F2F2F2;
	border-radius: 0px 0px 4px 4px;
}

.acoes-sites:first-child {
	margin-top: 85px;	
}

.acoes-sites button {
	width: 290px;
	height: 41px;
	top: 19px;
	left: 25px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	color: #666;
	border: solid 1px #999;
    border-radius: 5px;
	background-color: #F2F2F2;
	background-image: -webkit-linear-gradient(left, #F2F2F2, #E4E4E4); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(left, #F2F2F2, #E4E4E4); /* FF3.6 */
	background-image:         linear-gradient(left, #F2F2F2, #E4E4E4);
}

#escolhaSite {
	border: solid 1px #CCC;
	border-top: solid 4px #CCC;
	margin: 17px 0;
	padding: 0;
	width: 360px;
	cursor: pointer;
}
