body {
	background: #616161 url(../../../images/background.png);
	color: #444;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #1b2d78;
	text-decoration: none;
}

a:visited {
	color: #1b2d78;
	text-decoration: none;
}

a:hover, a:active {
	color: #785826;
	text-decoration: none;
}

.strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

#logo {
	padding-top: 29px;
	padding-bottom: 18px;
}

.header {
	background: #f9f9f9 url(../../../images/header_bg.png) repeat-x;
	color: #fff;
	margin-bottom: -1px;
}

#content {
	margin: 20px 0px 5px 0px;
	padding: 20px;
	
	font-size: 15px;
}

#container {
	background: #f9f9f9;
	color: #020e20;
	padding: 20px;
	margin: auto auto
}

.menu ul {
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
	color: #000000;
	text-decoration: none;
}

.menu ul a:visited {
	color: #000000;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	color: #4874a3;
	text-decoration: none;
}

#panel {
	background: #efefef;
	color: #000000;
	border: 0px solid #81A2C4;
	padding: 8px;
	
	font-size: 11px;
}

table {
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tborder {
	background: #fff;
	width: 100%;
	color: #020e20;
	border: 1px solid #0d0861;
	margin: auto auto;
	padding: 1px;
}

.thead {
	background: #0f2c59 url(../../../images/gradient_thead.png) repeat-x;
	color: #fff;
	padding: 6px;
	margin-top: 10px;
	text-shadow: #000 2px 2px 2px;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #e0ecff;
	text-decoration: none;
}

.tcat {
	background: #c7c7c7 url(../../../images/gradient_tcat.png) repeat-x;
	color: #000000;
	font-size: 12px;
}

.tcat a:link {
	color: #000000;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background: #f1f1f1 url(../../../images/trow1.png) repeat-x;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fafafa;
}

.trow2 {
	background: #e3e3e3 url(../../../images/trow2.png) repeat-x;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fafafa;
}

.no_border {
	border: 0px;
}

.trow_shaded {
	background: #ffdde0;
	color: #FF0000;
	padding: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity: 0.5;
	font-style: italic;
}

.trow_shaded a {
	color: #FF0000;
}

.trow_selected td {
	background: #fdfdd7;
	color: #7b7011;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.trow_selected td a {
	color: #7b7011;
}

.trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: #0f2c59 url(../../../images/gradient_thead.png) repeat-x;
	color: #fff;
	padding: 6px;
	text-shadow: #000 2px 2px 2px;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #e0ecff;
	text-decoration: none;
}

.bottommenu {
	background: #efefef;
	color: #000000;
	border: 1px solid #4874a3;
	padding: 10px;
}

.head_left_off {
	padding: 66px 0px 0px 15px;
}

.head_left_on {
        padding: 29px 0px 0px 15px;
}

.logged_in, .logged_out {
	background: #656565;
	color: #e0ecff;
	vertical-align: bottom;
	padding: 5px 10px 5px 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	border: 1px solid #fff;
	border-bottom: 0px;
	
	font-size: 15px;
}

.logged_in table {
	color: #e0ecff;
}

.logged_in .menu_avatar {
	padding: 5px 5px 0px 5px;
  height: 50px;
  width: 50px;
}

.logged_in img.menu_avatar_avatar {
  max-height: 50px;
  max-width: 50px;
}

.logged_in .shade {
	text-shadow: 2px 2px 2px #08224a;
}

.logged_in a:link, .logged_out a:link {
	color: #FFF;
	text-decoration: none;
}

.logged_in a:visited, .logged_out a:visited {
	color: #FFF;
	text-decoration: none;
}

.logged_in a:hover, .logged_in a:active, .logged_out a:hover, .logged_out a:active {
	color: #FFF;
	text-decoration: none;
}

.logged_in .notification {
	background: #4084b4 url(../../../images/notification_bg.png) repeat-x;
	color: #FFF;
	padding: 2px 8px;
	margin: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: arial;
	font-size: 10px;
}

.logged_out a, .logged_out a.last {
	padding-right: 5px;
        font-size: 12px;
}

.logged_out a.first {
	padding-left: 5px;
}

.navigation {
	color: #000000;
	padding-bottom: 20px;
	
	font-size: 12px;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #000000;
	text-shadow: #bbb 2px 2px 2px;
	font-size: medium;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #fafdff;
	width: auto;
	color: #000000;
	border: 1px solid #438bb9;
	padding: 2px;
	margin: 0;
	
	font-size: 11px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	line-height: 1.4;
	
	font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
	font-size: 13px;
}

select {
	background: #fafdff;
	width: auto;
	color: #000000;
	border: 1px solid #438bb9;
	padding: 2px;
	margin-bottom: 2px;
	
	font-size: 11px;
}

.textbox:focus, select:focus {
	background: #f4fff1;
	color: #000;
	border: 1px solid #44cc17;
}

.button {
	background: #0f2c59 url(../../../images/buttons_bg.png) repeat-x;
	width: auto;
	color: #fff;
	border: 1px solid #154267;
	cursor: pointer;
	margin: 0;
	padding: 2px;
	text-shadow: 1px 1px 1px #000;
	
	font-size: 11px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #e8efff;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px;
	border: 1px solid #4e6cb4;
	line-height: 20px;
	white-space: nowrap;
}

.popup_menu a, .sel_popup_menu option {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-style: none;
	font-weight: normal;
}

.popup_menu a:link, .popup_menu a:visited {
	color: #000;
	text-decoration: none;
}

.popup_item:hover {
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #888;
}

.reputation_negative {
	color: red;
}

.pb_rep .reputation_positive {
	background: #75e072;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 6px;
	
	font-size: 11px;
}

.pb_rep .reputation_neutral {
	background: #444444;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 6px;
	
	font-size: 11px;
}

.pb_rep .reputation_negative {
	background: #d21515;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 6px;
	
	font-size: 11px;
}

.invalid_field {
	background: #fff1f4 url(../../../images/invalid.gif) no-repeat center right;
	width: auto;
	color: #f30;
	border: 1px solid #f30;
	padding: 2px;
	margin: 0;
	font-size: 11px;
}

.valid_field {
	background: #f4fff1 url(../../../images/valid.gif) no-repeat center right;
	width: auto;
	border: 1px solid #0c0;
	padding: 2px;
	margin: 0;
	font-size: 11px;
}

.validation_error {
	background: #d21515;
	width: auto;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 6px;
	font-size: 10px;
	font-weight: bold;
}

.validation_success {
	background: #75e072;
	width: auto;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 6px;
	
	font-size: 10px;
	font-weight: bold;
}

.validation_loading {
	background: #444444 url(../../../images/spinner.gif) no-repeat center left;
	width: auto;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 6px 2px 18px;
	font-size: 10px;
	font-weight: bold;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	width: auto;
	float: right;
	vertical-align: middle;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px 'Segoe UI', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_item_container {
}

.popup_item {
	background: #ffffff;
	color: #000;
	display: block;
	white-space: nowrap;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 15px;
	padding: 4px 15px 9px 10px;
	border-top: 1px solid #adc3f7;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	background: #fff2f4 url(../../../images/gradient_popup.gif) repeat-x;
	color: #ff0909;
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	color: #000;
	padding-top: 10px;
	margin-bottom: 5px;
	
	font-size: 11px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

.prefix_closed {
	background: #cfcfcf;
	color: #636363;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	font-size: 9px;
	font-weight: bold;
}

.prefix_poll {
	background: #80c293;
	color: #39784c;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	font-size: 9px;
	font-weight: bold;
}

.prefix_sticky {
	background: #c0c280;
	color: #767838;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	font-size: 9px;
	font-weight: bold;
}

.prefix_moderated {
	background: #000;
	color: #FFF;
	padding: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	font-size: 9px;
	font-weight: bold;
}

.moderation_note {
	color: #ff0000;
        font-style: italic;
}

.avatar_on {
        border: 2px solid #15A018;
}

.avatar_off {
        border: 1px solid #FF0000;
}

.pb_avatar_on {
	background: #ededed;
	width: 70%;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #15A018;
}

.pb_avatar_off {
	background: #ededed;
	width: 70%;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #FF0000;
}

.userdetails {
	background: #ededed;
	color: #202020;
	padding: 8px;
	width: 70%;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.userdetails div {
	border-left: 5px solid #202020;
	height: 90%;
	padding-left: 5px;
}

.postbg {
	background: #fff;
	padding: 8px;
}

.pb_message {
	background: #dddddd;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-radius: 5px;
	-webkit-border-radius-bottomright: 0px;
	padding: 6px;
}

.pb_rep {
	background: #dddddd;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	padding: 4px 20px;
	float: right;
}

.pb_subject {
	background: #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
}

.pb_message_bit {
	background: #ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 8px;
}

.post_controls {
	padding-top: 12px;
        font-size: 11px;
}

.post_button {
	background: #aaaaaa url(../../../images/gradient_postbutton.gif) repeat-x;
	color: #FFF;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-weight: bold;
}

.post_button a {
	color: #FFF;
}

.post_controls img {
	vertical-align: middle;
}

.post_button_mq {
	background: #aaaaaa;
	color: #FFF;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold
}

.post_button_mq a {
	color: #FFF;
}

.post_button_mq_on {
	background: #a70000;
	color: #FFF;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold
}

.post_button_mq_on a {
	color: #FFF;
}

.pointer {
	cursor: pointer;
}

.thread_button {
	background: #eef0ed url(../../../images/gradient_threadbutton.gif) repeat-x;
	border: 1px solid #caccc9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 20px 2px 20px;
	height: 20px;
	font-weight: bold;
}

.thread_button:hover, .thread_button.closed {
	background: #fbeaea url(../../../images/gradient_threadbutton_hover.gif) repeat-x;
	border: 1px solid #caccc9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 20px 2px 20px;
	height: 20px;
	font-weight: bold;
}

.thread_button a:link,.thread_button a:active {
	color: #000100;
	text-shadow: none;
	
	text-decoration: none;
	font-size: 12px;
	font-style: none;
	font-weight: normal;
}

.none_message {
  background: #e7e8ff;
  border: 1px solid #434aee;
  padding: 8px;
  color: #434aee;
}

.shaded_heading {

	text-shadow: 2px 2px 2px #bbb;	
	font-size: 16px;
	font-weight: bold;
}

.shade {
	text-shadow: 2px 2px 2px #bbb;
}

.navtop {
	width: 100%;
	color: #ffffff;
	font-family: "Segoe UI", "Trebuchet MS", Verdana, sans-serif;
}

.navlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navlist li {
	list-style: none;
	margin: 0px;
        float: left;
}

.navlist a, .navlist a:visited {
	color: #ffffff;
	float: left;
	padding: 6px 15px;
	text-decoration: none;
}

.navtop span {
	color: #fff;
	padding: 6px 15px;
	float: right;
	font-size: 11px;
}

.navlist a:hover, .navlist a:active {
	background: #3287ab url(../../../images/menu_bg_hover.gif) repeat-x;
	color: #ffffff;
	text-decoration: none;
}

.navlist a.active {
	background: #31ab55 url(../../../images/menu_bg_active.gif) repeat-x;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.vtop {
	vertical-align:top;
}

.vmiddle {
	vertical-align:middle;
}

.vbottom {
	vertical-align:bottom;
}

.stats_text {
	padding-right: 10px;
        padding-bottom: 3px;
}

.normal {
	font-weight: normal;
        font-style: none;
        text-shadow: 0px;
}

.alerta {
    background: #FFF6BF;
    border-top: 2px solid #FFD324;
    border-bottom: 2px solid #FFD324;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}

.noticia {
    background: #ADCBE7;
    border-top: 2px solid #0F5C8E;
    border-bottom: 2px solid #0F5C8E;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}

.analise {
    background: #D6ECA6;
    border-top: 2px solid #8DC93E;
    border-bottom: 2px solid #8DC93E;
    text-align: center;
    margin: 10px auto;
    padding: 5px 20px;
}

.at {
    background: #026CB1 url(../../../images/thead_bg.gif) top left repeat-x;
    color: #ffffff;
}

#cat_1000{
display: none;
}

#cat_87{
display: none;
}

#cat_9{
display: none;
}

#cat_11{
display: none;
}