/* 
================================
Skin styles for DotNetNuke
================================
*/   

.Normal   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #4e4b4a;
}


.backgroundfundo  {
	background-image:url(images/bt_fundo_V3.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
}

#Form{
	height:100%;
}

.BGtable {
	height: 100%;
	width: 100%;
}

html,body {
	height: 100%;
	background-color:#dcdcdc;
}

.vertical {
	height: 100%;
}

/* 
================================
      TITULOS CONTAINERS
================================
*/

.titulocontaineradmin {
	font-size: 11pt;
	color:#ffffff;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
}
/* 
================================
       COMMAND BUTTON
================================
*/

.CommandButton  {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
}

a.CommandButton:link {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
	color: #406808;
}

a.CommandButton:active {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
	color: #406808;
}

a.CommandButton:visited {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
	color: #406808;
}

a.CommandButton:hover {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
}


/* 
================================
         LINKS GERAIS
================================
*/

a:link, a:visited, a:active {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #658c05;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}

a:hover {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #8ac006;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}


/* 
================================
         REFRESH
================================
*/

.refreshmultimedia {
	font-family:Arial;
	font-size: 9pt; 
	font-weight:bold;
	color:#7c7c7c;
	text-decoration: none;
}

.refreshmultimedia:link, .refreshmultimedia:visited, .refreshmultimedia:active {
	font-family:Arial;
	font-size: 9pt; 
	font-weight:bold;
	color:#7c7c7c;
	text-decoration: none;
}

.refreshmultimedia:hover {
	font-family:Arial;
	font-size: 9pt; 
	font-weight:bold;
	color:#373737;
	text-decoration: none;
}


/* 
================================
        USER E LOGIN
================================
*/

.userlogin {
	font-size: 9pt;
	color:#7c7c7c;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
}
a.userlogin:link, a.userlogin:visited, a.userlogin:active {
	font-size: 9pt;
	color:#7c7c7c;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
}

a.userlogin:hover  {
	font-size: 9pt;
	color:#373737;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:bold;
}

/* 
================================
        BREADCRUMB
================================
*/

.breadcrumb {
	font-size: 9pt;
	color:#7c7c7c;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
}
a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
	font-size: 9pt;
	color:#7c7c7c;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
}

a.breadcrumb:hover  {
	font-size: 9pt;
	color:#373737;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
}

/* 
================================
          COPYRIGHT
================================
*/

.Copyright {
	font-size: 9pt;
	color:#7c7c7c;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
}
a.Copyright:link, a.Copyright:visited, a.Copyright:active {
	font-size: 9pt;
	color:#7c7c7c;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
}

a.Copyright:hover  {
	font-size: 9pt;
	color:#373737;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:normal;
}

/* 
================================
          MAIN MENU
================================
*/  

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #FFFFFF 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	/*height:18;*/
}

.MainMenu_MenuItem { /* ISTO AFECTA OS ITENS DA LISTA DE MENU...*/
	cursor: hand;
	color: #000000;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	/*border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid;*/
}

.MainMenu_MenuIcon { /* CONTROLA OS ICONS (DO LADO ESQUERDO) DOS SUBMENUS DOS MENUS PRINCIPAIS */
	cursor: pointer; 
	cursor: hand; 
	background-color: #ffffff; 
	border-left: #007236 0px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #007236 0px solid; 
	border-top: #007236 0px solid; 
	text-align: center; 
	width: 1; 
	height: 21;	
}	
.MainMenu_SubMenu { /* CONTROLA O SUB MENU */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #ffffff; 
	border-bottom: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=90, Strength=0);
}
.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuItemSel { /* QUANDO SELECIONAMOS UM ITEM DO MENU */
	background-color: transparent;
	cursor: hand;
	color: #8ac006;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}


.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton     { /* BOT�ES PR�-DEFINIDOS (EX: LOGIN) */
    background: #84b00b; 
    color: #ffffff;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
/*.TreeViewMenu {
	width: 175px;
	background-color: #689400; 
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
	/*moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px
}*/
/* 
================================
     Fundo da �rea do MENU
================================
*//*   
.TreeViewMenu_Header {
	background-color: #4e4b4a;
	color: #003366;
	font-size: 8px;
}*/


.Head   { /* MODIFICA OS TITULOS DOS CONTENTORES*/
	color: #406808;
	font-size: 11pt; 
	font:Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}

/* 
================================
         CONTAINERS
================================
*/

.titulocontainerbranco {
	color: #8ac006;
	font-size: 13pt;
	font-weight: bold;
}


/* 
================================
        SEARCH
================================
*/
#SearchCell .NormalTextBox
{
   width: 110px;
   height: 20px;
   font-size: 9pt;
   font-family: Arial, Geneva, Helvetica, sans-serif;
   border-color:#649a19;
   border-style:solid;
   border-width:1px;
}
.search {
   vertical-align:middle;
}
.PESQUISApalavra {
   font-size: 8pt;
   font-family: Arial, Geneva, Helvetica, sans-serif;
   color: #FFFFFF;
   font-weight: normal; 
}

/* 
================================
         Nuke NEWS
================================
*/
.NUKENEWSnewsactionbarlinks:link, .NUKENEWSnewsactionbarlinks:active, .NUKENEWSnewsactionbarlinks:visited
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #a6ce39;
background-color: transparent;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 3px;
padding-left: 5px;
}

.NUKENEWSnewsactionbarlinks:hover
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #6d7c00;
background-color: transparent;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 3px;
padding-left: 5px;
}


.NUKENEWSpagelinks:link, .NUKENEWSpagelinks:active, .NUKENEWSpagelinks:visited
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color: #000000;
background-color: transparent;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 3px;
padding-left: 5px;
}

.NUKENEWSpagelinks:hover
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
color: #a6ce39;
background-color: transparent;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 3px;
padding-left: 5px;
}

.NUKENEWSnewstitle:link, .NUKENEWSnewstitle:active, .NUKENEWSnewstitle:visited
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #666666;
}

.NUKENEWSnewstitle:hover
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #a6ce39;
}
/*.NUKENEWSviewnewstitle
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 15px;
color: #a6ce39;
}*/


.NUKENEWSviewnewsarticle
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color: #000000;
}

.NUKENEWSnewsreadmore:link, .NUKENEWSnewsreadmore:active, .NUKENEWSnewsreadmore:visited
{
/*background-image:url(/Portals/5/eo_skin_botoes_lermais.jpg);
background-repeat:no-repeat;
background-size: 40px 18px;*/
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-decoration: none;
color: #a6ce39;
}

.NUKENEWSnewsreadmore:hover
{
/*background-image:url(/Portals/5/eo_skin_botoes_lermais_over.jpg);
background-repeat:no-repeat;
background-size: 40px 18px;*/
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-decoration: none;
color: #6d7c00;
}

.NUKENEWSviewnewsreturn:link, .NUKENEWSviewnewsreturn:active, .NUKENEWSviewnewsreturn:visited
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-decoration: none;
color: #a6ce39;
}

.NUKENEWSviewnewsreturn:hover
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
text-decoration: none;
color: #6d7c00;
}

.NUKENEWSnewspostdate
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: normal;
font-size: 10px;
color: #a6ce39;
}

.NUKENEWSnewssummary
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color: #000000;
}

.archivedisplaymonthlink:link, .archivedisplaymonthlink:active, .archivedisplaymonthlink:visited  {
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #000000;
}

.archivedisplaymonthlink:hover  {
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
text-decoration: none;
color: #9d9d9d;
}


/* 
================================
         REPOSITORY
================================
*/

.pretasREPOSITORY   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  9pt;
	font-weight: bold;
	color: #000000;
}

.brancasREPOSITORY   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  9pt;
	font-weight: bold;
	color: #ffffff;
}

.NormalREPOSITORY   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  11pt;
	font-weight: normal;
	color: #ffffff;
}

.NormalREPOSITORY:link, .NormalREPOSITORY:active, .NormalREPOSITORY:visited   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  11pt;
	font-weight: bold;
	color: #ffffff;
}

.NormalREPOSITORY:hover   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  11pt;
	font-weight: bold;
	color: #589208;
}

.NormalBoldREPOSITORY   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  11pt;
	font-weight: bold;
	color: #ffffff;
}


.REPOSITORYdatas   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #ffffff;
}

.REPOSITORYdatas:link, .REPOSITORYdatas:active, .REPOSITORYdatas:visited   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #ffffff;
}

.REPOSITORYdatas:hover   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #589208;
}

.REPOSITORYdatasamarelo   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #f4bc33;
}

.REPOSITORYdatasamarelo:link, .REPOSITORYdatasamarelo:active, .REPOSITORYdatasamarelo:visited   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #f4bc33;
}

.REPOSITORYdatasamarelo:hover   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #bd922a;
}

.REPOSITORYdataspreto   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.REPOSITORYdataspreto:link, .REPOSITORYdataspreto:active, .REPOSITORYdataspreto:visited   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #000000;
}

.REPOSITORYdataspreto:hover   {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #999999;
}

.REPOSITORYtitulos  {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color: #589208;
}

.REPOSITORYtitulos:link, .REPOSITORYtitulos:active, .REPOSITORYtitulos:visited {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	text-decoration:none;
	color: #589208;
}


a.REPOSITORYtitulos:hover {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
}

.REPOSITORYlermais  {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #589208;
	border:none;
	cursor: hand;
	padding-top: 2px;
}

.REPOSITORYlermais:link, .REPOSITORYlermais:active, .REPOSITORYlermais:visited {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
	color: #589208;
	border:none;
	cursor: hand;
	padding-top: 2px;
}

.REPOSITORYlermais:hover {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	border:none;
	cursor: hand;
	padding-top: 2px;
}

.REPOSITORYlermaisamarelo  {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #f4bc33;
	border:none;
	cursor: hand;
	padding-top: 2px;
}

.REPOSITORYlermaisamarelo:link, .REPOSITORYlermaisamarelo:active, .REPOSITORYlermaisamarelo:visited {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
	color: #f4bc33;
	border:none;
	cursor: hand;
	padding-top: 2px;
}

.REPOSITORYlermaisamarelo:hover {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
	color: #bd922a;
	border:none;
	cursor: hand;
	padding-top: 2px;
}

.ArticleToggle  {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #589208;
	border:solid 1px #f3bc32;
	cursor: hand;
	padding-top: 2px;
}

/* 
================================
        WILDPORTFOLIO
================================
*/

.wildPFHead  {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #406808;
}

/* 
================================
         FORMMASTER
================================
*/
.FORMMASTER  {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #589208;
	border:none;
	cursor: hand;
	padding-top: 10px;
	padding-right: 60px;
}

.FORMMASTERtitulos  {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #000000;
	border:none;
	cursor: hand;
	padding-top: 10px;
	padding-right: 10px;
}

.FORMMASTERlabels  {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #589208;
	border:none;
	cursor: hand;
	padding-top: 10px;
	padding-right: 10px;
}

/* 
================================
         CATALOOK
================================
*/

A.CATMenu, A.CATMenu:link, A.CATMenu:visited
{
	text-decoration: none;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

A.CATMenu:hover
{
	text-decoration: none;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
    color: #8ac006;
}

/* 
================================
         nukenews
================================
*/

.NukeNews_Item 
{
background-color: #eefad6!important;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
}


.NukeNews_AltItem 
{
background-color: #eefad6!important;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
}

.newsreadmore:link, .newsreadmore:active, .newsreadmore:visited
{
font-family: Tahoma,Arial;
font-weight: bold;
font-size: 11px;
text-decoration: none!important;
color:#333333!important;
}

.newsreadmore:hover
{
font-family: Tahoma,Arial;
font-weight: bold;
font-size: 11px;
color:#999999!important;
}
