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;
	text-align:center;
	background:url(bar_top.jpg) repeat-x top #000000;
}
*{
	margin:0;
	padding:0;
}
html,body{
   margin:0;
   padding:0;
}
p {
	display: inline;
	color:#333333;
	font-size:12px;
	color:#FFFFFF;
}

/*
|-------------------------------|
|		Panes Style            |
|-------------------------------|
*/
#wrap{
	margin:auto;
	margin-top:18px;
	text-align:left;
	width:1000px;
	/*border:1px solid #ffffff;*/
}
#top{
	width:1000px;
	height:auto;
}
.topBar{
	width:1000px;
	height:19px;
}
.menu_user{
	float:right;
	width:150px;
	height:30px;
	text-align:center;
	color:#FFFFFF;
}
.logoPane{
	width:1000px;
	height:100px;
	clear:both;
}
.map{
	width:984px;
	height:14px;
	color:#FFFFFF;
	text-transform:capitalize;
	clear: both;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	text-align: right;
}

.contentArea{
	margin:0;
	padding:0;
}
.contentArea_2{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}
.contentPane{
	width:1000px;
	height:auto;
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
contentPaneLeft{
	width:773px;
	height:auto;
	margin:0 0 15px 0;
	float:right;
}
.bottomPane{
	width:1000px;
	background-color:#4d4d4d;
	clear:both;
	float: left;
	*float: none;
	_float: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;	/*padding:10px;*/
}
	.aPane{
		width:420px;
		float:left;
		padding:10px;
		background-color:#4d4d4d;
	}
	.aPane p{
		color:#FFFFFF;
		font-size:12px;
		line-height:18px;
	}
	.bPane{
		width:500px;
		float:left;
		padding:10px;
		background-color:#4d4d4d;
		margin:0 0 0 35px;
	}
	/*.cPane{
		width:250px;
		height:150px;
		float:right;
		padding:10px;
		background-color:#4d4d4d;
	}*/

.partnersPane{
	clear:both;
	float: left;
	*float: none;
	_float: none;
	height:40px;
	background-color:#252525;
	text-align:center;
	width: 950px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.partnersPane img{
	margin:0 13px;
}
.leftPane{
	float:left;
	width:190px;
	/*background-image:url(leftbar.jpg);
	background-repeat:repeat-y;*/
	background-color:#CCCCCC;
	padding:8px;
	margin:0 20px 0 0;
	height:auto;
	/*text*/
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}
.TitlePane{
	margin:0;
	padding:0;
	width:1000px;
	height:auto;
}
.rightPane{
	float:right;
	width:698px;
}
#footer{
	text-align:center;
	margin:20px 0;
	color:#ffffff;
	clear:both;
}

/*
-------------------------------|
Set default font for modules   |
-------------------------------|
*/
.Normal, .NormalDisabled, .NormalBold
{
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-align: justify;
}

.NormalRed, .NormalTextBox {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
}

/* ================================
style for module titles
================================ */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF; /* 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 /*vai ser usado para titulo das paginas junto com o container TitlePages*/
{
	text-transform:uppercase;
	color:#000000;
	font-size:20px;
	font-style:italic;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
}
H2
{
	text-transform:uppercase;
	color:#333333;
	font-size:18px;
	padding:0 0 0 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
}
h2 span{
	font-size:14px;
}
.bottomPane h2{
	text-transform:uppercase;
	color:#ffffff;
	font-size:18px;
	padding:0 0 0 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;

}
H3
{
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

H4
{
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0px;
}

H5, DT
{
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0px;
}

H6
{
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0px;
}

/* ------------------------
Links format added for opera browser  ----- ESTILO DE LINKS INSEIDOS DENTRO DO MÓDULO  "TEXT/HTML"
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #ffffff;
}
.Normal A:hover
{
    text-decoration: underline;
    color: #ffffff;
}

/* 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: underline;
	color: #FFFFFF;
}

A.SkinItem:hover
{
    text-decoration: none;
    color: #FF0000;
}


/*  NavMenu styles start here */


#navHContainer {
	/*position:absolute;
    left:232px;
    top:160px;
	*top:130px;*/
    display:block;
	background-color:#333333;
	width:1000px;
	text-align:left;
	text-transform:uppercase;
	height: 31px;
}

#nav ul {
	margin:0;
	list-style:none;
	float:left;
	width:100%;
	padding: 0px;
	z-index:9998;
}

#nav li {
	  position: relative;
	  float:left;
	  line-height : 1.3em;
	  list-style: none;
	  min-width:65px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	margin:16px 0 0 0;
	left: -999em;
	width:12em;
	background-color: #333333;
	z-index:9999;
}


#nav a {
	font-size:12px;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	background-color:#333333;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#nav /*li*/ a:hover {
	font-size:12px;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	background-color:#ff0000;
	padding:8px;
}
/*
#nav li li a {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	background-color:#333333;
	border:0;
}

#nav li li a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
*/
#nav li li {
	padding: 0px;
	width:12em;
}



#nav li a.SelectedTab {
    color:#FFFFFF;
	background-color:#ff0000;
	font-weight: bold;
}

#nav li.SelectedTab a {
    color:#FFFFFF;
	background-color:#ff0000;
	font-weight: bold;
}


/* REGRAS PARA SELECTED SUB MENU */

#nav li.SelectedTab ul { /* second-level lists */
	position : absolute;
	margin:16px 0 0 0;
	left: -999em;
	width:12em;
	background-color: #333333;
	z-index:9999;
}

#nav li.SelectedTab li { /* second-level lists */
}

#nav li.SelectedTab li a {
    font-size:12px;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	background-color:#333333;
	padding: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}

#nav li.SelectedTab li a:hover {
    font-size:12px;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	background-color:#ff0000;
	padding:8px;
}

#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.iehover ul {
	top: 1.3em;
	left:0;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.iehover ul,  
#nav li li li.iehover ul {
	top: 0;
	left:12.8em;
}

/*/nav menu*/

