/* @override http://intranet.buzz-id.com/www.ermidabelem.com/teste/css/base.css */

@charset "utf-8";

/* CSS Document */

/***********************************************************************************************************************
 Reset Elements
************************************************************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

.clear {
	clear: both;
}

/***********************************************************************************************************************
 Fonts
************************************************************************************************************************/

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pts55f-webfont.eot');
    src: url('../fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts55f-webfont.woff') format('woff'),
         url('../fonts/pts55f-webfont.ttf') format('truetype'),
         url('../fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('../fonts/pts56f-webfont.eot');
    src: url('../fonts/pts56f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts56f-webfont.woff') format('woff'),
         url('../fonts/pts56f-webfont.ttf') format('truetype'),
         url('../fonts/pts56f-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold';
    src: url('../fonts/pts75f-webfont.eot');
    src: url('../fonts/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts75f-webfont.woff') format('woff'),
         url('../fonts/pts75f-webfont.ttf') format('truetype'),
         url('../fonts/pts75f-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('../fonts/pts76f-webfont.eot');
    src: url('../fonts/pts76f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts76f-webfont.woff') format('woff'),
         url('../fonts/pts76f-webfont.ttf') format('truetype'),
         url('../fonts/pts76f-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/***********************************************************************************************************************
 Basic Elements
************************************************************************************************************************/

body {
	color: #363c48;
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	background-color: #f7f8f0;
	font-size: 14px;
	margin: 0px; 
	width: 100%;
}


a {
	cursor:pointer;
	outline:0 none;
}

p {
	color: #343434;
	line-height:1.4em;
}

p a {
	border-bottom: 1px #ffae00 dotted;
	color: #ffae00;
	text-decoration: none;
}

p a:hover {
	border-bottom: 1px #363c48 dotted;
	color: #363c48;
	text-decoration: none;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px; 
}


/***********************************************************************************************************************
 Layout Containers
************************************************************************************************************************/

.EZ_lineTop {
	background: #1b1b1d url(../images/bgTileTopHeader.gif) top left repeat-x;
	height: 5px;
    width: 100%;
}

img.arrowLogin {
	margin-left: 8px;
}

img.icFb {
	margin: 0px 0px -6px 8px;
}

.EZ_barMenuBottom {
	background-color: #DEDEDE;
	height: 7px;
	margin-bottom: 20px;
	width: 960px;	
}

.EZ_containerImg {
	float: left;
	clear: both;
	margin:0px 12px 4px 0px;
}

.EZ_containerImgLeft {
	float: left;
	clear: both;
	margin:0px 16px 16px 0px;
}

.EZ_containerImgRight {
	float: right;
	clear: both;
	margin:0px 0px 16px 16px;
}

.EZ_helpTipsBox {
	background: #edf0a8 url(../images/arrowBoxToolTip.png) no-repeat left center;
	padding: 10px 10px 10px 28px;
}

/* --------------------- Dividers -------------------- */

.EZ_containerDividerH {
	clear: both;
	height: 20px;
}

.EZ_containerDividerSmallH {
	clear: both;
	height: 10px;
}

/* --------------------- Header -------------------- */

.EZ_wrapperHeader {
	background-color: #1b1b1d;
	clear: both;
    width: 100%;
}

#EZ_header {
	height: 86px;
    margin: 0px auto;
	width: 960px;
}

#EZ_header .logo {
	float: left;
	height: 56px;
    margin: 14px 20px 0px 0px;
}

#EZ_header .search {
	background: url(../images/bgDividerHgray.gif) repeat-y right;
	float: left;
    margin-top: 38px;
	width: 362px;
}

#EZ_header .login {
	border-left: 1px solid #CCC;
	float: left;
    margin-top: 24px;
	padding-left:24px;
}

#EZ_header .nav {
	float: left;
    margin: 38px 0px 0px 40px;
}

#EZ_header .fb {
	float: right;
    margin: 34px 0px 0px 10px;
	width: 85px;
}

.EZ_wrapperHeaderNav {
	clear: both;
	background: url(../images/bgNavTop.gif) repeat-x bottom;
    width: 100%;
}

#EZ_headerNav {
	background-color: #DEDEDE;
	height: 42px;
    margin: 0px auto;
	width: 960px;	
}


#EZ_headerNav .menu {
	background-color: #DEDEDE;
	float: left;
	height: 42px;
    padding: 0px 20px;
}

/* --------------------- Body -------------------- */

.EZ_wrapperBody {
	clear: both;
    width: 100%;
}

#EZ_body {
	background-color: #FFF;
    margin: 0px auto 30px auto;
    padding-bottom: 20px;
	width: 960px;
	
	/* -- CSS3 --*/
	-webkit-box-shadow:0px 10px 20px rgba(0, 0, 0, 0.28);
	-moz-box-shadow:0px 10px 20px rgba(0, 0, 0, 0.28);
	box-shadow:0px 10px 20px rgba(0, 0, 0, 0.28);
}

#EZ_body .left {
	float: left;
	margin: 0px 40px 10px 20px;
	width: 640px;
}

#EZ_body .right {
	float:left;
	margin-right: 20px;
	width: 240px;
}


#EZ_body .containerNewsHalf {
	float:left;
	margin-bottom: 10px; 
	width: 290px;
	padding-right:20px; 
}

#EZ_body .containerNewsHalfLast {
	float:left;
	margin-bottom: 10px;
	padding-left:20px; 
	width: 290px;
}

/* --------------------- Footer -------------------- */

#EZ_footer {
	clear: both;
	background-color: #000;
	margin: 0px 20px 0px 20px;
	padding: 10px 15px;
	width: 890px;
}

/***********************************************************************************************************************
 Typography
************************************************************************************************************************/

/* --------------------- Titles -------------------- */

.EZ_titleBig {
	border-bottom: 1px dotted #363c48;
	color: #545454;
	font-family: 'pt_sansbold', Arial, Verdana, sans-serif;
	font-size: 30px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}

.EZ_title {
	border-bottom: 1px dotted #363c48;
	color: #363c48;
	font-family: 'pt_regular', Arial, Verdana, sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	text-decoration: none;
}

.EZ_title a {
	color: #363c48;
	text-decoration: none;
}

.EZ_title a:hover {
	color: #ffae00;
	text-decoration: none;
}

.EZ_titleContent {
	color: #363c48;
	font-family: 'pt_regular', Arial, Verdana, sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	text-decoration: none;
}

.EZ_titleContent a {
	color: #363c48;
	text-decoration: none;
}

.EZ_titleContent a:hover {
	color: #ffae00;
	text-decoration: none;
}

.EZ_titleHighLight {
	color: #363c48;
	font-family: 'pt_regular', Arial, Verdana, sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	text-decoration: none;
}

.EZ_titleHighLight a {
	color: #363c48;
	text-decoration: none;
}

.EZ_titleHighLight a:hover {
	border-bottom: 1px dotted #ffae00;
	color: #ffae00;
	text-decoration: none;
}


/* --------------------- Lead -------------------- */

.EZ_lead {
	color: #5c5c5c;
	font-family: 'pt_regular', Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
	text-decoration: none;
}

.EZ_lead a {
	border-bottom: 1px dotted #ffae00;
	color: #ffae00;
	font-weight: normal;
	text-decoration: none;
}

.EZ_lead a:hover {
	border-bottom: 1px dotted #363c48;
	color: #363c48;
	text-decoration: none;
}

.EZ_leadHighLight {
	color: #5c5c5c;
	font-family: 'pt_regular', Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-decoration: none;
}

.EZ_leadHighLight a {
	border-bottom: 1px dotted #ffae00;
	color: #ffae00;
	font-weight: normal;
	text-decoration: none;
}

.EZ_leadHighLight a:hover {
	border-bottom: 1px dotted #363c48;
	color: #363c48;
	text-decoration: none;
}

/* --------------------- Text -------------------- */

.EZ_textLogin {
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 5px;
	text-decoration: none;
}

.EZ_textLogin a {
	color: #FFF;
	text-decoration: none;
}

.EZ_textLogin a:hover {
	border-bottom: 1px dotted #ffae00;
	color: #ffae00;
	text-decoration: none;
}

.EZ_textNavHeader {
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	color: #d2d2d2;
	font-size: 12px;
	margin-bottom: 5px;
	text-decoration: none;
}

.EZ_textNavHeader a {
	color: #d2d2d2;
	text-decoration: none;
}

.EZ_textNavHeader a:hover {
	border-bottom: 1px dotted #ffae00;
	color: #ffae00;
	text-decoration: none;
}

.EZ_textTips {
	color: #363c48;
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	text-decoration: none;
}

/* --------------------- Small Text -------------------- */

.EZ_smallTextHighLight {
	color: #ffae00;
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	text-decoration: none;
}

.EZ_smallTextHighLight a {
	color: #ffae00;
	text-decoration: none;
}

.EZ_smallTextHighLight a:hover {
	border-bottom: 1px dotted #ffae00;
	color: #ffae00;
	text-decoration: none;
}

.EZ_smallTxtSection {
	color: #5c5c5c;
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	margin-bottom: 4px;
	text-decoration: none;
}

.EZ_smallTxtSection a {
	color: #5c5c5c;
	text-decoration: none;
}

.EZ_smallTxtSection a:hover {
	border-bottom: 1px dotted #363c48;
	color: #363c48;
	text-decoration: none;
}

.EZ_smallTxtCopyright {
	color: #737370;
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 2px;
	text-decoration: none;
}

.EZ_smallTxtCopyright a {
	border-bottom: 1px dotted #737370;
	color: #737370;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.EZ_smallTxtCopyright a:hover {
	border-bottom: 1px dotted #CCC;
	color: #CCC;
	text-decoration: none;
}

/* --------------------- path -------------------- */

.EZ_pathCab {
    border-bottom: 1px dotted #CCC;
    color: #363c48;
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.EZ_pathCab a {
    color: #363c48;
    text-decoration: none;
}

.EZ_pathCab a:hover {
    border-bottom: 1px dotted #000;
    color: #000;
}

/* --------------------- text bullet -------------------- */

.EZ_textBullet {
    background-color: #FFAE00;
    color: #000;
    font-size: 14px;
    float:left;
    margin-bottom: 5px;
    padding: 5px 9px 5px 9px;

    /*** CSS3 Shape ***/
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

/***********************************************************************************************************************
 News headers
************************************************************************************************************************/

.EZ_cabNewsDstkSecund{
	color: #363c48;
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
	font-size: 28px;
	margin-bottom: 18px;
	text-decoration: none;
}

/***********************************************************************************************************************
 List page navigator
************************************************************************************************************************/

.EZ_pageNav {
    background-color: #ecf0dc;
    clear: both;
	font-family: 'pt_sansregular', Arial, Verdana, sans-serif;
    font-size: 10px;
    height: 30px;
    letter-spacing: -1px;
    line-height: 100%;
    margin-top: 0px;
    right: 22px;
}

.EZ_pageNav .current {
    background-color: #ffae00;
    color: #FFF;
    margin-top: 5px;
}

.EZ_pageNav a, .pageNav span {
    background-color: #FFF;
    color: #343434;
    display: block;
    float: left;
    height: 15px;
    margin: 5px 0 20px 5px;
    padding: 5px 0 0;
    text-align: center;
    text-decoration: none;
    width: 22px;
}

.EZ_pageNav a:hover {
    background-color: #ffae00;
    color: #FFF;
}

/***********************************************************************************************************************
 Button
************************************************************************************************************************/

#EZ_button_submit {
    background: url("../images/fdButtonOrange.gif") repeat-x scroll 0 0 #febe1a;
    border: 2px solid #febe1a;
    color: #FFF;
	font-family: 'pt_sansbold', Arial, Verdana, sans-serif;
    font-size: 20px;
    padding: 12px 10px 12px;
    text-shadow: 0 -1px 0 #dc8300;
    width: 200px;
    
	/*** CSS3 Shape ***/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#EZ_button_submit::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

#EZ_button_submit:hover, #EZ_signin_submit:focus {
    background-position: 0 -47px;
    cursor: pointer;
}

#EZ_button_submitMedium {
    background: url("../images/fdButtonOrange.gif") repeat-x scroll 0 0 #febe1a;
    border: 2px solid #febe1a;
    color: #FFF;
	font-family: 'pt_sansbold', Arial, Verdana, sans-serif;
    font-size: 16px;
    padding: 8px 10px 8px;
    text-shadow: 0 -1px 0 #dc8300;
    width: 140px;
    
	/*** CSS3 Shape ***/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#EZ_button_submitMedium::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

#EZ_button_submitMedium:hover, #EZ_signin_submitMedium:focus {
    background-position: 0 -47px;
    cursor: pointer;
}

/***********************************************************************************************************************
 form
************************************************************************************************************************/

.EZ_signinTable {
	display: table;
}

.EZ_signinTable .label {
	color: #343434;
	float:left;
    font-family: 'pt_sansregular',Arial,Verdana,sans-serif;
    font-size: 14px;
    padding: 7px 10px 0px 0px;
	width: 200px;
}

.EZ_signinTable .form {
    float: left;
}

.EZ_signinTable .form input[type="text"], .EZ_signinTable .form input[type="password"], .EZ_signinTable .form textarea {
	border: 1px solid #AACCEE;
	color: #000;
	font-family: 'pt_sansregular',Arial,Verdana,sans-serif;
	font-size: 16px;
	padding: 5px;
	width: 350px;
}

.EZ_signinTable .form select {
	border: 1px solid #AACCEE;
	color:#000;
    font-family: 'pt_sansregular',Arial,Verdana,sans-serif;
    font-size: 16px;
    padding: 5px;
    width: 60px;
}


