/* 
Site: 				Kombo
Pagina:				Todas
Descricao:  		CSS para o alertinha em modal
URL:				www.kombo.com.br/*
Autor:				Fernanda Parisi (fernanda@kombo.com.br)
Data criacao: 		25/05/09
Ultima modificacao: 05/01/10
*/

/**  mensagem do sistema - modal - confirmação de ação */
.jquery_popup { position: absolute; top: 0; left: 0; }
.jquery_popup .POPUP_bg { position: absolute; background: #000; z-index: 900; }
.jquery_popup .POPUP_bg div { background: #000; }
.jquery_popup iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	border: 0px none;
}
.jquery_popup .POPUP_window { background: #FFF; border: 1px solid #eee; font-size: 12px; position: absolute; z-index:1000; }
.jquery_popup .POPUP_titulo { background: url(img/sprite-x.gif) repeat-x 0 -125px; height: 34px !important; }
	.jquery_popup .POPUP_titulo h2 { color: #fff; font-size: 14px; line-height: 34px; padding: 0 11px; }
	.jquery_popup a.POPUP_fechar {
		background: url(img/sprite-geral.png) no-repeat -850px -740px;
		float: right; 
		height: 30px;
		margin: -32px 2px 0 0;
		text-decoration: none;
		text-indent: -10000px;
		width: 30px;
	}
	.jquery_popup a.POPUP_fechar:hover { background-position: -882px -740px; }
.jquery_popup .conteudo { overflow-x: hidden; overflow-y: auto; position: relative; z-index: 1; }
.jquery_popup .carregando { background: url(img/m_loading.gif) center no-repeat !important; width: 280px; height: 100px; margin: 0 auto; }

#whatRSS { padding: 10px 10px 10px 125px; background: url(img/bgRss.gif) no-repeat 13px 15px; }
	#whatRSS h1 { display: none; }
	#whatRSS p { line-height: 18px; margin: 3px 0; }
	#whatRSS p.whatRSSLink { padding: 6px 0; text-align: center; font-size: 14px; font-weight: bold; background: #f8f5d2; border: 1px solid #fdf6a4; margin: 10px 0; }
	#whatRSS ul { list-style: none; width: 100%; }
		#whatRSS ul li { display: inline; float: left; margin: 0; }
			#whatRSS ul li a { float: left; width: 166px; line-height: 20px; background: #e3e2e2 url(images/bg_menu_cz_c.gif) repeat-x; border: 1px solid #c4c4c4; margin: 10px 5px 0 0; text-decoration: none; text-align: center; color: #415aa3; }
			#whatRSS ul li a:hover { color: #900; border-color: #fb8b55; }
			#whatRSS ul li a.whatRssAgNetvibes { margin-right: 0; }