/* CSS Document */

/* GERAIS */
/***********************************************/
body {
	margin:0px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	background: #3C3C3A url(/img/background.jpg) repeat-x center top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border-style: none;
}

a:visited, a:link, a:active {
	color:#689122;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color:#689122;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1.hhidden, h2.hhidden, h3.hhidden, h4.hhidden, h5.hhidden, h6.hhidden {
display:none;
}

/* SITE */
/***********************************************/

.top {
	height: 159px;
	vertical-align:top;
}

.middle {
	height: 360px;
	vertical-align:top;
}

.middle_two {
	height: 210px;
	vertical-align:top;
}

.z1_home {
	position:absolute;
	width: 630px;
	height: 330px;
	padding: 10px;
	background:url(/img/back_middle.png) repeat-x left top;
	margin-left: 0px;
	margin-top: 0px;
	overflow:hidden;
	background-image: url(/img/back_middle.png);
}

.z2_home {
	position:absolute;
	width: 260px;
	height: 330px;
	padding: 10px;
	background:url(/img/back_middle.png) repeat-x left top;
	margin-left: 660px;
	margin-top: 0px;
}

.inside_left {
	background: #FFFFFF url(/img/left_inside.png) repeat-y left top;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align:top;
}

.inside_right {
	background: #FFFFFF;
	padding-bottom: 10px;	
	vertical-align:top;	
}

.z2_inside {
	width:660px;
	height: 180px;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}

.back_menu {
	position:absolute;
	width:710px;
	height: 50px;
	margin-left: 224px;
	margin-top: 88px;
	background: url(/img/back_menu.png) no-repeat center top;
}

.logo {
	position: absolute;
	width: 200px;	
	height: 71px;
	margin-top: 14px;
	margin-left: 10px;
}

.logo img {
	border-width: 0px;
}

.back_login {
	position:absolute;
	width: 350px;
	height: 81px;
	margin-top: 0px;
	margin-left: 530px;
	background: url(/img/back_login.png) repeat-x left top;	
	vertical-align:top;
}

.back_language {
	position:absolute;
	width: 50px;
	height: 81px;
	margin-top: 0px;
	margin-left: 890px;
	background: url(/img/back_login.png) repeat-x left top;	
}

.en_language {
	position:absolute;
	width: 30px;
	height: 30px;
	margin-top: 14px;
	margin-left: 9px;
}

.es_language {
	position:absolute;
	width: 30px;
	height: 30px;
	margin-top: 46px;
	margin-left: 9px;
}

.search {
	position:absolute;
	width: 244px;
	margin-top: 97px;
	margin-left: 696px;
	z-index: 1000;
}	

/* Search */
/***********************************************/

.td_search {
	padding: 8px 5px;
	background: #F7F7F7;
	border-bottom: 2px solid #FFFFFF;
}	
	

/* NAVEGAÇÃO AUXILIAR */
/***********************************************/

.nav_aux {
	border-bottom: 1px dotted #7C7C77;
	background: url(/img/arrow_nav.png) no-repeat left center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;		
}

.nav_aux a:link, .nav_aux a:visited, .nav_aux a:active {
	text-decoration:none;
	color: #BEBDB5;
	font-size: 12px;
}

.nav_aux a:hover {
	text-decoration:underline;
	color: #BEBDB5;
	font-size: 12px;	
}

/* FOOTER */
/***********************************************/

.footer {
	text-decoration:none;
	font-size: 12px;
	height: 70px;
	color: #000000;
	background: url(/img/back_footer.jpg) no-repeat left top;
}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:none;
	color: #000000;
	font-size: 12px;	
}

.footer a:hover {
	text-decoration:underline;
	color: #000000;
	font-size: 12px;	
}

/* RECORDS */

.records {
	padding: 10px;
}

/*TITLES*/
/***********************************************/

.titles {
	text-decoration:none;
	background-color: #92CC30;
	color:  #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.titles_green {
	text-decoration:none;
	color:  #2C2C2B;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-bottom: 10px;
	text-transform:uppercase;
	border-bottom: 4px solid #93CD30;
}

.titles_grey {
	text-decoration:none;
	color:  #2C2C2B;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 8px;
	text-transform:uppercase;
	border-bottom: 4px solid #CECECE;
}

.titles_tobacco {
	text-decoration:none;
	color:  #2C2C2B;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-bottom: 14px;
	text-transform:uppercase;
}

.titles_nav {
	text-decoration:none;
	color:  #BEBDB5;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom: 4px solid #93CD30;
}

/*CONTEUDO*/
/***********************************************/

.back_conteudo {
	background: url(/img/back_container.png) no-repeat center top;
	padding-top: 20px;
	vertical-align:top;
}

.conteudos {
	padding: 20px 20px 30px;
	line-height: 18px;
}

.conteudos_form {
	padding: 20px 20px 0px;
	line-height: 18px;
}

.conteudos li {
	padding: 5px 0px;
}

.txt_bold {
	color:  #689122;
	font: bold 14px Arial, Helvetica, sans-serif;
}

/*NOTICIAS*/
/***********************************************/

.title_news {
	text-decoration:none;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #689122;
}

.title_news:link, .title_news:visited, .title_news:active {
	text-decoration:none;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #689122;	
}

.title_news:hover {
	text-decoration:underline;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #689122;
}

.title_news_span {
	text-decoration:none;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #689122;	
}

.conteudo_news {
	padding: 0px 20px 10px;
	line-height: 18px;
	background: url(/img/dotted_news.jpg) no-repeat center bottom;
}

.conteudo_news_title {
	padding: 20px 20px 5px;
	line-height: 18px;
}

.conteudo_news_button {
	padding: 0px 20px 10px;
	line-height: 18px;
}

.news_img {
	border: 1px solid #EBE8E0;
	background: #FFFFFF;
	padding: 10px;
}

.news_img_left {
	border: 1px solid #EBE8E0;
	background: #FFFFFF;
	padding: 10px 10px 20px;
	float: left;	
	margin-right: 10px;
}

.news_img_right {
	border: 1px solid #EBE8E0;
	background: #FFFFFF;
	padding: 10px 10px 20px;
	float: right;	
	margin-left: 10px;	
}

/*FORMS*/
/***********************************************/

.btn_info {
	width: 101px;
	background: #B38E64 url(/img/btn_info.png) no-repeat left top;
	border-style: none;
	height: 20px;
	cursor: hand;	
}

.cx_forms {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 490px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 5px;
	border: 1px solid #D1CBC0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cx_forms_htj {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 300px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 5px;
	border: 1px solid #D1CBC0;
	margin-top: 5px;
	margin-bottom: 5px;
}


.cx_forms_agm {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 250px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 5px;
	border: 1px solid #D1CBC0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cx_forms_big {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 550px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 5px;
	border: 1px solid #D1CBC0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cx_forms_small {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 148px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 5px;
	border: 1px solid #D1CBC0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cx_forms_lg {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 312px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	padding-bottom: 5px;
	border: 1px solid #D1CBC0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.padding_forms_label {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;	
}

.padding_forms_label_htj {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;	
	background: #F7F7F7;
}

.padding_forms_htj {
	font: 12px Arial, Helvetica, sans-serif;
	color: #645449;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	background: #F7F7F7;	
}

.asterisco {
	color: #689122;
	font-weight:bold;
	font-size: 18px;
}

.padding_forms {
	font: 12px Arial, Helvetica, sans-serif;
	color: #645449;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}

.btn_send_en {
	background: url(/img/btn_send_en.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

.btn_send_es {
	background: url(/img/btn_send_es.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

.btn_other_delegate {
	background: url(/img/btn_other_delegate.jpg) no-repeat left top;
	height: 27px;
	width: 222px;
	border: 0px none #FFFFFF;
	cursor: hand;
	font: 11px Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

/* NEWSLETTER */
/***********************************************/

.title_newsletter {
	text-decoration:none;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #689122;	
}

.cx_newsletter {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 155px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #D7D7D7;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.newsletter_cx {
	width: 230px;
	background: #D7D7D7;
	padding: 5px;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}

.newsletter_padding {
	padding-top: 5px;
	line-height: 20px;
}

.newsletter_en_signup {
	background: url(/img/en_sign_up.jpg) no-repeat left top;
	height: 20px;
	width: 62px;
	border: 0px none #FFFFFF;
	cursor: hand;		
}

.newsletter_es_signup {
	background: url(/img/es_sign_up.jpg) no-repeat left top;
	height: 20px;
	width: 62px;
	border: 0px none #FFFFFF;
	cursor: hand;		
}

.newsletter_en_more_information {
	background: url(/img/en_more_information.jpg) no-repeat left top;
	height: 20px;
	width: 107px;
	border: 0px none #FFFFFF;
	cursor: hand;		
}

.newsletter_es_more_information {
	background: url(/img/es_more_information.jpg) no-repeat left top;
	height: 20px;
	width: 107px;
	border: 0px none #FFFFFF;
	cursor: hand;		
}

.back_newsletter {
	background: url(/img/back_newsletter.png) no-repeat left top;
	height: 250px;
	width: 600px;
	border: 1px solid #D7D7D7;		
}

.btn_subscribe_en {
	background: url(/img/btn_subscribe_en.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

.btn_subscribe_es {
	background: url(/img/btn_subscribe_en.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

.btn_confirm_en {
	background: url(/img/btn_confirm_en.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

.btn_confirm_es {
	background: url(/img/btn_confirm_en.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

/* LOGIN */
/***********************************************/

.login_cx {
	width: 100px;
	background: #D7D7D7;
	padding: 5px;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}

.login_en {
	background: url(/img/en_login.jpg) no-repeat left top;
	height: 23px;
	width: 55px;
	border: 0px none #FFFFFF;
	cursor: hand;		
}

.reserved_area_en {
	background: url(/img/btn_reserved_area_en.jpg) no-repeat left top;
	height: 23px;
	width: 100px;
	border: 0px none #FFFFFF;
	cursor: hand;		
}

.reserved_area_es {
	background: url(/img/btn_reserved_area_es.jpg) no-repeat left top;
	height: 23px;
	width: 100px;
	border: 0px none #FFFFFF;
	cursor: hand;		
}

.logout {
	background: url(/img/btn_logout.jpg) no-repeat left top;
	height: 23px;
	width: 55px;
	border: 0px none #FFFFFF;
	cursor: hand;		
}

.cx_login {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	width: 155px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #D7D7D7;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.back_forms {
	background: url(/img/back_forms.png) no-repeat left top;
	height: 250px;
	width: 600px;
	border: 1px solid #D7D7D7;	
}

.back_password {
	background: url(/img/back_password.png) no-repeat left top;
	height: 250px;
	width: 600px;
	border: 1px solid #D7D7D7;	
}

.back_right {
	background: url(/img/back_right.png) no-repeat left top;
	height: 250px;
	width: 600px;
	border: 1px solid #D7D7D7;	
}

.back_error {
	background: url(/img/back_error.png) no-repeat left top;
	height: 250px;
	width: 600px;
	border: 1px solid #D7D7D7;
}

.btn_login2 {
	background: url(/img/btn_login.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

.btn_recover_en {
	background: url(/img/btn_recover_en.jpg) no-repeat left top;
	height: 18px;
	width: 120px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

.btn_recover_es {
	background: url(/img/btn_recover_es.jpg) no-repeat left top;
	height: 18px;
	width: 120px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

.btn_reset_en {
	background: url(/img/btn_reset_en.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

.btn_reset_es {
	background: url(/img/btn_reset_es.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;	
}

.btn_modify_en {
	background: url(/img/btn_modify_en.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;	
	margin-top: 5px;		
}

.btn_modify_es {
	background: url(/img/btn_modify_es.jpg) no-repeat left top;
	height: 18px;
	width: 80px;
	border: 0px none #FFFFFF;
	cursor: hand;		
	margin-top: 5px;	
}

/* SEARCH */
/***********************************************/

.search_cx {
	width: 135px;
	background: #FFFFFF url(/img/search.jpg) no-repeat 5px center;
	padding: 2px 5px 2px 20px;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #F3F3F3;
}

.search_en {
	background: url(/img/en_search.jpg) no-repeat left top;
	height: 20px;
	width: 54px;
	border: 0px none #FFFFFF;
	cursor: hand;		
}

.search_es {
	background: url(/img/es_search.jpg) no-repeat left top;
	height: 20px;
	width: 54px;
	border: 0px none #FFFFFF;
	cursor: hand;		
}

/* BREADCRUMB */
/***********************************************/

.breadcrumb {
	height: 40px;
	padding-left: 15px;
	color:#70706C;
	z-index: 100;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: url(/img/breadcrumb.png) repeat-x left top;
	border-bottom: 2px solid #D7D7D7;
}	

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	text-decoration:none;
	color:#87BD2D;
	font-size: 12px;	
}

.breadcrumb a:hover {
	text-decoration:underline;
	color:#87BD2D;
	font-size: 12px;	
}

/* RECORDS
/***********************************************/
.conteudo_records {
	padding: 10px 20px;
	line-height: 18px;
}

/* LEFTNAV
/***********************************************/

.title_menu_lateral {
	text-decoration:none;
	color:  #2C2C2B;
	padding-top: 10px;
	padding-bottom: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #93CD30;
	text-transform:uppercase;
}

.leftnav {
	/*float:left;*/
	width: 250px;
	display: block;
	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;	
}

.leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.leftnav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #7C7C77;
}

.leftnav ul li div{
	background: url(/img/arrow_leftnav.png) no-repeat 5px center;
	color: #ADA9A3;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;	
	width: 220px;
}

.leftnav ul li a:link, .leftnav ul li a:visited, .leftnav ul li a:active {
	color: #7D6F65;
	text-decoration:none;
	padding-left: 20px;
	padding-right: 10px;
	width: 220px;
	background: #EDF8DE url(/img/arrow_leftnav.png) no-repeat 5px 12px;
}

.leftnav ul li a:hover {
	color: #54751C;
	text-decoration:none;
	padding-left: 20px;
	padding-right: 10px;
	width: 220px;
	background: #EDF8DE url(/img/arrow_leftnav.png) no-repeat 5px 12px;
}

.leftnav ul li a.level1active:link, .leftnav ul li a.level1active:visited, .leftnav ul li a.level1active:active, .leftnav ul li a.level1active:hover {
	text-decoration:none;
	color: #54751C;
	font-weight: bold;
	background: #D3EBAB url(/img/arrow_leftnav.png) no-repeat 5px 12px;
}

.leftnav ul li a.level2active:link, .leftnav ul li a.level2active:visited, .leftnav ul li a.level2active:active, .leftnav ul li a.level2active:hover {
	padding-left: 40px;
	padding-right: 10px;
	width: 200px;
	text-decoration:none;
	color: #54751C;
	font-weight: bold;
	background: #D3EBAB url(/img/arrow_leftnav.png) no-repeat 25px 12px;
}

.leftnav ul li a.level3active:link, .leftnav ul li a.level3active:visited, .leftnav ul li a.level3active:active, .leftnav ul li a.level3active:hover {
	padding-left: 60px;
	padding-right: 10px;
	width: 180px;
	text-decoration:none;
	color: #54751C;
	font-weight: bold;
	background: #D3EBAB url(/img/arrow_leftnav.png) no-repeat 45px 12px;
}

.leftnav ul li a.level4active:link, .leftnav ul li a.level4active:visited, .leftnav ul li a.level4active:active, .leftnav ul li a.level4active:hover {
	padding-left: 80px;
	padding-right: 10px;
	width: 160px;
	text-decoration:none;
	color: #54751C;
	font-weight: bold;
	background: #D3EBAB url(/img/arrow_leftnav.png) no-repeat 65px 12px;
}

.leftnav ul li a {
	padding: 8px 10px;
	display: block;
	text-decoration: none;
	margin: 0;
	color: #FFFFFF;
}

.leftnav ul li a.level2:link, .leftnav ul li a.level2:visited, .leftnav ul li a.level2:active {
	padding-left: 40px;
	padding-right: 10px;
	width: 200px;
	background: #EDF8DE url(/img/arrow_leftnav.png) no-repeat 25px 12px;
}

.leftnav ul li a.level2:hover {
	padding-left: 40px;
	padding-right: 10px;
	width: 200px;
	background: #EDF8DE url(/img/arrow_leftnav.png) no-repeat 25px 12px;
}

.leftnav ul li a.level3:link, .leftnav ul li a.level3:visited, .leftnav ul li a.level3:active {
	padding-left: 60px;
	padding-right: 10px;
	width: 180px;
	background: #EDF8DE url(/img/arrow_leftnav.png) no-repeat 45px 12px;
}

.leftnav ul li a.level4:link, .leftnav ul li a.level4:visited, .leftnav ul li a.level4:active {
	padding-left: 80px;
	padding-right: 10px;
	width: 160px;
	background: #EDF8DE url(/img/arrow_leftnav.png) no-repeat 65px 12px;
}

/* PRINT
/***********************************************/

.print_td {
	background-color: #92CC30;
	color:  #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;	
	padding-right: 15px;	
	text-align: right;
}

.print_td {
}

.print_td a:link, .print_td a:visited, .print_td a:active {
	text-decoration:none;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.print_td a:hover {
	text-decoration:underline;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.conteudo_print {
	display:none;
}

.print {
	width: 17px;
	height: 17px;
	background: url(/img/print.jpg) no-repeat left top;
	border: 0px solid #FFFFFF;
	cursor: hand;
}


/* MODULOS
/***********************************************/

.modules_back {
	background: #FDFDFD url(/img/back_middle2.png) repeat-x left bottom;	
	height: 200px;
	vertical-align:top;}

.tobacco_courier {
	background: #FDFDFD url(/img/back_tobacco_courier.jpg) repeat-x left top;	
	height: 200px;
	vertical-align:top;
}

.modules_padding {
	padding-top: 10px;
	line-height: 20px;
}

.modules_link:link, .modules_link:visited, .modules_link:active {
	text-decoration:none;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #689122;
}

.modules_link:hover {
	text-decoration:underline;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #689122;
}

/* MAPA MEMBERS */
/***********************************************/

.map_members {
	padding: 0px 20px;
}

/* TOBACCO COURIER */
/***********************************************/

.img_tcourier {
	margin-top: 4px;
	margin-bottom: 4px;
}

.img_download {
	margin-top: 2px;
	margin-bottom: 0px;
}

.td_tcourier {
	padding: 5px;
	background-color:#F3F3F3;
	border-bottom: 1px dotted #7C7C77;
	margin: 0px;
	height: 190px;
}

/* PRESENTATIONS */
/***********************************************/

.td_presentations {
	padding: 5px;
	background-color:#F3F3F3;
	border-bottom: 1px dotted #7C7C77;
	margin: 0px;
	height: 190px;
}

/* ACCORDION MENU MEMBERS */
/***********************************************/

ul#menu_members, ul#menu_tcourier, ul#menu_presentations, ul#menu_AGMS, ul#menu_members ul, ul#menu_tcourier ul, ul#menu_presentations ul, ul#menu_AGMS ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	width: 620px;
}

ul#menu_members a, ul#menu_tcourier a, ul#menu_presentations a, ul#menu_AGMS a {
	text-decoration: none;
	display:inline;	
}

ul#menu_members li, ul#menu_tcourier li, ul#menu_presentations li, ul#menu_AGMS li{
	margin-bottom: 1px;
	padding: 0px;	
}

ul#menu_members li a.open, ul#menu_tcourier li a.open, ul#menu_presentations li a.open, ul#menu_AGMS li a.open {
	display: block;
	background: #fff url(/img/menu_members_off.jpg) no-repeat left top;
	color: #333;	
	padding: 0.5em;
}

ul#menu_members li a.open:hover, ul#menu_tcourier li a.open:hover, ul#menu_presentations li a.open:hover, ul#menu_AGMS li a.open:hover {
	display: block;
	background: #fff url(/img/menu_members_on.jpg) no-repeat left top;
}


ul#menu_members li div {
	padding: 10px;
	background-color:#F3F3F3;
	border-bottom: 1px dotted #7C7C77;
	margin: 0px;
}

ul#menu_tcourier li div.years, ul#menu_presentations li div.years {
	padding: 10px;
	background-color:#F3F3F3;
	border-bottom: 1px dotted #7C7C77;
	margin: 0px;
}

ul#menu_AGMS li div.years {
	padding: 10px;
	border: 1px dotted #7C7C77;
	margin: 5px 0px;
}

/* GALERIA */
/***********************************************/

.back_gallery {
	background:#EFF4F5;
	/*	background: #EEECD7;*/
	height: 180px;
	width: 200px;
	border: 1px solid #F3F3F0;
}

.back_gallery2 {
	background: #EFF4F5;
	height: 220px;
	width: 200px;
	border: 1px solid #F3F3F0;
}

.conteudo_gallery {
	padding-top: 10px;
	padding-bottom: 10px;
}

.img_gallery {
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid #D7D7D7;	
}


/* HTML PÁGINA PRINCIPAL */
/***********************************************/

.TOPO_TABELA {
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px #D5DDDD solid;
	margin: 1px;
	overflow: hidden;
	display: block;
}

.CELULA_VERDE {
	padding: 5px;
	background-color: #92CC30;
	margin: 1px;
	overflow: hidden;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFFFFF;	
}

.CELULA_CINZA {
	padding: 5px;
	background-color: #F5F5F5;
	border: 1px solid #FFFFFF;
	margin: 1px;
	overflow: hidden;
	display: block;
}

caption {
	display:none;
}