html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;

	cursor: default;
}

a {
	cursor: pointer;
}

img {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* ignorar o reset à margin e padding das tables */
table, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}



/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
body {
	height: 100%;
}


body, table, td {
	font: normal normal normal 13px/20px Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #555555;
}


h1 {
	font: normal normal normal 26px Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing: 0px;
	color: #004D09;

	margin: 5px 0px;
}


h2 {
	font: normal normal normal 21px Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing: 0px;
	color: #555555;

	margin: 0px 0px 5px;
}


h3 {
	font: normal normal normal 19px Arial, Tahoma, Helvetica, Sans-Serif;
	letter-spacing: 0px;
	color: #004D09;

	margin: 0px 0px 3px;
}


a {
	color: #004D09;
	text-decoration: none;
}

a:hover {
	color: #498929;
}




fieldset {
	border: 1px solid #dddddd;

	margin: 10px 10px 20px;
	padding: 8px 10px;
	-moz-border-radius: 3px;
}

legend {
	font: normal normal bold 15px Arial, Trebuchet MS, Sans-serif;
	color: #00560D;
	padding: 0px 5px;
}





ul {
	list-style-type: none;
	margin: 2px 0px 0px 15px;
	padding: 0px;
}


ol {
	list-style: decimal inside;
	margin: 2px 0px 0px 15px;
	padding: 0px;
}

ol li {
	margin: 2px 0px;
}


ul li {
	margin: 2px 0px;
	background-image: url(../../../layout/tplGeral/img/bullet.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;

	padding-left: 20px;
}

ul ul li,
ul li ul li {
	background-image: url(../../../layout/tplGeral/img/bullet2.gif);
}



input, textarea, select {
	font: normal normal normal 14px Arial, "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	padding: 1px 3px;
	text-decoration: none;
	color: #555555;
	background-color: #FFFFFF;
}

textarea {
	overflow: auto;
	height: 60px;
}

.fielder {
	border: 1px solid #498929;

	-moz-border-radius: 3px 0px;
}

option {
	padding: 0px 5px;
	margin: 4px 0px;
}

.btn {
	color: #ffffff;

	font: normal normal bold 14px Arial, Helvetica, sans-serif;

	border : 0px solid #BBBBBB;

	background-color: #00560D;

	padding: 4px 15px;

	-moz-border-radius: 3px;

	cursor: pointer;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
body {
	background-image: url(../../../layout/tplGeral/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 30px;
	background-color: #015E0E;

	margin: 0px auto;
	text-align: center;
}





/* TOP MENU */


#topmenu {
	height: 29px;
	background-image: url(../../../layout/tplGeral/img/menu_bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;

	overflow:hidden;

	position: relative;
	z-index: 1;
}


#topmenu .wrapper {
	width: 970px;

	margin: 0px auto;

	position: relative;

	top: 30px;
}

#topmenu a {
	display: block;
	float: left;

	height: 29px;
	text-align: center;

	padding: 0px 15px;
	*padding: 0px 18px;

	font: normal small-caps bold 11px/29px Arial, Sans-serif;
	text-transform: uppercase;

	text-decoration: none;
	color: #e5e5e5;

	background-repeat: repeat-x;
	background-position: 0px 0px;
}


#topmenu a:hover {
	color: #fff;
	background-image: url(../../../layout/tplGeral/img/menu_bg3.gif);
}

#topmenu a.current:hover,
#topmenu a.current {
	color: #fff;
	background-image: url(../../../layout/tplGeral/img/menu_bg2.gif);
}


#topmenu div.sep {
	margin-top: 1px;
	width: 2px;
	height: 27px;
	overflow: hidden;
	float: left;

	background-image: url("../../../layout/tplGeral/img/menu_sep.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}






#header {
	height: 209px;
}



#header .wrapper {
	width: 970px;

	text-align: left;
	margin: 0px auto;

	position: relative;
}


#logo_emblema {
	width: 289px;
	height: 333px;

	display: block;
	overflow: hidden;

	background-image: url(../../../layout/tplGeral/img/emblema.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;

	line-height: 9999px;

	z-index: 0;

	top: -45px;
	left: -35px;
	position: absolute;
}



#logo_lettering {
	width: 480px;
	height: 153px;

	overflow: hidden;

	display: block;

	background-image: url(../../../layout/tplGeral/img/lettering.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;

	line-height: 9999px;

	z-index: 0;

	top: 20px;
	left: 230px;
	position: absolute;
}



#box_search {
	width: 225px;
	height: 88px;

	overflow: hidden;

	background-image: url(../../../layout/tplGeral/img/box_search.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;

	position: absolute;
	top: 10px;
	right: 14px;

	font: normal normal bold 14px/16px Arial, Trebuchet MS, Sans-serif;
	color: #fff;
}


#box_newsletter {
	width: 229px;
	height: 83px;

	overflow: hidden;

	background-image: url(../../../layout/tplGeral/img/box_newsletter.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;

	position: absolute;
	top: 100px;
	right: 10px;

	font: normal normal bold 14px/16px Arial, Trebuchet MS, Sans-serif;
	color: #fff;
}


#skel {
	background-image: url(../../../layout/tplGeral/img/skel_bg.png);
/*	background-color: #01420A; */
	background-repeat: repeat;

	-moz-border-radius:15px 0px;


	width: 968px;

	text-align: left;
	margin: 0px auto;

	padding: 5px 0px;

	position: relative;
}

#skel .wrapper {
	margin: 0px 5px;
	background-color: #fff;
	-moz-border-radius:10px 0px;

	background-image: url(../../../layout/tplGeral/img/footer.jpg);
	background-position: 0px 100%;
	background-repeat: no-repeat;
}

#footer {
	width: 958px;
	height: 237px;
}


#contents {
	float: left;

	margin: 10px 0px 10px 15px;
	width: 685px;
}

#sidebar {
	float: right;

	margin: 10px 8px 10px 0px;
	width: 235px;
}


.sidemenu {
	width: 232px;
	margin: 0px 0px 10px;
}

.sidemenu .sb_top {
	width: 232px;
	height: 47px;
	overflow: hidden;

	background-repeat: no-repeat;
	background-image: url(../../../layout/tplGeral/img/submenu_bg.jpg);
}

.sidemenu .sb_contents {
	background-repeat: repeat-y;
	background-image: url(../../../layout/tplGeral/img/submenu_bg.gif);
}

.sidemenu .sb_contents .sb_wrapper {
	margin: -1px 5px;

	background: #ffffff none !important;
	-moz-border-radius: 0px;
}

.sidemenu .sb_bottom {
	width: 232px;
	height: 8px;
	overflow: hidden;

	background-repeat: no-repeat;
	background-image: url(../../../layout/tplGeral/img/submenu_bg.jpg);
}

.sidemenu .sb_top {
	text-indent: 7px;
	font: normal normal bold 16px/10px Arial, Trebuchet MS, Sans-serif;
	color: #fff;
}

.sidemenu .sb_top .small {
	font: normal normal bold 13px/24px Arial, Trebuchet MS, Sans-serif;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.sidemenu .sb_top .big {
	font: normal normal bold 20px/44px Arial, Trebuchet MS, Sans-serif;
}


#submenu1 .sb_top { background-position: 0px 0px; }
#submenu2 .sb_top { background-position: 0px -55px; }
#submenu3 .sb_top { background-position: 0px -110px; }
#submenu4 .sb_top { background-position: 0px -165px; }
#submenu5 .sb_top { background-position: 0px -220px; }

#submenu1 .sb_contents { background-position: 0px 0px; }
#submenu2 .sb_contents { background-position: -232px 0px; }
#submenu3 .sb_contents { background-position: -464px 0px; }
#submenu4 .sb_contents { background-position: -696px 0px; }
#submenu5 .sb_contents { background-position: -928px 0px; }

#submenu1 .sb_bottom { background-position: 0px -47px; }
#submenu2 .sb_bottom { background-position: 0px -102px; }
#submenu3 .sb_bottom { background-position: 0px -157px; }
#submenu4 .sb_bottom { background-position: 0px -212px; }
#submenu5 .sb_bottom { background-position: 0px -267px; }


.sidemenu ul {
	margin: 0px 3px;
	padding: 0px 0px;
}

.sidemenu ul li {
	background: none;
	padding: 0px;
	margin: 1px;
}

.sidemenu ul li a {
	-moz-border-radius: 2px;

	display: block;
	margin: 0px;
	padding: 0px 5px;

	height: 24px;

	font: normal normal bold 14px/24px Trebuchet MS, Arial, Sans-serif;
	letter-spacing: 0px;
	text-decoration: none;

	color: #666;
	border: 1px solid #fff;
}

.sidemenu ul li a.haschilds {
	background-image: url(../../../layout/tplGeral/img/submenu_opener.gif);
	background-repeat: no-repeat;
	background-position: 100% -0px;
}

.sidemenu ul li a.haschilds:hover {
	background-position: 100% -26px;
}

.sidemenu ul li a:hover {
	border: 1px solid #555;
	background-color: #666;
	color: #fff;
}

.sidemenu ul li a.sel {
	border: 1px solid #ccc;
	background-color: #ddd;
	color: #555;
	background-position: 100% -76px;
}

.sidemenu ul li a.sel:hover {
	border: 1px solid #555;
	background-color: #666;
	color: #fff;
	background-position: 100% -52px;
}

.sidemenu ul .sep {
	display: block;

	margin: 2px 0px;

	height: 1px;
	overflow: hidden;

	background-color: #e5e5e5;
}

.sidemenu ul ul {
	display: none;
	margin: 3px 10px 10px;
}


.sidemenu ul ul li a {
	-moz-border-radius: 2px;

	display: block;
	margin: 0px;
	padding: 0px 5px;

	height: 18px;

	font: normal normal bold 12px/18px Trebuchet MS, Arial, Sans-serif;
	text-decoration: none;

	color: #666;
	border: 1px solid #fff;
}

.sidemenu ul ul .sep {
	display: block;

	margin: 2px 0px;

	height: 1px;
	overflow: hidden;

	background-color: #e8e8e8;
}



#copyright {
	margin: 10px 0px;

	text-align: center;

	font: normal small-caps bold 10px Verdana, Arial, Trebuchet MS, Sans-serif !important;
	letter-spacing: 0px;
	word-spacing: 3px;
	color: #fff;

	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}

#copyright a:hover {
	color: #ffa;
}



















div#nav {
	background-color: #e5e5e5;
	padding: 5px 7px;
	margin: 4px 0px;

	font: normal normal normal 13px/13px Arial, Trebuchet MS, Sans-serif;
	color: #666;

	-moz-border-radius: 3px;
}


table.tbl1  {
	color: #444;
	background-color: #fff;

	border-spacing: 1;

	border: 1px solid #396C20;

	-moz-border-radius: 3px;
}

table.tbl1 td {
	font: normal normal normal 12px/16px Arial, Trebuchet MS, Sans-serif;
	background-color: #EFEFEF;
	padding: 2px 4px;
}


table.tbl1 .tblhighlight {
	background-color: #DDE7DE !important;
	color: #222 !important;

	border-top: 2px solid #498929;
	border-bottom: 2px solid #498929;
}


table.tbl1 .tblheader {
	font: normal normal bold 14px/30px Arial, Trebuchet MS, Sans-serif;
	color: #fff;

	background-color: #498929;
	text-align: center;
}



table.tbl1 .tblsubheader {
	font: normal normal bold 12px/16px Arial, Trebuchet MS, Sans-serif;
	color: #444;

	background-color: #ddd;
	text-align: center;

	padding: 2px 0px;
}












table.tbl2  {
	color: #444;
	background-color: #fff;

	border-spacing: 1;

	border-bottom: 2px solid #498929;
}

table.tbl2 td {
	font: normal normal normal 14px/16px Arial, Trebuchet MS, Sans-serif;
	background-color: #EFEFEF;
	padding: 5px 4px;
	text-align: center;
}


table.tbl2 .tblheader {
	font: normal normal bold 18px/30px Arial, Trebuchet MS, Sans-serif;
	color: #fff;

	background-color: #498929;
	text-align: center;

	-moz-border-radius: 4px 4px 0px 0px;

}



table.tbl2 .tblsubheader {
	font: normal normal bold 12px/16px Arial, Trebuchet MS, Sans-serif;
	color: #444;

	background-color: #ddd;
	text-align: center;

	padding: 2px 0px;
}












table.tbl3 {
	color: #444;
	background-color: #fff;

	border-spacing: 1;

	border: 1px solid #bbb;

	-moz-border-radius: 3px;
}

table.tbl3 td {
	font: normal normal normal 12px/19px Arial, Trebuchet MS, Sans-serif;
	background-color: #EFEFEF;
	padding: 0px 4px;
}

table.tbl3 .tblheader {
	font: normal normal bold 13px/22px Arial, Trebuchet MS, Sans-serif;
	color: #fff;

	background-color: #498929;
	text-align: center;
}


table.tbl3 .tblsubheader {
	font: normal normal bold 11px/19px Arial, Trebuchet MS, Sans-serif;
	color: #444;

	background-color: #ddd;
	text-align: right;

	padding: 0px 4px 0px 0px;
}









.news_list a {
	display: block;

	margin: 3px 0px;
	padding: 0px 0px 0px 5px;

	color: #555;

	height: 24px;

	background-color: #E5E5E5;


	font: normal normal normal 13px/24px Arial, Trebuchet MS, Sans-serif;
	text-decoration: none !important;

	-moz-border-radius: 3px;
}


.news_list a:hover {
	background-color: #498929;
	color: #fff;

	cursor: pointer;
}










.foto_galleries_list a {
	display: block;

	margin: 3px 0px;
	padding: 0px 0px 0px 5px;

	color: #555;

	height: 24px;

	background-color: #E5E5E5;


	font: normal normal normal 13px/24px Arial, Trebuchet MS, Sans-serif;
	text-decoration: none !important;

	-moz-border-radius: 3px;
}


.foto_galleries_list a:hover {
	background-color: #498929;
	color: #fff;

	cursor: pointer;
}






.foto_list .gallery_introduction {
	margin: 5px 10px 10px;
}


.foto_list .pictures {
	text-align: center;
	margin: 2px 0px 10px;
}

.foto_list a {
	text-decoration: none !important;
}

.foto_list a img {
	margin: 3px 5px;
	border: 4px solid #E5E5E5;
	-moz-border-radius: 5px 0px;
}


.foto_list a:hover img {
	border: 3px solid #498929;
	width: 87px;
	height: 87px;
}





.foto_list .date {
	font: normal normal nomral 12px Arial, Trebuchet MS, Sans-serif;
	color: #888;
	margin-top: -8px;
}










.news_record a.back,
.foto_list a.back {
	margin: 5px 0px 0px;

	-moz-border-radius: 3px;

	display: block;

	background-color: #E5E5E5;

	color: #555;
	padding: 6px 10px;

	font: normal normal bold 14px Arial, Trebuchet MS, Sans-serif;
}

.news_record a.back:hover,
.foto_list a.back:hover {
	background-color: #498929;
	color: #fff;
}


.news_record .news_intro {
	margin: 20px 30px;
	font: italic normal normal 15px/21px Trebuchet MS, Arial, Sans-serif;
	color: #777;
}

.news_record .news_body {
	margin: 15px 0px;
}













.box_big {
	width: 680px;
	margin: 30px 0px 10px;
}

.box_big .sb_top {
	width: 680px;
	height: 48px;
	overflow: hidden;

	background-repeat: no-repeat;
	background-image: url(../../../layout/tplGeral/img/bodybox.gif);
}

.box_big .box_foto { background-position: 0px 0px; }
.box_big .box_news { background-position: 0px -48px; }

.box_big .sb_contents {
	background-repeat: repeat-y;
	background-position: 50% 50%;
	background-image: url(../../../layout/tplGeral/img/bodybox_content.gif);
}

.box_big .sb_contents .sb_wrapper {
	margin: 0px 5px;
	padding: 1px 5px;

	background: #ffffff none !important;
	-moz-border-radius: 0px;
}

.box_big .sb_bottom {
	width: 680px;
	height: 8px;
	overflow: hidden;

	background-repeat: no-repeat;
	background-image: url(../../../layout/tplGeral/img/bodybox.gif);
	background-position: 0px -96px;
}

.box_big .sb_top {
	text-indent: 7px;
	font: normal normal bold 16px/10px Arial, Trebuchet MS, Sans-serif;
	color: #fff;
}

.box_big .sb_top .small {
	font: normal normal bold 13px/24px Arial, Trebuchet MS, Sans-serif;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.box_big .sb_top .big {
	font: normal normal bold 20px/44px Arial, Trebuchet MS, Sans-serif;
}




.box_left {
	float: left;
	width: 340px;

	margin-top: 30px;
}

.box_right {
	float: right;
	margin-top: 30px;
}



.box_small {
	width: 335px;
	margin: 0px 0px 10px;
}

.box_small .sb_top {
	width: 335px;
	height: 48px;
	overflow: hidden;

	background-repeat: no-repeat;
	background-image: url(../../../layout/tplGeral/img/bodyboxes.gif);
}

.box_foto .sb_top { background-position: 0px 0px; }
.box_news .sb_top { background-position: 0 -48px; }

.box_small .sb_contents {
	background-repeat: repeat-y;
	background-position: 50% 50%;
	background-image: url(../../../layout/tplGeral/img/bodyboxes_content.gif);
}

.box_small .sb_contents .sb_wrapper {
	margin: 0px 5px;
	padding: 1px 5px;

	background: #ffffff none !important;
	-moz-border-radius: 0px;


	height: 164px;
	overflow: auto;
}



.box_small .sb_bottom {
	width: 335px;
	height: 8px;
	overflow: hidden;

	background-repeat: no-repeat;
	background-image: url(../../../layout/tplGeral/img/bodyboxes.gif);
	background-position: 0px -97px;
}

.box_small .sb_top {
	text-indent: 7px;
	font: normal normal bold 16px/10px Arial, Trebuchet MS, Sans-serif;
	color: #fff;
}

.box_small .sb_top .small {
	font: normal normal bold 13px/24px Arial, Trebuchet MS, Sans-serif;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.box_small .sb_top .big {
	font: normal normal bold 20px/44px Arial, Trebuchet MS, Sans-serif;
}












.tbox_wrapper {
	text-align: center;
}


#box_search .tbox_wrapper { padding: 53px 0px 0px 30px; }
#box_newsletter .tbox_wrapper { padding: 50px 0px 0px 30px; }

.inlinefield {
	width: 184px;
	height: 23px;

	text-align: left;

	overflow: hidden;

	margin: 0px;
	padding: 0px;

	background-image: url("../../../layout/tplGeral/img/input_bg.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.inlinefield .if_input {
	width: 155px;
	height: 23px;

	padding: 0px;
	border: 0px;

	color: #333333;

	margin: 4px 0px 0px 4px;

	background-color: transparent;
	font: normal normal bold 13px Arial, Sans-serif;
}



.inlinefield .if_submit {
	width: 20px !important;
	height: 23px !important;

	padding: 0px !important;
	border: 0px !important;

	margin: 0px 0px 0px 0px;

	margin-top: -5px !important;

	background-color: transparent;

	cursor: pointer;

	font: normal normal bold 14px Arial, Sans-serif;
	color: transparent;
}













#footer .footer_title {
	padding: 43px 0px 0px 20px;

	font: italic normal bold 24px/24px Trebuchet MS, Arial, Trebuchet MS, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
}

#footer_telefones b,
#footer_emails b {
	display: block;
	font: normal normal bold 12px/15px Arial, Trebuchet MS, Sans-serif;
	color: #C0B3A3;
}

#footer_telefones,
#footer_emails,
#footer_mapa {
	font: normal normal normal 14px/20px Arial, Trebuchet MS, Sans-serif;
	color: #fff;

	float: left;

	margin: 15px 10px 5px 25px;

	padding-left: 22px;

	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#footer_emails a {
	color: #fff;
}

#footer_emails a:hover {
	text-decoration: underline;
}

#footer_telefones { background-image: url("../../../layout/tplGeral/img/footer_t_telefones.gif"); }
#footer_emails { background-image: url("../../../layout/tplGeral/img/footer_t_email.gif"); }
#footer_mapa { background-image: url("../../../layout/tplGeral/img/footer_t_mapa.gif"); }

#footer_telefones div,
#footer_emails div {
	margin: 2px 0px 14px;
}

#footer_mapa #showmap {
	display: block;
	width: 206px;
	height: 150px;

	line-height: 9999px;

	overflow: hidden;

	background-image: url("../../../layout/tplGeral/img/mapa.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#footer_mapa #showmap:hover {
	background-position: 0px -150px;
}





.search_module {
	margin: 10px 0px 30px;
}

.search_notfound {

	margin: 5px 40px 10px;

	background-color: #E9E9E9;

	padding: 20px 0px;

	color: #555;

	font: normal normal normal 13px/20px Arial, Trebuchet MS, Sans-serif;

	text-align: center;
}

.search_notfound b {
	font-size: 15px;
}

.search_module h3 {
	margin: 15px 0px 8px;
}


.links_list h3 {
	margin: 15px 0px 5px;
}

.links_list li {
}

.links_list li a {
	font: normal normal bold 13px/19px Arial, Trebuchet MS, Sans-serif;
	color: #555;
}


.links_list li a:hover span {
	text-decoration: underline;
}

.links_list li span {
	cursor: pointer;
	font: normal normal normal 11px Arial, Trebuchet MS, Sans-serif;
	color: #004D09;
}



#flash_destaque {
	width: 680px;
	height: 350px;

	margin: 5px 0px 10px 2px;
}






.news_homeitem {
	margin: 5px 0px 10px;
	padding: 9px 9px 6px;

	background-color: #eee;
	border: 1px dashed #e5e5e5;

	-moz-border-radius: 4px;
}


.news_photo {
	float: left;
	width: 275px;
	text-align: left;
}

.news_photo img {
	border: 1px solid #00560D;
}

.news_details {
	float: left;
	width: 390px;
}

.news_details .news_title {
	font: normal normal bold 15px/17px Arial, Trebuchet MS, Sans-serif;
}

.news_details .news_readmore {
	margin: 20px 0px 0px;
	padding: 0px 10px;

	display: block;

	height: 21px;


	font: normal normal bold 13px/21px Arial, Trebuchet MS, Sans-serif;
	background-color: #E5E5E5;
	color: #666;

	-moz-border-radius: 2px;
}

.news_details .news_readmore:hover {
	background-color: #00560D;
	color: #fff;
}




#inscricoes_form label {
	display: block;

	width: 240px;
	float: left;

	text-align: right;
	margin-right: 15px;
}

#inscricoes_form label.error {
	color: #ff0000;
	display: block;
	float: none;
	margin: 3px 0px 10px 255px;

	text-align: left;

	width: auto;

	font: normal normal normal 11px Arial, Trebuchet MS, Sans-serif;

}

#inscricoes_form .fielder {
	width: 300px;
}

#inscricoes_form select.fielder {
	width: 308px;
}






.mb3 { margin-bottom: 3px; }
.mb5 { margin-bottom: 5px; }

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;

	background-image: url(../../../layout/tplGeral/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #015E0E;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;

	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

#lightbox-nav-btnPrev:hover, #lightbox-nav-btnNext:hover {
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	*padding: 0 0px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../../../layout/tplGeral/macFFBgHack.png) repeat;}
.TB_overlayBG {

	background-image: url(../../../layout/tplGeral/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #015E0E;


	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 5px 5px 5px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#fff;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 5px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}



div#gallery_pagination {
	margin: 10px 0px;
	cursor: default;
	text-align: center;

	font: normal normal bold 13px/15px Arial, Trebuchet MS, Sans-serif;
}

div#gallery_pagination a {
	padding: 2px 6px 3px 6px;
	margin: 2px;
	border: 1px solid #00560d;
	background-color: #00560d;
	text-decoration: none; /* no underline */
	color: #fff;

	-moz-border-radius: 3px;
}

div#gallery_pagination a:hover, div#gallery_pagination a:active {
	border: 1px solid #498929;
	background-color: #498929;
	color: #fff;
	text-decoration: none;
}

div#gallery_pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 2px solid #498929;
	background-color: #498929;
	text-decoration: none; /* no underline */
	color: #fff;
	-moz-border-radius: 3px;
}

div#gallery_pagination span.disabled {
	padding: 1px 5px 2px 5px;
	margin: 2px;
	background-color: #e5e5e5;
	border: 1px solid transparent;
	color: #999;
	-moz-border-radius: 3px;
}