/* 
================================
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;
}

 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:983px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 2px;
	width: 100%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

/**/
div#top_area {
	float: left;
	width: 950px;
}

div#lef_area {
	width: 278px;
	float: left;
}

div#rig_area {
	width: 650px;
	float: right;
	padding-right: 25px;
	padding-left: 25px;
}
/*-------------------*/

div#content{
	width: 983px;
	float: left;
	background-color: #f2f2f2;
}

/**/
td.menu_area{
	width: 238px;
	padding-left:20px;
}

div#menu {
	float: left;
}


div#log_area {
	float: left;
	width: 983px;
	padding-right: 10px;
	padding-left: 10px;
}

div#date {
    width: 250px;
	float: left;
}

div#bread {
	width: 250px;
	float: right;
	text-align: right;
	padding-right: 40px;
}

/*-------------*/


div#footer{
	width:983px;
	padding-top: 12px;
	color: #FFFFFF;
	text-align: center;
	float: left;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

td.logoPane_a{
	width: 278px;
}

td.mainimage_pane {
	width: 100%;
	background-color:#000000;
	border: 0px solid #000000; 

}

.mainimage_pane {
width: 700px;
background-color:#000000;

}
/*-------------*/

div.left_pane {
	float: left;
	width: 278px;
	background-color:#ffffff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

div.right_pane {
	float: right;
	width: 275px;
}


/**/
div.a_pane {
	float: left;
	width: 196px;
	margin-right: 30px;
}

div.b_pane {
	float: left;
	width: 196px;
}

div.c_pane {
	float: right;
	width: 196px;
}

/*-----------------------*/

div.contentpane {
    width: 650px;
	float: left;
}

div.contentpane_b {
    width: 979px;
	float: left;
}


/* -----------------
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: #000;
	text-align:justify;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #384f6f; /* 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: #496938;
}

H2
{
	font-size: 160%;
	font-weight: bold;
	color: #000;
}

H3
{
    font-size: 130%;
    font-weight: bold;
    color: #496938;
}

H4
{
    font-size: 120%;
    font-weight: normal;
    color: #496938;
    margin: 0px;
}

H5, DT
{
    font-size: 100%;
    font-weight: normal;
    color: #496938;
    margin: 0px;
}

H6
{
    font-size: 90%;
    font-weight: normal;
    color: #496938;
    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: #576b6a;
}

.Normal A:hover
{
    text-decoration: none;
    color: #576b6a;
}

.Normal A:visited
{
    text-decoration: none;
    color: #000;
}

/* 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;
}



.SkinItem_b
{
	text-decoration: none;
	color: #576b6a;
}
/* 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: #576b6a;
}
A.SkinItem_b:hover
{
    text-decoration: underline;
    color: #576b6a;
}


