/**
 * autor: Ciro Feitosa - http://cirofeitosa.com
 * ago/2009
 */

/**
 * barra global - bsgworld
 */
#bsgworld
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	border-bottom: solid #000 1px;
	background: #121516 url(../_img/bg-bsgworld.gif) repeat;
	padding-top: 8px;
	padding-bottom: 15px;
	height: 20px;  /* 50px (com padding) */
	text-align: center;
}

#bsgworld-barra
{
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica;
}


/**
 * login (box separado)
 */
#bsgworld-log
{
	padding: 30px;
	width: 560px;  /* 620px (com padding) */
	height: 200px;  /* 300px (com padding) */
	clear: both;
	top: 44px;
	margin-left: -375px;
	position: absolute;
	background: #eaeced;
	font-size: 12px;
	border: solid black 1px;
	border-top: none;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#bsgworld-log form
{
	width: 200px;
	float: left;
}

#bsgworld-log label
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

#bsgworld-log a.bsgworld-senha
{
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	background: transparent url(../_img/btn-senha.gif) no-repeat center left;
	padding-left: 15px;
}

#bsgworld-log input.bsgworld-campo
{
	margin-bottom: 5px;
	padding: 5px;
	font-size: 16px;
	width: 160px;
	border: solid #ccc 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#bsgworld-log-desc
{
	width: 300px;
	float: right; 
	color: #444;
	border-left: dotted #666 1px;
	padding-left: 40px;
}

#bsgworld-log-desc h3
{
	font-size: 16px;
	font-weight: bold;
}

#bsgworld-log-desc img
{
	float: left;
	margin-right: 10px;
}

#bsgworld-log-desc p
{
	margin: 20px 0;
}

#bsgworld-log-desc p strong
{
	font-weight: bold;
}


/**
 * sites (box separado)
 */
#bsgworld-sit
{
	top: 44px;
	padding: 5px;
	width: 170px;
	clear: both;
	position: absolute;
	background: #EAECED;
	font-size: 12px;
	border: solid black 1px;
	border-top: none;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#bsgworld-sit.externos
{
	margin-left: 120px;
}

#bsgworld-sit li a
{
	margin: 0;
	text-align: center;
	float: none;
	display: block;
	color: black;
	text-decoration: none;
	line-height: 20px;
	text-transform: none;
	border-bottom: dotted #999 1px;
}

#bsgworld-sit li.ult a
{
	border: none;
}

#bsgworld-sit li a:hover
{
	text-decoration: underline;
	font-weight: bold;
}


/**
 * sobre
 */
#bsgworld-sobre
{
	float: left;
}

#bsgworld-sobre a
{
	display: block;
	float: left;
	padding: 7px 0;
	font-size: 11px;
	text-transform: uppercase;
	color: #dfdfdf;
	text-decoration: none;
	margin-right: 20px;
}

#bsgworld-sobre a:hover
{
	text-decoration: underline;
}

#bsgworld-sobre a#bsgworld-sobrebsg
{
	margin-right: 0;
}

#bsgworld-sobre a#bsgworld-sites
{
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
	background: transparent url(../_img/bg-outrossites.gif) no-repeat center left;
	width: 183px;
	height: 28px;
}

#bsgworld-sobre a#bsgworld-logo
{
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
	background: transparent url(../_img/logo-barra.gif) no-repeat bottom left;
	width: 100px;
	height: 28px;
}


/**
 * login e cadastro
 */
#bsgworld-usuario, #bsgworld-usuario-logado
{
	float: right;
}

#bsgworld-usuario a#bsgworld-login, #bsgworld-usuario a#bsgworld-cadastro
{
	display: block;
	float: left;
	padding: 7px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #888;
	text-decoration: none;
	padding-left: 20px;
}

#bsgworld-usuario a#bsgworld-login
{
	background: transparent url(../_img/btn-login.gif) no-repeat 0 7px;
	height: 8px;
	margin-right: 30px;
}

#bsgworld-usuario a#bsgworld-login:hover, #bsgworld-usuario a#bsgworld-login.atual
{
	color: white;
	background-position: 0 -18px;
}

#bsgworld-usuario a#bsgworld-cadastro
{
	background: transparent url(../_img/btn-cadastre.gif) no-repeat 0 0;
	margin-right: 0;
	text-indent: -9999em;
	overflow: hidden;
	width: 162px;
	height: 27px;
	padding: 0;
}

#bsgworld-usuario a.bsgworld-cadastro-en-us#bsgworld-cadastro
{
	background-image: url(../_img/btn-cadastre-en-us.gif);
}

#bsgworld-usuario a.bsgworld-cadastro-es-es#bsgworld-cadastro
{
	background-image: url(../_img/btn-cadastre-es-es.gif);
}

#bsgworld-usuario a#bsgworld-cadastro:hover
{
	background-position: 0 -27px;
}

#bsgworld-usuario a#bsgworld-cadastro:active
{
	background-position: 0 -54px;
}

#bsgworld-usuario a.inativo#bsgworld-cadastro
{
	background-position: 0 -150px;
}


/**
 * usuario logado
 */
#bsgworld-usuario-logado
{
	font-size: 12px;
	color: white;
	text-align: right;
}

#bsgworld-usuario-logado img
{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

#bsgworld-usuario-logado a
{
	color: white;
	text-decoration: none;
}

#bsgworld-usuario-logado a:hover
{
	text-decoration: underline;
}

#bsgworld-usuario-logado span
{
	display: block;
	float: left;
	margin-right: 15px;
	line-height: 30px;
}

#bsgworld-usuario-logado strong
{
	font-weight: bold;
}

#bsgworld-usuario-logado ul
{
	float: left;
}

#bsgworld-usuario-logado li
{
	display: inline;
	line-height: 30px;
}

#bsgworld-usuario-logado li a
{
	float: left;
	display: block;
	margin-right: 15px;
	color: #e8e8e8;
	text-decoration: none;
}

#bsgworld-usuario-logado li.ult a
{
	color: #999;
	margin-right: 0;
}

#bsgworld-usuario-logado li a:hover, #bsgworld-usuario-logado li.atual a
{
	text-decoration: underline;
}


/**
 * overlay
 */
#bsg_overlay {
	position: fixed;
	z-index:50;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.bsg_overlayMacFFBGHack {
	background: url(macFFBgHack.png) repeat;
}

.bsg_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #bsg_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
