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;
}




.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 */
html, body {
	height: 100%;
}

body {
	background-color: #ffffff;
}

h1, h2 {
	font: normal normal normal 14px/24px "trebuchet ms", arial, sans-serif;
	color: #3486D2;
	margin: 5px 0px 20px;
	padding: 0px;
}

h3 {
	font: normal normal normal 14px/22px "trebuchet ms", arial, sans-serif;
	color: #3486D2;
	margin: 10px 0px 5px;
	padding: 0px;
}

p {
	margin: 0px 0px 15px;
}

ul {
	margin: 2px 0px 0px 5px;
}

ul li {
	margin: 10px 0px;
	padding: 1px 0px 0px 20px;
	background-image: url(../../../layout/tplGeral/img/bullet.gif);
	background-position: 2px 7px;
	background-repeat: no-repeat;
}

ul.checklist li {
	background-image: url(../../../layout/tplGeral/img/bullet-check.gif);
}

ol {
	list-style: decimal outside;
	margin: 2px 0px 0px 30px;
	padding: 0px;
}

ol li {
	margin: 5px 0px;
	padding-left: 5px;
}

a {
	text-decoration: none;
	color: #026BB1;
}

a:hover {
	color: #8DB115;
}



fieldset {
	padding: 10px;
	border: 1px solid #E0E0E0;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

fieldset legend {
	font: italic normal normal 14px "Trebuchet MS", arial, sans-serif;
	color: #8DB115;
	letter-spacing: 0px;
	padding: 0px 10px;
}
#skel {
	min-height:100%;
	position: relative;
}

#header {
	height: 153px;
	background-image: url("../../../layout/tplGeral/img/topbg.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
}

#header .wrapper {
	width: 960px;
	height: 100%;
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 1;
}


#logo {
	display: block;
	position: absolute;
	top: 25px;
	left: 20px;
	width: 144px;
	height: 42px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../../../layout/tplGeral/img/logo.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	line-height: 9999px;
}






#topmenu {
	position: absolute;
	top: 10px;
	right: 0px;
	list-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

#topmenu li {
	display: block;
	float: left;
	padding: 0px 10px !important;
	margin: 0px !important;
	border-right: 1px solid #88AFC9;
	color: #C6D8E3;
	font: normal normal normal 9px/9px arial, sans-serif;
	background-image: none !important;
}

#topmenu li.last {
	border-right: 0px solid #ffffff;
}

#topmenu li.current a {
	color: #DBF45D;
}

#topmenu li a {
	color: #ffffff;
	font: normal normal bold 9px/9px arial, sans-serif;
	text-decoration: none;
	display: block;
}





#search {
	position: absolute;
	right: 0px;
	bottom: 10px;
	height: 35px;
	width: 181px;
}

#searchbox {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url("../../../layout/tplGeral/img/search_bg.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;

	width: 181px;
	height: 32px;
}

#q {
	width: 142px;
	height: 21px;
	padding: 4px 0px 0px 3px;
	border: 0px;

	display: block;
	float: left;

	margin: 4px 0px 0px 3px;
	background-color: transparent;
}

#search_submit {
	width: 30px !important;
	height: 29px !important;

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

	margin: 2px 0px 0px 2px;

	background-color: transparent;

	cursor: pointer;

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











#content {
	text-align: center;

	font: normal normal normal 13px/20px "trebuchet ms", arial, sans-serif;
	color: #555;



	background-color: #ffffff;
}

#content .wrapper {
	width: 960px;

	padding: 15px 0px 145px;

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


#footer {
	position: absolute;
	bottom: 0px;
	height: 126px;
	border-top: 4px solid #BAD246;
	width: 100%;
	text-align: center;
	background-color: #fff;
}

#footer .wrapper {
	width: 960px;
	height: 75px;
	border-top: 1px solid #fff;
	background-color: #fff;
	background-image: url("../../../layout/tplGeral/img/footerbg.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto;

	line-height: 75px;
}




#footermenu {
	list-style: none !important;
	margin: 30px 0px 0px 0px !important;
	padding: 0px !important;

	display: block;
}

#footermenu li {
	display: block;
	float: left;
	padding: 0px 10px !important;
	margin: 0px !important;
	border-right: 1px solid #DDDCDC;
	color: #DDDCDC;
	font: normal normal normal 12px/12px "trebuchet ms", arial, sans-serif;
	background-image: none !important;
}

#footermenu li.first {
	padding-left: 0px !important;
}

#footermenu li.last {
	border-right: 0px solid #DDDCDC;
}

#footermenu li.current a {
	color: #016BB1;
}

#footermenu li a {
	color: #777777;
	text-decoration: none;
	display: block;
}

#footermenu li a:hover {
	color: #444444;
}


#copyright {
	background-color: #026BB1;
}

#copyright .wrapper {
	width: 960px;
	height: 50px;
	border-width: 0px;
	background-color: transparent;
	background-image: url("../../../layout/tplGeral/img/footer_slogan.gif");
	background-position: 100% 52%;
	background-repeat: no-repeat;
	margin: 0px auto;

	line-height: 50px;
}


#dwcopyright {
	float: left;
	text-align: left;
	font: normal normal bold 9px/50px verdana, arial, sans-serif;
	color: #C6D8E3 !important;
	text-decoration: none !important;
}

#dwcopyright a {
	font: normal normal bold 9px/40px verdana, arial, sans-serif;
	color: #C6D8E3 !important;
	text-decoration: none !important;
}

#dwcopyright a:hover {
	color: #ffffff !important;
}

#clicopyright {
	float: right;
	text-align: right;
}








#home_topleft {
	float: left;
	width: 245px;
	height: 265px;
	margin: 0px 10px 15px 0px;
}

#home_topcenter {
	float: left;
	width: 455px;
	height: 265px;
	margin: 0px 10px 15px 0px;
	background-color: #555555;
	overflow: hidden;
	position: relative;
}

#home_topright {
	float: right;
	width: 240px;
	height: 265px;
	margin: 0px 0px 15px 0px;
}

#home_bottomleft {
	float: left;
	width: 350px;
	margin-right: 10px;
}

#home_bottomcenter {
	float: left;
	width: 350px;
	margin-right: 10px;
}

#home_bottomright {
	float: right;
	width: 240px;
    height: 200px;
    /** RMG **/
    background-color: #016BB1;
    text-align: left;
}





#worldmap {
	height: 265px;
	background-color: #8EB13D;
}

#worldmap_intro {
	height: 35px;
	padding: 20px 15px;
	font: italic normal normal 12px/20px "Trebuchet MS", arial, sans-serif;
	color: #fff;
}

#worldmap_intro strong {
	display: block;
}

#worldmap_container {
	height: 125px;
	background-image: url("../../../layout/tplGeral/img/worldmap.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	position: relative;
}

#worldmap_container a {
	display: block;
	overflow: hidden;
	line-height: 9999px;
	position: absolute;
}

#worldmap_container .worldmap_america1 {
	width: 100px;
	height: 20px;
	top: 2px;
	left: 10px;
}

#worldmap_container .worldmap_america2 {
	width: 55px;
	height: 100px;
	top: 22px;
	left: 30px;
}

#worldmap_container .worldmap_europa {
	width: 45px;
	height: 34px;
	top: 10px;
	left: 105px;
}

#worldmap_container .worldmap_africa {
	width: 55px;
	height: 60px;
	top: 44px;
	left: 100px;
}

#worldmap_container .worldmap_asia {
	width: 75px;
	height: 55px;
	top: 7px;
	left: 150px;
}

#newscat_3:link, #newscat_3:active, #newscat_3:visited {
    color: #FFFFFF;
}
#newscat_3:hover {
    color: #FFFFFF;
    font-weight: bold;
    /** newscat_3 div#mycrappycarrousel.jcarousel div.jcarousel-clip ul.jcarousel li.jcarousel-item div a **/
}


.wmc_americanorte { background-position: 0px -125px !important; }
.wmc_americasul { background-position: 0px -250px !important; }
.wmc_europa { background-position: 0px -375px !important; }
.wmc_asia { background-position: 0px -500px !important; }
.wmc_africa { background-position: 0px -625px !important; }
.wmc_australia { background-position: 0px -750px !important; }
.wmc_america { background-position: 0px -875px !important; }


#worldmap_links {
	margin-top: 20px;
	text-align: center;
	color: #C7D3A5;
}


#worldmap_links a {
	font: normal normal bold 12px/18px arial, sans-serif;
	color: #EBF0DE;
	padding: 0px 2px;
	text-decoration: none !important;
}

#worldmap_links a:hover {
	color: #fff;
}



.project_highlight {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 455px;
	height: 265px;
	overflow: hidden;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 0;
}

.project_highlight_title {
	display: block;
	background-color: #111;
	font: normal normal bold 14px/45px "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-indent: 15px;
	padding: 0px;

	text-decoration: none;

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

.project_highlight_title:hover {
	color: #fff;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}


.revista_destaque {
	display: block;
	text-decoration: none;
	cursor: pointer;
    /** RMG **/
    vertical-align: top;
    height: 125px;
	overflow: hidden;
}

.revista_destaque:hover {

}

.revista_destaque a {
	cursor: pointer;
	text-decoration: none;
	display: block;
}

.revista_destaque img {
	border: 0px;
	float: left;
	margin-right: 5px;
}

.revista_destaque h3,
.revista_destaque h3 a {
	font: normal normal normal 14px "Trebuchet MS", arial, sans-serif;
	color: #0369AF;
}

.revista_destaque h3 {
	margin: 0px;
	padding: 3px 0px 0px;
}

.revista_destaque .revista_destaque_data,
.revista_destaque .revista_destaque_data a {
	font: normal normal normal 10px arial, sans-serif;
	color: #4692C4;
}

.revista_destaque .revista_destaque_data {
	margin: 0px 0px 8px;
}

.revista_destaque p,
.revista_destaque p a {
	font: normal normal normal 11px/13px arial, sans-serif;
	color: #555;
}

.revista_destaque p {
	margin: 0px;
	padding: 0px 4px 0px 0px;
}



#banner_estu {
     /** RMG **/
	display: block;
	text-decoration: none;
    vertical-align: middle;
	width: 240px;
	overflow: hidden;
	background-image: url("../../../layout/tplGeral/img/homebannerestu.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
    margin-top: 10px;
}


#banner_2010dhv {
	display: block;
	text-decoration: none;
	width: 240px;
	height: 90px;
	overflow: hidden;
	line-height: 9999px;
	background-image: url("../../../layout/tplGeral/img/banner_2010dhv.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 11px 0px 0px;
}


.news_destaque {
	display: block;
	width: 345px;
	height: 201px;

	background-image: url('../../../layout/tplGeral/img/shadow.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 0px 5px 5px 0px;

	position: relative;
}

.news_detaque_shadowfix_top {
	position: absolute;
	width: 5px;
	height: 10px;
	background-image: url("../../../layout/tplGeral/img/shadowfix_top.png");
	background-position: left top;
	background-repeat: repeat-x;
	top: 0px;
	right: 0px;
}

.news_detaque_shadowfix_bottom {
	position: absolute;
	width: 10px;
	height: 5px;
	background-image: url("../../../layout/tplGeral/img/shadowfix_bottom.png");
	background-position: left top;
	background-repeat: repeat-y;
	bottom: 0px;
	left: 0px;
}

.news_destaque h4 {
	background-color: #016BB1;
	font: normal normal bold 14px/36px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
	text-indent: 10px;
	margin: 0px 0px;
}

.news_destaque a {
	text-decoration: none;
	cursor: pointer;
	display: block;
}

.newscat_1 h4 { background-color: #016BB1; }
.newscat_2 h4 { background-color: #8DB13D; }

.news_destaque_content {
	height: 145px;
	padding: 10px 15px;
	display: block;
	background-color: #fff;
}

/* RMG */
.news_destaque_content_for_vertical {
	height: 200px;
	text-align: left;
    padding: 0px;
    margin: 0px;
	display: block;
    overflow: hidden;
	background-color: #ffffff;
}
/* RMG */

.news_destaque h2,
.news_destaque h2 a {
	font: normal normal bold 13px/17px "Trebuchet MS", arial, sans-serif;
	color: #016BB1;
}

.news_destaque h2 {
	margin: 0px;
	padding: 0px;
}

.newscat_1 h2, .newscat_1 h2 a { color: #8DB13D; }
.newscat_2 h2, .newscat_2 h2 a { color: #016BB1; }

.news_destaque .news_destaque_data,
.news_destaque .news_destaque_data a {
	font: normal normal normal 12px "Trebuchet MS", arial, sans-serif;
	color: #999;
}
.news_destaque .news_destaque_data {
	margin: 2px 0px 5px;
}

.news_destaque p,
.news_destaque p a {
	font: normal normal normal 12px/18px "Trebuchet MS", arial, sans-serif;
	color: #555;
}

.news_destaque p {
	margin: 0px 0px;
}

.news_destaque_content ul li,
.news_destaque_content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: none;
}

/* RMG */
.news_destaque_content_for_vertical ul li,
.news_destaque_content_for_vertical ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
    text-align: left;
	background-image: none;
}
.news_destaque_content_for_vertical ul li {
    /** IMPORTANTE:Isto especifica a dinst�ncia entre os LIST's (Squares them selfs') */
	width: 240px;
	height: 200px;
	overflow: hidden;
}
/* RMG */


.news_destaque_content ul li {
	width: 315px;
	height: 130px;
	overflow: hidden;
}



.news_destaque_nav {
	padding: 4px 5px 0px;
}

.news_destaque_nav .news_destaque_prev,
.news_destaque_nav .news_destaque_next {
	display: block;
	width: 13px;
	height: 13px;

	overflow: hidden;
	line-height: 9999px;
	background-image: url("../../../layout/tplGeral/img/btn_carousel.gif");
	background-repeat: no-repeat;
	background-position: 0px;
}

.news_destaque_nav .news_destaque_prev { float: left; margin: 0px 1px 1px 0px; }
.news_destaque_nav .news_destaque_next { float: right; margin: 0px 0px 1px 1px;}

.news_destaque_nav .news_destaque_prev:hover { margin: 1px; }
.news_destaque_nav .news_destaque_next:hover { margin: 1px; }

.newscat_1 .news_destaque_prev { background-position: 0px -26px; }
.newscat_1 .news_destaque_next { background-position: 0px -39px; }

.newscat_2 .news_destaque_prev { background-position: 0px 0px; }
.newscat_2 .news_destaque_next { background-position: 0px -13px; }




#newsletter_button {
	display: block;
	position: absolute;

	top: 40px;
	right: 0px;

	width: 181px;
	height: 32px;

	font: normal normal bold 13px/32px "trebuchet ms", arial, sans-serif;
	color: #ffffff;
	text-decoration: none;

	text-indent: 36px;

	overflow: none;

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







.testemunhos_destaque {
	display: block;
     /** RMG **/
    height: 140px;
    overflow: hidden;
}

.testemunhos_destaque a {
	text-decoration: none;
	cursor: pointer;
	display: block;
}

.testemunhos_destaque h4 {
	font: normal normal normal 14px "Trebuchet MS", Arial, sans-serif;
	color: #0369AF;
	margin: 10px 0px -5px;
}

.testemunhos_destaque img {
	border: 0px;
	float: left;
	margin: 5px 5px 0px 0px;
}

.testemunhos_destaque h3,
.testemunhos_destaque h3 a {
	font: normal normal bold 13px/18px "Trebuchet MS", arial, sans-serif;
	color: #8DB13D;
}

.testemunhos_destaque h3 {
	margin: 18px 0px 0px !important;
	padding: 0px 0px 0px;
}

.testemunhos_destaque .testemunhos_destaque_data,
.testemunhos_destaque .testemunhos_destaque_data a {
	font: normal normal normal 10px arial, sans-serif;
	color: #4692C4;
}

.testemunhos_destaque .testemunhos_destaque_data {
	margin: 0px 0px 6px;
}

.testemunhos_destaque p,
.testemunhos_destaque p a {
	font: normal normal normal 12px/15px arial, sans-serif;
	color: #666666;
}

.testemunhos_destaque p {
	margin: 0px;
     /** RMG PROBLEM PADDING ? MAYBE ? **/
	padding: 0px 0px 0px 0px;
    vertical-align: bottom;
    vertical-align: text-bottom;
}




.listitem_highlight,
.listitem {
	padding: 10px 0px;
}

a.listitem_pic {
	display: block;
	width: 75px;
	height: 85px;
	overflow: hidden;
	position: relative;
	text-decoration: none;

	float: left;
	margin: 0px 15px 10px 0px;
	cursor: pointer;
}

.listitem_highlight a.listitem_nocroppic {
	display: block;
	width: 150px;
	text-decoration: none;

	float: left;
	margin: 0px 15px 10px 0px;
	cursor: pointer;
}

a.listitem_nocroppic {
	display: block;
	width: 75px;
	text-decoration: none;

	float: left;
	margin: 0px 15px 10px 0px;
	cursor: pointer;
}

a.listitem_pic span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 85px;
	background-image: url("../../../layout/tplGeral/img/listpic_overlay.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.listitem_highlight a,
.listitem a {
	cursor: pointer;
	text-decoration: none;
	display: block;
}

.listitem_highlight:hover p,
.listitem_highlight:hover p a,
.listitem:hover p,
.listitem:hover p a {
	color: #026BB1;
}

.listitem_highlight h3,
.listitem_highlight h3 a,
.listitem h3,
.listitem h3 a {
	font: normal normal normal 14px "Trebuchet MS", arial, sans-serif;
	color: #8DB13D;
}

.listitem_highlight h3,
.listitem h3 {
	margin: 0px;
	padding: 0px 0px 0px;
}


.listitem_data,
.listitem_data a {
	font: normal normal normal 11px/14px arial, sans-serif;
	color: #4692C4;
}

.listitem_data {
	margin: 0px 0px 8px;
}


.listitem_highlight p,
.listitem_highlight p a,
.listitem p,
.listitem p a {
	font: normal normal normal 13px/18px "trebuchet ms", arial, sans-serif;
	color: #666;
}

.listitem_highlight p,
.listitem p {
	margin: 0px;
	padding: 0px 4px 0px 0px;
}


.listitem_icon {
	display: block;
	width: 65px;
	height: 25px;
	padding: 55px 5px 5px;
	border: 1px solid #E7E7E7;
	background-color: #F2F2F2;
	background-image: url("../../../layout/tplGeral/img/acrobat_icon.png");
	background-repeat: no-repeat;
	background-position: 50% 5px;

	float: left;
	margin-left: 10px;
	cursor: pointer;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	text-align: center;
	font: normal normal bold 10px/12px arial, sans-serif !important;
	color: #026BB1 !important;

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

.listitem_icon:hover {
	color: #026BB1;
	text-decoration: none;
	background-color: #F0F0F0;
	border-color: #026BB1;

	filter: alpha(opacity=98);
	-moz-opacity: 1;
	opacity: 1;
}











#navbar {
	font: normal normal normal 11px/14px "trebuchet ms", arial, sans-serif;
	margin: 0px 0px 15px;
	padding: 0px;
	color: #888;
}

#navbar a {
	color: #8DB13D;
	text-decoration: none;
}

#navbar a:hover {
	color: #016BB1;
}










.news_sidebar_item {
	display: block;
	width: 245px;

	background-image: url('../../../layout/tplGeral/img/shadow.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 0px 5px 5px 0px;

	position: relative;

	margin-bottom: 25px;
}


.news_sidebar_shadowfix_top {
	position: absolute;
	width: 5px;
	height: 10px;
	background-image: url("../../../layout/tplGeral/img/shadowfix_top.png");
	background-position: left top;
	background-repeat: repeat-x;
	top: 0px;
	right: 0px;
}

.news_sidebar_shadowfix_bottom {
	position: absolute;
	width: 10px;
	height: 5px;
	background-image: url("../../../layout/tplGeral/img/shadowfix_bottom.png");
	background-position: left top;
	background-repeat: repeat-y;
	bottom: 0px;
	left: 0px;
}


.news_sidebar_item_content {
	padding: 10px 10px;
	display: block;
	background-color: #fff;
}

.news_sidebar_item_content a {
	text-decoration: none;
	cursor: pointer;
	display: block;
}

.news_sidebar_item_content h4,
.news_sidebar_item_content h4 a {
	font: normal normal normal 14px/18px "Trebuchet MS", arial, sans-serif;
	color: #016BB1;
}

.news_sidebar_item_content h4 {
	margin: 0px;
	padding: 0px;
}

.news_sidebar_item_content .news_sidebar_data,
.news_sidebar_item_content .news_sidebar_data a {
	font: normal normal normal 12px "Trebuchet MS", arial, sans-serif;
	color: #8DB13D;
}
.news_sidebar_item_content .news_sidebar_data {
	margin: 2px 0px 5px;
}

.news_sidebar_item_content p,
.news_sidebar_item_content p a {
	font: normal normal normal 12px/18px "Trebuchet MS", arial, sans-serif;
	color: #777;
}

.news_sidebar_item_content p {
	margin: 0px 0px;
}





a.recorditem_pic {
	display: block;
	width: 75px;
	height: 85px;
	overflow: hidden;
	position: relative;
	text-decoration: none;

	float: left;
	margin: 0px 15px 10px 0px;
	cursor: pointer;
}


a.recorditem_nocroppic {
	display: block;
	position: relative;
	text-decoration: none;

	float: left;
	margin: 0px 15px 10px 0px;
	cursor: pointer;
}

a.recorditem_pic span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 85px;
	background-image: url("../../../layout/tplGeral/img/listpic_overlay.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}


.recorditem_data {
	font: normal normal normal 11px/14px arial, sans-serif;
	color: #4692C4;
	margin: 0px 0px 8px;
}


.recorditem_intro {
	font: italic normal normal 12px/20px "trebuchet ms", arial, sans-serif;
	color: #999;
	margin: 0px;
	padding: 0px;
}

.recorditem_body {
	font: normal normal normal 13px/20px "trebuchet ms", arial, sans-serif;
	color: #666;
	margin: 25px 0px 0px;
	padding: 0px 0px 0px 0px;
}




.with_sidebar,
.listview_with_sidebar {
	float: left;
	width: 680px;
}

.sidebar,
.listview_sidebar {
	float: right;
	width: 250px;
}






.tablist .tabs {
	display: block;
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
}

.tablist .tabs li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px 2px;
	background-image: none;
}

.tablist .tabs li a {
	padding: 3px 8px;
	text-decoration: none;
	color: #016BB1;
	font: normal normal bold 13px "trebuchet ms", arial, sans-serif;

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



.tablist .tabs li a:hover {
	color: #8DB115;
	background-color: #fff;
}

.tablist .tabs li.current a:hover,
.tablist .tabs li.current a {
	color: #fff;
	background-color: #B1CE2D;
}


.tablist .tabcontent .tabtitle {
	background-color: #B1CE2D;
	height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.tabtitle .tabcol1,
.tabtitle .tabcol2,
.tabtitle .tabcol3 {
	font: normal normal bold 14px/30px "Trebuchet MS", arial, sans-serif;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	color: #fff;
}

.tabtitle .tabcol1 {
	text-indent: 10px;
	width: 60%;
}

.tabtitle .tabcol2 {
	width: 25%;
}

.tabtitle .tabcol3 {
	width: 5%;
}


.tabbody .tabcol1,
.tabbody .tabcol2,
.tabbody .tabcol3 {
	display: block;
	float: left;
	margin: 3px 0px;
	color: #555;
	font: normal normal normal 12px/20px "Trebuchet MS", Arial, sans-serif;
}

.tabbody .tabcol1 { width: 60%; }
.tabbody .tabcol2 { width: 25%; }
.tabbody .tabcol3 { width: 5%; }


.tabbody .tabcol1 a {
	display: block;
	background-image: url("../../../layout/tplGeral/img/bullet.gif");
	background-repeat: no-repeat;
	background-position: 8px 6px;
	color: #555;

	padding: 0px 0px 0px 25px;

	text-decoration:none;
}

.tabbody .tabcol1 a:hover {
	color: #048DE9;
}


.overlay {
	background: #000;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}






.popup {
	width: 500px;
	position: absolute;

	top: 90px;
	left: 50%;
	margin-left: -250px;

	font: normal normal normal 13px/17px "Trebuchet MS", Arial, sans-serif;
	color: #555;

	border: 1px solid #026BB1;
	background-color: #fff;
	z-index: 9600;
}

.popup h4 {
	margin: 0px;
	padding: 0px;
	background-color: #026BB1;
	color: #fff;
	font: normal normal bold 14px/50px "Trebuchet MS", Arial, sans-serif;
	text-indent: 10px;
	border-bottom: 3px solid #B1CE2D;

	background-image: url("../../../layout/tplGeral/img/smalllogo.gif");
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.popup h5 {
	margin: 10px 10px;
	padding: 0px 0px 10px;
	color: #026BB1;
	font: normal normal normal 14px/20px "Trebuchet MS", arial, sans-serif;
	border-bottom: 1px solid #048DE9;
}

.popup .recrutamento_offer_location {
	margin: 10px 10px;
	padding: 0px;
	color: #555;
	font: normal normal bold 14px/20px "Trebuchet MS", arial, sans-serif;
}


.popup .recrutamento_offer_description {
	margin: 0px 10px;
	padding: 0px 5px 0px;
	height: 280px;
	overflow: auto;
	color: #555;
	font: normal normal normal 12px/16px "Trebuchet MS", arial, sans-serif;
}

.popup_buttonsarea {
	margin: 0px 10px 10px 0px;
	padding-top: 10px;
}

.popup_buttonsarea a {
	display: block;
	float: right;
	margin: 0px 5px;
	font: normal normal bold 13px/28px "Trebuchet MS", arial, sans-serif;
	color: #fff;
	text-decoration: none;
	height: 28px;
	text-indent: 32px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.popup_buttonsarea a:hover {
}


.popup_buttonsarea .popup_button_fechar {
	width: 85px;
	background-image: url("../../../layout/tplGeral/img/btn_close.gif");
}

.popup_buttonsarea .popup_button_enviar {
	width: 157px;
	background-image: url("../../../layout/tplGeral/img/btn_enviar.gif");
}








.fileslist h4 {
	font: normal normal normal 14px/20px "Trebuchet MS", arial, sans-serif;
	color: #3486D2;
	margin: 25px 0px 5px 0px;
	border-bottom: 1px solid #B1CE2D;
	padding: 0px 0px 2px 7px;
}

.fileslist ul {
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

.fileslist ul li {
	margin: 7px 0px;
	padding: 0px;
	background-image: none;
}

.fileslist .fileslist_item {
	font: normal normal bold 13px/13px "Trebuchet MS", Arial, sans-serif;
	padding: 5px 5px 5px 30px;
	color: #666;
	text-decoration: none;

	background-image: url("../../../layout/tplGeral/img/fileicons/default.png");
	background-position: 7px 50%;
	background-repeat: no-repeat;
}

.fileslist a.fileslist_item:hover {
	color: #444;
}

.fileslist_ext_pdf,
.fileslist_ext_ai,
.fileslist_ext_eps,
.fileslist_ext_ps {
	background-image: url("../../../layout/tplGeral/img/fileicons/acrobat.png") !important;
}

.fileslist_ext_tiff,
.fileslist_ext_tif,
.fileslist_ext_jpe,
.fileslist_ext_jpeg,
.fileslist_ext_jpg,
.fileslist_ext_bmp,
.fileslist_ext_gif,
.fileslist_ext_png {
	background-image: url("../../../layout/tplGeral/img/fileicons/image.png") !important;
}

.fileslist_ext_swf,
.fileslist_ext_fla {
	background-image: url("../../../layout/tplGeral/img/fileicons/flash.png") !important;
}

.fileslist_ext_zip,
.fileslist_ext_rar,
.fileslist_ext_gz,
.fileslist_ext_gtar,
.fileslist_ext_tgz,
.fileslist_ext_tar {
	background-image: url("../../../layout/tplGeral/img/fileicons/archive.png") !important;
}

.fileslist_ext_ppt {
	background-image: url("../../../layout/tplGeral/img/fileicons/powerpoint.png") !important;
}

.fileslist_ext_xl,
.fileslist_ext_xls,
.fileslist_ext_xlsx,
.fileslist_ext_csv {
	background-image: url("../../../layout/tplGeral/img/fileicons/excel.png") !important;
}

.fileslist_ext_exe,
.fileslist_ext_msi,
.fileslist_ext_com {
	background-image: url("../../../layout/tplGeral/img/fileicons/application.png") !important;
}

.fileslist_ext_doc,
.fileslist_ext_docx,
.fileslist_ext_word {
	background-image: url("../../../layout/tplGeral/img/fileicons/word.png") !important;
}

.fileslist_ext_rv,
.fileslist_ext_rmvb,
.fileslist_ext_mpeg,
.fileslist_ext_mpg,
.fileslist_ext_mpe,
.fileslist_ext_qt,
.fileslist_ext_mov,
.fileslist_ext_avi,
.fileslist_ext_divx,
.fileslist_ext_flv,
.fileslist_ext_movie {
	background-image: url("../../../layout/tplGeral/img/fileicons/video.png") !important;
}

.fileslist_ext_mid,
.fileslist_ext_midi,
.fileslist_ext_mpga,
.fileslist_ext_mp2,
.fileslist_ext_mp3,
.fileslist_ext_aif,
.fileslist_ext_aiff,
.fileslist_ext_aifc,
.fileslist_ext_ram,
.fileslist_ext_rm,
.fileslist_ext_ra,
.fileslist_ext_ogg,
.fileslist_ext_wav {
	background-image: url("../../../layout/tplGeral/img/fileicons/audio.png") !important;
}





.testemunhos_record_categoria {
	font: normal normal bold 12px/18px "Trebuchet MS", Arial, sans-serif;
	color: #666;
	margin: -20px 0px 20px;
}








.tblcontacts {
	border-spacing: 1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tblcontacts thead td {
	background-color: #B1CE2D;
	font: normal normal bold 14px "Trebuchet MS", arial, sans-serif;
	color: #fff;
	padding: 8px 8px;
}

.tblcontacts tbody td {
	vertical-align: top;
	padding: 4px 5px;
}

.tblcontacts tr.odd td {
	background-color: #EFFFE0;
}




#clients_highlight {
	width: 100%;
	height: 245px;

	margin: 10px 0px 20px;

	background-image: url("../../../layout/tplGeral/img/clientes_bg.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;

	overflow: hidden;
	position: relative;
}



.clients_highlight_logo {
	display: block;

	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-position: 50% 50%;

	line-height: 9999px;
	overflow: hidden;

	margin: 0px;
	padding: 0px;

	position: absolute;

	top:0px;
	left:0px;
	z-index: 0;
}






.clients_table {
	border-spacing: 1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 100%;
}


.clients_table tbody td {
	width: 50%;
	vertical-align: top;
	padding: 6px 5px;
}










.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 "Trebuchet MS", Arial, Sans-serif;
	text-align: center;
}


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

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



.loginform {
	display: block;
	width: 400px;
}


.loginform_title {
	height: 55px;
	position: relative;
}

.loginform_title_icon {
	position: absolute;
	width: 48px;
	height: 48px;
	background-image: url("../../../layout/tplGeral/img/login_icon.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;

	left: 5px;
	bottom: 5px;
}

.loginform_title h4 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	font: normal normal normal 14px/35px "Trebuchet MS", Arial, sans-serif;
	background-color: #026BB1;
	color: #fff;
	text-indent: 60px;
}


.loginform_content {
	background-color: #D1E8F6;
	padding: 25px 20px;
}


.loginform label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font: normal normal normal 14px/28px "Trebuchet MS", Arial, sans-serif;
	color: #026BB1;
}

.loginform .fielder {
	display: block;
	width: 200px;
	height: 18px;
	float: left;
	border: 1px solid #8EB113;
	background-color: #fff;
	font: normal normal bold 14px/18px "Trebuchet MS", Arial, sans-serif;
	padding: 5px;

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

.loginform label.error {
	display: block;
	width: 320px;
	margin-top: 2px;
	text-align: right;
	font: normal normal bold 12px/16px arial, sans-serif;
	color: #DE0000;
}

.loginform_msgarea {
	display: block;
	float: left;
	width: 214px;
	height: 28px;
	margin-right: 10px;
	font: normal normal bold 13px/14px arial, sans-serif;
	color: #DE0000;
}

.loginform .submitter {
	display: block;
	float: left;
	width: 96px;
	height: 28px;
	cursor: pointer;
	background-color: transparent;
	background-image: url("../../../layout/tplGeral/img/btn_login.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 25px;
	font: normal normal bold 14px/23px "trebuchet ms", arial, sans-serif;
	color: #ffffff;
	border-width: 0px !important;
	outline-width: 0px !important;
	padding: 0px !important;
	margin: 0px 0px 0px 0px !important;
}






#newsletter_form {
	padding: 20px 20px 20px;
}

#newsletter_form label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	font: normal normal normal 14px/28px "Trebuchet MS", Arial, sans-serif;
	color: #026BB1;
}

#newsletter_form .fielder {
	display: block;
	width: 200px;
	height: 18px;
	float: left;
	border: 1px solid #8EB113;
	background-color: #fff;
	font: normal normal bold 14px/18px "Trebuchet MS", Arial, sans-serif;
	padding: 5px;

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

#newsletter_form label.error {
	display: block;
	width: 370px;
	margin-top: 2px;
	text-align: right;
	font: normal normal bold 12px/16px arial, sans-serif;
	color: #DE0000;
}








#mailform_box {
	display: block;
	width: 355px;

	background-image: url('../../../layout/tplGeral/img/shadow.png');
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding: 0px 5px 5px 0px;

	position: relative;
}


#mailform_box h4 {
	background-color: #016BB1;
	font: normal normal bold 14px/36px "Trebuchet MS", Arial, sans-serif;
	color: #ffffff;
	text-indent: 10px;
	margin: 0px 0px;
}



#mailform_form {
	margin: 0px !important;
	padding: 20px 20px 20px;
	background-color: #fff;
}

#mailform_form label {
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
	font: normal normal normal 14px/26px "Trebuchet MS", Arial, sans-serif;
	color: #026BB1;
}

#mailform_form .fielder {
	display: block;
	width: 200px;
	height: 16px;
	float: left;
	border: 1px solid #8EB113;
	background-color: #fff;
	font: normal normal normal 13px/16px "Trebuchet MS", Arial, sans-serif;
	padding: 5px;

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

#mailform_form label.error {
	display: block;
	width: 310px;
	margin-top: 2px;
	text-align: right;
	font: normal normal bold 12px/16px arial, sans-serif;
	color: #DE0000;
}

#mailform_form textarea.fielder {
	height: 72px;
	overflow: auto;
}


#mailform_form .submitter {
	display: block;
	float: left;
	width: 157px;
	height: 28px;
	cursor: pointer;
	background-color: transparent;
	background-image: url("../../../layout/tplGeral/img/btn_enviar.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 25px;
	font: normal normal bold 14px/23px "trebuchet ms", arial, sans-serif;
	color: #ffffff;
	border-width: 0px !important;
	outline-width: 0px !important;
	padding: 0px !important;
	margin: 0px 0px 0px 153px !important;
}







#candidaturaoffer_form,
#candidatura_form {
	padding: 20px 0px 20px;
	width: 100%;
	margin: 0px !important;
}

#candidaturaoffer_form label,
#candidatura_form label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	font: normal normal normal 14px/26px "Trebuchet MS", Arial, sans-serif;
	color: #026BB1;
}

#candidaturaoffer_form .fielder,
#candidatura_form .fielder {
	display: block;
	width: 300px;
	height: 16px;
	float: left;
	border: 1px solid #8EB113;
	background-color: #fff;
	font: normal normal normal 13px/16px "Trebuchet MS", Arial, sans-serif;
	padding: 5px;

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

#candidaturaoffer_form label.error,
#candidatura_form label.error {
	float: none;
	display: block;
	width: 470px;
	margin-top: 2px;
	text-align: right;
	font: normal normal bold 12px/16px arial, sans-serif;
	color: #DE0000;
}

#candidaturaoffer_form textarea.fielder,
#candidatura_form textarea.fielder {
	height: 72px;
	overflow: auto;
}


a#cv_remove {
	width: 20px;
	height: 20px;
	margin: 5px 0px 0px 5px;
	border: 0px;
	float:left;
	overflow: hidden;
	line-height: 999px;
	background: transparent url('../../../layout/tplGeral/img/close_icon_double.gif') 0 0 no-repeat;
}

a#cv_remove:hover{ background-position: 0 -20px; }

#candidaturaoffer_form .submitter,
#candidatura_form .submitter {
	display: block;
	float: left;
	width: 157px;
	height: 28px;
	cursor: pointer;
	background-color: transparent;
	background-image: url("../../../layout/tplGeral/img/btn_enviar.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 25px;
	font: normal normal bold 13px/23px "trebuchet ms", arial, sans-serif;
	color: #ffffff;
	border-width: 0px !important;
	outline-width: 0px !important;
	padding: 0px !important;
	margin: 0px 0px 0px 313px !important;
}




.loading {
	background-image: url("../../../layout/tplGeral/img/loading.gif");
	background-position: 50% 10px;
	background-repeat: no-repeat;
	padding: 40px 10px 20px;
	font: normal normal bold 14px/20px "Trebuchet MS", arial, sans-serif;
	color: #555;

	text-align: center;
}

.popup_content {
	padding: 20px;
}


.noclick {
	cursor: default !important;
}



.pdflink {
	display: block;
	font: normal normal normal 12px/26px arial, sans-serif;
	padding-left: 22px;
	background-image: url("../../../layout/tplGeral/img/fileicons/pdf.gif");
	background-position: 0px 50%;
	background-repeat: no-repeat;
	color: #026BB1;
}

.pdflink:hover {
	color: #026BB1;
}
ul.jd_menu {
	margin: -1px 0px 0px -16px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	display: block;
	bottom: 7px;
	left: 0px;
}

ul.jd_menu ul {
	display: none;
}

ul.jd_menu li {
	float: left;
	background-image: none;

	padding: 0px 4px 0px 2px;
	margin: 0px;

	background-image: url("../../../layout/tplGeral/img/menusep.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

ul.jd_menu li.first {
	padding-left: 0px;
}

ul.jd_menu li.last {
	background-image: none;
	padding-right: 0px;
}


ul.jd_menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px 0px 0px 32px;
	padding: 0px;
	z-index: 10000;

	-moz-opacity: .9;
	opacity: .9;
}


ul.jd_menu ul li {
	float: none;
	margin: 0px;
	padding: 0px 16px !important;
	background-image: none;
}


ul.jd_menu li.first ul {
	margin: -1px 0px 0px 0px;
}

ul.jd_menu ul {
	margin: -1px 0px 0px 2px;
	background-color: #ffffff;
	border: 1px solid #026BB1;
	border-top-width: 0px;
	padding: 0px;
}

ul.jd_menu ul li {
	cursor: pointer;
	white-space: nowrap;
}

ul.jd_menu ul ul {
	margin: -4px 0px 0px 1px !important;

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);

}

ul.jd_menu ul {
	height: auto;
	padding: 4px 0px;
}

* html ul.jd_menu ul {
	width: 1%;
}


ul.jd_menu li li {
	width: auto;
}


ul.jd_menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
}

ul.jd_menu li a {
	color: #fff;
	margin: 0px 1px;
	padding: 4px 18px 4px 16px;
	font: normal normal bold 14px/32px "trebuchet ms", arial, sans-serif;
}


ul.jd_menu li li a {
	font: normal normal bold 12px/28px Arial, Sans-serif;
	color: #026BB1;
	margin: 0px;
	padding: 0px;
}

ul.jd_menu li.jdm_hover a {
	background-color: #fff;
	color: #026BB1;
}

ul.jd_menu li ul li.jdm_hover a {
	color: #8EB113;
}

ul.jd_menu li ul li.jdm_hover ul li a,
ul.jd_menu li ul li a {
	color: #026BB1;
	text-decoration: none;
}


ul.jd_menu li ul li ul li.jdm_hover a {
	color: #8EB113;
}

ul.jd_menu ul li.jdm_active {
}

div.pagination {
	padding: 3px;
	margin: 3px;
	cursor: default;
	text-align: center;

	font: normal normal bold 12px arial, sans-serif;
}


div.pagination span,
div.pagination a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	text-decoration: none !important;

	color: #fff !important;
	background-color: #A6D157;

	margin: 1px;
	padding: 3px 7px;

}


div.pagination span.current {
	font-size: 17px;
	padding: 2px 7px;

	background-color: #80BD0F;
}


div.pagination a:hover, div.pagination a:active {
	background-color: #80BD0F;
}


div.pagination span.disabled {
	background-color: #E7F2CF;
}
.jcarousel-container {
    position: relative;
}
.jcarousel-clip, .jcarousel-clip-vertical {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 315px;
    height: 130px;
}
.jcarousel-skin-news .jcarousel-item {
    width: 315px;
    height: 130px;
    padding: 0px !important;
    overflow: hidden;
    background-image: none;
}
.jcarousel-skin-news .jcarousel-clip-horizontal {
    width: 315px;
    height: 130px;
}
#mycarousel li,
.jcarousel-item-vertical,
.jcarousel-item-placeholder-vertical {
    width: 240px;
    height: 200px;
}

#adpopup_container {
	display: none;

	width: 820px;
	height: 366px;

	position: absolute;

	top: 50%;
	left: 50%;

	margin-left: -410px;
	margin-top: -182px;
	background-color: transparent;

	z-index: 9900;
}


#adpopup_close {
	position: absolute;

	top: -24px;
	right: 0px;

	font: normal normal bold 13px/20px arial, sans-serif;
	color: #fff;
	padding: 4px 10px;
	background-color: #006CB7;
}



#adpopup {
	display: block;

	width: 820px;
	height: 366px;

	overflow: hidden;
	line-height: 9999px;

	text-decoration: none !important;

	background-image: url("../../../layout/tplGeral/img/bannerEstu.jpg") !important;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #006CB7;

	cursor: pointer;

	z-index: 9990;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=normal&fsDefault=14px&cornerRadius=4px&bgColorHeader=026BB1&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=026BB1&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=ffffff&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=026BB1&fcContent=222222&iconColorContent=026BB1&bgColorDefault=026BB1&bgTextureDefault=02_glass.png&bgImgOpacityDefault=20&borderColorDefault=026BB1&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=026BB1&bgTextureHover=02_glass.png&bgImgOpacityHover=35&borderColorHover=026BB1&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=9db724&bgTextureActive=12_gloss_wave.png&bgImgOpacityActive=50&borderColorActive=8DB13D&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=9db724&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=20&borderColorHighlight=9db724&fcHighlight=ffffff&iconColorHighlight=ffffff&bgColorError=e14f1c&bgTextureError=12_gloss_wave.png&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=01_flat.png&bgImgOpacityShadow=40&opacityShadow=40&thicknessShadow=0px&offsetTopShadow=3px&offsetLeftShadow=3px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,sans-serif; font-size: 14px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #026BB1; background: #ffffff url(../../../layout/tplGeral/jqueryui/images/ui-bg_inset-hard_100_ffffff_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #026BB1; background: #026BB1 url(../../../layout/tplGeral/jqueryui/images/ui-bg_gloss-wave_75_026BB1_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #026BB1; background: #026BB1 url(../../../layout/tplGeral/jqueryui/images/ui-bg_glass_20_026BB1_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #026BB1; background: #026BB1 url(../../../layout/tplGeral/jqueryui/images/ui-bg_glass_35_026BB1_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff !important; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff !important; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #8DB13D; background: #9db724 url(../../../layout/tplGeral/jqueryui/images/ui-bg_gloss-wave_50_9db724_500x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #9db724; background: #9db724 url(../../../layout/tplGeral/jqueryui/images/ui-bg_glass_20_9db724_1x400.png) 50% 50% repeat-x; color: #ffffff; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #ffffff; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #e14f1c url(../../../layout/tplGeral/jqueryui/images/ui-bg_gloss-wave_45_e14f1c_500x100.png) 50% top repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../../../layout/tplGeral/jqueryui/images/ui-icons_026BB1_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../../../layout/tplGeral/jqueryui/images/ui-icons_026BB1_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../../../layout/tplGeral/jqueryui/images/ui-icons_d8e7f3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../../../layout/tplGeral/jqueryui/images/ui-icons_e0fdff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../../layout/tplGeral/jqueryui/images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../../../layout/tplGeral/jqueryui/images/ui-icons_f5e175_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../../../layout/tplGeral/jqueryui/images/ui-icons_ffffff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../../layout/tplGeral/jqueryui/images/ui-icons_fcd113_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../../../layout/tplGeral/jqueryui/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 3px 0 0 3px; padding: 0px; background: #999999 url(../../../layout/tplGeral/jqueryui/images/ui-bg_flat_40_999999_40x100.png) 50% 50% repeat-x; opacity: .40;filter:Alpha(Opacity=40); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/*
Stylish Select 0.3 - jQuery plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3

Licensed under the GPL license:
http://www.gnu.org/licenses/gpl.html
*/


/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {
	margin:0;
	padding:0;
}

ul.newList {
	margin:0;
	padding:0;
	list-style:none;
	color:#555;
	height: auto;
	background:#fff;
	position:absolute;
	border:1px solid #8EB113;
	top:29px !important;
	left:0px !important;
	overflow:auto;
	z-index: 999 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.newListSelected {
	float:left;
	cursor:pointer;
	position: relative;
	z-index: 1000 !important;
}

.newListSelected span {
	display:block;
}

ul.newList li {
	background-image: none;
	padding: 5px 40px 5px 6px;
	height: 16px;
	line-height: 16px;
	margin: 0px;
}

.selectedTxt {
	border: 1px solid #8EB113;
	background-color: #fff;
	background-image: url('../../../layout/tplGeral/img/select-buttons.png');
	background-repeat: no-repeat;
	background-position: 100% -32px;
	font-weight: bold;

	color:#555;
	cursor: pointer;

	padding: 5px 40px 5px 6px;
	height: 16px;
	line-height: 16px;

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

.newListSelHover .selectedTxt,
.newListSelFocus .selectedTxt {
	background-position: 100% -2px;
	border-color: #B1CE2D;
}


.hiLite {
	background:#8EB113!important;
	color:#fff!important;
	font-weight: bold;
}

.newListHover {
	color:#026BB1;
	cursor:pointer;
}


.newListOptionTitle {
	font-weight:bold;
}

.newListOptionTitle ul {
	margin:3px 0 0;
}

.newListOptionTitle li {
	font-weight:normal;
	border-left:1px solid #ccc;
}

/*

.dhv-checkboxes {display: block; float: left; width: 16px; height: 16px; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.dhv-checkboxes .mark {display: inline;}

.dhv-checkboxes img {
	vertical-align: middle;
	width: 16px;
	height: 16px;

	background: transparent url("../../../layout/tplGeral/img/icon_checkbox.png") 0 -40px no-repeat;
}


.dhv-checkboxes-hover img {
	background-position: 0px -114px;
}
.dhv-checkboxes-checked img {
	background-position: 0px -1px;
}
.dhv-checkboxes-checked .dhv-checkboxes-hover img {
	background-position: 0px -75px;
}

.dhv-checkboxes-disabled img {
	background-position: 0px -161px;
}
.dhv-checkboxes-checked .dhv-checkboxes-disabled img{
	background-position: 0px -161px;
}

*/


/* ------------------------------------------------------------------------
	This you can customize
------------------------------------------------------------------------- */

	label.checkbox, label.radio { z-index: 99; }
	
	label.checkbox span.holder {
		height: 216px; /* Total height of your checkbox image */
		background: url(../../../layout/tplGeral/img/icon_checkbox.png) 0 -1px no-repeat; /* Path to your checkbox image */
	}

	label.radio span.holder {
		height: 216px; /* Total height of your radio buttons image */
		background: url(../../../layout/tplGeral/img/icon_checkbox.png) 0 -1px no-repeat; /* Path to your radio button image */
	}

	label.checkbox span.holder { top: -40px !important; } /* Background position on mouseover */
	label.radio span.holder { top: -40px !important; } /* Background position on mouseover */

	label.checkbox:hover span.holder { top: -114px !important; } /* Background position on mouseover */
	label.radio:hover span.holder { top: -114px !important; } /* Background position on mouseover */

	label.checkbox.checked span.holder { top: -1px !important; } /* Background position when checked */
	label.checkbox.checked:hover span.holder { top: -75px !important; } /* Background position when checked */

	label.radio.checked span.holder { top: -161px !important; } /* Background position when checked */
	label.radio.checked:hover span.holder { top: -200px !important; } /* Background position when checked */


/* ------------------------------------------------------------------------
	Customize at your own risk
------------------------------------------------------------------------- */

	label.list {
		float: left; clear: left;
		margin: 0 0 0 0;
	}

	label.inline {
		float: left; margin: 0 10px 0 0;
	}

		input.hiddenCheckbox {
			position: absolute; left: -10000px; /* Hide the input */
		}

		label.prettyCheckbox span.holderWrap {
			display: block; float: left;
			position: relative;
			margin-right: 5px;
			overflow: hidden;
		}

		label.prettyCheckbox span.holder {
			display: block;
			position: absolute;
			top: 0; left: 0;
		}
ul.estu_steps {
	display: block;
	margin: 25px 0px 0px;
	padding: 0px;
	list-style: none;
	border: 0px;
	background-image: none;
	border-bottom: 4px solid #B1CE2D;
}

ul.estu_steps li {
	margin: 0px 2px -4px;
	padding: 6px 10px 6px 10px;
	background-image: none;

	border-bottom: 4px solid #B1CE2D;

	display: block;
	float: left;

	color: #026BB1;
}

ul.estu_steps li.current {
	border-color: #8DB115;
}

ul.estu_steps li a {
	display: block;
	text-decoration: none;
	color: #026BB1;
}

ul.estu_steps li a,
ul.estu_steps li a span {
	cursor: pointer;
}

ul.estu_steps li.current a,
ul.estu_steps li.current a span {
	cursor: default;
}

ul.estu_steps li.inactive a,
ul.estu_steps li.inactive a span {
	cursor: no-drop;
}


ul.estu_steps li a:hover {
	color: #8DB13D;
}

ul.estu_steps li.current a,
ul.estu_steps li.current a:hover,
ul.estu_steps li.current {
	color: #ffffff;
	background-color: #B1CE2D;
}

ul.estu_steps li.inactive a,
ul.estu_steps li.inactive a:hover,
ul.estu_steps li.inactive {
	color: #bbb;
}


ul.estu_steps li .title {
	font: normal normal normal 20px/24px arial, sans-serif;
	display: block;
}

ul.estu_steps li .subtitle {
	font: normal normal bold 13px/14px "trebuchet ms", arial, sans-serif;
	display: block;
}





#estuform fieldset {
	margin: 15px 0px 15px 5px;
	display: none;
	border-width: 0px;
}

#estuform fieldset legend,
#estuform fieldset h3 {
	font: normal normal bold 14px/18px arial, sans-serif;
	color: #026BB1;
	margin: 0px;
	padding: 0px 5px;
	border-width: 0px;
}

#estuform fieldset legend {
	display: none;
}

#estuform fieldset h3 {
	margin: 15px 0px 10px;
}

#estuform fieldset.active {
	display: block;
}




.estu_buttons {
	border-top: 1px solid #B1CE2D;
	padding: 10px 0px 0px;
	text-align: center;
	font: normal normal bold 13px/24px "trebuchet ms", arial, sans-serif;
	color: #555;
}

.estu_buttons a {
	margin: 0px;
	color: #026BB1;
	cursor: pointer;
	padding: 0px 8px;
}

.estu_buttons a.estu_prevButton {
}

.estu_buttons a.estu_nextButton {
}

.estu_buttons a.inactive {
	color: #bbb !important;
	cursor: no-drop !important;
}



#estuform label {
	display: block;
	float: left;
	width: 140px;
	text-align: right;
	margin-right: 10px;
	font: normal normal normal 14px/26px "Trebuchet MS", Arial, sans-serif;
	color: #026BB1;
}

#estuform label.lblInline {
	float: left;
	width: auto;
	text-align: left;
}

#estuform label.checkbox {
	display: block;
	float: left;
	width: auto;
	font: normal normal normal 12px/18px arial, "Trebuchet MS", Arial, sans-serif;
	color: #084E7C;
	text-align: left;
	padding-left: 3px;
	cursor: pointer;
}

#estuform label.ui-checkbox-state-checked-hover,
#estuform label.ui-checkbox-state-hover {

}

#estuform .fielder {
	display: block;
	width: 280px;
	height: 16px;
	float: left;
	border: 1px solid #8EB113;
	background-color: #fff;
	font: normal normal normal 13px/16px "Trebuchet MS", Arial, sans-serif;
	padding: 5px;

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



.frmestu_errorfield {
	border-color: #BF1A1A !important;
}
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.pp_pic_holder .pp_content a.pp_close { width: 68px; height: 22px; background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnClose.gif) center left no-repeat; cursor: pointer; } /* Close button */

	div.light_rounded .pp_arrow_previous { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* CHANGED BY JOEL */
	div.ppt div.ppt_left { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/tl.gif) bottom left no-repeat; }
	div.ppt div.ppt_right { background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/tr.gif) bottom left no-repeat; }
	div.ppt div.ppt_content { background-color: #fff; }

	div.pp_pic_holder .pp_content p.pp_description {
		font: normal normal bold 13px/24px Arial, Sans-serif;
	}

	div.pp_pic_holder .pp_nav {
		font: normal normal bold 13px/18px Arial, Sans-serif;
		color: #555;
	}

	div.pp_pic_holder .pp_content a.pp_next {
		background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnNext.gif) 100% 10% no-repeat;
		cursor: pointer;

		visibility: hidden;

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

	div.pp_pic_holder .pp_content a.pp_next:hover {
		filter: alpha(opacity=90);
		-moz-opacity: .90;
		opacity: .90;
	}

	div.pp_pic_holder .pp_content a.pp_previous {
		background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnPrevious.gif) 0px 10% no-repeat;
		cursor: pointer;

		visibility: hidden;

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

	div.pp_pic_holder .pp_content a.pp_previous:hover {
		filter: alpha(opacity=90);
		-moz-opacity: .90;
		opacity: .90;
	}




	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */

	div.dark_rounded .pp_top .pp_left { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */

	div.dark_rounded .pp_content { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }

	div.dark_rounded .pp_arrow_previous { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */


	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */

	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */

	div.dark_square .pp_expand { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */

	div.dark_square .pp_arrow_previous { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_square .pp_next:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */

	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }

	div.light_square .pp_expand { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */

	div.light_square .pp_arrow_previous { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_square .pp_next:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(../../../layout/tplGeral/img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}

	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}

		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }

			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}

			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}

		.pp_content {
			height: 40px;
			position: relative;
			text-align: left;
			width: 100%;
		}

			.pp_content .pp_details {
				display: none;
				margin: 10px 15px 2px 20px;
			}
				.pp_description {
					display: none;
					float: left;
					margin: 0;
				}

				.pp_nav {
					float: left;
					margin: 3px 0 0 0;
				}

					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}

					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}

		.pp_hoverContainer {
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}

		a.pp_next {
			background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}

		a.pp_previous {
			background: url(../../../layout/tplGeral/img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}

		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}

		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}

		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }

			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}

			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}

		.pp_loaderIcon {
			display: none;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}

		#pp_full_res {
			display: none;
			line-height: 1 !important;
			margin: 0 auto;
			text-align: center;
			width: 100%;
		}

		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.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 */
