/* 
================================
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(wood.jpg);
	background-repeat: repeat;
	background-position: center top;
}

*{
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:950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

div#bk {
	/*background-color: #ed1c24;*/
	height: 100%;
	width: 100%;
	float: left;
}

div#bk_b {
	background-color: #7ab800;
	height: 100%;
	width: 100%;
	float: left;
}

div#separator_b {
	clear: both;
	padding: 0px;
	height: 2px;
	width: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}


div#separator_c {
	clear: both;
	padding: 0px;
	height: 1px;
	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: 568px;
	float: left;
}

div#ser {
	width: 212px;
	float: right;
	margin-right: 0px;
}

div#log {
	width: 173px;
	float: left;
	background-image: url(login_area.jpg);
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 10px;
	text-align: center;
}

div#rig_area {
	width: 362px;
	float: right;
}

div#bre {
	width: 300px;
	float: left;
}

div#date {
	width: 160px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
/*-------------------*/

div#content{
	text-align:left;
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/**/
div#menu_area{
	float: left;
	width: 910px;
	height: 33px;
	background-image:url(InternetLab_links_middlemenubg.jpg);
	background-repeat: repeat-x;
}

div#menu {
	float: left;
}

div#left_menu{
	width: 180px;
	float: left;
}

div#log_area {
	float: right;
}
/*-------------*/

/**/

div#footer{
	clear:both;
	text-align:center;
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color:#FFFFFF;
	font-weight:bold;
}

/* -----------------
DAQUI PARA BAIXO � C�DIGO PARA M�DULOS, DNN ECT
--------------------
 */

/* Pane Styles */

div.logoPane{
	width: 930px;
	float: left;
}

div.mainimage_pane {
	width: 362px;
	float: right;
}

/*-------------*/

div.left_pane {
	float: left;
	width: 451px;
	margin-bottom: 8px;
}


div.top_pane {
	float: left;
	width: 451px;
	margin-left:20px;
	margin-bottom: 8px;
}

div.left_pane .Normal a:visited {
	text-decoration: none;
}

div.contentpane {
    float: left;
	width: 560px;
}

div.right_pane {
	float: left;
	width: 342px;
	margin-left: 20px;
}
div.contentpane_b {
    float: left;
	width: 930px;
	margin-left: 10px;
	margin-bottom: 8px;
}

div.right_pane_b {
	float: left;
	width: 242px;
	margin-left: 20px;
}

div.contentpane_c {
    float: right;
	width: 702px;
}


div.top_pane_b {
	float: left;
	width: 920px;
	margin-top: 8px;
}

div.top_pane_a {
	float: right;
	width: 702px;
}

strong.red_a {
	color: #FF0000;
}


/* -----------------
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: #333;
	text-align:justify;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #ed1c24; /* 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: 240%;
	font-weight: bold;
	color: #ed1c24;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ed1c24;
}

H2
{
	font-size: 240%;
	font-weight: bold;
	color: #7ab800;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7ab800;
}

H3
{
    font-size: 130%;
    font-weight: bold;
    color: #ed1c24;
}

H4
{
    font-size: 130%;
    font-weight: normal;
    color: #7ab800;
    margin: 0px;
}

H5, DT
{
    font-size: 100%;
    font-weight: bold;
    color: #ed1c24;
    margin: 0px;
}

H6
{
    font-size: 100%;
    font-weight: bold;
    color: #7ab800;
    margin: 0px;
}

/* ------------------------
Links format added for opera browser  ----- ESTILO DE LINKS INSEIDOS DENTRO DO M�DULO  "TEXT/HTML"
----------- */

.Normal a:link {text-decoration: none; color: #7ab800;}
.Normal a:visited {text-decoration: underline; color: #660066;}
.Normal a:hover {text-decoration: underline; color: #ed1c24;}
.Normal a:active {text-decoration: none; color: #ed1c24;}


/* 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;
}



/* 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: #FFFFFF;
	font-weight: bold;
}
A.SkinItem_b:hover
{
    text-decoration: underline;
    color: #FFFFFF;
	font-weight: bold;
}



.SkinItem_c
{
	text-decoration: none;
	color: #000;
}
/* 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;
}
A.SkinItem_c:hover
{
    text-decoration: underline;
    color: #000;
}

A.SkinItem_d:link, A.SkinItem_d:visited, A.SkinItem_d:active
{
	text-decoration: none;
	color: #ed1c24;
	font-weight: bold;
}
A.SkinItem_d:hover
{
    text-decoration: underline;
    color: #ed1c24;
	font-weight: bold;
}



/*========================================================*/
/* Menu Style*/
/*========================================================*/
/**/
.InternetLab_topbluebg{
	background-image: url(InternetLab_topbluebg.gif);
	height: 9px;
	background-repeat: repeat-x;
}
.InternetLab_bottomgraybg{
	background-image: url(InternetLab_bottomgraybg.gif);
	height: 33px;
	background-repeat: repeat-x;
}
.InternetLab_bor{
	border-left: #23709C 1px solid;
	border-right: #23709C 1px solid;
	border-top: #23709C 1px solid;
	border-bottom: #23709C 0px solid;
}/* Main Menu */
.MainMenu_MenuContainer {	
	background-color: Transparent;
	white-space: nowrap;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:33px; 
	white-space: nowrap;
}
.MainMenu_TabRootMenuItem TD{
	background-image: url(InternetLab_links_middlemenubg.jpg);
	background-repeat: repeat-x;
	height: 33px;
	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	white-space: nowrap;
}
.MainMenu_TabRootMenuItemSel TD{
   background-image: url(InternetLab_hover_middlemenubg.jpg);
   background-repeat: repeat-x;
   height: 33px;
   color: #ffffff;
   font-weight: bold;
   font-family: Tahoma;
   font-size: 12px;
   padding: 0px 5px 0px 5px;
   white-space: nowrap;
}
.MainMenu_TabMenuItemHover TD{
   background-image: url(InternetLab_links_middlemenubg.jpg);
   background-repeat: repeat-x;
   height: 33px;
   color: #ffffff;
   font-family: Tahoma;
   font-size: 12px;
   font-weight: bold;
   padding: 0px 5px 0px 5px;
   white-space: nowrap;
}
.MainMenu_TabMenuItemSelHover TD{
   background-image: url(InternetLab_hover_middlemenubg.jpg);
   background-repeat: repeat-x;
   height: 33px;
   color: #ffffff;
   font-weight: bold;
   font-family: Tahoma;
   font-size: 12px;
   background-repeat: repeat-x;
   padding: 0px 5px 0px 5px;
   white-space: nowrap;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	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; 
	white-space: nowrap;

}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #81ac47; 
	border-left: 0px solid #ffffff; 
	border-bottom: 0px solid #ffffff; 
	border-top: 0px solid #ffffff; 
	text-align: center; 
	width: 15px; 
	height: 20px;
	color: #ffffff;
	white-space: nowrap;
}
.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: #81ac47; 
	color: #ffffff;
	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;
	white-space: nowrap;
}

.MainMenu_MenuItemSel {
	background-color: #ba2325;
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	color:#ffffff;
	white-space: nowrap;
}

.MainMenu_MenuArrow {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: 0px solid #111111; 
	border-bottom: 0px solid #111111; 
	border-top: #ffffff 0px solid;
	border-left: 0px solid #111111;
	white-space: nowrap;
}

.MainMenu_RootMenuArrow {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	white-space: nowrap;
}
.Main {
	border-right:  #B7BFC9 0px solid; 
	border-left: 0px solid #ff0000; 
}
/**/
.ModuleTitle_MenuContainer {
   background-color: transparent; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: transparent;
}
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #ffffff; 
	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;
}

.ModuleTitle_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: #ec7072; 
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
}

.ModuleTitle_MenuIcon {
   cursor: pointer; 
	cursor: hand; 
	background-color: #ec7072; 
	border-left: 0px solid #ffffff; 
	border-bottom: 0px solid #ffffff; 
	border-top: 0px solid #ffffff; 

	text-align: center; 
	width: 15px; 
	height: 20px;
	color: #ffffff;
 }
.ModuleTitle_MenuArrow{	
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px; 
   cursor: pointer; 
   cursor: hand; 
   border-right: #FFFFFF 0px solid; 
   border-bottom: #00FF00 0px solid; 
   border-top: #FFFFFF 0px solid;
   border-left:  #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.ModuleTitle_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;
}
.ModuleTitle_MenuItemSel { 
   background-color: #ec7072;
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	color:#ffffff;
}
/**/

