/* 
================================
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;
}

*{
margin:0;
padding:0;
}

html,body{
margin:0;
padding:0;
}

 ul {
	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 */

div.conteudo_right .NormalTextBox {
	text-align:center;
	width: 160px;
	}
	
.sea_tdf {
	padding-left: 52px;
	*padding-left: 0px;
	_padding-left: 0px;
}

/* Main Layout */
div#container{
	text-align:left;
	width:955px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#separator_a {
	padding: 0px;
	height: 10px;
	*margin-top: 80px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 10px;
	width: 400px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div#separator_c {
	clear: both;
	padding: 0px;
	height: 3px;
	width: 400px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


/**/
div#top_area {
	clear: both;
	width: 1000px;
}

div#lef_area {
	width: 278px;
	float: left;

}

div#center_area {
	width: 472px;
	float: left;
	margin-left:7px;
}

div#right_area {
	width: 235px;
	float: right;
}

/*-------------------*/

div#content{
	width: 1000px;
}

/**/
div#menu_area{
	float: left;
}

div#menu {
	float: left;
	height: 35px;
	width: 955px;
	background-color: #59788c;
}


div#log_area {
	float: right;
	width: 747px;
	margin-right: 100px;
	*margin-right: 100px;
	_margin-right: 50px;
	background-color: #a4bfd0;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 1px;
}

div#bread {
    float: left;
	width: 350px;
}

div#date {
	float: right;
	width: 150px;
	text-align: right;
}

/*-------------*/

/**/

#map_area {
	width:1000px;
}

div#footer{
	clear:both;
	width:955px;
	padding-top: 10px;
	margin-top: 10px;
	color: #5b778d;
	height: 40px;
	text-align:center;
	float: left;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane_a{
	width: 278px;

}

div.center_pane {
	width: 472px;

}

div.mainimage_pane {
	width: 189px;

}
div.conteudo_left {
	float: left;
	width: 648px;
}

div.conteudo_right {
	float: right;
	width: 260px;
	padding-left:42px;
	*padding-left:20px;
}

div.map_right {
    float: right;
	width: 162px;
}

/*-------------*/

div.left_pane {
	float: left;
	width: 590px;
}

div#bk {
	float:right;
    background-image:url(linha.jpg);
}

div.right_pane {
	float: right;
	width: 265px;
}


/**/
div.a_pane {
	float: left;
	width: 208px;
	margin-right: 10px;
	text-align:center;
	margin-top: 12px;
	}

div.b_pane {
	float: left;
	width: 208px;
	margin-right: 10px;
	text-align:center;
	margin-top: 12px;
}

div.c_pane {
	float: left;
	width: 208px;
	text-align:center;
	margin-top: 12px;
}

div.contentpane {
	float: left;
	width: 648px;
	text-align:center;
	color:#5b778d;
	margin-top:10px;
	
}

div.contentpane_b {
	float: left;
	width: 648px;
	color:#5b778d;
}

div.contentpane_c {
	float: left;
	width: 938px;
	color:#5b778d;
}

/*-----------------------*/


/**/
div.d_pane {
	float: left;
	width: 163px;
	border: 1px solid #000000;
	margin-right: 10px;
}

div.e_pane {
	float: left;
	width: 520px;
	border: 1px solid #000000;
	margin-right: 10px;
}

div.f_pane {
	float: left;
	width: 163px;
	border: 1px solid #000000;
}

/*-----------------------*/



/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #666666;
	text-align:justify;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #384f6f; /* 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: Arial, Helvetica, sans-serif;
}
H1
{
	font-size: 160%;
	font-weight: bold;
	color: #9ca6b5;
}

H2
{
	font-size: 160%;
	font-weight: bold;
	color:#666666;
}

H3
{
    font-size: 130%;
    font-weight: bold;
    color:#333333;
}

H4
{
    font-size: 120%;
    font-weight: normal;
    color: #7384f6f;
    margin: 0px;
}

H5, DT
{
    font-size: 100%;
    font-weight: normal;
    color: #000;
    margin: 0px;
}

H6
{
    font-size: 90%;
    font-weight: normal;
    color: #7384f6f;
    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: #384f6f;}
.Normal a:visited {text-decoration: underline; color: #384f6f;}
.Normal a:hover {text-decoration: none; color: #384f6f;}
.Normal a:active {text-decoration: none; color: #384f6f;}


a:link {text-decoration: underline; color: #384f6f;}
a:visited {text-decoration: underline; color: #384f6f;}
a:hover {text-decoration: none; color: #384f6f;}
a:active {text-decoration: underline; color: #384f6f;}






/* 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: #FFFFFF;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited
{
    text-decoration: underline;
    color: #5b778d;
}
A.SkinItem:hover
{
    text-decoration: none;
    color: #5b778d;
}

A.SkinItem:visited
{
    text-decoration: underline;
    color: #5b778d;
}

/* 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: none;
    color: #ffffff;
}
A.SkinItem_b:hover
{
    text-decoration: underline;
    color: #ffffff;
}


/*  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:12em;
	border:1px solid #CCCCCC;
	background-color: #a4bfd0;
}


#nav a {
	font-size:13px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#FFF;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a4bfd0;
	float: left;
}

#nav li li a {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	height: 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: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px;
	background-color: #FFFFFF;
	height: 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:12em;
}

#nav li a:hover {
	font-size:13px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#FFFFFF;
	height: 25px;
	background-color: #a4bfd0;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a4bfd0;
	float: left;
}


#nav li a.SelectedTab {
    color: #ffffff;
	font-weight: bold;
	background-color: #a4bfd0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a4bfd0;
	float: left;
}

#nav li.SelectedTab a {
    color: #ffffff;
	font-weight: bold;
	background-color: #a4bfd0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a4bfd0;
	float: left;
}


/* REGRAS PARA SELECTED SUB MENU */

#nav li.SelectedTab ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:12em;
	border:1px solid #CCCCCC;
	background-color: #a4bfd0;
}

#nav li.SelectedTab li { /* second-level lists */
}

#nav li.SelectedTab li a {
    font-size:11px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	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: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px;
	background-color: #FFFFFF;
	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: 2.3em;
	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:12.0em;
}