/* 
================================
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:#001c39;
}

*{
              margin:0;
              padding:0;
              margin-bottom: 12px;

}

html,body{
              margin-bottom: 12px;
              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;
              list-style-weight:  bold;
}

blockquote {
              margin:0px 0px;
              upadding:3px;
              padding: 0 25px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Not Dynamic Areas */


/* Main Layout */
div#bk {
	background-color:#000000;
}

div#container{
	text-align:left;
	width:950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 2px;
	width: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

/**/
div#topo {
	width: 950px;
	float:left;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	height: 27px;
}

div#baixo {
	width: 950px;
	float: left;
	background-image: url(baixo.jpg);
	background-repeat: no-repeat;
	height: 27px;
}

div#lef_area {
	width: 106px;
	float: left;
}

div#rig_area {
	width: 765px;
	float: right;
}
/*-------------------*/

div#content{
	width: 950px;
	float: left;
	background-image: url(mid.jpg);
	background-repeat: repeat-y;
}

div#content_b{
	text-align:left;
	width:945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


/**/
div#menu_area{
	float: left;
	width: 608px;
	height: 30px;
	margin-left: 15px;
	_margin-left: 10px;
	background-color: #003662;
}
div#menu {
	float: left;
}


div#log_area {
	float: left;
}
/*-------------*/

/**/


#map_area {
}

div#footer{
	text-align:center;
	width:920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #8f8f8f;
	background-color:#f4f4f4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */
div.logoPane_a{
	width: 910px;
	float:left;
	margin-left:15px;
}

div.mainimage_pane {
	float:left;
	width: 625px;
	margin-left:15px;
	-margin-left:7px;
}

div.menu_pane {
    width: 190px;
	float:left;
}


/*-------------*/
div#date {
	float: left;
	width: 924px;
	margin-left:10px;
	color:#244558;
    font-size: 10px;
    font-weight: bold;
}

div#bread {
	float: right;
	width: 624px;

}

div#back {
	float: left;
	width: 932px;
	height: 33px;
	margin-left: 7px;
	_margin-left: 4px;
	background-image:url(back.jpg);
	background-repeat:repeat-x;
}


/**/

div.left_pane {
	float: right;
	width: 285px;
	margin-right: 29px;
	_margin-right: 19px;
	padding-top:15px;
}

div.right_pane {
	float: right;
	width: 285px;
	margin-right: 23px;
	_margin-right: 18px;
	padding-top:15px;
}
/*-----------------------*/


/**/
div.area_pane {
	float: left;
	width: 273px;
	margin-left: 30px;
	_margin-left: 10px;
}


/*-----------------------*/
div.contentpane {
    width: 608px;
	float: right;
	margin-right: 18px;
	_margin-right: 11px;
}

div.contentpane_b {
    width: 608px;
	float: right;
	margin-right: 18px;
	_margin-right: 11px;
	padding-top:25px;
}
/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-family: Verdana, 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: Verdana, Arial, Helvetica, sans-serif;
}
H1
{
	font-size: 150%;
	font-weight: bold;
	color:#004080;
              margin-bottom: 12px;
}

H2
{
	font-size: 110%;
	font-weight: bold;
	color:#004080;
              margin-bottom: 12px;
}

H3
{
              font-size: 100%;
              font-weight: bold;
              color: #008000;
}

H4
{
              font-size: 100%;
              font-weight: normal;
              color: #013564;
              margin: 0px;
}

H5, DT
{
              font-size: 100%;
              font-weight: normal;
              color: #000;
              margin: 0px;
}

H6
{
              font-size: 90%;
              font-weight: bold;
              color: #5d5d5d;
              margin: 0px;
}

/* ------------------------
Links format added for opera browser  ----- ESTILO DE LINKS INSEIDOS DENTRO DO MÓDULO  "TEXT/HTML"
----------- */

/* .Normal A:link, .Normal A:active
{
	text-decoration: underline;
              font-weight: none;
	/* color: #003366; */
	color: #000000;
              /* color: #004080; */
} */

.Normal A:hover
{
              text-decoration: none;
              color: #669898;
}

.Normal A:link, .Normal A:visited
{
	text-decoration: underline;
              font-weight: none;
	color: #004080;
}

/* 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: #8f8f8f;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #8f8f8f;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #8f8f8f;
}


/*  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; */
  	line-height : 1em;
  	list-style: none;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:12em;
	/* border:1px solid #98cc98; */
	border:1px solid #ffffff; 
	background-color: #98cc98;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff; 

}


#nav a {
	font-size:13px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	height: 19px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003664;
	float: left;
}

#nav li li a {
	padding-bottom: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	height: 27px;
	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: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	background-color: #003664;
	height: 27px;
	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: 19px;
	background-color: #98cc98;
	padding-top: 10px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	/* border-right-color: #98cc98; */
	border-right-color: #ffffff;
}


#nav li a.SelectedTab {
    	color: #FFFFFF;
	font-weight: bold;
	background-color: #98cc98;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #98cc98;
}




/* REGRAS PARA SELECTED SUB MENU */

#nav li.SelectedTab ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:12em;
	border:1px solid #98cc98;
	background-color: #98cc98;
}


#nav li.SelectedTab li { /* second-level lists */
}

#nav li.SelectedTab li a {
    font-size:11px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	height: 19px;
	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: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	background-color: #003664;
	height: 19px;
	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.5em;
	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;
}