/* 
================================
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(degra.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;
}

 li {
	list-style-type: square;
	display: list-item;
	list-style-image: none;
}


/* Not Dynamic Areas */


/* Main Layout */
div#container{
	text-align:left;
	width:790px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 4px;
	width: 100%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/**/
div#top_area {
	width: 790px;
	height: 215px;
	float: left;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}

/*-------------------*/

div#content{
	width: 778px;
	padding: 5px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}

/**/
div#menu_area{
	width: 790px;
	height: 63px;
	float: left;
	margin-top:-30px;
	
}

div#menu {
	float: left;
}


div#log_area {
	float: left;
	width: 780px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

div#ser {
    float: left;
	width: 300px;
}

div#date {
	float: right;
	width: 300px;
	text-align: right;
	margin-top:-10px;
}

/*-------------*/


div#footer{
	width:790px;
	padding-top: 10px;
	color: #FFFFFF;
	background-image: url(rodape.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-bottom: 10px;
	height: 133px;
	text-align: center;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane{
	width: 282px;
	float: left;
	margin-left: 250px;
	height: 145px;
}

div.flash_pane {
	width: 780px;
	float: left;
}

/*-------------*/

div.left_pane {
	float: left;
	width: 174px;
	margin-right: 15px;
	padding-right: 3px;
	padding-left: 3px;
}

div.contact {
	float: left;
	width: 470px;
	color:#666666;
	margin-left:-98px;
	padding-top:5px;
}

div.right_pane {
	float: right;
	width: 174px;
	padding-right: 3px;
	padding-left: 3px;
}

div.contentpane {
    width: 774px;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
}

div.contentpane_b {
    width: 384px;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
}

div.contentpane_c {
    width: 579px;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
}

div.contentpane_d {
    width: 570px;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
}

div.mail {
    width: 770px;
	float:left;
	padding-top:5px;
}


/* -----------------
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: #666666;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #e48a1b; /* 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: #e48a1b;
}

H2
{
	font-size: 160%;
	font-weight: bold;
	color: #000000;
}

H3
{
    font-size: 130%;
    font-weight: bold;
    color: #e48a1b;
}

H4
{
    font-size: 120%;
    font-weight: normal;
    color: #e48a1b;
    margin: 0px;
}

H5, DT
{
    font-size: 100%;
    font-weight: normal;
    color: #e48a1b;
    margin: 0px;
}

H6
{
    font-size: 90%;
    font-weight: normal;
    color: #e48a1b;
    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: #744d92;
}

.Normal A:hover
{
    text-decoration: none;
    color: #744d92;
}

.Normal A:visited
{
    text-decoration: none;
    color: #744d92;
}


/* 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: #744d92;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #744d92;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #744d92;
}
 
 .SkinItem_b
{
	text-decoration: none;
	color: #FFFFFF;
}
/* 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;
	text-align:center;
}

#nav ul {
	margin:0;
	list-style:none;
	float:left;
	width:auto;
	text-align:center;
	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: #744d92;
}


#nav a { /* menu agora */
	 font-size:11px;
	 float: left;
	 width: 98px;
	 height:20px;
	 display:block;
	 text-decoration:none;
	 text-align:center;
	 font-weight: bold;
	 color:#FFF;
	 padding-top:60px;
}

#nav li li a {
	display:block;
	text-decoration:none;
	text-align:center;
	width:auto;
	height:auto;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	float: none;
}

#nav li li a:hover { /* menu agora 2*/
	display:block;
	text-decoration:none;
	text-align:center;
	width:auto; 
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	background-color: #1D1324;
	float: none;
}

#nav li li {
	padding: 0px;
	width:12em;
}

#nav li a:hover {
	 font-size:11px;
	 display:block;
	 text-decoration:none;
	 text-align:center;
	 font-weight: bold;
	 color:#cccccc;
	 float: left;
	 width: 98px; 
	
}


#nav li a.SelectedTab {
	color: #1D1324;
	font-weight: bold;
}

#nav li.SelectedTab a {
	 font-size:12px;
	 display:block;
	 text-decoration:none;
	 text-align:center;
	 font-weight: bold;
 	 color:#fcd901;
	 float: left;
	 width: 98px; 
}


/* REGRAS PARA SELECTED SUB MENU */

#nav li.SelectedTab ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:12em;
	border:1px solid #CCCCCC;
	background-color: #744d92;
}

#nav li.SelectedTab li { /* second-level lists */

}

#nav li.SelectedTab li a {
	display:block;
	text-decoration:none;
	text-align:center;
	width:auto; 
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	float: none;
}

#nav li.SelectedTab li a:hover {
	display:block;
	text-decoration:none;
	text-align:center;
	width:auto; 
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	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: 6.9em;
	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;
}