#agenda_left {
	width: 560px;
	margin-bottom: 20px;
	margin-top: 12px;
}
#agenda_box {
	margin-left: 30px;
	width: 530px;
	margin-bottom: 20px;
}
#agenda_right {
	margin-left: 15px;
	width: 153px;
	text-align: left;
}
.agenda_odd_row {
	background-color: #F2F2F2;
	padding: 10px;
	margin-bottom: 10px;
        width: 97%;
}
.agenda_even_row {
	padding: 10px;
	margin-bottom: 10px;
}
.agenda_img {
	width: 180px;
}
.agenda_img img {
	width: 180px;
        border: 0px;
}
.agenda_content {
	padding-left: 10px;
	text-align: left;
	width: 320px;
}
.agenda_content_left {
	padding-right: 10px;
	text-align: right;
	width: 320px;
}
.agenda_theme {
	
}
.agenda_theme span {
	text-transform: lowercase;
}
.agenda_dates * {
	font-family: Impact;
	font-size: 18px;
}
.agenda_dates span {
	text-transform: uppercase;
}
.agenda_hour_local * {
	font-family: Impact;
	font-size: 14px;
}
.agenda_hour_local span {

}
.hour_local_sep {
	color: #A5B01D;
}
.agenda_title {
	font-weight: bold;
	font-size: 14px;
}
.agenda_title a, .agenda_title span {
	text-decoration: none;
	color: #A5B01D;
}
.agenda_title a:hover, .agenda_title span:hover {
	color: #000000;
}
.agenda_resume {

}
.agenda_resume a, .agenda_resume span {
	text-decoration: none;
}
.agenda_resume a:hover, .agenda_resume span:hover, #agenda_box a:hover {
	/*text-decoration: underline;*/
}
.agenda_resume a:hover, .agenda_resume span:hover, .agenda_resume a:hover *, #agenda_box a:hover, #agenda_box a:hover * {
        color: #A5B01D;
}
.agenda_links {
	text-align: right;
}
.agenda_links_item {
	float: right;
	margin-left: 5px;
}
.agenda_links_left {
	text-align: left;
}
.agenda_links_item_left {
	float: left;
	margin-left: 5px;
}
.agenda_link_bilheteira {
	background-image: url("/ngt_images_cma/juventude/botoes/bts-PDF.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
}
.agenda_link_bilheteira span {
	display:none;
}
.agenda_link_videos {
	background-image: url("/ngt_images_cma/juventude/botoes/bts-youtube.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
}
.agenda_link_videos span {
	display:none;
}
.agenda_link_galeria {
	background-image: url("/ngt_images_cma/juventude/botoes/bts-flickr.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
}
.agenda_link_galeria span {
	display:none;
}
#agenda_box:after, .agenda_odd_row:after, .agenda_even_row:after, .agenda_links:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

/*** DETALHE AGENDA ***/
#evento_main {
	width: 100%;
}
#evento_main_img {
	width: 350px;
}
#evento_main_img img {
	width: 340px;
}
#evento_main_content {
	text-align: left;
	width: 180px;
}
.evento_detail {
	font-family: Impact;
	font-size: 12px;
}
#evento_resume {
	width: 100%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
}
#evento_text {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
#evento_text a, #evento_text a *, #evento_resume a, #evento_resume a *, .evento_info_text a, .evento_info_text a * {
        color: #A5B01D !important;
        font-weight: bold;
}
#evento_bottom_sep {
	background-image: url("/ngt_images_cma/juventude/borders/riscos_separacao-txt.png");
    height: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.evento_info {
	width: 100%;
	margin-bottom: 20px;
}
.evento_info_title {
	font-family: Impact;
	font-size: 11px;
}
.evento_info_text {
	font-size: 11px;
}
#evento_main:after, .evento_info:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}