/* 
================================
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:#EEEEEE;
}

*{
margin:0;
padding:0;
}

html,body{
margin:0;
padding:0;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


 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:900px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #484848;
	border-left-color: #484848;
	background-color:#FFFFFF;
}

div#separator {
	clear: both;
	padding: 0px;
	height: 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #818fa4;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 5px;
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

div#top_area {
	clear: both;
	height: 300px;
	width: 900px;
}

div#lef_area {
	height: 300px;
	width: 224px;
	float: left;
}

div#rig_area {
	height: 300px;
	width: 675px;
	float: right;
}

div#search_area {
	height: 35px;
	width: 206px;
	background-color: #484848;
	padding-top: 18px;
	padding-left: 20px;
}

div#red_area {
	background-color: #7c1c2a;
	height: 40px;
	width: 675px;
	padding-top: 25px;
}

div#log_area {
	float: right;
}

div#bread_area {
	width: 895px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


div#content{
	width: 900px;
}

div#menu_area{
	background-image: url(menu.jpg);
	background-repeat: repeat-x;
	height: 46px;
	width: 900px;
	padding-top: 1px;
}

div#main_area {
	width: 635px;
	float: right;
	margin-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

div#main_area_content {
    width: 635px;
	float: left;
	margin-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

div#footer{
	clear:both;
	width:900px;
	padding-top: 10px;
	margin-top: 20px;
	color: #FFFFFF;
	background-color: #484848;
	height: 65px;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane_a{
	height: 150px;
	width: 224px;
}


div.logoPane_b{
	height: 95px;
	width: 224px;
}

div.flag_pane {
	float: right;
	height: 30px;
	width: 300px;
}

div.mainimage_pane {
	width: 675px;
}

div.left_pane {
	float: left;
	width: 224px;
}

div.right_pane {
	float: right;
	width: 224px;
}

div.maincontent_pane {
	width: 635px;
}

div.a_pane {
	float: left;
	width: 315px;
	
}

div.b_pane {
	float: right;
	width: 315px;
}

div.f_pane {
	width: 855px;
	margin-top: 5px;
}

div.contentpane {
    width: 635px;
}





/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #7c1c2a; /* 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: Arial, Helvetica, sans-serif;
}
H1
{
	font-size: 180%;
	font-weight: bold;
	color: #7c1c2a;
}

H2
{
	font-size: 150%;
	font-weight: bold;
	color: #7c1c2a;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #484848;
}

H4
{
    font-size: 110%;
    font-weight: normal;
    color: #484848;
    margin: 0px;
}

H5, DT
{
    font-size: 90%;
    font-weight: normal;
    color: #484848;
    margin: 0px;
}

H6
{
    font-size: 80%;
    font-weight: normal;
    color: #484848;
    margin: 0px;
}

/* ------------------------
Links format added for opera browser  ----- ESTILO DE LINKS INSEIDOS DENTRO DO MÓDULO  "TEXT/HTML"
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
	text-decoration: underline;
    color: #7c1c2a;
}
.Normal A:hover
{
    text-decoration: none;
    color: #7c1c2a;
}

/* 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: #7c1c2a;
}
/* 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: #7c1c2a;
}
A.SkinItem_b:hover
{
    text-decoration: underline;
    color: #7c1c2a;
}


/*  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.25em;
  list-style: none;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	width:12em;
    background-color:#484848;
	border:1px solid #FFF;
}


#nav a {
	font-size:1.01em;
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	color:#484848;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #484848;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
    padding-left: 10px;
}

#nav li li a {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

#nav li li a:hover {
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	color: #CCCCCC;
}

#nav li li {
	padding: 0px;
	width:12em;
}

#nav li a:hover {
	background-color: #484848;
	color: #FFFFFF;
}


#nav li a.SelectedTab {
    font-size:1.12em;
    background-color: #FFF;
}
#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:12.0em;
}

#navContainerBorder {
    background-color:white;
    padding:2px;
    border:1px solid #333;
    height:30em;
}
#navContainer {
   border:1px solid #333;
   background-color: #d8edfb;
   height:30em;
   width:12em;
   vertical-align:top;
   padding:10px 5px 10px 5px;
}


/* Main Menu */

.MainMenu_MenuContainer {	
	background-color: Transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:44px;
}
.MainMenu_TabRootMenuItem TD{
	background-repeat: repeat-x;
	height: 44px;
	color: #484848;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #484848;
	padding-right: 0px;
	*padding-right: 5px;
	_padding-right: 5px;
	padding-left: 1px;
}
.MainMenu_TabRootMenuItemSel TD{
	height:44px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #484848;
	padding-right: 0px;
	*padding-right: 5px;
	_padding-right: 5px;
	padding-left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #484848;
}
.MainMenu_TabMenuItemHover TD{
	height:44px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #484848;
	padding-right: 0px;
	*padding-right: 5px;
	_padding-right: 5px;
	padding-left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #484848;
}

.MainMenu_TabMenuItemSelHover TD{
	height:44px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #484848;
	padding-right: 0px;
	*padding-right: 5px;
	_padding-right: 5px;
	padding-left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #484848;
}
.MainMenu_MenuItem {
	cursor: hand;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 12px;
	padding-left: 12px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #484848;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
	border: 1px solid #FFFFFF;
}

.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}

.MainMenu_MenuItemSel {
    background-color: #484848;
	cursor: hand; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	color:#cccccc;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 12px;
	padding-left: 12px;
}

.MainMenu_MenuArrow {
    display: none;
}

.MainMenu_RootMenuArrow {
    display: none;
}
.Main {
	border-right:  #B7BFC9 0px solid; 
	border-left: 0px solid #ff0000; 
}
/**/

