/* 
================================
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;
}

div#bk {
	background-image: url(bk.jpg);
	background-repeat: repeat;
	float: left;
	width: 100%;
}



*{
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;
}

div.grey_bk {
	background-image: url(grey_bk.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	height: 65px;
	width: 710px;
	color: #FFFFFF;
}

div.grey_bk .Normal {
	color: #FFFFFF;
}


/* Not Dynamic Areas */


/* Main Layout */
div#container{
	text-align:left;
	width:960px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 6px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div#separator_c {
	float: left;
	padding: 0px;
	height: 8px;
	width: 100%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #383431;
}

/**/
div#top_area {
	clear: both;
	width: 875px;
}

div#lef_area {
	width: 106px;
	float: left;
}

div#rig_area {
	width: 765px;
	float: right;
}
/*-------------------*/

div#content{
	width: 875px;
}

/**/
div#menu_area{
	height: 50px;
	width: 960px;
	float: left;
	background-image: url(menu_bk.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}

div#menu {
	float: left;
	margin-left: 10px;
}


div#log_area {
	float: right;
}
/*-------------*/


div#footer{
	float: left;
	width:960px;
	padding-top: 13px;
	color: #FFFFFF;
	background-image: url(footer_line.jpg);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	text-align: center;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane{
	width: 550px;
	float: left;
}

div.mainimage_pane {
	width: 210px;
	float: right;
}
/*-------------*/

div.left_pane {
	float: left;
	width: 190px;
}

div.right_pane {
	float: right;
	width: 275px;
}


/**/
div#main {
	background-color: #3740015;
	background-image: url(main_area.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 12px;
	padding-bottom: 12px;
}

div.a_pane {
	width: 910px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div.b_pane {
	float: left;
	width: 282px;
	margin-right: 10px;
}

div.c_pane {
	float: left;
	width: 282px;
}

/*-----------------------*/

div.contentpane {
	width: 910px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(top_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
}

div.contentpane_b {
	float: left;
	width: 730px;
	margin-left: 13px;
}

div.contentpane td {
	padding: 5px;
}

div.contentpane_b td{
    padding: 5px;
}

div#y_area {
	float: right;
	width: 756px;
	background-image: url(mid_y.jpg);
	background-repeat: repeat-y;
}

div#y_top {
	float: right;
	width: 756px;
	background-image: url(top_y.jpg);
	background-repeat: no-repeat;
	height: 13px;
}

div#y_baixo {
	float: right;
	width: 756px;
	background-image: url(baixo_y.jpg);
	background-repeat: no-repeat;
	height: 13px;
}

/* -----------------
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: #fff;
}

div.contentpane_b .Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	margin: 0;
	padding: 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: #fff; /* 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: 180%;
	font-weight: bold;
	color: #fff;
}

H2
{
	font-size: 180%;
	font-weight: bold;
	color: #000;
}

H3
{
    font-size: 160%;
    font-weight: bold;
    color: #fff;
}

H4
{
    font-size: 160%;
    font-weight: bold;
    color: #000;
    margin: 0px;
}

H5, DT
{
    font-size: 140%;
    font-weight: bold;
    color: #000;
    margin: 0px;
}

H6
{
    font-size: 140%;
    font-weight: bold;
    color: #fff;
    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: #8f1720;}
.Normal a:visited {text-decoration: underline; color: #611016;}
.Normal a:hover {text-decoration: none; color: #8f1720;}
.Normal a:active {text-decoration: none; color: #8f1720;}


/* 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, A.SkinItem:active
{
    text-decoration: none;
    color: #FFFFFF;
}
A.SkinItem: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:14em;
	border:1px solid #333;
	background-color: #55000e;
	z-index: 99;
}


#nav a {
	font-size:11px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#FFF;
	padding-bottom: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 108px;
	margin-right: 12px;
}

#nav li li a {
	padding-bottom: 4px;
	padding-top: 4px;
	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: #333;
	text-align:left;
}

#nav li li a:hover {
	padding-bottom: 4px;
	padding-top: 4px;
	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: #333;
	text-align:left;
	background-color: #000000;
}

#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: 12px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	background-image: url(menu_h.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 108px;
	margin-right: 12px;
}


#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: 12px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	background-image: url(menu_h.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 108px;
	margin-right: 12px;
}

#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: 12px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	background-image: url(menu_h.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 108px;
	margin-right: 12px;
}


/* REGRAS PARA SELECTED SUB MENU */

#nav li.SelectedTab ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:14em;
	border:1px solid #333;
	background-color: #55000e;
	z-index: 99;
}

#nav li.SelectedTab li { /* second-level lists */
}

#nav li.SelectedTab li a {
    padding-bottom: 4px;
	padding-top: 4px;
	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: #333;
	text-align:left;
}

#nav li.SelectedTab li a:hover {
    padding-bottom: 4px;
	padding-top: 4px;
	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: #333;
	text-align:left;
	background-color: #000000;
}

#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: 3.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:14.0em;
}

/*edit alex*/

#SaveForm {
margin-left: 220px;
}

#SaveForm a:link {
font-weight: bold;
font-size: 18px;
color: #FFFFFF;
text-decoration: none;
}

#SaveForm a:hover {
text-decoration: underline;
}