/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#boxGridHeader
{
	clear: both;
	height: 214px;
	width: 931px;
	background: #fff url(../images/global/back_top.gif) left top repeat-x;
}

#boxGridHeader img
{
	border: 0;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* header: box left */

.boxTopLeftLinkSite
{
	height:129px;
	width:136px;
	padding: 47px 0 0 32px;
	float: left;
	/*background: transparent url(../images/global/logo_spgl.gif) 32px 47px no-repeat;*/
}

.boxTopLeftLinkSite img
{
	border: 0;
	/*padding: 30px 10px 10px 20px;*/
	width: 138px;
	height: 136px;
}

.boxTopLeft
{
	width: 576px;
	height: 176px;
	float: left;
}

.bannerTop
{
	height: 176px;
	width: 575px;
	overflow: hidden;
	
	background: transparent url(../images/global/back_banner.gif) 0 28px no-repeat;
}

.bannerTop .bannerTopLinks
{
	width: 150px;
	height: 36px;
	line-height: 31px;
	padding: 5px 14px 0 0;
	float: right;
	text-align: right;
	color: #666;
}

.bannerTop .bannerTopLinks img
{
	vertical-align: text-bottom;
}

.bannerTop .bannerTopInfo
{ 
	width: 385px;
	height: 36px;
	line-height: 31px;
	padding: 5px 0 0 16px;
	color: #666;
	float: left;
}

.bannerTop img
{
	border: 0;
}

.bannerTop a
{
	color: #000;
	text-transform: none;
}

.bannerTop .bannerTopInfo a
{
	color: #000;
}

.bannerTop .bannerTopLinks a
{
	color: #666;
}

.bannerTop a:hover
{
	color: #DE2539;
}

.bannerTop .bannerTopItem
{
	clear: both;
	overflow: hidden;
	/*background: #ebebed;*/
	background: #fff;
	margin-left: 16px;
}

.bannerTop .bannerTopItem, .bannerTop .bannerTopItem object, .bannerTop .bannerTopItem embed
{
	height: 110px;
	width: 540px;
}

.moduloMenuTopo
{
	margin: 0;
	padding: 0;
	width: 920px;
	height: 38px;
	clear: both;
	background: transparent url(../images/global/back_menu_left.gif) left top no-repeat;
	padding-left: 11px;
}


.boxTopRight
{
	padding: 0;
	margin: 0;
	width: 187px;
	height: 176px;
	float: left;
	overflow-x: hidden;
	background: transparent url(../images/global/filete_topo.gif) left top no-repeat;
}

.boxTopShortcuts
{
	text-align: left;
	width: 160px;
	padding: 13px 0 0 18px;
}

.boxTopSearch
{
	text-align: left;
	width: 160px;
	padding: 13px 0 0 18px;
}

.boxTopRight h4
{
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	color: #DE2539;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.topBtn
{
	background: transparent url(../images/global/head_btn_out.gif) top left no-repeat;
	width: 67px;
	height: 22px;
	margin: 0 0 0 82px;
	padding: 0 0 9px 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	border: 0 solid #fff;
	cursor: hand;
	cursor: pointer;
}

.topBtn:hover, .topBtn:focus
{
	background: transparent url(../images/global/head_btn_hover.gif) top left no-repeat;
	color: #DE2539;
}

.topSelect, .topInput
{
	font-size: 11px;
	margin: 0;
	padding: 0;
}

select.topSelect
{
	width: 150px;
}

input.topInput
{
	width: 143px;
	padding-left: 3px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.boxLoginHeader {
	padding: 10px 0 0 0;
	text-align:left;
	width:165px;
	margin-left: 18px;
}

.loginHeaderMsg {
	background: url(../images/global/loginIcon.gif) no-repeat left top;
	padding:2px 0 5px 37px;
	color: #999;
	clear: both;
	margin: 0;
	line-height: 100%;
	height: 36px;
}

.loginHeaderMsg p {
	margin: 0;
	line-height: 100%;
}

.loginHeaderMsg strong {
	color: #000;
	font-weight: bold;
}

.loginHeaderBtns {
	background: url(../images/global/loginShadow.gif) no-repeat left top;
	padding:0 15px 0 0;
	height: 22px;
	text-align: right;
}

/**/

a.loginBtn {
	display: block;
	float: right;
	height: 22px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	border: none;
	text-transform: lowercase;	
	cursor: hand;
	cursor: pointer;
}

a.loginBtn:link, 
a.loginBtn:active, 
a.loginBtn:visited {
	color: #000;
}

a.loginBtn.editar {
	width: 76px;
	background: transparent url(../images/global/btnLoginEditar_out.gif) top left no-repeat;
}

a.loginBtn.sair {
	width: 44px;
	background: transparent url(../images/global/btnLoginSair_out.gif) top left no-repeat;
}

a.loginBtn.editar:hover, a.loginBtn.editar:focus {
	background: transparent url(../images/global/btnLoginEditar_over.gif) top left no-repeat;
	color: #DE2539;
}

a.loginBtn.sair:hover, a.loginBtn.sair:focus {
	background: transparent url(../images/global/btnLoginSair_over.gif) top left no-repeat;
	color: #DE2539;
}


