/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
    width: auto;
    height: auto;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

.date_selector {
    background: #fbfbfb;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0;
    margin-top: -1px;
    position: absolute;
    z-index: 100000;
    display: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
}

.date_selector_ieframe {
    position: absolute;
    z-index: 99999;
    display: none;
}

.date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
}

.date_selector .nav p { clear: none; }

.date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
}

.date_selector .month_nav {
    float: left;
    width: 55%;
}

.date_selector .year_nav {
    float: right;
    width: 42%;
    margin-right: -8px; /* Compensates for cell borders */
}

.date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    color: black;
    line-height: 20px;
}

.date_selector .button {
    margin-left:0;
    margin-right:0;
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    font-weight: bold;
    color: #499510;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.date_selector .button:hover, .date_selector .button.hover {
    background: #ed9c35;
    color: #fff;
    cursor: pointer;
    border-color: #d77011;
}

.date_selector .prev {
    left: 0;
}

.date_selector .next {
    right: 0;
}

.date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
    margin: 0;
}

.date_selector th, .date_selector td {
    width: 2.5em;
    height: 2em;
    padding: 0 !important;
    text-align: center !important;
    color: #666;
    font-weight: normal;
}

.date_selector th {
    font-size: 11px;
}	

.date_selector td {
    border: 1px solid #ccc;
    line-height: 2em;
    text-align: center;
    white-space: nowrap;
    color: #499510;
    background: #fff;
}

.date_selector td.today {
    background: #eee;
}

.date_selector td.unselected_month {
    color: #ccc;
}

.date_selector td.selectable_day {
    cursor: pointer;
}

.date_selector td.selected {
    background: #499510;
    color: #fff;
    font-weight: bold;
}

.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
    background: #ec8526;
    color: #fff;
}
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
    margin-left: 20px;
    line-height: 26px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;


}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0 !important;
}

.omega {
    margin-right: 0 !important;
}



/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, 
.grid_2, 
.grid_3, 
.grid_4, 
.grid_5, 
.grid_6, 
.grid_7, 
.grid_8, 
.grid_9, 
.grid_10, 
.grid_11,
.grid_12{
    display:inline;
    float: left;
    position: relative;
    margin-left: 10.0px;
    margin-right: 10.0px;
}


/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1{
    width:60px;
}

.container_12 .grid_2{
    width:140px;
}

.container_12 .grid_3{
    width:220px;
}

.container_12 .grid_4{
    width:300px;
}

.container_12 .grid_5{
    width:380px;
}

.container_12 .grid_6{
    width:460px;
}

.container_12 .grid_7{
    width:540px;
}

.container_12 .grid_8{
    width:620px;
}

.container_12 .grid_9{
    width:700px;
}

.container_12 .grid_10{
    width:780px;
}

.container_12 .grid_11{
    width:860px;
}

.container_12 .grid_12{
    width:940px;
}





/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
    padding-left:80px;
}

.container_12 .prefix_2 {
    padding-left:160px;
}

.container_12 .prefix_3 {
    padding-left:240px;
}

.container_12 .prefix_4 {
    padding-left:320px;
}

.container_12 .prefix_5 {
    padding-left:400px;
}

.container_12 .prefix_6 {
    padding-left:480px;
}

.container_12 .prefix_7 {
    padding-left:560px;
}

.container_12 .prefix_8 {
    padding-left:640px;
}

.container_12 .prefix_9 {
    padding-left:720px;
}

.container_12 .prefix_10 {
    padding-left:800px;
}

.container_12 .prefix_11 {
    padding-left:880px;
}



/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
    padding-right:80px;
}

.container_12 .suffix_2 {
    padding-right:160px;
}

.container_12 .suffix_3 {
    padding-right:240px;
}

.container_12 .suffix_4 {
    padding-right:320px;
}

.container_12 .suffix_5 {
    padding-right:400px;
}

.container_12 .suffix_6 {
    padding-right:480px;
}

.container_12 .suffix_7 {
    padding-right:560px;
}

.container_12 .suffix_8 {
    padding-right:640px;
}

.container_12 .suffix_9 {
    padding-right:720px;
}

.container_12 .suffix_10 {
    padding-right:800px;
}

.container_12 .suffix_11 {
    padding-right:880px;
}



/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
    left:80px;
}

.container_12 .push_2 {
    left:160px;
}

.container_12 .push_3 {
    left:240px;
}

.container_12 .push_4 {
    left:320px;
}

.container_12 .push_5 {
    left:400px;
}

.container_12 .push_6 {
    left:480px;
}

.container_12 .push_7 {
    left:560px;
}

.container_12 .push_8 {
    left:640px;
}

.container_12 .push_9 {
    left:720px;
}

.container_12 .push_10 {
    left:800px;
}

.container_12 .push_11 {
    left:880px;
}





/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
    right:80px;
}

.container_12 .pull_2 {
    right:160px;
}

.container_12 .pull_3 {
    right:240px;
}

.container_12 .pull_4 {
    right:320px;
}

.container_12 .pull_5 {
    right:400px;
}

.container_12 .pull_6 {
    right:480px;
}

.container_12 .pull_7 {
    right:560px;
}

.container_12 .pull_8 {
    right:640px;
}

.container_12 .pull_9 {
    right:720px;
}

.container_12 .pull_10 {
    right:800px;
}

.container_12 .pull_11 {
    right:880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* Datepicker
----------------------------------*/
.ui-datepicker { padding: 5px 0 5px 0; font-weight: bold;  display:none; text-shadow:0 1px 0 #ebebeb; }
#calendar .ui-datepicker { display: block; }
.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: .4em; text-align: center; font-size: 1.5em; color: #4b4f5d; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev a, .ui-datepicker .ui-datepicker-next a {}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left: 6px; z-index: 99;}
.ui-datepicker .ui-datepicker-next { right:-2px; z-index: 99;}
.ui-datepicker .ui-datepicker-month { font-size:15pt;font-family: 'Arial';font-weight:'bold';text-transform:uppercase;color:#5b5a58;position:absolute;left:0px;top:70px;text-align:center;width:100%; }
.ui-datepicker .ui-datepicker-year{ font-size:50pt;font-family: 'Arial';font-weight:'bold';text-transform:uppercase;color:#559f94;position:absolute;left:0;top:20px;text-align:center;width:100%;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { 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 table {width: 210px; border-collapse: collapse; margin:0 auto;margin-top:65px; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; color:#a7a7a7; }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: center; text-decoration: none; color: #504f4d;font-weight:normal; }
.ui-datepicker td span, .ui-datepicker td span,td.ui-datepicker-event-day a, .ui-datepicker td.ui-datepicker-current-day a:hover {
    background: #559f94;
    color: #ffffff;
    text-shadow: 1px 0 0 #000000;
}

.ui-datepicker td span, .ui-datepicker, .ui-datepicker td span, .ui-datepicker td.ui-datepicker-current-day a, .ui-datepicker td.ui-datepicker-event-day a:hover {

    color: #559f94;
    text-shadow: 1px 0 0 #fff;
    font-weight:bold;
}
.ui-datepicker td a:hover { background: #b1b8c1; }
.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; }

.ui-datepicker .ui-icon{width:41px;height:81px;}
.ui-datepicker .ui-icon-circle-triangle-w{background: url(../images/calendar-left.png?1342567098);left:-10px;}
.ui-datepicker .ui-icon-circle-triangle-e{background: url(../images/calendar-right.png?1342567098);}

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


@font-face {
    font-family: 'HelveticaNeueLTPro75Bold';
    src: url(../fonts/helveticaneueltpro-bd-webfont.eot?1342567098);
    src: url('../fonts/helveticaneueltpro-bd-webfont.eot?iefix') format('eot'),
        url(../fonts/helveticaneueltpro-bd-webfont.woff?1342567098) format('woff'),
        url(../fonts/helveticaneueltpro-bd-webfont.ttf?1342567098) format('truetype'),
        url('../fonts/helveticaneueltpro-bd-webfont.svg#webfont0qq2mmdP') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueLTPro65Medium';
    src: url(../fonts/helveticaneueltpro-md-webfont.eot?1342567098);
    src: url('../fonts/helveticaneueltpro-md-webfont.eot?iefix') format('eot'),
        url(../fonts/helveticaneueltpro-md-webfont.woff?1342567098) format('woff'),
        url(../fonts/helveticaneueltpro-md-webfont.ttf?1342567098) format('truetype'),
        url('../fonts/helveticaneueltpro-md-webfont.svg#webfont7NFj8UWI') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RockwellBold';
    src: url(../fonts/rockwell_bold-webfont.eot?1342567098);
    src: url('../fonts/rockwell_bold-webfont.eot?iefix') format('eot'),
        url(../fonts/rockwell_bold-webfont.woff?1342567098) format('woff'),
        url(../fonts/rockwell_bold-webfont.ttf?1342567098) format('truetype'),
        url('../fonts/rockwell_bold-webfont.svg#webfont38fPB1es') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RockwellRegular';
    src: url(../fonts/rockwell-webfont.eot?1342567098);
    src: url('../fonts/rockwell-webfont.eot?iefix') format('eot'),
        url(../fonts/rockwell-webfont.woff?1342567098) format('woff'),
        url(../fonts/rockwell-webfont.ttf?1342567098) format('truetype'),
        url('../fonts/rockwell-webfont.svg#webfontzUg6ykhE') format('svg');
    font-weight: normal;
    font-style: normal;

}





/************************************************************************
-) BASIC CONTAINERS
*************************************************************************/

html {
    background:#FFFFFF
}

body {
    font-size:13px;
    color: #666;
    font-family: Arial;
}

a {
    color:#649F61;
    text-decoration:none;
}
.news a{
    color:#A72735;
    text-decoration:none;

}
.new a:hover{
    text-decoration:underline;
}
a:hover {
    text-decoration:underline;
}

p{
    font-size:14px;
    line-height:1.3em;
    display:block;
}


.left {
    float: left;
}

.right {
    float: right;
}

/* Browser Hacks */

/* remove borders from images */

a img {
    border: 0px none;
}

/*
Firefox Dotted Line Fix
  - http://sonspring.com/journal/removing-dotted-links
*/
a:focus {
    outline: none;
}


body {
    font: 13px/1.5 'KomikaAxisRegular';
}

a:focus {
    outline: 1px dotted;
}

hr {
    border: 0 #c8c2b2 solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    clear: both;
    height: 0;

}


.tipsy { padding: 5px; font-size: 10px; background-repeat: no-repeat;  background-image: url(../images/tipsy.gif?1342567098); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #559f94; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
    font-size: 32px;
    color: #333;
    line-height: 38px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    font-family:'RockwellRegular';
}

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

h5 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

h6 {
    font-size: 12px;
    font-weight: bold;
    color: #2396d9;
}





/* `Spacing
----------------------------------------------------------------------------------------------------*/


p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
pre,
table,
address,
fieldset {
    margin-bottom: 20px;
}

/************************************************************************
-) SPECIFIC CONTAINERS
*************************************************************************/

#header-wrapper{
    height:75px;
    width:100%;
    background: url(../images/header-top-bg.jpg?1342567098) center no-repeat;
}

#header {
    height:75px;
}


#header img {
    margin: 15px 0 0 18px;
}

#search-box{
    display:none;
    float:left;
    height:22px;
    margin-top:9px;
    margin-left:18px;
}

#search-box input {
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);

    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: gray;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#search-box input:focus {
    outline: 0;
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

#login-box{
    float:right;
    height:22px;
    margin-top:9px;
    margin-right:18px;
}

#login-box a{
    color:white;
    font-family: 'HelveticaNeueLTPro65Medium';
    font-size:9pt;
    text-transform:uppercase;
}

#login-box a{
    margin: 0 5px;
}

#login-menu-box a.menu-open {

    color:#fff!important;
    outline:none;
}


#small_signup {
    display:inline;
    float:none;
    line-height:23px;
    margin:25px 0 0;
    width:170px;
}


#signin_menu {
    border-color: #56b052;
    border-width: 7px;
    border-style:solid;
    display:none;
    background-color:#fff;
    position:absolute;
    width:220px;
    z-index:100;
    text-align:left;
    padding:12px;
    top: 30px;
    right: 4px;
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#000;
    font-size:11px;
    font-family:Arial;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #acacac;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    line-height:normal;
    margin:0;
}
#signin_menu a {
    color:#6AC;
}
#signin_menu label {
    font-size:12px;
    font-weight:normal;
}
#signin_menu p.remember {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_menu p a {
    color:#52ab4b!important;
    font-size:12px;
}
#signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url(../images/bg-btn-blue.png?1342567098) repeat-x scroll 0 0;
    border:1px solid #43a13b;
    color:#fff;

    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}
#signin_submit::-moz-focus-inner {
    padding:0;
    border:0;
}

#main-menu{
    text-align:right;
    height:30px;
    clear:both;
    background:#2f2e33;
}

#counter-wrapper{
    min-height:303px;
    width:100%;
    background: url(../images/counter-bg.jpg?1342567098) center no-repeat;
}


#painel-open {
    background-color:#19191c;
    position:absolute;
    z-index:10;
    text-align:left;
    width:100%;
    top: 109px;
    height:180px;
    margin-top:5px;
    margin-right: 0px;
    *margin-right: -1px;
    color:#000;
    font-size:11px;
    font-family:Arial;
}

#painel-open .button-drop{
    float:right;
    width:104px;
    height:32px;
    text-transform:uppercase;

}

#painel-open .button-drop a{
    font-family: Arial;
    font-size:9pt;
    color:white;
    position:relative;
    top:5px;
    padding: 2px 13px;
}


#painel-open .main{
    position:relative;
    top:10px;
    left:45px;
}

#painel-open .main-full{
    text-align:center;
}


#painel-open .main-full .box-main.date{
    text-align:left;
}
#painel-open .main .box{
    width:180px;
    height:80px;
    display: block;
    float:left;
    position:relative;
    font-family: 'Arial';
    color:white;
    border-left-width:1px;
    border-left-color:#787878;
    border-style: solid;
    padding:15px;
}

#painel-open .main-full .box-main{
    height:100px;
    display: block;
    font-family: 'Arial';
    margin:0 auto;
    color:white;
    padding:15px;
}

#painel-open .main .box:first-child{
    margin-left:0px;
    border:none;
}

#painel-open .main .box span{
    margin-top:0px;
    font-size:9pt;
    font-weight:normal;
    color:white;
    float:left;
}

#painel-open .main-full .box-main > span{
    margin-top:0px;
    font-size:9pt;
    font-weight:normal;
    color:white;
}

#painel-open .main-full .box-main h2{
    margin:0;
    font-size:13pt;
    font-weight:normal;
    color:#f0c304;
}

#painel-open .main .box a{
    color:#f0c304;
    font-size:9pt;
    font-weight:bold;

}

#painel-open .main .box a,
#painel-open .main .box span{
    padding:0 20px;
}

#painel-open .main .box a:hover{
    text-decoration:underline;
}

#painel-open input.submit{
    width: 103px;
    height: 25px;
    border: 0px;
    margin: 0px;
    color: white;
    font-size: 9pt;
    font-family: 'Arial';
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background:#d89d01;
}

#painel-open .date input.submit{
    width: 103px;
    height: 35px;
    margin-top:18px;
}

#painel-open select{
    border: 1px solid #CDCDCD;
    background: white;
}

#painel-open #letters {
    margin-bottom:7px;
}
#painel-open #letters a{
    font-size:14pt;
    margin-left:8px;
}

#painel-open #letters a.selected{
    color:#FFF;
    font-size:17pt;
}

#top-painel{
    height:26px;
    font-family: Arial;
    font-size:11pt;
    color:white;
}

#top-painel .combo{
    padding:3px 7px;
    float:left;
    width:294px;
    height:32px;
    background: url(../images/combo-bg.png?1342567098) no-repeat;
}

#top-painel .button-drop{
    float:right;
    text-transform:uppercase;
    margin-top:10px;
    margin-right: 20px;
}


#top-painel .button-drop a{
    font-family: Arial;
    font-size:9pt;
    color:white;
}

#counter-main{
    height:200px;
}

#counter-main .top-text{
    text-align:center;
    width:100%;
    margin-top:28px;
}

#counter-main .top-text span{
    color:white;
    font-family:'Arial';
    font-size:10pt;
    font-weight:normal;
    margin-right:10px;

}


#counter-main .social-icons {
    position: absolute;
    right: 90px;
    width: 100px;
    height: 20px;
    top: 25px;
}

#counter-main .social-icons .facebook{
    background: url(../images/social-sprite.png?1342567098) no-repeat 0 0 ;
    text-indent: -999px;
    overflow: hidden;
    width:24px;
    display:block;
    height:25px;
    background-position: -14px 0;
    float:left;
}


#counter-main .social-icons .facebook:hover{
    background-position: -104px 0;
}

#counter-main .social-icons .twitter{
    background: url(../images/social-sprite.png?1342567098) no-repeat 0 0 ;
    text-indent: -999px;
    overflow: hidden;
    display:block;
    width:24px;
    height:25px;
    background-position: -60px 0;
    float:left;
    margin-left:5px;
}

#counter-main .social-icons .twitter:hover{
    background-position: -149px 0;
}

#contador-wrapper {
    float: right;
    position: relative;
    left: -50%;
    margin-top:10px;

}
#contador {
    position: relative;
    left: 50%;
    clear: both;

}


#contador-menu {
    height:50px;
    margin-top:0px;
}

#faixa{
    text-align:center;
    top: -13px;
    position:relative;
    height:60px;
}

.jtextfill{
    font-family:'RockwellRegular';
    color:#235421;
    position:relative;
    text-align:center;
    top:3px;
    width:480px;
    left:225px;
    height:42px;


}

#faixa p{
    font-family: 'RockwellRegular';
    color:#235421;
    line-height:40px;
    text-align:center;
}


#faixa span.bold{
    font-family: 'RockwellBold';
    color:#235421;
    font-size:1.2em;

}

#content-wrapper{
    min-height:800px;
    width:100%;
    background:#e7e5de url(../images/content-bg.jpg?1342567098) repeat-x top center;
}

#content {
    min-height:600px;
    padding-top:25px; /* Atualizado 20150505 */
}


.box-red h3,
.box-red h4{
    color:#a11324;
}
.box-red a{
    color:#a11324;
}
.box-red cite{
    color:#a11324;
}

.box-red .post-date{
    background-color:#a11324;
}
.box-red a{
    color:#a11324;
}

.box-red .post-date{
    background-color:#a11324;
}


.box-green h3,
.box-green h4{
    color:#4c7b4a;
}

.box-green a{
    color:#649F61;
}
.box-green cite{
    color:#649F61;
}
.box-green .post-date{
    background-color:#649F61;
}
.box-green a{
    color:#649F61;
}

.box-green .post-date{
    background-color:#649F61;
}


.box-yellow h3,
.box-yellow h4{
    color:#d8931b;
}


.box-brown h3,
.box-brown h4,
.box-brown p,
.box-brown span.date{
    color:#837a60;
}
.box-brown p{
    font-weight: bold;
}
.box-brown em{
    color: #464545;
}
.box-brown span.date {
    /*float:left;*/
    font-size:11px;
}

.box-light-brown h3,
.box-light-brown h4,
.box-light-brown p {
    color: #852320;
}
.box-light-brown p {
    font-weight: bold;
}

.box-light-brown .image {
    text-align: center;
}

.box-dark-green h3,
.box-dark-green h4,
.box-dark-green p {
    color: #1f5726;
}
.box-dark-green p {
    font-weight: bold;
}

.box-dark-green .image {
    text-align: center;
}
.box-light-red h3,.box-light-red h4,.box-light-red p {
    color: #c00000;
}
.box-light-red p {
    font-weight: bold;
}
.box-light-red .image {
    text-align: center;
}
.box-purple h3,
.box-purple h4,
.box-purple p {
    color: #675682;
}
.box-purple p {
    font-weight: bold;
}

.box-purple .image {
    margin-bottom: 10px;
}


.box .news .text-comment{
    float: left;
    line-height: 14px;
    margin:0 0 10px 58px;
    width: 210px;
    color:#454443;
    text-align:justify;
    min-height:60px;
}
.box .news .image-comment {
    float:left;
    width: 40px;
    height:0px;
}
.box .news .image-comment img{
    margin:-10px 0 0 -20px;
}
.box-light-blue h3,
.box-light-blue h4{
    color:#559f94;
}

.box-blue h3,
.box-blue h4{
    color:#3b5998;
}

ul.tabSocial {
    list-style: none;
    margin: 0;
    padding: 0;
}

#social-tabs .title{
    height:100%;
}

ul.tabSocial li a:focus {
    outline: 0;
}

ul.tabSocial li:hover , ul.tabSocial li.selected {
    float:left;
    background: url(../images/social_box_top.png?1342567098) no-repeat ;
    background-position: -60px 0px;
    width:60px;
    height:49px;
}

ul.tabSocial li {
    float:left;
    background: url(../images/social_box_top.png?1342567098) no-repeat top left;

    width:60px;
    height:49px;
}

ul.tabSocial li a {
    display:block;
    margin-top:10px;
    margin-left:2px;
    width:45px;
    height:32px;
}

ul.tabSocial li a.twittert {
    background-image: url(../images/social_icons.png?1342567098);
    background-position: 10px 0px;
    background-repeat: no-repeat;
}

ul.tabSocial li a.deolhonoimposto {
    background-image: url('../images/deolhonoimposto-tab.png');
    background-position: 10px 0px;
    background-repeat: no-repeat;
}

ul.tabSocial li a.facebook {
    background-image: url(../images/social_icons.png?1342567098);
    background-position: 10px -30px;
    background-repeat: no-repeat;
}

ul.tabSocial li a.youtube {
    background-image: url(../images/social_icons.png?1342567098);
    background-position: 10px -60px;
    background-repeat: no-repeat;
}

ul.tabSocial li a.linkedin {
    background-image: url(../images/social_icons.png?1342567098);
    background-position: 10px -90px;
    background-repeat: no-repeat;
}

ul.tabSocial li a.orkut {
    background-image: url(../images/social_icons.png?1342567098);
    background-position: 10px -121px;
    background-repeat: no-repeat;
}

.body-social > div{
    background-image: url(../images/bg_social.png?1342567098);
    width:282px;
    height:299px;
    padding:10px;
}

.social-item{
    clear:both;
}

.social-item .image{
    float:left;
    width:60px;
}

.social-item .text{
    float:right;
    width:220px;
}

.social-item .name{
    font-family:'Arial';
    font-weight: bold;
    font-size: 9pt;
    color: #3b5998;
}

.social-item .time{
    font-family:'Arial';
    font-size: 9pt;
    padding-left:4px;
    color: #7e7e7e;
}

.social-item p{
    margin-bottom:4px;
    font-size: 9pt;
    color: #454443;
    word-wrap: break-word;
}

.social-item .links{

}

.social-item a{
    font-size: 9pt;
    color: #4e6fa1;
}



.box .title{
    height:33px;
}

.box .title-most-commented{
    min-height:30px;
}
.box .title img, .box .title h3{
    float:left;
}

.box .title img{
    margin-left:3px;
}

.box .title h3{
    float:left;
    margin-left:10px;
    font-size:15pt;
    text-shadow: 1px 1px 1px #ffffff;
}
.box .body{
    height:335px;
    padding:20px 15px;
    background: url(../images/box-bg.png?1342567098) no-repeat top center;
}

.box hr{
    margin-bottom:15px;
    margin-top:3px;
}

/* BOX NEWS */
.box .news{

}
.box .news .image{
    float:left;
    width: 113px;
    margin-bottom:15px;
}

.box .news .text{
    float:right;
    margin-left:8px;
    width: 145px;
    line-height:18px;
}

.box .news .text span{
    color:#454443;
    font-family:'Arial';
    font-size:9pt;
}

.box .news .text h4{
    font-family:'Arial';
    font-size:11pt;
    font-weight:bold;
}
.box .news h1,.box .news h2{
    color:#A11324;
}

/* BOX BLOG */
.box .blog{
    clear:both;
    height:130px;
}

.box .blog .image{
    float:left;
    width: 100px;
    margin-bottom:15px;
}

.box .blog .text{
    float:right;
    width: 170px;
    line-height:normal;
}



.box .blog .text h4{
    font-family:'Arial';
    margin-top:3px;
    font-size:10pt;
    line-height:normal;
    font-weight:bold;
}

.box .blog-main{
    height:145px;
}
.box .blog-main .image{
    float:left;
    width: 268px;
}

.box .blog-main .date {
    float:left;
    margin-top:12px;
    height:35px;
    width:35px;
    text-align:center;
    font-family: 'Arial';
    color: white;
    background: #649f61;
    font-weight:bold;
}


.box .blog .title {
    height:100%;
    max-height:50px;
    overflow:visible;
}

.box .blog .title cite,{
    font-size:9px;
}

.box .blog .text{
    line-height:18px;
    margin:8px 0;
}

.box .blog img{
    width:90px;
    height:130px;
}

cite.author{
    font-size:10px;
    font-weight:normal;
}

.box .blog .text span{
    color:#454443;
    font-family:'Arial';
    font-size:8pt;
    line-height:normal;
}

.box .blog .date span{
    color:#837a60;
    font-family:'Arial';
    font-weight:normal;
    font-size:9pt;
}

/* BOX CURIOSIDADE */

.box .curiosidade {
    float:left;
    clear:both;
    width: 298px;
}

.box .curiosidade .image{
    float:left;
    width: 298px;
}

.box .curiosidade .text{
    float:left;
    line-height:normal;
    padding-right:15px;
    margin-top:8px;
    width:270px;
    height:60px;

}


.box .curiosidade .social{
    clear:both;
    float:left;
    line-height:normal;
    margin-top:8px;
    height:44px;
}

.box .curiosidade .text span{
    color:#d8931b;
    font-family:'Arial';
    font-size:10pt;
}

.box .curiosidade h2{
    font-family:'RockwellRegular';
    font-size:20pt;
    margin-bottom:15px;
    color:#d8931b;
    font-weight:normal;
}

.value_original {
    display:none;
}


.box .button-box{
    position: absolute;
    left: 0;
    top: 355px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 220px;

}

.box .button-box.small{
    position: absolute;
    left: 0;
    top: 355px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 120px;

}
.box a.btn {
    background: transparent url(../images/btn-red-right.png?1342567098) no-repeat scroll top right;
    display: block;
    height: 22px;
    margin: 0 auto;
    text-align:center;
    padding-right: 30px;
    text-decoration: none;
    color: #fff;
    font-family: 'RockwellRegular';
    font-size:12px;

}

.box a.btn span {
    background: transparent url(../images/btn-red-left.png?1342567098) no-repeat;
    display: block;
    line-height: 22px;
    padding: 0px 0 5px 30px;
    text-align:center;
}

.box-green a.btn {
    background: transparent url(../images/btn-green-right.png?1342567098) no-repeat scroll top right;
}
.box-green a.btn span {
    background: transparent url(../images/btn-green-left.png?1342567098) no-repeat;
}

.box-dark-green a.btn {
    background: transparent url(../images/btn-dark-green-right.png?1342567098) no-repeat scroll top right;
}
.box-dark-green a.btn span {
    background: transparent url(../images/btn-dark-green-left.png?1342567098) no-repeat;
}

.box-yellow a.btn {
    background: transparent url(../images/btn-yellow-right.png?1342567098) no-repeat scroll top right;
}
.box-yellow a.btn span {
    background: transparent url(../images/btn-yellow-left.png?1342567098) no-repeat;
}

.box-blue a.btn {
    background: transparent url(../images/btn-blue-right.png?1342567098) no-repeat scroll top right;
}
.box-blue a.btn span {
    background: transparent url(../images/btn-blue-left.png?1342567098) no-repeat;
}

.box-light-blue a.btn {
    background: transparent url(../images/btn-light-blue-right.png?1342567098) no-repeat scroll top right;
}
.box-light-blue a.btn span {
    background: transparent url(../images/btn-light-blue-left.png?1342567098) no-repeat;
}
.box-light-red a.btn {
    background: transparent url(../images/btn-light-red-right.png?1342567098) no-repeat scroll top right;
}
.box-light-red a.btn span {
    background: transparent url(../images/btn-light-red-left.png?1342567098) no-repeat;
}
.box-brown a.btn {
    background: transparent url(../images/btn-brown-right.png?1342567098) no-repeat scroll top right;
}
.box-brown a.btn span {
    background: transparent url(../images/btn-brown-left.png?1342567098) no-repeat;
}

.box-light-brown a.btn {
    background: transparent url(../images/btn-light-brown-right.png?1342567098) no-repeat scroll top right;
}
.box-light-brown a.btn span {
    background: transparent url(../images/btn-light-brown-left.png?1342567098) no-repeat;
}

.box-purple a.btn {
    background: transparent url(../images/btn-purple-right.png?1342567098) no-repeat scroll top right;
}
.box-purple a.btn span {
    background: transparent url(../images/btn-purple-left.png?1342567098) no-repeat;
}

#column1{
    width: 650px;
    float: left;
    margin-bottom: 50px;
}
#column2{
    width: 250px;
    float: right;
    margin: 0 0 50px;
}
#column1 .title{
    width: 90px;
}

#column1 h2{
    font-family:'Arial';
    color:#4C7B4A;
}

#column1 .title h3{
    float:right;
    font-size:15pt;
    color:#4C7B4A;
    text-shadow:1px 1px 1px #FFFFFF;
}
#column1 .image{
    float:left;
}

#column1 a{
    color:#649F61;
    text-decoration:underline;
}
#column1 a:hover{
    text-decoration:none;
}
#colum1 .date{
    float:left;
    margin-top:12px;
    height:35px;
    width:35px;
    text-align:center;
    font-family: 'Arial';
    color: white;
    background: #649f61;
    font-weight:bold;
}
#footer-wrapper-bg{
    min-height:500px;
    background: #e7e5de url(../images/footer-bg.jpg?1342567098) repeat;
    clear:both;
}

#footer-wrapper{
    height:54px;
    width:100%;
    background: url(../images/footer-top-bg.jpg?1342567098) repeat-x;
    clear:both;
}


#footer .bright{
    min-height:450px;
    background: url(../images/footer-bright-bg.jpg?1342567098) repeat-x top left;
}

#footer .dark{
    min-height:450px;
    background: url(../images/footer-dark-bg.jpg?1342567098) repeat-x top left;
}

#footer .title{
    margin-top:5px;
    padding:15px 10px 10px 10px;
    height:20px;
}

#footer .title h2{
    color: #fff;
    font-family: 'RockwellRegular';
    font-size:14pt;
    font-weight:normal;
}

#footer .body{
    padding: 25px 20px;
}

#footer .body p.bold{
    color: #5b5a58;
    font-family: 'Arial';
    font-size:9pt;
    font-weight:bold;
}

#footer hr{
    border: 0 #d39701 solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #f5d072;
    clear: both;
    height: 0;

}

#utility hr{
    border: 0 #b48100 solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #f4af03;
    clear: both;
    height: 0;

}

#footer .icons div{
    height:36px;

}

#utility .icons div{
    height:28px;

}
#footer .icons .online{
    background-image: url(../images/divulgue-icons.png?1342567098);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

#footer .icons .wallpapers{
    background-image: url(../images/divulgue-icons.png?1342567098);
    background-position: 10px -35px;
    background-repeat: no-repeat;
}

#footer .icons .offline{
    background-image: url(../images/divulgue-icons.png?1342567098);
    background-position: 10px -70px;
    background-repeat: no-repeat;
}

#footer .icons .painel{
    background-image: url(../images/divulgue-icons.png?1342567098);
    background-position: 10px -105px;
    background-repeat: no-repeat;
}

#footer .icons .online{
    background-image: url(../images/divulgue-icons.png?1342567098);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

#footer .icons .arrow{
    background-image: url(../images/arrow.png?1342567098);
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

#footer .icons a{
    position:relative;
    left:65px;
    top:10px;
    font-family:Arial;
    color:white;
    font-size:10pt;
}

#utility .icons a{
    position:relative;
    left:28px;
    top:8px;
    font-family:Arial;
    color:white;
    font-size:10pt;
}

/* Counter */
ul.cd{float:left;list-style-type:none;margin-left:-9px;padding:0}
li.t{background:url(../images/digits-top2.png?1342567098) 0 0 no-repeat;width:53px;height:32px}
li.b{background:url(../images/digits-bottom2.png?1342567098) 0 0 no-repeat;width:53px;height:37px}
li.s{width:15px;height:100px}

#contador .number{
    float:left;
    position: relative;
    width: 1px;
    top: 68px;
    right: 145px;
    text-align: center;
}

#contador .number-first{
    float:left;
    position: relative;
    width: 1px;
    top: 68px;
    right: 55px;
    text-align: center;
}

.number div{
    width:150px;
    color: white;
    font-family:Arial;
}

.number-first div{
    width:100px;
    color: white;
    font-family:Arial;
}



/* DROPDOWN */

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#fff; text-decoration:none; outline:none;}
.dropdown dt a:hover { color:#fff;}
.dropdown dt a {color:#fff;display:block; padding-right:20px;}
.dropdown dt a span {cursor:pointer; display:block; }
.dropdown dd ul {
    background:#56B052 none repeat scroll 0 0;color:#fff; display:none;z-index:99;
    left:-6px; padding:5px 0px; position:absolute;
    top:2px; width:auto; min-width:292px; list-style:none;
    background: rgb(86, 176, 82);
    background: rgba(86, 176, 82, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9956b052, endColorstr=#9956b052);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9956b052, endColorstr=#9956b052)";
}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background: rgb(41, 109, 38);
                             background: rgba(41, 109, 38, 0.6);
                             filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99235b20, endColorstr=#99235b20);
                             /* For IE 8*/
                             -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99235b20, endColorstr=#99235b20)";
}
.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }

/* NAVIGATION */


/* Navigation */
#main-menu #nav, #main-menu #nav * { z-index: 20; }

#main-menu #nav {
    margin: 0 auto;
    display: table;
    /* margin-left: 200px; */
    border: 0 none;
    padding: 0;
    width: auto; /*For KHTML*/
    list-style: none;
    height: 30px;
    padding: 0;
}

#main-menu #nav li {
    margin: 0;
    border: 0 none;
    padding: 0;
    padding-left: 10px;
    float: left; /*For Gecko*/
    display: inline;
    list-style: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    background: url(../images/nsp.png?1342567098) 0 2px no-repeat;
}

#main-menu #nav li.nobg { background: none; }

#main-menu #nav ul {
    margin: 0;
    border: 0 none;
    width: 190px;
    list-style: none;
    display: none;
    position: absolute;
    top: 30px;
    left: -10px;
    z-index:99;
    background: #fff 0 0 repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#fff)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e2e2e2,  #fff); /* for firefox 3.6+ */
}

#main-menu #nav ul:after /*From IE 7 lack of compliance*/{
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

#main-menu #nav ul li {
    width: 190px;
    float: left; /*For IE 7 lack of compliance*/
    display: block !important;
    display: inline; /*For IE*/
    position: relative;
    top: 0;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: none;
}

/* Root Menu */
#main-menu #nav a {
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    height: auto !important;
    height: 1%; /*For IE*/
    height: 30px;
    padding: 0 13px 0 0;
    font-family:"HelveticaNeueLTPro75Bold";
    font-size:9pt;
    color:white;
    text-transform:uppercase;
}

#main-menu #nav li.active a { color: #f0c304; }
#main-menu #nav li.active a:hover { color: #fff; }

/* Root Menu Hover Persistence */
#main-menu #nav a:hover,
#main-menu #nav li:hover a,
#main-menu #nav li.iehover a {

    color: #f0c304;
}

#main-menu #nav li:hover{
    background-position: 0px -29px;
}

#main-menu #nav li:last-child a{
    padding: 0;
}

/* 2nd Menu */
#main-menu #nav li:hover li a,
#main-menu #nav li.iehover li a {
    text-transform: none;
    padding: 0 15px;
    font-size: 8pt;
    font-family:"HelveticaNeueLTPro75Bold";
    text-align:left;
    line-height: 30px;
    color: #177810;

}


/* 2nd Menu Hover Persistence */
#main-menu #nav li:hover li a:hover,
#main-menu #nav li:hover li:hover a,
#main-menu #nav li.iehover li a:hover,
#main-menu #nav li.iehover li.iehover a {
    color: #f0c304;
}

/* 3rd Menu */
#main-menu #nav li:hover li:hover li a,
#main-menu #nav li.iehover li.iehover li a {
    float: none;
    color: #999;
    background: url(../images/mbg.png?1342567098) 0 0 repeat;
}

/* 3rd Menu Hover Persistence */
#main-menu #nav li:hover li:hover li a:hover,
#main-menu #nav li:hover li:hover li:hover a,
#main-menu #nav li.iehover li.iehover li a:hover,
#main-menu #nav li.iehover li.iehover li.iehover a {
    color: #fff;
    background: #000;
}

/* 4th Menu */
#main-menu #nav li:hover li:hover li:hover li a,
#main-menu #nav li.iehover li.iehover li.iehover li a {
    color: #999;
    background: url(../images/mbg.png?1342567098) 0 0 repeat;
}

/* 4th Menu Hover */
#main-menu #nav li:hover li:hover li:hover li a:hover,
#main-menu #nav li.iehover li.iehover li.iehover li a:hover {
    color: #fff;
    background: #000;
}

#main-menu #nav ul ul,
#main-menu #nav ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#main-menu #nav li:hover ul ul,
#main-menu #nav li:hover ul ul ul,
#main-menu #nav li.iehover ul ul,
#main-menu #nav li.iehover ul ul ul {
    display: none;
}

#main-menu #nav li:hover ul,
#main-menu #nav ul li:hover ul,
#main-menu #nav ul ul li:hover ul,
#main-menu #nav li.iehover ul,
#main-menu #nav ul li.iehover ul,
#main-menu #nav ul ul li.iehover ul {
    display: block;
}

/* TIME TABS */

#time-tabs{
    margin: 0 auto;
    text-align:center;
    left:6%;
    top:-42px;
    width:900px;
}

#time-tabs a.tab.selected,
#time-tabs a.tab:hover{
    background: transparent url(../images/time-tab-arrow.png?1342567098) no-repeat scroll  center top;
    display: block;
    float: left;
    height: 29px;
    text-align:center;
    text-decoration: none;
    color: #fff;
    font-family: 'RockwellRegular';
    font-size:13px;

}


#time-tabs a.tab.selected span,
#time-tabs a.tab:hover span {
    background: #3d843a no-repeat;
    display: block;
    line-height: 22px;
    text-align:center;
    padding: 5px 20px;
    position: relative;
    top: 7px;
}


#time-tabs a.tab{
    display:inline;
    position: relative;
    margin-right:11px;
    top:-5px;
    display: block;
    float: left;
    height: 29px;
    text-align:center;
    text-decoration: none;
    color: #fff;
    font-family: 'RockwellRegular';
    font-size:13px;

}


#time-tabs a.tab span {
    display: block;
    line-height: 22px;
    text-align:center;
    padding: 5px 20px;
    position: relative;
    top: 7px;
}
#time-tabs a.tab span.value { display:none;}

.address{
    color:#fff;
    margin-top:25px;
    margin-left:10px;
    font-size:11px;
}
.address_1 {
    margin-bottom: 10px;
}
.address_1 .logo {
    float:left;
}
.address_1 .info {
    margin-left: 130px;
    line-height: 16px;
}
form input.date_picker {
    width: 120px;
    padding-right: 36px;
    cursor: pointer;
    background: #fff url(../images/admin/cal.jpg?1342567098) center right no-repeat;
    border: 1px solid #BBB;
    font-family: "Arial", Verdana, sans-serif;
    font-size: 14px;
    color: #333;

    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    vertical-align: middle;
}

/* STYLES COMMING FROM GETZ */
html, body, p { font-family : Arial; }
.box .title { overflow : hidden; }

.box-green h3 { color : #4c7b4a; }

.comment img { border : 1px solid #837a60; float : left; margin-right : 10px; margin-top : 5px; position : relative; }

.comment-form { margin-bottom : 25px; }
.comment-form .title h3 { color : #777265; }
.comment-form input { border : none; color : #837a60; font-size : 10pt; font-weight : bold; margin-bottom : 5px; padding : 8px; width : 604px; }
.comment-form input.submit { background : #837a60; color : #ffffff; font-size : 12pt; padding : 8px 20px; width : auto; }
.comment-form textarea { border : none; color : #837a60; font-family : Arial; font-size : 11pt; font-weight : bold; margin-bottom : 5px; padding : 8px; width : 604px; }

.comments { margin-bottom : 25px; }
.comments .title.comment-title h3 { color : #777265; }

.content-list { background : url(../images/content-list-background.png?1342567098) top repeat-x; border : 1px solid #d0ccbe; padding : 20px 15px; width: 588px; }

.content-list .post { clear : both; overflow : hidden; }
.content-list .post .post-content { float : left; }
.content-list .post .post-content .post-data .post-more,
.content-list .post .post-content-index .post-data .post-more { font-size : 9pt; font-weight : bold; }
.content-list .post .post-content .post-data .post-more:hover,
.content-list .post .post-content-index .post-data .post-more:hover { text-decoration : underline; }
/*.content-list .post .post-content .post-title { margin-bottom : 20px; }*/
.content-list .post .post-content .post-title .post-date,
.content-list .post .post-content-index .post-title .post-date { color : #e6e3d8; float : left; font-size : 15pt; font-weight : bold; line-height : 18px; padding : 5px 10px 2px 10px; }
.content-list .post .post-content .post-title .post-date span,
.content-list .post .post-content-index .post-title .post-date span { display : block; font-size : 9pt; text-transform : uppercase; }
.content-list .post .post-content .post-title cite,
.content-list .post .post-content-index .post-title cite { font-size : 9pt; margin-left : 4px; }
.content-list .post .post-content .post-title h1,
.content-list .post .post-content-index .post-title h1 { color : #649f61; font-size : 14pt; line-height : 22px; margin-bottom : 0px; margin-left : 50px; }
.content-list .post .post-content .post-title h1 a,
.content-list .post .post-content-index .post-title h1 a {  }
.content-list .post .post-content .post-title h1 a:hover,
.content-list .post .post-content-index .post-title h1 a:hover { text-decoration : underline; }
.content-list .post .post-image { float:left; width:153px;height:170px;}

.content-list .rule { border-bottom : 1px solid #ffffff; border-top : 1px solid #c8c2b2; clear : both; margin-bottom : 20px; margin-top : 50px; overflow : hidden; }

.content-list .wiki-content h1 { font-size: 12pt; color: #4c7b4a; line-height: 15pt; }
.paging { float : right; font-size : 8pt; line-height : 20px; margin-top : -10px; padding-bottom : 10px; width:100%;}
.paging span, .paging em { height : 22px; width : 62px; display:inline; }
.paging span a,
.paging em.current, .paging span.current { background : url(../images/new/paging/button_glas2.png?1342567098) top center repeat-x #FFFFFF; border : 1px solid #d0ccbe; border-radius : 3px 3px 3px 3px; color : #777265; cursor : pointer; font-weight : bold; margin : 0px 1px 0px 1px; moz-border-radius : 3px 3px 3px 3px; text-align : center; text-decoration : none; webkit-border-radius : 3px 3px 3px 3px; width : 20px; }
.paging span a,
.paging em.current, .paging span.current { display : block; float : left; }
.paging span a.first { background : url(../images/new/paging/arrow_leftend_off.png?1342567098) center center no-repeat !important; border-radius : 3px 0px 0px 3px; border-right-width : 0px; margin : 0px 0px 0px 0px; moz-border-radius : 3px 0px 0px 3px; text-indent : -9999px; webkit-border-radius : 3px 0px 0px 3px; width:22px; height:22px; }
.paging span a.first:hover { background : url(../images/new/paging/arrow_leftend_ovr.png?1342567098) center center no-repeat !important; text-indent : -9999px; width:22px; height:22px; }
.paging span a.last { background : url(../images/new/paging/arrow_rightend_off.png?1342567098) center center no-repeat !important; border-left-width : 0px; border-radius : 0px 3px 3px 0px; margin : 0px 0px 0px 0px; moz-border-radius : 0px 3px 3px 0px; text-indent : -9999px; webkit-border-radius : 0px 3px 3px 0px; width:22px; height:22px;}
.paging span a.last:hover { background : url(../images/new/paging/arrow_rightend_ovr.png?1342567098) center center no-repeat !important; text-indent : -9999px; width:22px; height:22px;}
.paging span .next_page { background : url(../images/new/paging/arrow_right_off.png?1342567098) center center no-repeat !important; border-radius : 3px 0px 0px 3px; border-right-width : 3px 3px; margin : 0px 0px 0px 4px; moz-border-radius : 3px 0px 0px 3px; text-indent : -9999px; webkit-border-radius : 3px 0px 0px 3px; width:22px; height:22px; }
.paging span a.next_page:hover { background : url(../images/new/paging/arrow_right_ovr.png?1342567098) center center no-repeat!important; text-indent : -9999px; width:22px; height:22px;}
.paging span a.previous_page { background : url(../images/new/paging/arrow_left_off.png?1342567098) center center no-repeat !important; border-left-width : 3px 3px; border-radius : 0px 3px 3px 0px; margin : 0px 4px 0px 0px; moz-border-radius : 0px 3px 3px 0px; text-indent : -9999px; webkit-border-radius : 0px 3px 3px 0px; width:20px; width:22px; height:22px;}
.paging span a.previous_page:hover { background : url(../images/new/paging/arrow_left_ovr.png?1342567098) center center no-repeat !important; text-indent : -9999px; width:22px; height:22px;}
.paging span a:hover { background : none; background-color : #FFFFFF; color : #777265; text-decoration : none; }
.paging em.current, .paging span.current { background : url(../images/new/paging/button_glas1.png?1342567098) top center repeat-x #777265; border-width : 0px; color : #FFFFFF; font-weight : bold; line-height : 22px; text-decoration : none; width : 22px !important; height:22px;}

.posts { margin-bottom : 25px; }

.sidebar { background : url(../images/sidebar-background.png?1342567098); margin-left : 650px; margin-top : 0px; padding-top : 31px; width : 300px; }
.sidebar .box.sidebar-content h1 { font-family: 'RockwellRegular'; font-weight: normal; color: #C8C2B2; font-size: 40pt; }
.sidebar .box.sidebar-content .box-busca { background : #dfdbcf; border : 1px solid #aba494; padding : 9px; }
.sidebar .box.sidebar-content .box-busca input { background : none; border : 0; color : #777265; }
.sidebar .box.sidebar-content .box-categorias ul li { background : url(../images/new/box-categorias-arrow.png?1342567098) no-repeat 0px 8px; font-size : 11pt; padding-left : 15px; }
.sidebar .box.sidebar-content .box-tags { padding : 0 10px; }
.sidebar .box.sidebar-content .sidebar-box { margin-bottom : 25px; }
.sidebar .box.sidebar-content .title h3 { color : #777265; font-size : 14pt; padding-top : 3px; }
.sidebar .box.sidebar-content a { color : #777265; }
.sidebar .box.sidebar-content a:hover { text-decoration : underline; }
.sidebar .box.sidebar-content.grid_4 { width : 280px; }

.sidebar.sidebar-left { position: relative; float: left; margin-left: 0; margin-right: 20px; }
.posts.posts-right { float: left; }
input, textarea, .content-list, .box-busca, .box-busca-home { border-radius : 5px 5px 5px 5px; moz-border-radius : 5px 5px 5px 5px; webkit-border-radius : 5px 5px 5px 5px; }



/*
Comparações
------------------------------------------------------------------------------------------------*/
.comparacoes { }
.comparacoes .title { background: url(../images/comparacoes/bg-titulo.png?1342567098) repeat-x bottom; padding: 0 0 5px 0; }
.comparacoes .title h3 { color: #837a60; text-shadow: 1px 1px 1px white; font-size: 18px; font-family: 'RockwellRegular'; display:block;  margin: 0; padding: 5px 0 0 0; font-weight: 100; }
.comparacoes .title img { float:left; margin: 5px 10px 0 0; }

.comparacoes .filtros { display:table; clear:both; margin: 20px 0 0 0; }

.comparacoes .bt-comparar { background: url(../images/comparacoes/bg-titulo.png?1342567098) repeat-x center; text-align:center; margin: 10px 0; }

.comparacoes .grid_4 .box { color: #454443; background:url(../images/comparacoes/bg-box.png?1342567098) repeat-x; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; border: 1px solid #D0CCBE; display: block; padding: 23px 10px; margin: 10px 0 0 0;  }
.comparacoes .grid_4 .box .filtro { font-size: 17px; }
.comparacoes .grid_4 .box .icon { float:left; margin: 0 25px 0 10px;}
.comparacoes .grid_4 .box p { display: table; font-size: 11px; width: 210px; font-weight: bolder; line-height: 11px; }
.comparacoes .grid_4 .box ul { margin:0; }

.comparacoes .grid_4 .box .date_selector p {
    display: block;
    font-size: 14px;
    width: 100px;
    font-weight: normal;
    line-height: 18px;
}


.comparacoes .grid_4 .box p.data { font-size: 14px; font-weight: normal; line-height:16px; padding-top: 0; }
.comparacoes .grid_4 .box form.selecao-data { font-weight: normal; font-size: 12px; line-height: 16px; width:auto; }
.comparacoes .grid_4 .box form.selecao-data .icone-calendario { margin: 5px 0 0 7px;}

.comparacoes .grid_4 .box form.selecao-data label { display:table; clear:both; margin:5px 0 0 0;}
.comparacoes .grid_4 .box form.selecao-data input.campo { width: 200px; }
.comparacoes .grid_4 .box form.selecao-data input.enviar { background: #B0A994; color:#fff; border:0; box-shadow:0; padding: 3px 10px; }

.comparacoes .grid_4 .box ul li .seta-direita { background:url(../images/comparacoes/box-ico-seta.png?1342567098) no-repeat left; display:table; float:right; text-indent: -5000em; width: 15px; }
.comparacoes .grid_4 .box ul li:hover .seta-direita { background:url(../images/comparacoes/box-ico-seta-ativo.png?1342567098) no-repeat left; }
.comparacoes .grid_4 .box ul li .seta-voltar { background:url(../images/comparacoes/box-ico-seta-voltar.png?1342567098) no-repeat left; display:table; float:right; text-indent: -5000em; width: 15px;  }

.comparacoes .grid_4 .box ul li, .comparacoes .resultados .title-box  { background: url(../images/comparacoes/box-bg-lista.png?1342567098) repeat-x; padding: 4px 5px; font-weight:bolder; margin: 5px 0; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; box-shadow: 0 1px 2px #888; -moz-box-shadow: 0 1px 2px #888; -webkit-box-shadow: 0px 1px 2px #888; cursor: pointer; }
.comparacoes .grid_4 .box ul li.ativo, .comparacoes .grid_4 .box ul li:hover { background:url(../images/comparacoes/box-bg-list-ativo.png?1342567098);color: #fff; }
.comparacoes .grid_4 .box ul li.ativo a, .comparacoes .grid_4 .box ul li:hover a, .comparacoes .grid_4 .box ul li:hover a:hover, .comparacoes .grid_4 .box ul li.ativo a:hover { color: #fff; }

/* links */
.comparacoes .grid_4 .box ul li a, .comparacoes .grid_4 .box ul li a:hover { color: #454443; }
/*.comparacoes .grid_4 .box ul.lista-itens li { background-image: none; border-radius: 0; moz-border-radius: 0; webkit-border-radius: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border-top: 1px solid #D0CCBE; border-bottom: 1px solid #D0CCBE; }*/
/*.comparacoes .grid_4 .box ul.lista-itens li:hover { color: #454443; background: #ebebeb; }*/
/*.comparacoes .grid_4 .box ul.lista-itens li:hover a, .comparacoes .grid_4 .box ul.lista-itens li:hover a:hover { color: #454443; }*/
.comparacoes .grid_4 .box ul.lista-itens .letras, .comparacoes .grid_4 .box ul.lista-itens .letras a { color: #454443; font-size:11px; line-height: 13px; text-align:center; }
.comparacoes .grid_4 .box ul.lista-itens { max-height: 234px; overflow: auto }
.comparacoes .grid_4 .box ul.lista-itens .letras { border-bottom: 1px solid #D0CCBE; padding: 5px 0; margin: 5px 0; }

.comparacoes .resultados .title-box { float: left; width: 270px; font-size: 12px; }
.comparacoes .resultados .e { float: left; width: 35px; text-align: center; font-weight: bolder; padding: 15px 0 0 0; }
.comparacoes .resultados .title-box strong { font-size: 16px; }

.comparacoes .resultados .curiosidade { display:table; clear:both; height: 170px; background: url(../images/comparacoes/bg-titulo.png?1342567098) repeat-x bottom; padding-top: 20px; }
.comparacoes .resultados .curiosidade img { float:left; }
.comparacoes .resultados .curiosidade p,.comparacoes .resultados .curiosidade span { float:right; font-size: 24px; font-family: 'RockwellRegular'; width: 600px; margin: 20px 0 0 40px; }
.comparacoes .resultados .curiosidade p span.title { font-size:14px; }

.comparacoes .resultados .graficos { display:table; background: url(../images/comparacoes/bg-titulo.png?1342567098) repeat-x bottom; padding: 0 0 20px 0 ; margin: 0 0 20px 0; }
.comparacoes .resultados .graficos .container { float:left; width: 285px; border-right: 1px solid #c8c2b2; display:block; padding: 0 0 0 10px; margin: 10px 22px 0 0; }
.comparacoes .resultados .graficos .container.omega { margin-right: 0; border: 0; }

.comparacoes .resultados .arrecadacoes { display:table; background: url(../images/comparacoes/bg-titulo.png?1342567098) repeat-x bottom; padding: 0 0 20px 0; }
.comparacoes .resultados .arrecadacoes .container { float:left; width: 280px; border-right: 1px solid #c8c2b2; display:block; padding: 25px 15px 25px 0; margin: 20px 20px 0 0; }
.comparacoes .resultados .arrecadacoes .omega { margin-right: 0; border: 0;}
.comparacoes .resultados .arrecadacoes .container .title { display:table; float:left; font-family: 'RockwellRegular';  font-size: 16px; background:none; }
.comparacoes .resultados .arrecadacoes .container .title span { display:table; margin: 8px 0 0 0; }
.comparacoes .resultados .arrecadacoes .container .dados { background:url(../images/comparacoes/bg-arrecadacao.png?1342567098); display:block; width:179px; float:left; padding: 27px 8px 10px 8px; }
.comparacoes .resultados .arrecadacoes .container .dados p { font-size:13px; font-weigh: bold; color: #454443; }
.comparacoes .resultados .arrecadacoes .container .dados p .valor {  color: #1086bd; font-size:20px; display:block; margin: 0 0 5px 0; font-weight:bolder; }

.comparacoes .resultados .arrecadacoes .container .habitantes { background: #bcd2d7; width:75px; float:right; display:table; border-top: 8px solid #50a2c7; border-bottom: 8px solid #50a2c7; }
.comparacoes .resultados .arrecadacoes .container .habitantes .title { display:block; background: #e7e5de; width:85px; font-size: 10px; color: #1086bd; text-align:center; text-transform:uppercase; padding: 2px 0; }
.comparacoes .resultados .arrecadacoes .container .habitantes p { font-size: 10px; color: #09444a; display:table; padding: 8px; }
.comparacoes .resultados .arrecadacoes .container .habitantes p img { margin: 10px 0 0 0; }

.comparacoes .resultados .grafico-linhas { display:table; width:10px 0; }
.comparacoes .resultados .grafico-linhas p { color: #454443; font-size:16px; font-weight: bolder; padding: 10px; }

/*
Calendário
------------------------------------------------------------ */
.calendario { color: #454443; }
.calendario .img-replacement { text-indent: -5000em; }
.calendario .title { padding: 0 0 5px 0; }
.calendario .title h3 { color: #1d9987; text-shadow: 1px 1px 1px white; font-size: 18px; font-family: 'RockwellRegular'; display:block;  margin: 0; padding: 5px 0 0 0; font-weight: 100; }
.calendario .title img { float:left; margin: 5px 10px 0 0; }

.calendario a { color: #1d9987; font-weight: bolder; }

.calendario .bloco { background:url(../images/calendario/coluna-1-bg.png?1342567098) repeat-x; padding: 32px 18px; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; border: 1px solid #dad8d2; box-shadow: 0 1px 2px #888; -moz-box-shadow: 0 1px 2px #888; -webkit-box-shadow: 0px 1px 2px #888; }

.calendario .coluna-1 {  }
.calendario .coluna-1 .data { color: #1d9987; text-transform: uppercase; font-size:16px; padding: 0 0 10px 0; }

.calendario .coluna-1 .evento { background:url(../images/calendario/coluna-1-evento-linha.png?1342567098) repeat-x bottom; padding: 0 0 10px 0; margin: 10px 0 0 0; }
.calendario .coluna-1 .evento .container-titulo { display:table; }
.calendario .coluna-1 .evento .titulo { text-transform:uppercase; font-size:16px; color: #1d9987; }
.calendario .coluna-1 .evento .local { font-size:11px; font-style:italic; }
.calendario .coluna-1 .evento .data { background: #1d9987; float:left; margin: 0 10px 0 0; color: #e6e3d8; width: 22px; height: 22px; font-size:10px; line-height: 12px; display:block; padding: 5px; }
.calendario .coluna-1 .evento .data span { font-size:16px; }

.calendario .coluna-1 .nav { margin: 50px 0 0 0; }
.calendario .coluna-1 .nav .proximo { float:right; background:url(../images/calendario/nav-avancar.png?1342567098) right no-repeat; padding: 0 18px 0 0; }
.calendario .coluna-1 .nav .anterior { float:left; background:url(../images/calendario/nav-voltar.png?1342567098) left no-repeat; padding: 0 0 0 18px; }

.calendario .coluna-1 .evento p { padding: 5px 0; margin: 0; }

/*
crescimento
-------------------------------------------------------------- */
.crescimento { color: #454443; }
.crescimento .img-replacement { text-indent: -5000em; }
.crescimento .title { background: url(../images/comparacoes/bg-titulo.png?1342567098) repeat-x bottom;  padding: 0 0 5px 0; }
.crescimento .title h3 { color: #837a60; text-shadow: 1px 1px 1px white; font-size: 18px; font-family: 'RockwellRegular'; display:block;  margin: 0; padding: 13px 0 0 0; font-weight: 100; }
.crescimento .title img { float:left; margin: 5px 10px 0 0; }

.crescimento .grafico { margin-top: 20px; }


.crescimento .title-box  { background: url(../images/comparacoes/box-bg-lista.png?1342567098) repeat-x; padding: 4px 5px; font-weight:bolder; margin: 5px 0; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; box-shadow: 0 1px 2px #888; -moz-box-shadow: 0 1px 2px #888; -webkit-box-shadow: 0px 1px 2px #888; cursor: pointer; }
.crescimento .title-box { float: left; font-size: 12px; }
.crescimento .title-box span { font-size: 16px; }

.crescimento .graphic{ margin-top: 50px;}

/*
Curiosidades
--------------------------------------------------------------- */

.curiosidades { color: #454443; }
.curiosidades .img-replacement { text-indent: -5000em; }
.curiosidades .title { background: url(../images/comparacoes/bg-titulo.png?1342567098) repeat-x bottom;  padding: 0 0 5px 0; }
.curiosidades .title h3 { color: #d8931b; text-shadow: 1px 1px 1px white; font-size: 18px; font-family: 'RockwellRegular'; display:block;  margin: 0; padding: 5px 0 0 0; font-weight: 100; }
.curiosidades .title img { float:left; margin: 5px 10px 0 0; }

.curiosidades .bloco { background:url(../images/calendario/coluna-1-bg.png?1342567098) repeat-x; margin: 20px 0 0 0; padding: 32px 18px; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; border: 1px solid #dad8d2; box-shadow: 0 1px 2px #888; -moz-box-shadow: 0 1px 2px #888; -webkit-box-shadow: 0px 1px 2px #888; }
.curiosidades .bloco .imagem { margin: 0 auto; display:table; }
.curiosidades .bloco p { color: #d8931b; font-size:14px;}
.curiosidades .bloco .icones { margin: 10px 0 0 0; }
.curiosidades .bloco .icones a { display:table; float:left; margin: 0 5px 0 0; }
.curiosidades .bloco .images_curiosities { text-align: center; }

/*
Recuperar senha
-------------------------------------------------------------- */

.recuperar-senha { color: #454443; }
.recuperar-senha .img-replacement { text-indent: -5000em; }
.recuperar-senha .title { padding: 0 0 5px 0; }
.recuperar-senha .title h3 { color: #777265; text-shadow: 1px 1px 1px white; font-size: 18px; font-family: 'RockwellRegular'; display:block;  margin: 0; padding: 5px 0 0 0; font-weight: 100; }
.recuperar-senha .title img { float:left; margin: 5px 10px 0 0; }

.recuperar-senha form .campo { color: #837a60; width: 400px; padding: 5px 10px; border:0; font-weight: bolder; height: 30px; display:table; margin: 7px 0 0 0; }
.recuperar-senha form .enviar { margin: 5px 0 0 0; float:right; }
.recuperar-senha .bloco { background:url(../images/calendario/coluna-1-bg.png?1342567098) repeat-x; height: 800px; margin: 20px 0 0 0; padding: 32px 18px; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; border: 1px solid #dad8d2; box-shadow: 0 1px 2px #888; -moz-box-shadow: 0 1px 2px #888; -webkit-box-shadow: 0px 1px 2px #888; }
.recuperar-senha .bloco p { color: #454443; font-size:12px; }

.recuperar-senha .bloco .passo { display:block; clear:both; font-size:14px; padding: 0 0 0 30px; margin: 10px 0 0 0; }
.recuperar-senha .bloco .passo span { display:block; padding: 7px 0 0 0; }
.recuperar-senha .bloco strong { color: #777265; text-shadow: 1px 1px 1px white; font-size: 18px; font-family: 'RockwellRegular'; float:left; margin: 0; padding: 5px 0 0 0; font-weight: 100; }

/*
Cadastro
------------------------------------------------------------ */

.cadastro { color: #454443; }
.cadastro .img-replacement { text-indent: -5000em; }
.cadastro .title { padding: 0 0 5px 0; }
.cadastro .title h3 { color: #777265; text-shadow: 1px 1px 1px white; font-size: 18px; font-family: 'RockwellRegular'; display:block;  margin: 0; padding: 5px 0 0 0; font-weight: 100; }
.cadastro .title img { float:left; margin: 5px 10px 0 0; }

.cadastro form .campo { color: #837a60; width: 400px; padding: 5px 10px; border:0; font-weight: bolder; height: 30px; display:table; margin: 7px 0 0 0; }
.cadastro form .enviar { margin: 5px 0 0 0; float:right; }
.cadastro .bloco { background:url(../images/calendario/coluna-1-bg.png?1342567098) repeat-x; height:600px; margin: 20px 0 0 0; padding: 32px 18px; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; border: 1px solid #dad8d2; box-shadow: 0 1px 2px #888; -moz-box-shadow: 0 1px 2px #888; -webkit-box-shadow: 0px 1px 2px #888; }
.cadastro .bloco p { color: #454443; font-size:12px; }

.cadastro .bloco ul { }
.cadastro .bloco ul li { background: url(../images/cadastro-bg-lista.png?1342567098) left no-repeat; padding: 7px 0 0 20px; display:block; clear:both; line-height: 14px; margin: 10px 0 0 0;  }

/*
loginb
------------------------------------------------------------ */

.login { color: #454443; }
.login .img-replacement { text-indent: -5000em; }
.login .title { padding: 0 0 5px 0; }
.login .title h3 { color: #777265; text-shadow: 1px 1px 1px white; font-size: 18px; font-family: 'RockwellRegular'; display:block;  margin: 0; padding: 5px 0 0 0; font-weight: 100; }
.login .title img { float:left; margin: 5px 10px 0 0; }

.login form .campo { color: #837a60; width: 400px; padding: 5px 10px; border:0; font-weight: bolder; height: 30px; display:table; margin: 7px 0 0 0; }
.login form .enviar { margin: 5px 0 0 0; float:right; }
.login form .lembrar { float:left; margin:15px 0 0 0;}
.login .bloco { background:url(../images/calendario/coluna-1-bg.png?1342567098) repeat-x; height: 360px; margin: 20px 0 0 0; padding: 32px 18px; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; border: 1px solid #dad8d2; box-shadow: 0 1px 2px #888; -moz-box-shadow: 0 1px 2px #888; -webkit-box-shadow: 0px 1px 2px #888; }

.login .bloco p { color: #454443; font-size:12px; }
.login .bloco p.links { display:table; clear:both; padding: 20px 0 0 0; line-height: 20px; }
.login .bloco p.links a { color: #3d833a; }
.login .bloco p.links a:hover { text-decoration:underline; }

.login .bloco ul { }
.login .bloco ul li { background: url(../images/cadastro-bg-lista.png?1342567098) left no-repeat; padding: 7px 0 0 20px; display:block; clear:both; line-height: 14px; margin: 10px 0 0 0;  }

/* Notícias */

.new-content h1 { color: #A11324; font-size: 20pt; }
.new-content h2 { color: #666666; font-weight: normal; font-size: 12pt; }
.new-content .font { font-size: 9pt; background: url(../images/content-list-background.png?1342567098) top repeat-x; border: 1px solid #D0CCBE; padding: 5px 10px; margin-bottom: 20px; }
.new-content .font a { color: #A11324; }
.new-content .font a:hover { text-decoration: underline; }

/*
Calendário
------------------------------------------------------------ */
.calendario { color: #454443; }
.calendario .img-replacement { text-indent: -5000em; }
.calendario .title { padding: 0 0 5px 0; }
.calendario .title h3 { color: #1d9987; text-shadow: 1px 1px 1px white; font-size: 18px; font-family: 'RockwellRegular'; display:block;  margin: 0; padding: 5px 0 0 0; font-weight: 100; }
.calendario .title img { float:left; margin: 5px 10px 0 0; }

.calendario a { color: #1d9987; font-weight: bolder; }

.calendario .bloco { background:url(../images/calendario/coluna-1-bg.png?1342567098) repeat-x; padding: 32px 18px; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; border: 1px solid #dad8d2; box-shadow: 0 1px 2px #888; -moz-box-shadow: 0 1px 2px #888; -webkit-box-shadow: 0px 1px 2px #888; }

.calendario .coluna-1 {  }
.calendario .coluna-1 .data { color: #1d9987; text-transform: uppercase; font-size:16px; padding: 0 0 10px 0; }

.calendario .coluna-1 .evento { background:url(../images/calendario/coluna-1-evento-linha.png?1342567098) repeat-x bottom; padding: 0 0 10px 0; margin: 10px 0 0 0; }
.calendario .coluna-1 .evento .container-titulo { display:table; }
.calendario .coluna-1 .evento .titulo { text-transform:uppercase; font-size:16px; color: #1d9987; }
.calendario .coluna-1 .evento .local { font-size:11px; font-style:italic; }
.calendario .coluna-1 .evento .data { background: #1d9987; float:left; margin: 0 10px 0 0; color: #e6e3d8; width: 22px; height: 22px; font-size:10px; line-height: 12px; display:block; padding: 5px; }
.calendario .coluna-1 .evento .data span { font-size:16px; }

.calendario .coluna-1 .nav { margin: 50px 0 0 0; }
.calendario .coluna-1 .nav .proximo { float:right; background:url(../images/calendario/nav-avancar.png?1342567098) right no-repeat; padding: 0 18px 0 0; }
.calendario .coluna-1 .nav .anterior { float:left; background:url(../images/calendario/nav-voltar.png?1342567098) left no-repeat; padding: 0 0 0 18px; }

.calendario .coluna-1 .evento p { padding: 5px 0; margin: 0; }
/*
.calendario .coluna-2 { text-align:center; }
.calendario .coluna-2 .top { background: url(../images/calendario/coluna-1-evento-linha.png?1342567098) repeat-x bottom; font-weight: bolder; display:table; width: 100%; clear:both; padding: 0 0 10px 0; }
.calendario .coluna-2 .top ul { background: url(../images/calendario/ico-lista.png?1342567098) top right no-repeat; padding: 0 10px 0 0; line-height: 8px; }
.calendario .coluna-2 .top .mes { float:left; margin: 0; }
.calendario .coluna-2 .top .ano { float:right; }

.calendario .coluna-2 .seleciona-data { }
.calendario .coluna-2 .seleciona-data .proximo { float:right; background:url(../images/calendario/calendario-nav-avancar.png?1342567098) no-repeat; width: 40px; height: 80px; margin: 25px 0 0 0; }
.calendario .coluna-2 .seleciona-data .anterior { float:left; background:url(../images/calendario/calendario-nav-voltar.png?1342567098) no-repeat; width: 40px; height: 80px; margin: 25px 0 0 0; }
.calendario .coluna-2 .seleciona-data .container-data { width: 135px; float:left; margin: 22px 0 0 25px; }
.calendario .coluna-2 .seleciona-data .dia { font-size:100px; line-height:80px; color:#1d9987; }
.calendario .coluna-2 .seleciona-data .mes { font-size:20px; line-height:15px; color: #5b5a58; text-transform:uppercase; font-weight: bolder; }

.calendario .coluna-2 .calendario { }
.calendario .coluna-2 table { clear:both; margin: 0 auto; margin-top: 25px; }
.calendario .coluna-2 tr.header { color: #a7a7a7; }
.calendario .coluna-2 tr.header td {  }

.calendario .coluna-2 tr { }
.calendario .coluna-2 tr td { padding: 5px; }
*/
/*
posts-index
--------------------------------------------------------------------*/
.post-image-index{
    border: 1px solid #CCCCCC;
    padding:5px;
    float:left;
    width: auto;
    margin-right:20px;
}

.post-image-index img {
    max-width: 250px;
}

.post-data-index{
    clear:both;

}
.content-list .post .post-content { float:left; width:435px;}
.content-list .post .post-content-index { float:left; }
.index { float : left; width:588px; }
.content-list .post .post-content .post-title,
.content-list .post .post-content-index .post-title {
    margin-bottom: 20px;
}
.title-most-commented p{
    margin-bottom: 5px;
}

#first-step-definition .value{
    display:none;
}

.comparacoes span.value { display:none;}


/* ouvidoria */
.login .bloco-ouvidoria { background:url(../images/calendario/coluna-1-bg.png?1342567098) repeat-x; margin: 20px 0 0 0; padding: 32px 18px; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; border: 1px solid #dad8d2; box-shadow: 0 1px 2px #888; -moz-box-shadow: 0 1px 2px #888; -webkit-box-shadow: 0px 1px 2px #888; min-height:400px;}

.login .bloco-ouvidoria p { color: #454443; font-size:12px; }
.login .bloco-ouvidoria p.links { display:table; clear:both; padding: 20px 0 0 0; line-height: 20px; }
.login .bloco p.links a { color: #3d833a; }
.login .bloco-ouvidoria p.links a:hover { text-decoration:underline; }
.login .bloco-ouvidoria .campo { color: #837a60; width: 400px; padding: 5px 10px; border:0; font-weight: bolder; height: 30px; display:table; margin: 7px 0 0 0; }
.login .bloco-ouvidoria textarea { color: #837a60; width: 400px; padding: 5px 10px; border:0; font-weight: bolder; height: 90px; display:table; margin: 7px 0 0 0; }
.login .bloco-ouvidoria ul { }
.login .bloco-ouvidoria ul li { background: url(../images/cadastro-bg-lista.png?1342567098) left no-repeat; padding: 7px 0 0 20px; display:block; clear:both; line-height: 14px; margin: 10px 0 0 0;  }

/* tags */
.css1 { font-size: 12px; }
.css2 { font-size: 14px; }
.css3 { font-size: 15px; }
.css4 { font-size: 16px; }
.css5 { font-size: 17px; }
.css6 { font-size: 19px; }
.css7 { font-size: 20px; }

/* calculator */
#content_calc{ margin-top:30px;border:1px solid #CAC6AC; /*background-image: url(../images/content_background.jpg?1342567098);*/ }
.com-w945 { width: 945px; margin: 0 auto; position: relative; }
#main_box { margin: 85px 0 85px 0; overflow: hidden}
#green_box{ background-image: url(../images/green_box_background.jpg?1342567098); padding-bottom: 2000px; margin-bottom: -2000px; background-repeat:repeat-x; background-color:#056414; }
#logo_tirano_tax { padding: 32px 0 10px 18px; }
#button_protesto { padding: 10px 0 15px 45px; }
#green_box p { padding-left: 30px; width: 250px; color:white; font-size: 15px; }
#green_box p span { color: #e6ba03; }
#white_box{ background-color:white; padding-bottom: 2000px; margin-bottom: -2000px; }
#white_box_content { padding: 0 20px 0 20px;}
#white_box_content span { color: #E6BA03; }
#white_box hr { color: #bcbba7; margin-bottom: 20px;}
#white_box img { padding: 20px 5px 0 5px; }
#white_box p { color: #707070; padding: 8px 0 9px 0; font-size: 14px;}
#white_box .title_text { font-weight: bold; }
#white_box #question_title { padding: 0 0 0 25px; font-size: 17px; color: #e6ba03; font-weight: bold; }
#white_box ul li { list-style-type: none; color: #707070; padding-bottom: 10px; font-weight: bold; font-size: 15px; }
#white_box #white_box_info { height: 23px; }
#button_continuar { position: absolute; bottom: 20px; right: 25px; }
#form { color: #6f6f6f; text-align: right; padding-right: 10px; margin-bottom: 25px; }
#form p { color: #6f6f6f; }
#form p input { font-size: 20px; }
#form div input { font-size: 20px; margin-bottom: 5px; }
#form div span { color: #d5931b; }
#form div span input { border : 2px solid #eab503; }
h1 { font-size: 25px; color: #d5931b; font-weight: bold; }
h2 { font-size: 22px; color: #d5931b; font-weight: bold; margin-bottom: 10px; }
#resume { border: solid 1px black; padding: 10px; margin-bottom: 25px; }
#button_imprimir img{ margin-left: 380px; padding:0px; }

/* Tribuloso */

.tribulosos .content-list { background : url(../images/content-list-background.png?1342567098) #d5c6ba top repeat-x; border : 1px solid #d0ccbe; width: auto; padding: 20px 40px; }
.tribulosos .content-list .tribuloso { clear : both; overflow : hidden; }
.tribulosos .content-list .tribuloso .tribuloso-descricao p { color: #852320; font-size: 16pt; line-height: 30px; margin: 0; }
.tribulosos .content-list .tribuloso .tribuloso-resultado-nome p { background: url(../images/icon-pessoa.png?1342567098) no-repeat; color: #852320; font-size: 14pt; line-height: 30px; margin: 0; padding-left: 40px; }

.tribulosos .content-list .tribuloso form label { color: #852320; line-height: 16px; font-weight: bold; }

.tribulosos .content-list .tribuloso form .campo { color: #837a60; width: 282px; padding: 5px 10px; border:0; font-weight: bolder; height: 30px; display:table; margin: 7px 0 0 0; }
.tribulosos .content-list .tribuloso form cite { font-style: normal; color: #FFF; }

.tribulosos .content-list .tribuloso form .tribuloso-formulario { float: left; }
.tribulosos .content-list .tribuloso .tribuloso-botoes { float: left; margin-left: 10px; margin-top: 105px; }

.tribulosos .content-list .tribuloso form .tribuloso-calcular { margin: 5px 0 0 0; float: right; }
.tribulosos .content-list .tribuloso .tribuloso-limpar {  margin: 5px 0 0 0; float: right; }

.tribulosos .content-list .tribuloso .tribuloso-mascote { position: absolute; background: url(../images/tribuloso.png?1342567098) no-repeat; width: 263px; height: 352px; margin-top: -60px; margin-left: 645px; }

.tribulosos .filtros { display:table; clear:both; margin: 20px 0 0 0; }

.tribulosos .title-box { background: url(../images/comparacoes/box-bg-lista.png?1342567098) repeat-x; font-weight:bolder; margin: 5px 0; border-radius: 5px; moz-border-radius: 5px; webkit-border-radius: 5px; box-shadow: 0 1px 2px #888; -moz-box-shadow: 0 1px 2px #888; -webkit-box-shadow: 0px 1px 2px #888; float: left; width: 259px; padding: 7px 10px; font-size: 14px; margin-right: 10px; }
.tribulosos .title-box.title-last { margin-right: 0; }

.tribulosos .grid_4 { width: 269px; }
.tribulosos .content-list .tribuloso .tribuloso-grafico { text-align: center; margin: 25px 0;}
.tribulosos .content-list .tribuloso .tribuloso-grafico-r1, .tribulosos .content-list .tribuloso .tribuloso-grafico-r2 {  
    height: 35px; font-size: 12px; margin-bottom:20px;  position:relative; padding-left:30px;
}
.tribulosos .content-list .tribuloso .tribuloso-grafico-r1 img, .tribulosos .content-list .tribuloso .tribuloso-grafico-r2 img {
    position:absolute; top:0px; left:0px;
}

.tribulosos .content-list .tribuloso .tribuloso-grafico-r1 b,
.tribulosos .content-list .tribuloso .tribuloso-grafico-r2 b { color: #852320; }

.tribulosos .title-box strong { font-size: 16px; }

.tribulosos { margin-bottom : 25px; margin-top: 15px; }

.box-marrom h3 { color : #852320; }

#error_explanation {
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#error_explanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#error_explanation ul li {
    font-size: 12px;
    list-style: square;
}

/*
 * Copyright
 * ------------------------------ */
.copyright, .developed_by { color: #fff; padding: 10px 0; margin: 0; }
.copyright { width: 465px; float: left;}
.developed_by { width: 210px; float: right; margin-right: 7px; }

/*
 * Henrique
 * */
.impostopedia-img { margin: 40px 0 0 0; padding: 0 0 30px 0; }

.box-brown .body .membro { display: table; clear:both; padding: 0 0 10px 0; }
.box-brown .body img { float:left; margin: 0 10px 0 0; }
.box-brown .body p.info { float:left; display:table; font-weight: normal; padding:0; margin: 0; font-size: 12px; font-style: italic; }
.box-brown .body p.info strong { font-size: 13px; font-style: normal; }
.box-brown .body p.info a { color: #837A60; }
.box-brown .body p.info a:hover { text-decoration: none; }

.box-colunistas { margin: 20px 0 0 0; }
.box-colunistas .membro { display: table; clear:both; padding: 0 0 10px 0; }
.box-colunistas img { float:left; margin: 0 10px 0 0; }
.box-colunistas p.info { float:left; display:table; font-weight: normal; padding:0; margin: 0; font-size: 12px; font-style: italic; }
.box-colunistas p.info strong { font-size: 13px; font-style: normal; }
.box-colunistas p.info a { color: #837A60; }
.box-colunistas p.info a:hover { text-decoration: none!important; }

.logos {
    margin-left: 108px;
    margin-top: 35px; /* Atualizado 20150505 */
    margin-bottom: 35px; /* Atualizado 20150505 */
    display: inline-block; /* Atualizado 20150505 */
}

.logos ul li {
    float: left;
}


@media print {
    .hide_pdf {
        display:none;
    }

    ol, ul {list-style: none;}
    li {float:left;}

    .title {clear:left;}

    .grid_4 {border-bottom:2px solid black;margin-bottom: 30px;}

    #main-menu, #header-wrapper, #counter-wrapper, #footer-wrapper-bg {
        display:none;
    }

    .address .logo {
        display:block;
    }	
}

.box-busca-home-wrapper {margin: 0 auto;width:300px;}
.box-busca-home { background : #dfdbcf; border : 1px solid #aba494; padding : 9px; margin: 15px 0;}
.box-busca-home input { background : none; border : 0; color : #777265; width:320px;}
.box-busca-home .submit{ border:0px; /*important*/
                         background-color:transparent; /*important*/
                         position:absolute; /*important*/
                         top:19px;
                         left:605px;
                         width:32px;
                         height:32px; }


/*plugin styles*/
.grafico .visualize {  position: relative;  margin: 20px auto 40px auto; z-index: 1; }
.grafico .visualize canvas { position: absolute; }
.grafico .visualize ul, .grafico .visualize ul li { margin: 0; padding: 0; background: none; }
.grafico .visualize-bar { border-top: 0; }

/*table title, key elements*/
.grafico .visualize .visualize-info { padding: 0 0 2px 8px; background: #fafafa; border: 1px solid #aaa; position: absolute; top: -15px; right: 10px; font-size: 11px; }
.grafico .visualize .visualize-title { display: block; color: #333; margin-bottom: 3px; }
.grafico .visualize ul.visualize-key { list-style: none; }
.grafico .visualize ul.visualize-key li { list-style: none; float: left; margin-right: 10px; padding-left: 10px; position: relative;}
.grafico .visualize ul.visualize-key .visualize-key-color { width: 6px; height: 6px; left: 0; position: absolute; top: 50%; margin-top: -3px; font-size: 6px; }
.grafico .visualize ul.visualize-key .visualize-key-label { color: #333; }

/*pie labels*/
.visualize-pie .visualize-labels { list-style: none; }
.visualize-pie .visualize-label-pos, .visualize-pie .visualize-label { position: absolute;  margin: 0; padding:0; }
.visualize-pie .visualize-label { display: block; color: #fff; font-weight: bold; font-size: 1em; }
.visualize-pie-outside .visualize-label { color: #000; font-weight: normal; }

/*line,bar, area labels*/
.grafico .visualize-labels-x,.visualize-labels-y { position: absolute; left: 0; top: 0; list-style: none; }
.grafico .visualize-labels-x li, .visualize-labels-y li { position: absolute; bottom: 0; }
.grafico .visualize-labels-x li span.label, .visualize-labels-y li span.label { position: absolute; color: #555; }
.grafico .visualize-labels-x li span.line, .visualize-labels-y li span.line {  position: absolute; border: 0 solid #fff; }
.grafico .visualize-labels-x li { height: 100%; font-size: 10px; }
.grafico .visualize-labels-x li span.label { top: 100%; margin-top: 5px; font-weight:bold;color:#555;font-size:9pt;}
.grafico .visualize-labels-x li span.line { border-left-width: 1px; height: 100%; display: block; }
.grafico .visualize-labels-y li span.line { border-top-width: 0;} /*hide vertical lines on area, line, bar*/
.grafico .visualize-labels-y li:last-child span.line { border-top-width: 1px;width: 100%;} /*hide vertical lines on area, line, bar*/
.grafico .visualize-labels-y li { width: 100%; font-size: 11px; line-height: normal; }
.grafico .visualize-labels-y li span.label { right: 100%; margin-right: 5px; display: none;text-align: right; }
.grafico .visualize-bar .visualize-labels-x li span.label { width: 100%; text-align: center; }

/*tooltips*/
.grafico .visualize .chart_tooltip {
    padding: 6px 7px;
    background: #000;
    background: url(../images/admin/mbg.png?1342567098) 0 0 repeat;
    margin: 3px 4px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    line-height: normal;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(../javascripts/fancybox/fancybox.png?1342567098);
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url(../javascripts/fancybox/fancybox.png?1342567098) -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url(../javascripts/fancybox/blank.gif?1342567098);
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url(../javascripts/fancybox/fancybox.png?1342567098);
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url(../javascripts/fancybox/fancybox.png?1342567098);
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url(../javascripts/fancybox/fancybox-x.png?1342567098);
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url(../javascripts/fancybox/fancybox.png?1342567098);
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url(../javascripts/fancybox/fancybox-y.png?1342567098);
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url(../javascripts/fancybox/fancybox.png?1342567098);
    background-position: -40px -182px; 
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url(../javascripts/fancybox/fancybox-x.png?1342567098);
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url(../javascripts/fancybox/fancybox.png?1342567098);
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url(../javascripts/fancybox/fancybox-y.png?1342567098);
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url(../javascripts/fancybox/fancybox.png?1342567098);
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url(../javascripts/fancybox/fancy_title_over.png?1342567098);
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url(../javascripts/fancybox/fancybox.png?1342567098) -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url(../javascripts/fancybox/fancybox-x.png?1342567098) 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url(../javascripts/fancybox/fancybox.png?1342567098) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
.yui3-g{letter-spacing:-0.31em;*letter-spacing:normal;word-spacing:-0.43em;}.yui3-u,.yui3-u-1,.yui3-u-1-2,.yui3-u-1-3,.yui3-u-2-3,.yui3-u-1-4,.yui3-u-3-4,.yui3-u-1-5,.yui3-u-2-5,.yui3-u-3-5,.yui3-u-4-5,.yui3-u-1-6,.yui3-u-5-6,.yui3-u-1-8,.yui3-u-3-8,.yui3-u-5-8,.yui3-u-7-8,.yui3-u-1-12,.yui3-u-5-12,.yui3-u-7-12,.yui3-u-11-12,.yui3-u-1-24,.yui3-u-5-24,.yui3-u-7-24,.yui3-u-11-24,.yui3-u-13-24,.yui3-u-17-24,.yui3-u-19-24,.yui3-u-23-24{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top;}.yui3-u-1{display:block;}.yui3-u-1-2{width:50%;}.yui3-u-1-3{width:33.33333%;}.yui3-u-2-3{width:66.66666%;}.yui3-u-1-4{width:25%;}.yui3-u-3-4{width:75%;}.yui3-u-1-5{width:20%;}.yui3-u-2-5{width:40%;}.yui3-u-3-5{width:60%;}.yui3-u-4-5{width:80%;}.yui3-u-1-6{width:16.656%;}.yui3-u-5-6{width:83.33%;}.yui3-u-1-8{width:12.5%;}.yui3-u-3-8{width:37.5%;}.yui3-u-5-8{width:62.5%;}.yui3-u-7-8{width:87.5%;}.yui3-u-1-12{width:8.3333%;}.yui3-u-5-12{width:41.6666%;}.yui3-u-7-12{width:58.3333%;}.yui3-u-11-12{width:91.6666%;}.yui3-u-1-24{width:4.1666%;}.yui3-u-5-24{width:20.8333%;}.yui3-u-7-24{width:29.1666%;}.yui3-u-11-24{width:45.8333%;}.yui3-u-13-24{width:54.1666%;}.yui3-u-17-24{width:70.8333%;}.yui3-u-19-24{width:79.1666%;}.yui3-u-23-24{width:95.8333%;}
/*
 * jQuery FlexSlider v1.7
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
               filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 30px; height: 30px; margin: -13px 0 0; display: block; background: url(../images/theme/bg_direction_nav.png?1342567098) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background-position: -30px 0; right: 207px; top:22px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: 192px;top: 22px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/theme/bg_control_nav.png?1342567098) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */

#adBlock{
    background:none;
}
.cse .gsc-control-cse,
.gsc-control-cse {

    width: auto;
}
.cse .gsc-branding,
.gsc-branding {
    display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
    position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {

}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
    border: block;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
    font-family: inherit;
    color: #000000;
    text-shadow: 0 1px 2px #FFFFFF;
    background-color: #CECECE;
    border: 1px outset;
    border-color: #666666;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.gsc-search-box{
    display:none;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
    border-bottom: none;
    color: #666666;
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #e9e9e9;
    border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
    background-color: #FFFFFF;
    border: 1px solid;
    border-top: 2px solid;
    border-color: #e9e9e9;
    border-top-color: #FF9900;
    border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
    margin-top: 1em;
    border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-column,
.gsc-imageResult-classic {
    padding: .25em;
    margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {

}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion,
.gs-promotion {
    background-color: #FFFFFF;
    border: 1px solid;
    border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion .gs-promotion-image,
.gs-promotion .gs-promotion-image {}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
    color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
    color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
    color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
    color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
    color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
    color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
    background: #D5E2FF;
}
.gsc-completion-container {
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: absolute;
    background: white;
    border: 1px solid #666666;
    margin-left: 0;
    margin-right: 0;
    /* The top, left, and width are set in JavaScript. */
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short {
    display: none;
}
.gs-webResult div.gs-visibleUrl-long {
    display: block;
}
