/* 
================================
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-color: #3f3026;
	background-image:url(bg.jpg);
	background-repeat:repeat-y;
}

*{
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:960px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e7e7e9;
	border-left-color: #e7e7e9;
	border-left-width: 5px;
}

div#container_b{
	text-align:left;
	width:936px;
	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: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/**/
div#top_area {
	clear: both;
	width: 875px;
}

div#lef_area {
	width: 106px;
	float: left;
}

div#rig_area {
	width: 765px;
	float: right;
}
/*-------------------*/

/**/
div#menu_area{
	width: 200px;
	float: left;
}

div#menu {
    width: 200px;
	float: left;
}


div#log_area {
	float: left;
	width: 924px;
	margin-top: 2px;
	background-image: url(bread_bk.jpg);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
}

div#bre {
	float: left;
	width: 500px;
}

div#log {
	float: right;
	width: 300px;
	text-align: right;
}
/*-------------*/

div#footer{
	clear:both;
	width:924px;
	padding-top: 6px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-right: 6px;
	padding-bottom: 16px;
	padding-left: 6px;
	text-align: center;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane{
	width: 298px;
	float: left;
}

div.mainimage_pane {
	width: 626px;
	float: right;
}

div.top_pane {
	width: 936px;
	float: right;
}

/*-------------*/

div.left_pane {
	float: left;
	width: 200px;
	margin-top: 10px;
}

div.right_pane {
	float: right;
	width: 180px;
}

/*-----------------------*/

div.contentpane {
	float: right;
	width: 512px;
	margin-right: 20px;
}

div.contentpane_b {
	float: right;
	width: 710px;
}


/* -----------------
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: #125f7b; /* 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: #df505c;
}

H2
{
	font-size: 140%;
	font-weight: bold;
	color: #3f3026;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #df505c;
}

H4
{
    font-size: 110%;
    font-weight: normal;
    color: #3f3026;
    margin: 0px;
}

H5, DT
{
    font-size: 110%;
    font-weight: normal;
    color: #df505c;
    margin: 0px;
}

H6
{
    font-size: 100%;
    font-weight: normal;
    color: #df505c;
    margin: 0px;
}

strong {
   font-weight: bold;
   color: #125f7b;
}

strong.grey {
	font-weight: normal;
	color: #999999;
}

/* ------------------------
Links format added for opera browser  ----- ESTILO DE LINKS INSEIDOS DENTRO DO MÓDULO  "TEXT/HTML"
----------- */

.Normal a:link {text-decoration: underline; color: #125f7b;}
.Normal a:visited {text-decoration: underline; color: #94D6EF;}
.Normal a:hover {text-decoration: none; color: #125f7b;}
.Normal a:active {text-decoration: none; color: #125f7b;}


/* 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: #3f3026;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #3f3026;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #3f3026;
}
