/* 
================================
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: #999999;
}

*{
margin:0;
padding:0;
}

html,body{
margin:0;
padding:0;
}

 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;
	background-color: #f4f7f0;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 2px;
	width: 100%;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

div#separator_c {
	clear: both;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #cd3301;
}

/**/
div#top_area {
	width: 900px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 270px;
}

div#lef_area {
	width: 106px;
	float: left;
}

div#rig_area {
	width: 650px;
	float: right;
	margin-right: 20px;
}
/*-------------------*/

div#content{
	width: 900px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}

/**/
div#menu_area{
	height: 37px;
	width: 490px;
	float: right;
	margin-right: 16px;
	margin-top: 31px;
}

div#menu {
	float: left;
}


div#log_area {
	float: right;
	margin-top: 8px;
	margin-right: 8px;
	width: 130px;
	text-align: right;
}

div#log_area_b {
	float: left;
	margin-top: 35px;
	margin-left: 4px;
	width: 205px;
}

div#log_area_b .NormalTextBox {
	width: 130px;
}
/*-------------*/

/**/


div#footer{
	width:900px;
	padding-top: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	background-color: #cd3301;
	float: left;
	padding-bottom: 10px;
	text-align: center;
}

/* -----------------
DAQUI PARA BAIXO � C�DIGO PARA M�DULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane{
	width: 190px;
	float: left;
	margin-top: 30px;
	margin-left: 15px;
	height: 140px;
}

div.mainimage_pane {
	width: 650px;
	height: 156px;
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}
/*-------------*/

div.left_pane {
	float: left;
	width: 204px;
}

div.right_pane {
	float: right;
	width: 275px;
}


/**/
div.a_pane {
	float: left;
	width: 230px;
}

div.b_pane {
	float: left;
	width: 385px;
	margin-left: 20px;
}

div.c_pane {
	float: left;
	width: 282px;
}

/*-----------------------*/

div.contentpane {
    width: 650px;
	float: right;
	margin-right: 10px;
}

div.contentpane_b {
    width: 740px;
	float: right;
}


/* -----------------
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: #666666;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #cd3301; /* 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: #cd3301;
}

H2
{
	font-size: 160%;
	font-weight: bold;
	color: #ffffff;
}

H3
{
    font-size: 130%;
    font-weight: bold;
    color: #ffffff;
}

H4
{
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
    margin: 0px;
}

H5, DT
{
    font-size: 100%;
    font-weight: normal;
    color: #cd3301;
    margin: 0px;
}

H6
{
    font-size: 90%;
    font-weight: normal;
    color: #cd3301;
    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: #7f95c7;
}

.Normal A:hover
{
    text-decoration: underline;
    color: #7f95c7;
}

.Normal A:visited
{
	text-decoration: none;
	color: #7f95c7;
}

/* 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: #7f95c7;
	font-weight: bold;
}
/* 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: #7f95c7;
	font-weight: bold;
}
A.SkinItem_b:hover
{
    text-decoration: underline;
    color: #7f95c7;
	font-weight: bold;
}


/*  NavMenu styles start here */


/* Main Menu */
.MainMenu_MenuContainer {	
	background-color: Transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:38px;
}
.MainMenu_TabRootMenuItem TD{
	background-image: url(menu_red.jpg);
	background-repeat: repeat-x;
	height: 38px;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
   padding: 0px 3px 0px 3px;
}
.MainMenu_TabRootMenuItemSel TD{
   background-image: url(menu.jpg);
	height: 38px;
	color: #000000;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	background-repeat: repeat-x;
	padding: 0px 3px 0px 3px;
}
.MainMenu_TabMenuItemHover TD{
	height: 38px;
	color: #cccccc;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
	background-color: #cd3301;
}
.MainMenu_TabMenuItemSelHover TD{
    background-image: url(menu.jpg);
	height: 38px;
	color: #000000;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	background-repeat: repeat-x;
	padding: 0px 3px 0px 3px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: 0px solid #ffffff; 
	border-top: 0px solid #ffffff; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #e5e5e5; 
	border-left: 0px solid #ffffff; 
	border-bottom: 0px solid #ffffff; 
	border-top: 0px solid #ffffff; 
	text-align: center; 
	width: 15px; 
	height: 20px;
	color: #ffffff;
}
.MainMenu_SubMenu {
	border-bottom: 1px solid #ffffff; 
	border-left: #ffffff 1px solid; 
	border-top: 1px solid #ffffff;  
	border-right: #ffffff 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #e5e5e5; 
	color: #000000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
}

.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: #666666;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color:#ffffff;
}

.MainMenu_MenuArrow {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: 0px solid #111111; 
	border-bottom: 0px solid #111111; 
	border-top: #ffffff 0px solid;
	border-left: 0px solid #111111;
}

.MainMenu_RootMenuArrow {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.Main {
	border-right:  #B7BFC9 0px solid; 
	border-left: 0px solid #ff0000; 
}
/**/



