/* 
================================
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;
}

 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;
}


/* Not Dynamic Areas */


/* Main Layout */
div#container{
	text-align:left;
	width:100%;
	padding: 0px;
	background-image: url(top_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

div#separator_c {
	clear: both;
	padding: 0px;
	height: 50px;
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

/**/
div#top_area {
	width: 860px;
	float: left;
	height: 112px;
}

div#lef_area {
	width: 342px;
	float: left;
}

div#rig_area {
	width: 508px;
	float: right;
}
/*-------------------*/

div#content{
	width: 860px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/**/
div#menu_area{
	width: 510px;
	float: right;
	margin-top: 48px;
}

div#menu {
	float: left;
	height: 19px;
	width: 510px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}


div#log_area {
	float: left;
	margin-top: 16px;
}

div#log_area_b {
	float: left;
	background-color: #666666;
	text-align: center;
	padding: 5px;
	width: 332px;
	margin-bottom: 8px;
}

div#log_area_b .NormalTextBox
{
    width: 200px;
}

/*-------------*/

/**/

div#footer{
	clear:both;
	width:860px;
	padding-top: 10px;
	color: #ffcccc;
	padding-bottom: 10px;
	text-align: center;
	float: left;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane_a{
	width: 334px;
	float: left;
	margin-top: 6px;
}

div.mainimage_pane {
	width: 342px;
	float: left;
}

/*-------------*/

div.left_pane {
	float: left;
	width: 590px;
}

div.right_pane {
	float: right;
	width: 275px;
}


/**/
div.a_pane {
	float: left;
	width: 508px;
	margin-bottom: 10px;
}

div.a_pane .Normal a:link { text-decoration: none; color: #FFFFFF; font-size: 10px;}
div.a_pane .Normal a:visited { text-decoration: none; color: #999; font-size: 10px;}
div.a_pane .Normal a:hover {text-decoration: none; color: #999; font-size: 10px;}
div.a_pane .Normal a:active {text-decoration: none; color: #FFFFFF; font-size: 10px;}

div.b_pane {
	float: right;
	width: 326px;
}

div.c_pane {
	float: left;
	width: 282px;
}

/*-----------------------*/

div.contentpane {
    float: left;
	width: 508px;
	margin-bottom: 10px;
}

div.contentpane_b {
    float: left;
	width: 860px;
	margin-bottom: 10px;
}


div.left_area {
	float: left;
	width: 322px;
	margin-bottom: 10px;
}


div.right_area {
	float: right;
	width: 170px;
	margin-bottom: 10px;
}


/* -----------------
Set default font for modules
--------------------
 */

 .NormalRed, .NormalTextBox
{
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000;
}

div#content .Normal, .NormalDisabled, .NormalBold
{
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #fff;
}


/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #000000; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  85%;
	color: #ffcccc;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  85%; 	
	color: #ffcccc;
}

/* ===============
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: 190%;
	color: #ffcccc;
	font-weight: normal;
}

H2
{
	font-size: 190%;
	color: #fff;
	font-weight: normal;
}

H3
{
    font-size: 130%;
    color: #ffcccc;
	font-weight: normal;
}

H4
{
    font-size: 130%;
    font-weight: normal;
    color: #fff;
}

H5, DT
{
    font-size: 100%;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 90%;
    font-weight: normal;
    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: #ffcccc;}
.Normal a:visited { text-decoration: underline; color: #ffffff;}
.Normal a:hover {text-decoration: underline; color: #616161;}
.Normal a:active {text-decoration: underline; color: #ffcccc;}


/* 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: #ffcccc;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #ffcccc;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #ffcccc;
}


/*  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:23em;
	border:1px solid #CCCCCC;
	background-color: #000000;
}


#nav a {
	font-size:10px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#000;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	float: left;
	text-transform: uppercase;
}

#nav li li a {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	float: none;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
}

#nav li li a:hover {
	text-align:left;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	background-color: #FFFFFF;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
}

#nav li li {
	padding: 0px;
	width:23em;
}

#nav li a:hover {
	font-size:10px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#999999;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	float: left;
	text-transform: uppercase;
}


#nav li a.SelectedTab {
    font-size:10px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#999999;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	float: left;
	text-transform: capitalize;
}

#nav li.SelectedTab a {
    font-size:10px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	color:#999999;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	float: left;
	text-transform: uppercase;
}


/* REGRAS PARA SELECTED SUB MENU */

#nav li.SelectedTab ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:23em;
	border:1px solid #CCCCCC;
	background-color: #000000;
}

#nav li.SelectedTab li { /* second-level lists */
}

#nav li.SelectedTab li a {
    font-size:11px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	text-align:left;
}

#nav li.SelectedTab li a:hover {
    padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 6px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	background-color: #FFFFFF;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
	text-align:left;

}

#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.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:23.0em;
}

table {
	font:"Trebuchet MS";
	font-size:10px;
	color:#555555;
	}
	
	
	strong.s_t {
	font-size: 115%;
	color: #FFFFFF;
	font-weight: bold;
	}
