/* 
================================
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-image: url(bk.jpg);
	background-repeat: repeat;
}

*{
margin:0;
padding:0;
}

html,body{
margin:0;
padding:0;
}

.Normal ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}


.Normal ol {
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
}

.Normal li {
	list-style-type: square;
	display: list-item;
	list-style-image: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	clear: both;
	padding-bottom: 12px;
}

strong {
	font-weight: bold;
	color: #4ea1a9;
}

/* Not Dynamic Areas */


/* Main Layout */
div#container{
	text-align:left;
	width:900px;
	padding: 0px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(bk_mid.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#top_bk {
	background-image: url(bk_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 19px;
	width: 900px;
}

div#down_bk {
	background-image: url(bk_down.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 900px;
	clear: both;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 4px;
	width: 100%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

div#separator_c {
	clear: both;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-image: url(sep.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/**/
div#top_area {
	width: 882px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 8px;
}

div#lef_area {
	width: 268px;
	float: left;
}

div#rig_area {
	width: 580px;
	float: right;
}
/*-------------------*/

div#content{
	text-align:left;
	width:882px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#content_b{
	text-align:left;
	width:850px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/**/
div#menu_area{
	height: 51px;
	width: 585px;
	float: left;
	margin-right:30px;
}

div#menu {
	float: left;
}


div#log_area {
	width: 552px;
	float: right;
	margin-bottom: 12px;
	margin-top: 12px;
}
/*-------------*/


div#footer{
	clear:both;
	width:882px;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane{
	width: 194px;
	float: left;
	height: 194px;
	margin-left: 38px;
}

div.top_pane {
	width: 580px;
	float: left;
	height: 96px;
	margin-bottom: 23px;
}

div.top_pane .Normal a:link {text-decoration: underline; color: #41466c;}
div.top_pane .Normal a:visited {text-decoration: underline; color: #41466c;}
div.top_pane .Normal a:hover {text-decoration: none; color: #AFB4CF;}
div.top_pane .Normal a:active {text-decoration: none; color: #41466c;}

div.top_pane_b {
	width: 268px;
	float: left;
	margin-right: 10px;
	margin-top: 100px;
}

div.mainimage_pane {
	width: 580px;
	/*float: right;*/
	margin-top: 0px;
}
/*-------------*/

div.left_pane {
	float: left;
	width: 240px;
}

div.right_pane {
	float: right;
	width: 275px;
}


/**/
div.a_pane {
	float: left;
	width: 282px;
	margin-right: 10px;
}

div.b_pane {
	float: left;
	width: 282px;
	margin-right: 10px;
}

div.c_pane {
	float: left;
	width: 282px;
}

/*-----------------------*/

div.contentpane {
    width: 552px;
	float: right;
}

div.contentpane_b {
    width: 552px;
	float: right;
}

div.contentpane_c {
    width: 850px;
	float: left;
}


/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	margin: 0;
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #000; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  100%;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  100%; 
}

/* ===============
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: 200%;
	font-weight: normal;
	color: #41466c;
}

strong H1
{
	font-size: 200%;
	font-weight: normal;
	color: #4ea1a9;
}

H2
{
	font-size: 180%;
	font-weight: normal;
	color: #41466c;
}

H3
{
    font-size: 170%;
    font-weight: normal;
    color: #41466c;
}

H4
{
    font-size: 160%;
    font-weight: normal;
    color: #41466c;
    margin: 0px;
}

H5, DT
{
    font-size: 150%;
    font-weight: normal;
    color: #41466c;
    margin: 0px;
}

H6
{
    font-size: 140%;
    font-weight: normal;
    color: #41466c;
    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: #41466c;}
.Normal a:visited {text-decoration: underline; color: #AFB4CF;}
.Normal a:hover {text-decoration: none; color: #41466c;}
.Normal a:active {text-decoration: none; color: #41466c;}


/* 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: #41466c;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #41466c;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #41466c;
}



.SkinItem_b
{
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
}
/* 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: #999;
	text-transform: uppercase;
}
A.SkinItem_b:hover
{
    text-decoration: underline;
    color: #999;
	text-transform: uppercase;
}


/*  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:14em;
	border:1px solid #585C76;
	background-color: #6b7090;
}


#nav a {
	font-size:11px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#84aabf;
	padding-bottom: 0px;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 12px;
	float: left;
	height: 33px;
	background-image: url(menu_sep.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
}

#nav li li a {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	float: none;
	background-image: none;
	width: auto;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align:left;
}

#nav li li a:hover {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	float: none;
	background-image: none;
	width: auto;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align:left;
	background-color: #84aabf;
}

#nav li li {
	padding: 0px;
	width:14em;
}

#nav li a:hover {
	font-size:11px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#fff;
	padding-bottom: 0px;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 12px;
	float: left;
	height: 33px;
	background-image: url(menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
}


#nav li a.SelectedTab {
    font-size:11px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#fff;
	padding-bottom: 0px;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 12px;
	float: left;
	height: 33px;
	background-image: url(menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
}

#nav li.SelectedTab a {
    font-size:11px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#fff;
	padding-bottom: 0px;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 12px;
	float: left;
	height: 33px;
	background-image: url(menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-transform: uppercase;
}


/* REGRAS PARA SELECTED SUB MENU */

#nav li.SelectedTab ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:14em;
	border:1px solid #585C76;
	background-color: #6b7090;
}

#nav li.SelectedTab li { /* second-level lists */
}

#nav li.SelectedTab li a {
    padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	float: none;
	background-image: none;
	width: auto;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align:left;
}

#nav li.SelectedTab li a:hover {
    padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	float: none;
	background-image: none;
	width: auto;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align:left;
	background-color: #84aabf;
}

#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: 51px;
	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;
}

/* content codes */

a#seg_a {
	background-image: url(link_aa.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 178px;
	display: block;
}

a#seg_a:hover {
	background-image: url(link_aa.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 178px;
	display: block;
	background-position: -178px top;
}

a#seg_b {
	background-image: url(link_bb.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 178px;
	display: block;
}

a#seg_b:hover {
	background-image: url(link_bb.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 178px;
	display: block;
	background-position: -178px top;
}

a#seg_c {
	background-image: url(link_cc.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 178px;
	display: block;
}

a#seg_c:hover {
	background-image: url(link_cc.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 178px;
	display: block;
	background-position: -178px top;
}

a#call_a {
	background-image: url(link_dd.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 545px;
	display: block;
}

a#call_a:hover {
	background-image: url(link_dd.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 545px;
	display: block;
	background-position: -545px top;
}


a#call_b {
	background-image: url(link_ee.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 280px;
	display: block;
}

a#call_b:hover {
	background-image: url(link_ee.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 280px;
	display: block;
	background-position: -280px top;
}