@import url("css/menu.css");

/*=======================================================*/
/* ESTILOS DO PORTAL OMINT */
/* (ver adiante os estilos do Nuke) */

*
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#Body
{
	background-color: #FFF;
	height: 100%;
	margin: 0;
	padding: 0;
}

#FundoSite
{
	background: transparent url(images/bg_site.jpg) no-repeat scroll top center;
	width: 100%;
	height: 994px;
	z-index: -2;
	position: absolute;
	top: 50px;
}

#FaixaMenu
{
	background: transparent url(images/po-body-bg.gif) repeat-x;
	width: 100%;
	height: 116px;
	position: relative;
	top: -31px;
	border-bottom: solid 4px #cedeec;
}

#FundoMenu
{
	background-image: url(images/po-bg_menu_container_aomint.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-attachment: scroll;
}

#OmintAcessoRapido
{
	position: relative;
	top: -31px;
	width: 970px;
	margin: 0 auto;
}

#OmintAcessoRapido TD.control-container
{
	background: transparent url(images/po-topbar-bgcontroles.gif) repeat-x;
}

#OmintAcessoRapido INPUT
{
	color: #3e91e1;
	font: 11px Tahoma;
	border: solid 1px #234f77;
	padding: 0px;
}

.NoticiasCapa
{
	background-image: url(images/po-bg_news_aomint.gif);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	padding: 5px 0 0 85px;
	width: 990px;
}

.WrapperConteudo
{
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

.TituloConteudo
{
	color: #474747;
	font-size: 19px;
	padding: 0.5em 0.5em 0.5em 0;
	border-bottom: 1px solid #474747;
}

/*=======================================================*/
/* MENU POPUP DE ACESSO RÁPIDO */

#Popup_MenuAcessoRapido
{
	width: 230px;
	background-color: White;
	border: solid 1px #122259;

	display: none;
	position: absolute;
	z-index: 200;
}

#Popup_MenuAcessoRapido A
{
	text-decoration: none;
	color: #3c9ae6;
}

.OpcaoMenuAcessoRapido
{
	border: solid 1px transparent;
	padding: 3px;
	margin: 1px;
	cursor: pointer;
}

.OpcaoMenuAcessoRapido.Selecionado
{
	background-color: #e8edf1;
	border: solid 1px #b7c7d8;
}

/*=======================================================*/
/* LAYOUT EM 3 COLUNAS */

TD.CelulaMenuEsquerdo
{
	background-color: rgb(252, 252, 252);
	width: 140px;
	padding: 0 0.3em 1em 0.3em;
}

TD.CelulaConteudo
{
	background-color: white;
	width: 630px;
	padding: 0 1em 1em 1em;
}

TD.CelulaBanners
{
	width: 200px;
	background-color: rgb(0, 69, 121);
}

.Banner
{
	margin: 4px;
	text-align: center;
}

/*=======================================================*/
/* LAYOUT FULL */

DIV.CelulaConteudo
{
	background-color: white;
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

/*=======================================================*/
/* MENU PRINCIPAL */

IMG.linkSecao
{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
}

A.menuPrinc-linkSecao:link, A.menuPrinc-linkSecao:visited
{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
	height: 36px;
}

A.menuPrinc-linkSecao:hover, A.menuPrinc-linkSecao:active
{
	background-repeat: no-repeat;
	background-position: 0 -32px;
	background-attachment: scroll;
	height: 36px;
}

#FaixaMenu A
{
	color: #4B6F93;
	text-decoration: underline;
}

/*=======================================================*/
/* MENU LATERAL */
.CelulaMenuEsquerdo A:link, .CelulaMenuEsquerdo A:visited,
.CelulaMenuEsquerdo A:active, .CelulaMenuEsquerdo A:hover
{
	font-size: 12px;
	font-weight: bold;
	color: rgb(0, 51, 102);
	
	display: block;
	background: transparent url(images/po-menuesq-LI-nivel1.png) no-repeat scroll 0 1.2em;
	padding: 1em 0.3em 0.3em 10px;
	border-bottom: solid 1px rgb(213, 235, 247);
}

.SubitemMenuLateral A:link, .SubitemMenuLateral A:visited,
.SubitemMenuLateral A:active, .SubitemMenuLateral A:hover
{
	font-size: 11px;
	font-weight: normal;
	color: rgb(16, 80, 144);
	
	display: block;
	background: transparent url(images/po-menuesq-LI-nivel2.png) no-repeat scroll 0 0.7em;
	padding: 0.5em 0.3em 0.5em 10px;
	border-bottom: solid 1px rgb(213, 235, 247);
}

/*=======================================================*/
/* NEWS */

.RotuloMes
{
	font-size: 15px;
}

UL.TitulosNoticias
{
	padding-bottom: 5px;
	border-bottom: solid 1px rgb(206, 222, 236);
}

UL.TitulosNoticias LI
{
	list-style: none url(images/po-news-LI.gif);
	padding: 0.2em 0;
}

UL.TitulosNoticias A:link, UL.TitulosNoticias A:visited,
UL.TitulosNoticias A:hover, UL.TitulosNoticias A:active
{
	color: #474747;
	font-weight: bold;
	text-decoration: none;
}

/*=======================================================*/
/* GUIA DE ACESSO RÁPIDO */

#GuiaAcessoRapido
{
	position: relative;
	top: -31px;
	background-color: #24417c;
}

#GuiaAcessoRapido .contents
{
	margin: 0 auto;
	padding: 2em;
	font: 10px Tahoma;
	width: 990px;
	text-align: left;
}

#GuiaAcessoRapido .ribbon
{
	background-color: #122259;
	height: 34px;
	text-align: center;
}

#GuiaAcessoRapido .containerBannerANS
{
	background: transparent url(images/po-guia-separador.gif) repeat-y;
	width: 218px;
	text-align: center;
}

#GuiaAcessoRapido LI.rotuloSecao
{
	list-style-type: none;
}

#GuiaAcessoRapido UL.menuSecao
{
	margin-bottom: 2em;
}

#GuiaAcessoRapido UL.menuSecao LI
{
	list-style-image: url(images/po-guia-LI-nivel1.gif);
	line-height: 140%;
}

#GuiaAcessoRapido UL.menuSecao LI A
{
	color: White;
	text-decoration: none;
}

#GuiaAcessoRapido UL.menuSecao UL
{
	padding-left: 1.5em;
}

#GuiaAcessoRapido UL.menuSecao UL LI
{
	list-style-image: url(images/po-guia-LI-nivel2.gif);
	line-height: 140%;
}

#GuiaAcessoRapido UL.menuSecao UL LI A
{
	color: #4fa2e7;
	text-decoration: none;
}

/*===========================================================================================================================================================*/
/* ESTILOS DO DOTNETNUKE */

.head_title
{
	xdisplay: none !important;
}

.c_footer
{
	xdisplay: none !important;
}

/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}

/*-------- Default Style --------*/
body,th,td,div,p,table,h1,h2,h3,h4,h5,h6,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input, .CommandButton{}
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{}
h1, h2, h3, h4, h5, h6{color:#375162;}
h1, h3, h5, h1 input{font-weight:bold;}
h2, h4, h6{font-weight:normal}
h1, h2, h1 input{font-size:14px;margin:10px 0;}
h3, h4{font-size:12px;margin:8px 0;}
h5, h6{font-size:10px;margin:6px 0;}


a,a:link,a:visited,a:active{color:#3E81B5; text-decoration:none; }
a:hover{color:#62a5d8; text-decoration:underline; }
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family:Verdana, Arial, Helvetica, sans-serif;}
.Head{color:#2E3D47;font-weight:bold;}
.SubHead {color:#4C6171;}
.SubSubHead{color:#6E8AA0;}
.NormalRed {color:#F00;}


/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}

/*-------- design style --------*/

#s_wrap_main
{
	position: relative;
	top: -31px;
	width: 100%;
}

#s_wrap_sub
{
	/*display:table-row*/
}

.template_style
{
	/*display:table-cell*/
}

.top_space
{
	height: 31px;
	background: #1b2f68 url(images/po-topbar-1sthalf.gif) repeat-x;
}

.top_space .second_half
{
	height: 31px;
	width: 50%;
	float: right;
	background: #4c9abd url(images/po-topbar-2ndhalf.gif) repeat-x;
}

.lang_pad{ display: none; }

.logo_top_left{padding:0; margin:0; background:url(images/logo_top_left.png) no-repeat top left; height:23px;}
.logo_top_right{padding:0; margin:0; background:url(images/logo_top_right.png) no-repeat top right;}
.logo_top_bg{padding:0; margin:0 39px 0 27px; background:#FFF url(images/logo_top_bg.png) repeat-x top;height:23px;}
.logo_left{padding:0; background:url(images/logo_left.png) repeat-y top left;}
.logo_right{padding:0; background:url(images/logo_right.png) repeat-y top right;}
.logo_pad{background:#FFF; margin: 0 19px 0 7px; padding:0 0 10px 10px;}

.menu_bg
{
	padding:0 0 0 6px;  margin: 0 21px 0 9px; background:url(images/menu_bg.png) top left;
}

.menu_left
{
	padding:0; margin:0; background:url(images/menu_left.png) repeat-y  top left;
}

.menu_right
{
	margin:0; background:url(images/menu_right.png) repeat-y top right;
}

.search_style{float:right; height:40px;}
.search_bg{padding:8px 2px 0 0;}

.bread_bg{padding:0; margin: 0 19px 0 7px; background:url(images/bread_bg.png) repeat-x top left; height:34px;}
.bread_left{padding:0; margin:0; background:url(images/bread_left.png) no-repeat top left; height:34px;}
.bread_right{padding:0;  background:url(images/bread_right.png) no-repeat top right; height:34px;}

#login_style{ float:right; line-height:34px; padding-right:18px;}
#bread_style{ float:left; line-height:34px; padding-left:18px;color:#000000;}

.center_bg{/*padding:0; margin:0;clear:both;*/}
.left_bg{/*padding:0; margin:0; background:url(images/left_bg.png) repeat-y top left;*/}
.right_bg{/*padding:0; margin:0; background:url(images/right_bg.png) repeat-y top right;*/}
.content_pad{/*padding:10px 22px 0 22px; margin: 0 19px 0 7px; background:#FFF url(images/center_bg.png) repeat-x bottom left;*/}

.bot_left
{
	/*padding:0; margin:0; background:url(images/bot_left.png) no-repeat top left;*/
}

.bot_right
{
	/*padding:0; margin:0; background:url(images/bot_right.png) no-repeat top right; padding:0 39px 0 27px;*/
}

.bot_bg
{
	/*padding:0; margin:0; background:url(images/bot_bg.png) repeat-x top left; height:41px;*/
}

.bot_pad{margin-bottom:20px;padding:0 30px 0 20px;}
#terms_style{float:left;}
#copy_style{float:right;}

.clear_float{clear:both; line-height:0; font-size:0; height:0;}

/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}


a.CommandButton:link, a.CommandButton:visited{color:#003366; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#3E81B5; text-decoration:underline;}

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
.ControlPanel a.CommandButton:hover{color:#003366; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0; margin:0; }
.LeftPane{ padding:0 20px 0 0; width:20%; margin:0; }
.RightPane{ padding:0 0 0 20px; width:20%; margin:0; }


/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#3E81B5;}
a.Breadcrumb:hover{color:#C00;}

/*-------------- Link Style --------------*/
.linkscontainer{padding-top:20px;text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#3E81B5; text-transform:uppercase;}
a.links:hover{color:#C00;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#3E81B5;}
a.user:hover{color:#C00;}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited { color:#3E81B5;}
a.footer:hover{color:#C00;}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 180px; height: 20px; border: solid 1px #e0e0e0; float:left; background-color: White; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0; display: block; float:left; }
div.SearchContainer a img{padding-left:5px;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0; width:130px; height:18px; margin-left:3px; color: #43494D;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; background-color: #F3F7FA; position:absolute; top: 22px; left: 0;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}
