/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	margin: 0px;
 	padding: 0px;
	font-family: Arial,sans-serif;
	background: #cccccc url("bg_grad3.jpg") repeat;
	text-align: center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
	font-size: 12px;
	
}

a:hover{
	text-decoration: underline;
	
}

a.StatusLabel{
	color:#f7f792;
	font-weight:bold;
	text-decoration: none;
	font-size: 12px;
	
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

 
#geral {
	width: 660px;
	margin: 0 auto;
	
           }                   /*as margens esquerda e direita automticas */

/************* globalNav styles ****************/

a.InfoBar{ 
color:#FFFFFF;
text-decoration: none;

}

a.glink, a.glink:visited{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
	
}

.skipLinks {
	display: none;
	
}

/************ subglobalNav styles **************/

.subglobalNav{
	position:absolute;
	color: #ffffff;
	visibility:hidden;
	top: 121px;
	width: 620px;
	left: 133px;
	z-index: 9;
	
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 70%;
	color: #f7f792;
	
}

.subglobalNav a:hover{
	color: #cccccc;
	
}

ul {
	list-style-image: url(/deportal/Images/Bullet.GIF);	
}
