/* 
================================
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-image: url(bk.jpg);
	background-repeat: repeat-x;
	background-color: #838281;
}

*{
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#alg{
	text-align:left;
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}

div#container{
	text-align:left;
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	float: left;
	margin-top: 10px;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 10px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#separator_c {
	clear: both;
	padding: 0px;
	height: 5px;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/**/
div#bread{
	height: 40px;
	width: 948px;
	background-image: url(sombra.jpg);
	padding-top: 0px;
	background-repeat: no-repeat;
	padding-right: 26px;
	padding-left: 26px;
	float: left;
	background-position: center top;
}

div#bre {
	float: left;
	margin-top: 6px;
}

div#dat {
	float: right;
	margin-top: 6px;
}
/**/


div#content{
	width: 950px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #FFFFFF;
	float: left;
}

/**/
div#left_area {
	height: auto;
	width: 180px;
	float: left;
}

div#search_login {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(login_search.jpg);
	height: 115px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

div#search_login .NormalTextBox {
    width: 100px;
}

div#menu {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(menu.jpg);
	width: 160px;
	background-color: #fcfdfe;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}

div#sea {
	height: 34px;
	padding-top: 20px;
	float: left;
}

div#log_user {
	height: 31px;
	padding-top: 23px;
	float: left;
}

/**/
div#footer{
	width:1000px;
	padding-top: 125px;
	background-image: url(baixo.png);
	_background-image: url(baixo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 128px;
	text-align: center;
	float: left;
	color: #000000;
}

/* -----------------
DAQUI PARA BAIXO É CÓDIGO PARA MÓDULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.top_area {
	width: 1000px;
	/*text-align:left;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}

div.contact_pane{
	padding-right: 5px;
	padding-left: 10px;
	height: 30px;
}

div.contact_pane .Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-align: justify;
}

div.contentpane_one {
	float: right;
	width: 530px;
}

div.contentpane_two {
	float: right;
	width: 735px;
}

div.right_pane {
	float: right;
	width: 180px;
	margin-left: 25px;
}

div.left_pane {
	float: left;
	width: 180px;
	margin-top: 15px;
}

div.contentpane {
width: 950px;
float: left;
}

div.contentpane_b {
	width: 950px;
	float: left;
	margin-top: 10px;
}





/* -----------------
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: 110%;
	color: #666666;
	text-align: justify;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #769bc8; /* 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: 150%;
	font-weight: bold;
	color: #769bc8;
}

H2
{
	font-size: 150%;
	font-weight: bold;
	color: #333333;
}

H3
{
    font-size: 120%;
    font-weight: bold;
    color: #333333;
}

H4
{
    font-size: 120%;
    font-weight: normal;
    color: #018357;
    margin: 0px;
}

H5, DT
{
    font-size: 110%;
    font-weight: normal;
    color: #f6923a;
    margin: 0px;
}

H6
{
    font-size: 90%;
    font-weight: normal;
    color: #ef3e34;
    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: #769bc8;
}
.Normal A:hover
{
    text-decoration: none;
    color: #769bc8;
}

.Normal A:visited
{
    text-decoration: none;
    color: #e0b082;
}

/* 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: #769bc8;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #769bc8;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #769bc8;
}



.SkinItem_b
{
	text-decoration: none;
	color: #fff;
}
/* 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: #fff;
}
A.SkinItem_b:hover
{
    text-decoration: underline;
    color: #fff;
}


.SkinItem_c
{
	text-decoration: none;
	color: #000;
	text-align: center;
}
/* This sets the style for all skin items that are links */
A.SkinItem_c:link, A.SkinItem_c:visited, A.SkinItem_c:active
{
    text-decoration: none;
    color: #000;
	text-align: center;
}
A.SkinItem_c:hover
{
	text-decoration: underline;
	color: #000;
	text-align: center;
}


/* MENU STYLE */


.TabList {
	font-size:11px;
}
#nav ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:13.5em;
}

#nav li {
	position: relative;
	float:left;
	line-height : 1.4em;
	width: 158px;
	list-style: none;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-top: -1.9em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13em;
	width: 159px;
	background-color: #D3DFED;
	border:1px solid #fff;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
    background-color:#D3DFED;
  	border:1px solid #fff;
}

#nav a {
	font-size:1.1em;
	display:block;
	text-decoration:none;
	font-weight:normal;
	color:#769bc8;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 4px;
}

#nav li a:hover {
	color:#FFFFFF;
	background-image: url(menuitem_bk.jpg);
	background-repeat: repeat-x;
}


/*
#nav li li a {
  color:#a72a28;
}

#nav li li a:hover {
  color:#5C1D1F;
}
*/

#nav li a.SelectedTab {
	font-weight:normal;
	color:#3A6292;
}
#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 li:hover ul, 
#nav li li li:hover ul, 
#nav li.iehover ul, 
#nav li li.iehover ul, 
#nav li li li.iehover ul {
	left: auto;
}


#navContainerBorder {
    background-color:white;
    padding:2px;
    border:1px solid #333;
    height:30em;
}
#navContainer {
   border:1px solid #333;
   height:30em;
   width:12em;
   vertical-align:top;
   padding:10px 5px 10px 5px;
}

#nav li.SelectedTab a { 
    color: #3A6292; 
}/* REGRA PARA ESTADO ATIVO DO LINK HOVER */


#nav li li.SelectedTab a {
	color: #3A6292;
}/* REGRA PARA ESTADO ATIVO DO SUB MENU */


/*========================================================*/
/* Menu Style*/
/*========================================================*/


.MainMenu_MenuContainer {background-color: Transparent; width:160px; }
.MainMenu_MenuBar {}
.MainMenu_TabRootMenuItem TD{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	COLOR:#769BC8;
	HEIGHT:25px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.MainMenu_TabRootMenuItemSel TD{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	COLOR: #3A6292;
	HEIGHT: 25px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.MainMenu_TabMenuItemHover TD{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	color:#FFFFFF;
	background-image: url(menuitem_bk.jpg);
	background-repeat: repeat-x;
	HEIGHT: 25px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.MainMenu_TabMenuItemSelHover TD{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	color:#FFFFFF;
	background-image: url(menuitem_bk.jpg);
	background-repeat: repeat-x;
	HEIGHT: 25px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}/* Esse é o item da setinha */

.MainMenu_TabMenuItemSelHover TD{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 0px;
	color:#FFFFFF;
	background-image: url(menuitem_bk.jpg);
	background-repeat: repeat-x;
	HEIGHT: 25px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}/* Esse é o item da setinha */

.MainMenu_MenuItem {
	COLOR: #769BC8;
	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:#FFFFFF;
	background-image: url(menuitem_bk.jpg);
	background-repeat: repeat-x;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submenu {
	Z-INDEX: 1000;
	padding:0px;
	margin:0px;
	cursor: pointer;
	cursor: hand;
	background-color: #D3DFED;
	border: 1px solid #fff;
}
.MainMenu_MenuBreak {
	border: transparent 0px solid;
	background: transparent;
	height: 1px;
}

TD.MainMenu_MenuArrow {
	display:none;
}
TD.MainMenu_RootMenuArrow {
	display:none;
}

TD.MenuArrow
{
    display:none;
}

TD.MenuRootArrow
{
    display:none;
}




TD .MainMenu_MenuArrow {
	display:none;
}
TD .MainMenu_RootMenuArrow {
	display:none;
}

TD .MenuArrow
{
    display:none;
}

TD .MenuRootArrow
{
    display:none;
}

