* { margin:0; padding:0; list-style:none; text-decoration:none; }

body {
	text-align:center;
	background-color:#BBBBBF;
	background-image:url(images/bgBody.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.general {
	margin:0 auto;
	width:976px;
}

.leftShadow {
	width:12px;
	background-image:url(images/shadowLeft.png);
	background-repeat:repeat-y;
	background-position:top right;
}

.rightShadow {
	width:12px;
	background-image:url(images/shadowRight.png);
	background-repeat:repeat-y;
	background-position:top left;
}

.bottomShadow {
	width:12px;
	background-image:url(images/shadowBottom.png);
	background-repeat:repeat-x;
	background-position:top;
}

.bottomLeftShadow {
	width:12px;
	background-image:url(images/shadowBottomLeft.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.bottomRightShadow {
	width:12px;
	background-image:url(images/shadowBottomRight.png);
	background-repeat:no-repeat;
	background-position:top left;
}

.corpo {
	width:952px;
	background-color:#FFF;
}

.leftPane {
	padding-right:5px;
}

.menu {
	background-image:url(images/bgMenu.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#6692B3;
	height:20px;
}

.footer {
	background-image:url(images/bgFooter.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:40px;
	font-size:11px;
	color:#004B79;	
}

.footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004B79;
	font-weight:normal;	
}

.footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004B79;
	font-weight:normal;	
}

.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004B79;
	text-decoration:underline;
	font-weight:normal;
}

.Copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004B79;
}

/***** INTERNAL PAGE ******/

.inContentPane {
	padding:5px 5px 0 5px;
}

.inBottomCenterPane {
	padding:5px 5px 0 0;
}

.inSidePanes {
	padding-top:5px;
}

.inBottomPane {
	padding:5px 0 5px 0;
}

/******** SOLPART MENU *********/

.MainMenu_MenuIcon,.MainMenu_MenuArrow {
	display:none;
}

.MainMenu_MenuItem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
}

.MainMenu_MenuItem td {
	padding:1px 15px 1px 15px;
	color:#FFF;	
}

.MainMenu_MenuItemSel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	background-color:#BECCE6;	
	color:#004B79;		
}

.MainMenu_MenuItemSel td {
	padding:1px 15px 1px 15px;
}

.MainMenu_SubMenu {
	background-color:#7694CB;
	border:1px solid #004B79;
	color:#004B79;			
}

.MainMenu_SubMenu td {
	border:none;
	padding:3px;
}

.MainMenu_SubMenuItemSel {
	background-color:#004B79;
}

.MainMenu_SubMenuItemSel td {
	color:#FFF;	
}

.MainMenu_MenuBreak {
	border:none;
	background-color:transparent;
}

div#bbrrs {
	width:828px;
	height:20px;
	float:left;
	font-size:12px;
	margin-left: 10px;
	padding-left: 10px;
	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;
	font-size:12px;
}
/* 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;
	font-size:12px;
}

A.SkinItem:hover
{
    text-decoration: none;
    color: #ffffff;
}

