/* 
================================
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 */


/* Main Layout */

div#bk {
	background-color: #cabaab;
}

div#container{
	text-align:left;
	width:952px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9acc99;
	border-left-color: #9acc99;
	background-color: #FFFFFF;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 10px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/**/
div#top_area {
	clear: both;
	width: 952px;
	background-image: url(topo.jpg);
	background-repeat: no-repeat;
	height: 161px;
}

div#bread_area {
    margin-top: 4px;
    width: 718px;
	float: right;
}

div#lef {
    float: left;
}

div#rig {
    float: right;
}

div#lef_area {
	width: 220px;
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}

div#rig_area {
	width: 704px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	text-align: right;
}

div#left_area {
	width: 240px;
	float: left;
}

div#rigth_area {
	width: 674px;
	float: right;
}

div#left_area_b {
	width: 240px;
	float: right;
}

div#rigth_area_b {
	width: 674px;
	float: left;
}

div#search_area {
	margin-top: 14px;
	*margin-top: 9px;
	_margin-top: 9px;
	padding-left: 0px;
	*padding-left: 23px;
	_padding-left: 23px;
}

/*-------------------*/

div#content{
	width: 952px;
}

/**/
div#menu_area{
	height: 25px;
	width: 875px;
	background-color: #384f6f;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4d7380;
	border-left-color: #4d7380;
	padding-top: 5px;
}

div#menu {
	padding-top: 25px;
	text-align: left;
	float: left;
}


div#log_area {
	float: right;
}
/*-------------*/

/**/

div#footer{
	clear:both;
	width:952px;
	padding-top: 10px;
	margin-top: 20px;
	color: #000000;
	background-color: #9acc99;
	text-align: center;
	padding-bottom: 10px;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane{
	width: 220px;
	height: 102px;
}

div.contact_pane {
	width: 704px;
	height: 86px;
}

/*-------------*/


/**/
div.a_pane {
	float: left;
	width: 674px;
}

div.b_pane {
	float: left;
	width: 325px;
}

div.c_pane {
	float: right;
	width: 325px;
}

/*-----------------------*/


/**/
div.d_pane {
	float: left;
	width: 674px;
	margin-right: 10px;
}

div.e_pane {
	float: left;
	width: 952px;
	margin-bottom: 10px;
}

/*-----------------------*/

div.contentpane {
    width: 238px;
}

div.contentpane_b {
    width: 240px;
}

div.left_pane {
	float: left;
	width: 215px;
	margin-right:11px;
}

div.mid_pane {
	float: left;
	width: 215px;
}

div.right_pane {
	float: right;
	width: 215px;
}


/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #A98F78; /* 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: #81BE7E;
}

H2
{
	font-size: 160%;
	font-weight: bold;
	color: #A98F78;
}

H3
{
    font-size: 130%;
    font-weight: bold;
    color: #81BE7E;
}

H4
{
	font-size: 120%;
	font-weight: normal;
	color: #A98F78;
	margin: 0px;
}

H5, DT
{
    font-size: 100%;
    font-weight: normal;
    color: #81BE7E;
    margin: 0px;
}

H6
{
    font-size: 90%;
    font-weight: normal;
    color: #81BE7E;
    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;
    color: #9acc99;
}

.Normal A:hover
{
    text-decoration: none;
    color: #9acc99;
}

.Normal A:visited
{
    text-decoration: none;
    color: #000000;
}


/* 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: #000000;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link
{
     text-decoration: none;
    color: #000000;
}
A.SkinItem:visited
{
   text-decoration: none;
    color: #000000;
}
A.SkinItem:active
{
      text-decoration: none;
    color: #000000;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #000000;
}


.SkinItem_b
{
	text-decoration: none;
	color: #000000;
}
/* This sets the style for all skin items that are links */
A.SkinItem_b:link
{
    text-decoration: none;
    color: #000000;
}
A.SkinItem_b:visited
{
     text-decoration: none;
    color: #000000;
}
A.SkinItem_b:active
{
   text-decoration: none;
    color: #000000;
}
A.SkinItem_b:hover
{
    text-decoration: underline;
    color: #000000;
}


/*  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.25em;
  list-style: none;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:12em;
    background-color:#9acc99;
	border:1px solid #FFF;
}


#nav a {
	font-size:1.05em;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#674b3f;
	padding-right: 10px;
	padding-left: 10px;
}

#nav li li a {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #674b3f;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav li li a:hover {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav li li {
	padding: 0px;
	width:12em;
}

#nav li a:hover {
	color: #FFFFFF;
}


#nav li a.SelectedTab {
    font-size:1.12em;
    background-color :#674b3f;
}
#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.2em;
	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.8em;
}

#navContainerBorder {
    background-color:white;
    padding:2px;
    border:1px solid #333;
    height:30em;
}
#navContainer {
   border:1px solid #333;
   background-color: #d8edfb;
   height:30em;
   width:12em;
   vertical-align:top;
   padding:10px 5px 10px 5px;
}
