﻿/*----------------------defs de globais formato ---------------------------*/
*
{
background-repeat:no-repeat;
}
body
{
	height:100%;
	margin:0;
	background-color:#Fffff8;
	font-style:normal;
	font-variant:normal;
	font-weight:normal; 
	line-height:1.5em;
	font-family:verdana, century-gothic;
	font-size:10pt;
	padding:3px 1%;
}


/*------------------fontes headings------*/
h1, h2, h4, h5, h6
{
	margin: 1.2em 0 0.2em 0.2em;
}

h1 
{
	font-size: 100%;
	font-weight: bold;
	padding:0 15px 0 0;
	text-align:left;
	color:#F57216;
}
/* - veremos se chegamos a usar isto....
h2
{
	font-size: 150%;
}

h4
{
	font-size: 100%;
}
*/
h5
{
	font-size: 90%;
	font-weight: bold;
}
h6
{
	font-size: 90%;
	font-weight:normal;
}


.pageSubject {
	font-size:large;
}

.zoneTitle 
{
	width:100%;
	border: 1px dotted #F57216;
	background-color:#FEF7F4;
	margin:10px 0px;
}


/*------------------ formatação de links -------*/
a
{
	text-decoration:none;
	color:#2f2f2f;
	font-weight:bold;
}

a:hover
{
	color:#4f4f4f;
}


/*----------------- recursos de visualização e posicionamento ------------*/

.clrbth
{
	clear: both;
	margin-top:10px;
}

.hide 
{
	display: none;
	margin-top:10px;
}
/*
.nobullet li
{
	list-style-type:none;
}

*/
/*----------------------estrutura principal---------------------------*/

#mainbody
{
	background:url('../../Images/dgrfundo.gif') repeat-x 50% 0;
	_text-align:center;
}

#global 
{
	position: relative;
	z-index: 3;
	height:100%;
	margin:0 auto;
	_width:880px;
	max-width: 880px;
	min-width:800px;
	_text-align:left;
}

#menino
{
	position: absolute;
	width: 232px;
	height: 140px;
	z-index: 2;
	right:0px;
	top:10px;
	float:right;
	/*left: 0;
	top: 0;*/
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='image', src='http://net-mamma.com/Images/kidandmother.png');
	margin-top:7px;
	background-position:100% 0;

}
form>div#menino
{
	background-image:url('../../Images/kidandmother.png'); 
}

#netlogo
{
	width:355px;
	float:left;
	margin-top:30px;
	margin-left:4px;
	height:66px;
	z-index: 1;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='image', src='http://net-mamma.com/Images/en/netmammalogo.png');
	cursor:pointer;
	_cursor:hand;
	
}
form>div#netlogo
{
	background-image:url('../../Images/en/netmammalogo.png');
	background-position: 0 0;
}

#HMnuCtnr
{
	position: relative;
	padding: 8px .4% 0 .4%;
	z-index: 10;
	float:left;
	width:99.2%;
	height:25px;
	margin-top:14px;
	background: url('../../Images/bg.gif') repeat-x bottom;
	font-size:9pt;
	line-height:normal;
}

#corpo 
{
	padding: 15px 0;
}


#conteudo
{
	padding-top:0;
	padding-right:.4%;
	float:right;
	width:74.7%;
	text-align: justify;	
}

#sidecolumn 
{
	float:left;
	width:24.1%;
	_width:22%;
	padding:0 .5% 0 0;
}


/*----------------------  menu horizontal ---------------------------*/



#HMnuCtnr ul
{
	float:left;
	margin-top:0;
	white-space: nowrap;
	list-style-type:none;
}

#HMnuCtnr li
{
	float:left;
	_background:url(../../Images/left.gif) no-repeat left top;
	_filter: alpha(opacity=92);
	margin:0;
	padding-left:4px;
	white-space: nowrap;
}

form > #HMnuCtnr ul li
{
	background:url(../../Images/left.png) no-repeat left top;
	-moz-opacity: 0.92;
}

#HMnuCtnr a
{
	display:block;
	padding:5px 12px 5px 6px;
	font-weight:bold;
	text-decoration:none;
	color:#f57216;	
	_background:url(../../Images/right.gif) no-repeat right top;
	_filter: alpha(opacity=95);
	-moz-opacity: 0.95;
}

form > #HMnuCtnr a
{
	background:url(../../Images/right.png) no-repeat right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#HMnuCtnr a 
{
	float:none;
}
/* End IE5-Mac hack */

#HMnuCtnr a:hover
{
	color:#ff4707;
}

#HMnuCtnr #actual
{
	background:url(../../Images/left_on.gif) no-repeat left top;
	_filter: alpha(opacity=99);
	-moz-opacity: 0.99; 
}

#HMnuCtnr #actual a
{
	padding: 5px 15px 6px 6px;
	background:url(../../Images/right_on.gif) no-repeat right top;
	_filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	color:#f57216;	
}

/*----------------------menu lateral---------------------------*/

#menulateral
{
	float:left;
	width:192px;
	font-family:verdana;
}

.menuOut
{
	background-color:#ececec; 
	color:#ff6600;
}

.menuOver
{
	background-color:#f4f4f4;
	color:#ff822d;
}

.menuOut, .menuOver
{
	cursor:pointer;
	margin: 0;
	border-top:1px solid #fbfbfb;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:2px;
	text-align:left; 
	font-weight:bold; 
	font-size:105%;
}

.submenu, .submenu0
{
	font-style:normal;
	font-variant:normal;
	font-size:90%;
	padding-right:2px;
	padding-left:1px;
	text-align:left;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#f8f8f8;
}

.normalp
{
	margin-top:6px;
	margin-bottom:12px;
}

.narrowp
{
	margin-top:4px;
	margin-bottom:5px;
}

.submenu a, .submenu0 a
{
	font-weight:normal;
	text-decoration:none;
	color: #F57216;
}

.submenu a:hover, .submenu0 a:hover 
{
	color:#6f1d00; font-weight:normal;
}

#linkactual
{
	padding:2px;
}

#linkactual a
{
	font-size: 90%;
	font-weight: bold;
	color:#6f1d00
}

/*************** Tree view da ajuda a la Windows ***********/
.MenuAjuda

{
	border: 1px dotted #F57216;
	background-color:#ededed;
	padding-bottom:10px;
}

.TreeViewNode 
{
font-weight:normal;
font-size:x-small;
padding:2px 2px 1px ;
margin-left:5px;
display:block;
}
.TreeViewNode a 
{
 line-height:normal;
}


/*---------------------------------rodapé----------------------------*/

.prerodape
{
	font-size:80%;
	float:right;
	padding:0 4px;
	margin:5px 5px 10px;
	text-align:center;
	border: 1px dotted #F57216;
	background-color:#FEF7F4;
	_filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	/*display:none;*/
}

#rodape
{
	clear: both;
	width:100%;
	margin: 15px 0 0;
	padding:0;
	float:left;
	font-size:65%;
	/*text-align: left;*/
	color: #ccc;
	border-top:1px solid #ccc;
}


#rodape a
{
	color: #ccc;
	text-decoration:none;
}



/*#iframerodape
{
	height:60px;
	width:100%;
	border:0;
	margin:1px;
}

#iframecompras
{
	height:700px;
	width:100%;
	padding-left:60px;
}
*/

/*-------------------in-line frames--------------*/
/*#firami
{
	width:100%;
}
*/
/*------------------- ROBOTA -------------*/ 
.mktimpr
{
	position:absolute;
	top:-1000px;
	left:-1000px;
}


/*div {border:solid 1px red}*/


/* --------------- Form Styles -------------*/
.fieldName
{
	width:180px;
	height:28px;
	text-align:right;
	padding-right:10px;
	vertical-align:middle;
}