/* Outros estilos importados */
@import url("default.css");

/* Cabeçalho das paginas */

.pageHeadContainer {
	width: 100%;
	height: 47px;
	border-style: ridge;
	border-width: 0.7px;
	border-color: #c3c9d6;
	color: #FFF;
	background-color:#044fa1;
	background-repeat: repeat-x;
}
.pageHeadIconContainer {
	background-image: url(../images/icon_base.gif);
	background-repeat: no-repeat;
	background-position: 4px 0;
	width: 50px;
	padding-left:12px;
	height:47px;
}
.pageHeadTextContainer{
	color:#FFFFFF;
	padding-left: 10px;
	font-family:Arial, sans-serif;
	font-size:20px;
	font-weight:bolder;
	vertical-align: middle;
	width: auto;
}

/*****************
 Estilos antigos
******************/

.error_message {
	font-family:helvetica, arial;
	font-size:12px;
	color:red;
}

.header_bg_dark {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#3A3A3A;
	background-color:#339999;
}

.header_bg {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#3A3A3A;
	background-color:#c3c9d6;
}


.header_text {
	font-family:arial;
	font-size:12px;
	color:#3A3A3A;
	background-color:#c3c9d6;
}


.header_menu_option_out {
	text-decoration:none;
}

.header_menu_option_over {
	text-decoration: none;
}

.footer {
	background-color:#fde01b;
	font-size:9px;
	font-family:helvetica, arial;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	height:14px;
}

.header_table {
	background-color:#8d9ab4;
	height:38px;
	border:1px solid #8d9ab4;
}

.header_logotipos_left {
	font-size:8px;
	font-family:helvetica, arial;
	text-align:left;
	background-color:#044fa1;
}

.header_logotipos_center {
	background-color:#044fa1;
	background-repeat: repeat-y;
	height:28px;
	text-align:right;
}

.header_logotipos_right {
	font-size:8px;
	font-family:helvetica, arial;
	text-align:right;
	background-color:#044fa1;
}

.header_table_funcoes {
	border:1px solid #999999;
	height:18px;
	background-color:white;
}

.header_funcoes {
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-image: url('../images/footer_background.gif');
	background-repeat: repeat-x;
	font-size:12px;
	font-family:Arial, sans-serif;
}

.header_funcoes_news {
	font-size:9px;
	font-family:Arial, sans-serif;
	border:1px solid #CCCCCC;
	background-color:#EFEFEF;
	width:95%;
}

.header_funcoes_text {
	font-size:9px;
	font-family:Arial, sans-serif;
}

.TableExternalLine {
	border: 1px solid #CCCCCC;
}

.BodyHeader {
	border: 1px solid #339999;
	height:48px;
	background-color: #044fa1;
	background-repeat: repeat-x;
}

.IconBase {
	background-image: url(../images/icon_base.gif);
	background-repeat: no-repeat;
	width:47px;
	padding-left:7px;
	padding-top:5px;
}

.Icon32 {
	height:28px;
	width:28px;
}

.Icon16 {
	height:16px;
	width:16px;
}

.ButtonBase {
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	width:70px;
	height:24px;
	border: 1px outset #dcdcdc;
	border-radius: 5px;
	cursor:pointer;
}

.SelectedTabBackground {
	background-image: url(../images/tab_base.gif);
	background-repeat: repeat-x;
	border-top: 1px outset #EEEEEE;
	border-left: 2px outset #EEEEEE;
	border-top-left-radius: 4px;
	border-right: 2px outset #EEEEEE;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}

.TabLink {
	text-decoration:none;
	color:black;
	font-family:arial;
	font-size:13px;
}

.TabBackground {
	background-image: url(../images/disabled_tab_base.gif);
	background-repeat: repeat-x;
	border: 1px outset #DDDDDD;
	border-top-left-radius: 4px;
	font-family:arial;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}

.TabBackgroundBlank {
	border-bottom: 1px outset #DDDDDD;
}

.ButtonBackground {
	background-image: url(../images/button_base.gif);
	background-repeat: repeat-x;
	border: 1px outset #DDDDDD;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
}

.DisabledButtonBackground {
	background-image: url(../images/disabled_button_base.gif);
	background-repeat: repeat-x;
	border: 1px outset #DDDDDD;
	font-family:arial;
	font-weight:bold;
	font-size:11px;
}

.ButtonText {
	font-family: verdana;
	font-size:11px;
	color:#1C94C4;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
}

.BodyHeaderText {
	font-family: Arial, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bolder;
}

.BodyTable {
	width:100%;
	border: 1px solid #CCCCCC;
}

.BodyTableHeader {
	background-repeat: repeat-x;
	background-color:#F1EFB9;
	width:100%;
	height:18px;
	border: 1px solid #c3c9d6;

	font-family: Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	white-space: nowrap;
}

.BodyTableHeader2 {
	background-image: url(../images/body_table_header.gif);
	background-repeat: repeat-x;
	height:18px;
	border: 1px solid #c3c9d6;
    cursor: pointer;
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	white-space: nowrap;
}

.BodyTableHeaderGrey {
	background-color: #CCCCCC;
	height:18px;
	border: 1px solid #c3c9d6;
    cursor: pointer;
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	white-space: nowrap;
}

.BodyTableHeaderLightGrey {
	background-color: #EEEEEE;
	height:18px;
	border: 1px solid #c3c9d6;
    cursor: pointer;
	font-family: Arial, sans-serif;
	background-image: url('../images/footer_background.gif');
	background-repeat: repeat-x;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	white-space: nowrap;
}

.BodyTableColumn {
	height:18px;
	border: 1px solid #c3c9d6;
	background-color: #e8e9ef;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:left;
}

.BodyTableColumnSortDesc {
	height:18px;
	border: 1px solid #c3c9d6;
	background-color:#e8e9ef;
	font-family: Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	/*spacing:1px;*/
	text-align:left;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	cursor:pointer;
}

.BodyTableColumnSortDesc a {
	background-position: right;
	background-repeat:no-repeat;
	display: block;
	background-image: url(../images/arrow_down.png);
}

.BodyTableColumnSortDesc img {
	background-position: right;
	background-repeat:no-repeat;
	display: block;
	background-image: url(../images/arrow_down.png);
}

.BodyTableColumnSortAsc {
	height:18px;
	border: 1px solid #c3c9d6;
	background-color:#e8e9ef;
	font-family: Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	/*spacing:1px;*/
	text-align:left;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	cursor:pointer;
}

.BodyTableColumnSortAsc a {
	background-position: right;
	display: block;
	background-repeat:no-repeat;
	background-image:  url(../images/arrow_up.png);
	text-decoration:none;
}

.BodyTableColumnSortAsc img {
	background-position: right;
	display: block;
	background-repeat:no-repeat;
	background-image:  url(../images/arrow_up.png);
	text-decoration:none;
}

.BodyTableColumnSort {
	height:18px;
	border: 1px solid #c3c9d6;
	background-color:#e8e9ef;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	/*spacing:1px;*/
	text-align:left;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	cursor:pointer;
}

.BodyTableColumnSort a {
	background-position: right;
	display: block;
	background-repeat:no-repeat;
	background-image: url(../images/arrow_off.png);
}

.BodyTableRow {
	height:18px;
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:left;
	border:1px solid #EEEEEE;
	cursor: pointer;
}

.BodyTableRowDark {
	height:18px;
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:left;
	border:1px solid #EEEEEE;
	background-color:#ebecf0;
}

.RelatedItems {
	font-family: Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
}


.BodyTableRowLight {
	height:18px;
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:left;
	border:1px solid #CCCCCC;
	background-color:#EFEFEF;
}

.BodyTableColumnField {
	border: 1px solid #c3c9d6;
	background-color:#e8e9ef;
	font-family: Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	/*spacing:1px;*/
	text-align:left;
}

.BodyTableRowOver {
	height:18px;
	border: 1px solid #c3c9d6;
	background-color:#ebecf0;
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:left;
	cursor: pointer;
}

.BodyTableText {
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:left;
}


.BodyTableTextDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #EEEEEE;
	clear: none;
	float: none;
	height: 20px;
}

.TreeMainMenuBack {
	border: 1px none #FFFFFF;
	height: 30px;
	cursor: pointer;
}

.TreeMainMenu {
	font-family: arial;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
	height: 30px;
}


.TreeNode {
	background-color: #e0e6ef;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	height: 20px;
}

.TreeMainMenu {
	background-color: #295ca9;
	border: 1px none #555555;
	width: 100%;
	font-family: tahoma, arial;
	font-size: 12px;
	font-weight:bold;
	color: #555555;

	color: #FFFFFF;
	height: 30px;
}

.TreeNodeText {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.TreeNodeTextOver {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #e8e9ef;
}

.TreeNodeOverText {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.td-cont1 {


	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #c3c9d6;
	border-radius: 4px;
	color: #6E6E6E;
	background-color: #E6ECEB;
	clear: none;
	float: none;
	padding:5px;
	height: 20px;
}
.td-tit2 {

	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #6E6E6E;
	background-color: #c3c9d6;
	text-align: left;
	text-indent: 5px;
	clear: none;
	float: none;
	height: 20px;
	vertical-align: middle;
}

.td-cont1-clean {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6E6E6E;
	background-color: #E6ECEB;
	clear: none;
	float: none;
	height: 18px;
}
.td-tit2-clean {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6E6E6E;
	background-color: #c3c9d6;
	text-align: left;
	text-indent: 5px;
	clear: none;
	float: none;
	height: 18px;
	vertical-align: middle;
}



.combo-box {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#3A3A3A;
}

.LinkNormal {
text-decoration:underline;
cursor:pointer;
}

.LinkNone {
text-decoration:none;
}


.ItemActionBase {
	background-color:#FFFFFF;
	cursor:pointer;
}

.ItemActionBaseOver {
	background-color:#DDDDDD;
	cursor:pointer;
}

.ItemActionText {
	font-family: arial;
	font-size:10px;
	color:#000000;
	text-align:center;
	text-decoration:none;
}

.AverageTableColumn {
	height:18px;
	border: 1px solid #c3c9d6;
	background-color:#e8e9ef;
	font-family: verdana, arial;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	/*spacing:1px;*/
}

.AboveAverageTableColumn {
	height:18px;
	border: 1px solid #c3c9d6;
	background-color:#FFCCCC;
	font-family: verdana, arial;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	/*spacing:1px;*/
}

.autoSizeTextarea {
	border: 1px solid #DDDDDD;
	background-color:#FFFFFF;
	font-size:12px;
	color:#000;
	overflow:hidden;
	word-wrap:break-word;
}

.MenuOver {
	color:#FFFFFF;
	background-color: navy;
	font-size:10px;
	font-family:arial;
	cursor:pointer;
	word-wrap:none;
	text-decoration:none;
}

.DisabledMenuOver {
	color:gray;
	background-color: navy;
	font-size:10px;
	font-family:arial;
	cursor:pointer;
	word-wrap:none;
	text-decoration:none;
}


.MenuOut {
	color:black;
	background-color: #DDDDDD;
	font-size:10px;
	font-family:arial;
	cursor:pointer;
	word-wrap:none;
	text-decoration:none;
}

.DisabledMenuOut {
	color:gray;
	background-color: #DDDDDD;
	font-size:10px;
	font-family:arial;
	cursor:pointer;
	word-wrap:none;
	text-decoration:none;
}

.aMenu {
	text-decoration:none;
}

.remoteScript {
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}

.ContainerTreeNode {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	height: 20px;
}

.ContainerTreeNodeOver {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	height: 20px;
	background-color:#ebecf0;
}

.visitor-folder-link {
	color: #000000;
}
