/* 
================================
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-attachment: fixed;
	background-image: url(bk.jpg);
	background-repeat: repeat-x;
}

*{
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:990px;
	padding: 0px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #174488;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 2px;
	width: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

/**/
div#top_area {
	float: left;
	width: 974px;
	background-color: #FFFFFF;
	background-image: none;
	*background-image: url(top_bk.jpg);
	_background-image: url(top_bk.jpg);
	*background-position: center bottom;
	_background-position: center bottom;
	background-repeat: no-repeat;
}

div#top_b {
	float: left;
	width: 974px;
	background-image: url(top_bk.jpg);
	*background-image: none;
	_background-image: none;
	background-position: center bottom;
	height: 14px;
	background-repeat: no-repeat;
}

div#lef_area {
	width: 106px;
	float: left;
}

div#rig_area {
	width: 765px;
	float: right;
}
/*-------------------*/

div#content{
	text-align:left;
	width:974px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#content_b {
	width:974px;
	float: left;
	background-image: url(baixo_bk.jpg);
	*background-image: url(baixo_bk.jpg);
	_background-image: url(baixo_bk_b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 14px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

/**/
div#menu_area{
	width: 182px;
	float: left;
	margin-left: 5px;
}

div#menu {
	float: left;
}


div#log_area {
	float: right;
}
/*-------------*/

div#footer{
	clear:both;
	width:974px;
	padding-top: 10px;
	margin-top: 8px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane{
	width: 222px;
	float: left;
	margin-right: 7px;
	margin-left: 4px;
}

div.mainimage_pane {
	width: 516px;
	float: left;
	margin-right: 5px;
}

div.contact_pane {
    float: left;
	width: 208px;
	margin-right: 4px;
	*margin-right: 4px;
	_margin-right: 0px;
}


/*-------------*/

div.left_pane {
	float: left;
	width: 590px;
}

div.right_pane {
	float: right;
	width: 374px;
	margin-right: 5px;
}


/**/
div.a_pane {
	float: left;
	width: 178px;
	margin-right: 15px;
}

div.b_pane {
	float: left;
	width: 178px;
	margin-right: 15px;
}

div.c_pane {
	float: left;
	width: 178px;
	margin-right: 15px;
}

div.d_pane {
	float: left;
	width: 178px;
	margin-right: 15px;
}

div.e_pane {
	float: left;
	width: 178px;
	margin-right: 15px;
}


/*-----------------------*/


/**/
div.f_pane {
	float: left;
	width: 163px;
}

/*-----------------------*/

div.contentpane {
    width: 374px;
	float: right;
	margin-right: 12px;
	*margin-right: 12px;
	_margin-right: 4px;
}

div.contentpane_b {
    width: 764px;
	float: right;
	margin-right: 12px;
	*margin-right: 12px;
	_margin-right: 4px;
}


/* -----------------
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;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #174488
; /* 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: #174488;
}

H2
{
	font-size: 160%;
	font-weight: bold;
	color: #a78231;
}

H3
{
    font-size: 130%;
    font-weight: bold;
    color: #174488;
}

H4
{
    font-size: 120%;
    font-weight: normal;
    color: #a78231;
    margin: 0px;
}

H5, DT
{
    font-size: 100%;
    font-weight: normal;
    color: #a78231;
    margin: 0px;
}

H6
{
    font-size: 90%;
    font-weight: normal;
    color: #a78231;
    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: #174488;
}

.Normal A:hover
{
    text-decoration: none;
    color: #174488;
}

.Normal A:visited
{
	text-decoration: none;
	color: #89B0EB;
}

/* 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;
}


/*  NavMenu styles start here */



/*========================================================*/
/* Menu Style*/
/*========================================================*/


.MainMenu_MenuContainer {background-color: Transparent; width:182px; }
.MainMenu_MenuBar {}
.MainMenu_TabRootMenuItem TD{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	COLOR:#322253;
	HEIGHT:39px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(menu.jpg);
	background-repeat: no-repeat;
}
.MainMenu_TabRootMenuItemSel TD{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	COLOR: #fff;
	HEIGHT: 39px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(menu_hover.jpg);
	background-repeat: no-repeat;
}
.MainMenu_TabMenuItemHover TD{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	COLOR: #fff;
	HEIGHT: 39px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(menu_hover.jpg);
	background-repeat: no-repeat;
}
.MainMenu_TabMenuItemSelHover TD{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	COLOR:#fff;
	HEIGHT: 39px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-image: url(menu_hover.jpg);
	background-repeat: no-repeat;
}/* Esse é o item da setinha */

.MainMenu_MenuItem {
	COLOR: #fff;
	height: 25px;
	background:Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.MainMenu_MenuIcon {
	display:none;
}
.submenuitemselected ,.submenuitembreadcrumb {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #232b7e;
	height: 25px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #878fd0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submenu {
	Z-INDEX: 1000;
	COLOR: #fff;
	padding:0px;
	margin:0px;
	cursor: pointer;
	cursor: hand;
	background-color: #174488;
	border: 1px solid #fff;
}
.MainMenu_MenuBreak {
	border: transparent 0px solid;
	background: transparent;
	height: 1px;
}

.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}

.MenuArrow
{
    display:none;
}

.MenuRootArrow
{
    display:none;
}



