﻿/* 
================================
Skin styles for Simple Red Leaf Skin 3 Pane Layout
Created by Lee Sykes - http://www.dnncreative.com
================================
*/
body
{
	/* set default font size for skin (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
	padding: 0;
	line-height: 1.1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #ffffff;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
}

*{
margin:0;
padding:0;
}

html,body{
margin:0;
padding:0;
}

 ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}

 ol {
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}

 li {
	list-style-type: square;
	display: list-item;
	list-style-image: none;
}


/* Not Dynamic Areas */


/* Main Layout */
div#container{
	text-align:left;
	width:950px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
	background-color: #2e2f3c;
	border: 1px solid #96a2a8;
	
}

div#container_b{
	text-align:left;
	width:950px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 6px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/**/
div#top_area {
	clear: both;
	width: 875px;
}

/*-------------------*/

/**/
div#menu_area{
	width: 950px;
	height: 25px;
	margin-left: 25px;
}

div#menu {

}


div#log_area {
	float: left;
	width: 924px;
	margin-top: 2px;
}

div#bre {
	float: left;
	width: 500px;
	margin-top:5px;
	margin-left:10px;
	color:#FFFFFF;
}


/*-------------*/

div#footer{
	width:918px;
	height:20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	_margin-left: 30px;
	color: #ffffff;
	text-align:center;
	line-height: 1.7;
	background-color:#454554;
}

div.top {
	float: right;
	width: 278px;
	color:#000000;
	padding-top:5px;
	margin-right:20px;
	_margin-right:2px;
}


div#ser_a {
	float: right;
	width: 300px;
	color:#dadad8;
	font-size:14px;
	padding-top:25px;
	margin-right:20px;
	_margin-right:2px;
}


/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane{
	width: 500px;
	float: left;
	margin-left:20px;
	_margin-left:10px;
	margin-top:10px;
}


div.top_pane {
	width: 936px;
	float: right;
}

/*-------------*/

div#banner {
	width: 280px;
	float: left;
	margin-left:18px;
	padding-bottom:10px;
	background-color:#454554;
}

div.map_left{
	width: 250px;
	float: left;
	margin-left:10px;
	_margin-left:5px;
	margin-top:10px;
}

div#mainimage_pane {
	width: 920px;
	float: left;
	margin-left:15px;
	padding-bottom:10px;
	background-color:#454554;
}

div.map_right{
	width: 730px;
	float: left; 	
	padding-bottom:10px;
}


/*-----------------------*/

div.contentpane {
	width: 635px;
	float: left;
	margin-left:10px;
	_margin-left:2px;
	margin-top:10px;
	color:#FFFFFF;
}

div.right_pane {
	width: 895px;
	float: left;
	margin-left:10px;
	margin-top:10px;
}

div.contentpane_b {
	width: 870px;
	float: left;
	margin-left:22px;
	_margin-left:10px;
	margin-top:20px;
}

div.contentpane_c {
	width: 750px;
	float: left;
}


/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #ffffff;
}

.NormalTextBox
{
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
}


/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #125f7b; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 90%;
}
/* =======================
 HTML Tag Styles 
=========================== */
H1, H2, H3, H4, H5, DT, H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
H1
{
	font-size: 160%;
	font-weight: bold;
	color: #ffffff;
}

H2
{
	font-size: 140%;
	font-weight: normal;
	color: #ffffff;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #ef7e2a;
}

H4
{
    font-size: 110%;
    font-weight: bold;
    color: #a7a9ac;
    margin: 0px;
}

H5, DT
{
    font-size: 110%;
    font-weight: normal;
    color: #ef7e2a;
    margin: 0px;
}

H6
{
    font-size: 100%;
    font-weight: normal;
    color: #ffffff;
    margin: 0px;
}


/* ------------------------
Links format added for opera browser  ----- ESTILO DE LINKS INSEIDOS DENTRO DO MÓDULO  "TEXT/HTML"
----------- */

.Normal a:link {text-decoration: underline; color: #ffffff;}
.Normal a:visited {text-decoration: underline; color: #ffffff;}
.Normal a:hover {text-decoration: none; color: #ffffff;}
.Normal a:active {text-decoration: underline; color: #ffffff;}

/* This is the Date eg. any items that are not links   ------ ESTILO DOS LINKS E NÃO LINKS DE MÓDULOS RÁPIDOS COMO PRIVACY,USER, LOGIN ...ETC  */  
.SkinItem
{
	text-decoration: none;
	color: #3f3026;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #3f3026;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #3f3026;
}

/* This is the Date eg. any items that are not links   ------ ESTILO DOS LINKS E NÃO LINKS DE MÓDULOS RÁPIDOS COMO PRIVACY,USER, LOGIN ...ETC  */  
.SkinItem_b
{
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
}
/* This sets the style for all skin items that are links */
A.SkinItem_b:link, A.SkinItem_b:visited, A.SkinItem_b:active
{
    text-decoration: underline;
    color: #ffffff;
	font-weight:normal;
}
A.SkinItem_b:hover
{
    text-decoration: none;
    color: #ffffff;
	font-weight:normal;
}

/* This is the Date eg. any items that are not links   ------ ESTILO DOS LINKS E NÃO LINKS DE MÓDULOS RÁPIDOS COMO PRIVACY,USER, LOGIN ...ETC  */  
.SkinItem_c
{
	text-decoration: none;
	color: #ef7e2a;
	font-weight:normal;
}
/* This sets the style for all skin items that are links */
A.SkinItem_c:link, A.SkinItem_c:visited, A.SkinItem_c:active
{
    text-decoration: underline;
    color: #ef7e2a;
	font-weight:normal;
}
A.SkinItem_c:hover
{
    text-decoration: none;
    color:#ef7e2a;
	font-weight:normal;
}
/*  NavMenu styles start here */


#navHContainer {
    position:absolute;
    left:400px;
    top:110px;
    display:block;
    width:600px;
}

#nav ul {
	margin:0;
	list-style:none;
	float:left;
	width:auto;
	padding: 0px;
}

#nav li {
  position: relative;
  float:left;
  line-height : 1.3em;
  list-style: none;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:15em;
	border:1px solid #ef7e2a;
	background-color: #ef7e2a;
}


#nav a {
	font-size:14px;
	font-family:Verdana;
	display:block;
	text-decoration:none;
	text-align:left;
	color:#ffffff;
	padding-bottom: 0px;
	padding-top: 2px;
	padding-right: 17px;
	padding-left: 17px;
	height: auto;
	float: left;
	margin-top:3px;
}

#nav li li a {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	height: auto;
	width:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}

#nav li li a:hover {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #4a5573;
	margin: 0px;
	background-color: #edebea;
	height: auto;
	width:auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}

#nav li li {
	padding: 0px;
	width:15em;
}

#nav li a:hover {
	font-size:14px;
	font-family:Verdana;
	display:block;
	text-decoration:none;
	text-align:left;
	color:#ef7e2a;
	height: auto;
	padding-bottom: 0px;
	padding-top: 2px;
	padding-right: 17px;
	padding-left: 17px;
	
}

#nav li a.SelectedTab {

	font-weight: normal;
}

#nav li.SelectedTab a {

	font-weight: normal;
}


/* REGRAS PARA SELECTED SUB MENU */

#nav li.SelectedTab ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:15em;
	background-color: #ef7e2a;
}


#nav li.SelectedTab li { /* second-level lists */
}

#nav li.SelectedTab li a {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}

#nav li.SelectedTab li a:hover {
    padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #4a5573;
	margin: 0px;
	background-color: #edebea;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}

#nav .DisabledTab {
    color:#ccc;
}

/* no need to change these hover classes 
unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul, 
#nav li.iehover ul {
	top: 1.7em;
	left:0;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,  
#nav li li li.iehover ul {
	top: 0;
	left:15.0em;
}

.ind_cell {
    font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	padding: 3px 3px 3px 3px;
	border-bottom: solid 1px #000000;
    }
	

div#google_translate_element {
    font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	color: #ffffff;
    }
