.horizontal-list {
	margin: 0px;
	padding: 0px;
}
.horizontal-list li {
	float:left;
	line-height: 200%;
	list-style-type:none;
	padding-right: 15px;
	margin-bottom:10px !important;
}

.tableFileUpoload .yellow_button {
	margin-top: 12px;
}

.buttonOk {
	
}

.buttonEscape {
	
}

.tamMaxDoc {
	color: #A4A4A4 !important;
	font-weight: bold;
}

.FreclTableViewR1C1 {
	width: 200px;
	background: #DEDEDE;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	border: 1px solid #cbcbcb;
}

.FreclTableViewR1C2 {
	vertical-align: middle;
	background: #DEDEDE;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #cbcbcb;
}

.FreclTableViewR2C1 {
	width: 200px;
	background: #ffffff;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	border: 1px solid #cbcbcb;
}

.FreclTableViewR2C2 {
	vertical-align: middle;
	background: #ffffff;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #cbcbcb;
}

.FreclTableViewColumn2WithContent {
	vertical-align: middle;
	text-align: left;
	border: 1px solid #cbcbcb;
	padding: 0px 0px 0px 0px;
}

.FreclInsideTableViewRow1 {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #cbcbcb;
	background: #dbdbdb;
}

.FreclInsideTableViewRow2 {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #cbcbcb;
	background: #ffffff;
}

.buttonLikeLink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 0;
	background: none;
	text-decoration: underline;
	color: #CC3300;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
}

.transparentDiv {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: .3;
	background: url("../../imgs/overlay.png") repeat scroll 0 0 transparent;
	background-color: #000000;
	border: 1px solid #cecece;
}

.editDiv {
	position: absolute;
	width: 780px;
	background: #ffffff;
	border: 2px solid #cccccc;
	z-index: 4;
	padding: 12px;
	font-size: 11px;
	left: 50%;
	margin-left: -400px;
	margin-top: -700px;
	box-shadow: 4px 6px 5px #737373;
}

.sucessoDiv {
	color: #000000;
	position: absolute;
	width: auto;
	background: #ffffff;
	border: 2px solid #cccccc;
	z-index: 4;
	padding: 12px;
	font-size: 11px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
	box-shadow: 4px 6px 5px #737373;
}

.warningsDiv {
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana;
	color: #000000;
	position: fixed;
	width: auto;
	background: #ffffff;
	border: 5px solid #666666;
	z-index: 4;
	padding: 12px;
	left: 50%;
	width: 500px;
	margin-left: -275px;
	text-align: center;
	top: 50%;
	margin-top: -70px;
	box-shadow: 4px 6px 5px #737373;
}

.warningsDiv input {
	font-size: 14px;
}

.sucessoDiv2 {
	position: absolute;
	width: auto;
	background: #ffffff;
	border: 5px solid #8E8E8E;
	z-index: 3;
	padding: 12px;
	font-size: 13px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
}

.cantosArredondados {
	border-radius: 7px 7px 0px 0px;
	box-shadow: 1px 0px 2px #737373;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	height: 25px;
	background-color: #e3b000;
	font-size: 13px;
	float: left;
	clear: both;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}

.listBoxStyle {
	float: left;
	width: 250px;
	height: 110px;
	overflow-y: scroll;
	border: 1px solid #C0C0C0;
	background: #ffffff;
	clear: both;
	font-size: 13px;
	font-family: Verdana;
}

.listBoxLinesStyle {
	border-bottom-color: #C0C0C0;
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.normalWeight span {
	font-weight: normal !important;
}

.notes .normalWeight {
	font-weight: normal !important;
}

.bold {
	font-weight: bold;
}

/*********************************BODY*********************************/

.headerWrapper {
	background-color: #CCCCCC;
	color: black;
	font-family: Verdana;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	width: auto;
	padding-left:15px;
	height:35px;
	line-height:35px;
}

.headerAll span{
	width:5%;
	text-align:center;
}
.headerAll h1 {
	width:93%;
	margin:0;
	border-left:5px solid #fff;
	padding-left:15px;
}

.headerAll span, .headerAll h1 {
	float: left;
	background:#CCCCCC;
	color: black;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	line-height:35px;
}

/*
.headerWrapper {
	background-color: #CCCCCC;
	color: black;
	font-family: Verdana;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	width: auto;
	padding: 9px 0px 10px 13px;
	border-top-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-bottom-style: none;
}

.headerAll table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}

.headerAll table tbody,tr {
	margin: 0px;
	padding: 0px;
}

.headerAll table td.tdleft {
	width: 6%;
	padding: 9px 0px 10px 13px;
}

.headerAll table td.tdright {
	width: 94%;
	padding: 9px 0px 10px 13px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

.headerAll table td.tdright span,.headerAll table td.tdleft span {
	color: black;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

div.headerAll {
	background-color: #CCCCCC;
	color: black;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	border-top-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;
	border-bottom-style: none;
}

div.headerAll div.tableheader1 {
	float: left;
	padding: 9px 0px 10px 13px;
	margin-right: 5px;
}

div.headerAll div.tableheader2 {
	float: left;
	padding: 9px 0px 10px 9px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
*/
.headerSpacer {
	width: 4px;
	padding-top: 9px;
	padding-bottom: 10px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 5px;
	padding-right: 5px;
	
}

form#balcaoVirtual {
	color: #666;
}

form#balcaoVirtual input.number_default {
	color: #666;
	border: 1px solid;
	margin-bottom: 8px;
	margin-top: 4px;
	text-align: right;
}

form#balcaoVirtual table input.number_default {
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: middle;
}

form#balcaoVirtual input.number_user {
	color: #000;
	border: 1px solid;
	margin-bottom: 8px;
	margin-top: 4px;
	text-align: right;
}

form#balcaoVirtual table input.number_user {
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: middle;
}

form#balcaoVirtual input.text_default,form#balcaoVirtual textarea.text_default,form#balcaoVirtual select.text_default
	{
	color: #666;
	border: 1px solid;
	margin-bottom: 8px;
	margin-top: 4px;
	
}

form#balcaoVirtual select.combo_text_default {
	color: #000000;
	border: 1px solid;
	margin-bottom: 8px;
	margin-top: 4px;
}

form#balcaoVirtual table input.text_default,form#balcaoVirtual table textarea.text_default,form#balcaoVirtual table select.text_default
	{
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: middle;
}

form#balcaoVirtual table select.combo_text_default {
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: middle;
}

form#balcaoVirtual input.text_user,form#balcaoVirtual textarea.text_user,form#balcaoVirtual select.text_user
	{
	color: #000;
	border: 1px solid;
	margin-bottom: 8px;
	margin-top: 4px;
}

form#balcaoVirtual table input.text_user,form#balcaoVirtual table textarea.text_user,form#balcaoVirtual table select.text_user
	{
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: middle;
}

form#balcaoVirtual fieldset {
	margin-bottom: 25px;
	padding: 8px;
	color: #000;
	clear: both;
	background-color: #f2f2f2;
	border: 1px solid #999999;
}

form#balcaoVirtual .hassubfields {
	background: #ffffff;
}

form#balcaoVirtual fieldset fieldset {
	margin-bottom: 20px;
	padding: 6px;
	color: #000000;
	border: 1px solid #999999;
	background-color: #f2f2f2;
}

form#balcaoVirtual fieldset legend {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

form#balcaoVirtual fieldset fieldset legend {
	text-transform: none;
}

form#balcaoVirtual fieldset li {
	list-style: none;
	color: #000000;
	margin-top: 10px;
}

form#balcaoVirtual fieldset ul {
	margin: 0;
	padding: 0 0 0 0;
}

form#balcaoVirtual fieldset .inputline ul {
	margin: 0;
	margin-top: -14px;
	margin-left: -7px;
	padding: 0 0 0 0;
}

/*********************************DIVS E FORMULÁRIOS*********************************/
form#balcaoVirtual #formbox #body fieldset .fieldWrapper {
	float: left;
	vertical-align: top;
	padding-top: 8px;
	padding-left: 4px;
	padding-bottom: 4px;
}

form#balcaoVirtual #formbox #body fieldset fieldset .fieldWrapper {
	float: left;
	vertical-align: top;
	padding-top: 7px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#formbox #body .submitSuccess {
	background-color: #FFFF99;
	border: 1px solid #FFCC00;
	padding: 4px;
}

#formbox #body .submitSuccess p {
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.fieldWrapper .freqDetails td {
	height: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 4px;
	margin: 0px;
}

.freqDetails .inputRow .fieldEnt select {
	height: 20px;
	border: 1px solid;
}

.inputRow {
	clear: both;
	display: table;
	margin-bottom: 2px;
	/*text-align: justify;*/
	color: #000;
}

label.normalLabel {
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 4px;
	color: #000000;
}

label.boldLabel {
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 4px;
	color: #000000;
}

.fieldWrapper .labelText {
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: 12px;
}

.fieldWrapper .labelFile {
	font-weight: bold;
	margin-bottom: 6px;
}

.helpWrapper {
	float: right;
	width: 330px;
	vertical-align: top;
}

.helpWrapper a.helpLink,a.helpLink:link,a.helpLink:visited,a.helpLink:hover
	{
	text-align: left;
	border: none;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
	display: table-cell;
}

.helpWrapper .anchorWrapper {
	float: left;
}

.helpWrapper .textWrapper {
	width: 260px;
	float: right;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 11px;
	/*text-align: justify;*/
	margin-left: 40px;
}

.helpWrapper .textWrapper .text_box {
	padding-left: 16px;
	border-left: solid 1px #999999;
}

.helpWrapper .textWrapper .helpTitle {
	margin-bottom: 10px;
	text-align: right;
	color: #CC0000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.helpWrapper .textWrapper .closeHelp {
	text-align: right;
	padding-left: 200px;
	margin-bottom: 10px;
}

.helpWrapper .textWrapper .closeHelp a.helpLinkClose,a.helpLinkClose:link,a.helpLinkClose:visited,a.helpLinkClose:hover
	{
	width: 40px;
	border: none;
	color: #CC0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

/********************************* SPAN *********************************/
.legends {
	color: #cc0000;
	font-weight: normal;
	font-size: 14px;
}

.mandatory {
	color: #cc0000;
	font-weight: normal !important;
	font-size: 12px;
	text-transform: none;
}

.notes span {
	font-weight: bold;
}

.fileName {
	text-decoration: underline;
	font-weight: normal;
}

/********************************* EXTRAS *********************************/
#formbox #body .time_disclaimer {
	width: 405px;
	height: 36px;
	margin-bottom: 12px;
	background-color: #ffffff;
	border: 1px solid #999999;
	float: left;
	border-radius: 5px;
	line-height: 38px;
}

#formbox #body .time_disclaimer img {
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}

#formbox #body .time_disclaimer p {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}

#formbox #body .disclaimer {
	height: 36px;
	width: 235px;
	margin: 0px 20px 12px 0px;
	background-image: url('../../imgs/bgDisclaimer.jpg');
	background-repeat: repeat-x;
	border: 1px solid #999999;
	float: left;
	border-radius: 5px;
	/*cursor: pointer;*/
}

#formbox #body .disclaimer img {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#formbox #body .disclaimer p {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	line-height: 38px;
}

#formbox #body .warning {
	width: 500px;
	clear: both;
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: #FFFF99;
	border: 1px solid #FFCC00;
	
}

#formbox #body .warningHeader {
	width: 500px;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #FFFF99;
	border: 1px solid #FFCC00;
}

#formbox #body .warningHeader h3 {
	padding-left: 5px;
	margin-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	color: #000000;
}

#formbox #body .warningHeader ul {
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
	color: black;
}

#formbox #body .warningHeader ul li {
	margin-bottom: 4px;
}

#formbox #body .warningHeader ul li a:visited,#formbox #body .warningHeader ul li a:hover,#formbox #body .warningHeader ul li a:link
	{
	color: #000000;
}

#formbox #body .notes {
	clear: both;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-right: 2px;
	margin-top: 10px;
	background-color: #ffffff;
	border: 1px solid #cc0000;
}

#formbox #body .notes div {
	margin-bottom: 4px;
}

#formbox #body .notes p {
	color: #000000;
	font-size: 12px;
}

#formbox #body .aditionalNotes {
	width: 500px;
	clear: both;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 6px;
}

#formbox #body .disclaimer a, #formbox #body .disclaimer a:hover, #formbox #body .disclaimer a:visited, #formbox #body .disclaimer a:link {
	color: #000000 !important;
	text-decoration: none !important;
	background: none !important;
}

#formbox #body .certificate {
	width: 276px;
	margin-top: 25px;
	margin-left: 25px;
	background-color: #99cc00;
	border: 1px solid #006633;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#formbox #body .certificate ul {
	margin: 0px;
	padding: 0px;
}

#formbox #body .certificate ul li {
	margin-bottom: 6px;
}

#w3c {
	margin-top: 20px;
	margin-right: 30px;
}

/********************************* FOOTER *********************************/
#body #footer_balcaoVirtual {
	margin-left: 15px;
	margin-top: 0px;
	color: #000;
}

#body #footer_balcaoVirtual h3 {
	color: #cc0000;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 30px;
}

#body #footer_balcaoVirtual ul {
	padding: 0;
	font-size: 11px;
	margin-bottom: 1px;
	margin-left: -8px;
}

#body #footer_balcaoVirtual ul li {
	list-style: none;
}

/********************************* BUTTONS *********************************/
form#balcaoVirtual input.savebutton {
	width: 115px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: right;
	color: #666666;
	background-color: #FFFFFF;
	border-style: none;
	cursor: pointer;
	display: inline;
}

/********** novos botões **************/
.yellow_button {
	background-image: url(../../imgs/bt_amarelo.jpg);
	background-repeat: repeat-x;
	color: #000000;
	height: 25px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 8px;
	border: 1px solid #d1ac00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

.orange_button {
	background-image: url(../../imgs/bt_laranja.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	height: 25px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #c94e22;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

.bt_action {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #CC3300;
	float: left;
	line-height: 25px;
	margin-left: 20px;
}

.bt_tools {
	line-height: 25px;
	float: left;
	cursor: pointer;
}

#down {
	width: 150px;
	float: right;
}

.manipulaTexto {
	float: left;
}

/********************************* SHORTCUT KEYS *********************************/
#formbox #body .infoKeys {
	font-size: 12px;
	color: #cc0000;
	margin: 0px 0px 12px 0px;
}

#formbox #body #shortcutKeys a {
	font-size: 12px;
	color: #cc0000;
	margin: 10px 0px 0px 13px;
}

#formbox p {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 200%;
}

#formbox #body .inputline {
	clear: both;
	display: table;
	margin-top: 14px;
	margin-bottom: 5px;
	margin-left: 2px;
	/*text-align: justify;*/
	width: 100%;
	color: #000;
}

#formbox #body .inputlineCheck {
	clear: both;
	display: table;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -18px;
	/*text-align: justify;*/
	width: 100%;
	color: #000000;
	font-size: 12px;
}

/********************************* LINKS *********************************/
#top,#topBack,#topBackHeader,#topBackFooter,#back,#down {
	text-align: right;
}

#formbox #body #top  li {
	list-style: none;
	padding-bottom: 0px;
	margin-bottom: 18px;
}

#body #topBack a {
	background: url(../../imgs/go_back.png) no-repeat left;
	background-position: 2px;
	padding-left: 20px;
	padding-bottom: 4px;
	height: 14px;
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

#body #topBack li {
	list-style: none;
	margin-top: -24px;
}

#body #topBackHeader a {
	background-position: 2px;
	padding-left: 20px;
	padding-bottom: 4px;
	height: 14px;
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

#body #topBackHeader li {
	list-style: none;
	margin-top: -24px;
}

#body #topBackFooter a {
	background-position: 2px;
	padding-left: 20px;
	padding-bottom: 4px;
	height: 14px;
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

#body #topBackFooter li {
	list-style: none;
	margin-top: -24px;
}

#body #back a {
	background: url(../../imgs/go_back.png) no-repeat left;
	background-position: 2px;
	padding-left: 20px;
	padding-bottom: 4px;
	height: 14px;
	color: #666666;
	font-size: 10px;
	text-decoration: underline;
}

#body #back li {
	list-style: none;
	margin-bottom: -25px;
}

#body #down {
	margin-top: 8px;
}

#body #down a {
	background: url(../../imgs/go_to_bottom.png) no-repeat center left;
	padding-left: 10px;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

#body #bottomSearch a {
	background: url(../../imgs/go_to_bottom.png) no-repeat center left;
	padding-left: 10px;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

#body #bottomSearch li {
	list-style: none;
	margin-top: -25px;
}

#body #top {
	clear: both;
	margin-bottom: 8px;
}

#body #top a {
	background: url(../../imgs/go_to_top.png) no-repeat center left;
	padding-left: 10px;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

#formbox #body #top  li {
	list-style: none;
	padding-bottom: 0px;
	margin-bottom: 18px;
}

#top li,#back  li {
	list-style: none;
	padding-bottom: 0px;
	margin-bottom: 18px;
}

#body #footer_balcaoVirtual ul li a:active {
	color: #000000;
}

#body #footer_balcaoVirtual ul li a:link {
	color: #000000;
}

#body #footer_balcaoVirtual ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
}

#body #footer_balcaoVirtual ul li a:visited {
	color: #009933;
}

.certificate a:hover {
	background-color: #000000;
	color: #99CC00;
}

.certificate a:visited {
	color: #333333;
}

/********************************* MENU *********************************/
.supportText {
	width: 700px;
	float: right;
	border-left: 1px solid #999999;
	/*text-align: justify;*/
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#main_wrapper #contents_wrapper #menu_balcao_virtual {
	width: 198px;
	float: left;
}

#menu_balcao_virtual ul {
	width: auto;
	padding: 0px;
	margin: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

#menu_balcao_virtual ul li {
	list-style: none;
	margin-bottom: 0px;
}

/* TOP CATEGORIES - CLOSED STATE */
#menu_balcao_virtual ul li a.top_cat {
	display: block;
	background-color: #666;
	border-left: #666 6px solid;
	border-right: #666 6px solid;
	list-style: none;
	color: #FFF;
	padding: 10px 0;
	height: 1%;
	margin: 9px 0 0 0;
	text-align: center;
}

#menu_balcao_virtual ul li a:visited .top_cat {
	background-color: #666;
	border-left: #666 6px solid;
	border-right: #666 6px solid;
	text-align: center;
}

#menu_balcao_virtual ul li a:hover .top_cat {
	background-color: #cc0000;
	border-left: #cc0000 6px solid;
	border-right: #cc0000 6px solid;
	text-align: center;
}

#menu_balcao_virtual ul li a:active .top_cat {
	background-color: #cc0000;
	border-left: #cc0000 6px solid;
	border-right: #cc0000 6px solid;
	text-align: center;
	text-decoration: none;
}

/* TOP CATEGORIES - OPEN STATE */
#menu_balcao_virtual ul li a.cat_open {
	height: 1%;
	display: block;
	background-color: #666666;
	list-style: none;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	margin: 9px 0 0 0;
}

#menu_balcao_virtual ul li a:hover .cat_open,#menu_balcao_virtual ul li a:active
	.cat_open {
	background-color: #CC0000;
}

/* SUB CATEGORIES */
#menu_balcao_virtual ul li a.sub_cat {
	display: block;
	background-color: #CCCCCC;
	border-left: #CCC 8px solid;
	border-right: #CCC 8px solid;
	list-style: none;
	color: #333333;
	padding: 10px 0;
	border-bottom: 1px #999 solid;
	height: 1%;
	font-weight: bold;
}

#menu_balcao_virtual ul li a:visited .sub_cat {
	color: #660000;
}

#menu_balcao_virtual ul li a:hover .sub_cat {
	text-decoration: underline;
	color: #cc0000;
}

#menu_balcao_virtual ul li a:active .sub_cat {
	text-decoration: none;
	color: #cc0000;
}

/* SUB CATEGORIES - OPEN STATE */
#menu_balcao_virtual ul li a.sub_cat_open {
	display: block;
	background-color: #CCC;
	border-left: #CCC 8px solid;
	border-right: #CCC 8px solid;
	list-style: none;
	color: #cc0000;
	padding: 10px 0;
	border-bottom: 1px #999 solid;
	height: 1%;
	text-decoration: none;
}

#menu_balcao_virtual ul li a:visited .sub_cat_open {
	text-decoration: none;
	color: #cc0000;
}

#menu_balcao_virtual ul li a:hover .sub_cat_open {
	text-decoration: underline;
	color: #cc0000;
}

#menu_balcao_virtual ul li a:active .sub_cat_open {
	text-decoration: none;
	color: #cc0000;
}

/* SUB SUB CATEGORIES */
#menu_balcao_virtual ul li a.content {
	display: block;
	background-color: #e4e4e4;
	list-style: none;
	color: #333333;
	padding: 10px;
	border-bottom: 1px #999 solid;
	height: 1%;
	font-weight: normal;
}

#menu_balcao_virtual ul li a:visited .content {
	color: #660000;
}

#menu_balcao_virtual ul li a:hover .content {
	color: #cc0000;
}

#menu_balcao_virtual ul li a:active .content {
	color: #cc0000;
	text-decoration: none;
}

/********************************* LOGIN *********************************/
.login_form {
	width: 663px;
	float: right;
	border-left: 1px solid #999999;
	/*text-align: justify;*/
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.login_form div {
	text-align: right;
	margin-bottom: 10px;
	padding-right: 238px;
	color: #000000;
}

.login_form .infoCheck {
	text-align: center;
	margin-bottom: 10px;
	padding: 0px;
}

/********************************* ARMIS *********************************/
#input img {
	float: left;
	margin-top: 15px;
}

#input .submitLinkIndice {
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 15px;
}

.textStepGuide {
	color: black;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	float: left;
	margin-top: 20px;
}

.headerPrint {
	color: RED;
	font-family: Verdana;
	clear: both;
	font-size: 13px;
	padding: 20px 5px 20px 13px;
	font-weight: bold;
	width: auto;
	border-bottom-style: none;
}

.warningSubmit {
	padding: 5px;
	margin-bottom: 10px;
	color: black;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	font-weight: bold;
}

.warningRed,.warningRedATM {
	padding: 5px;
	margin-bottom: 10px;
	color: black;
	background-color: #FFECE8;
	border: 1px solid #CC3300;
	font-weight: normal;
}

.warningRed {
	line-height: 200%;
}

.warningRedATM ul {
	
}

.warningRedATM .forte {
	color: black;
	font-weight: bold;
}

.warningRed span,.warningRedATM span {
	color: #CC3300;
	font-weight: bold;
}

.submitHelpForm {
	width: 480px;
	background-color: #F8BB6C;
	color: black;
	padding: 5px 5px 5px 5px;
	float: left;
}

.submitHelpForm a,.submitHelpForm a:visited,.submitHelpForm a:hover,.submitHelpForm a:link
	{ 
	font-weight: bold;
	text-decoration: underline;
}

.submitButtons {
	margin-top: 5px;
	background-color: #F2F2F2;
	color: black;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #999999;
	/*
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	*/
}

.submitLinkIndice {
	background: url(../../imgs/degradSubmitCinza.jpg) repeat-x;
	height: 23px;
	border: 1px solid #CDCDCD;
	color: #00602E;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	float: left;
	margin-right: 30px;
}

.submitLinkIndice p {
	vertical-align: middle;
	text-align: left;
}

.submitLinkIndice a,.submitLinkIndice a:visited,.submitLinkIndice a:link
	{ 
	font-weight: bold;
	text-decoration: underline;
}

input.submitPageButton {
	background: url(../../imgs/green_button.png);
	border: none;
	color: #000000;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 5px;
	padding: 3px;
	text-align: center;
	width: 95px !important;
	height: 25px;
	display: inline;
}

.infoPrefFont {
	color: #000000;
	text-decoration: underline;
}

.tablePedidos {
	width: 100%;
}

tr.rowTitle th {
	background-color: #99cc00;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	padding: 5px;
	max-width: 120px;
}

tr.row0 td {
	background-color: #cccccc;
	text-align: center;
	vertical-align: middle;
	padding: 9px 5px 13px 5px;
}

tr.row1 td {
	background-color: #eeeeee;
	text-align: center;
	vertical-align: middle;
	padding: 9px 5px 13px 5px;
}

.labelAnexo061 {
	font-weight: bold;
	color: #006633;
	padding-top: 15px;
}

form#balcaoVirtual input.button2 {
	background: url(../../imgs/green_button.png);
	border: none;
	color: #000000;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	padding: 3px;
	text-align: center;
	width: 95px !important;
	height: 25px;
	display: inline;
	margin-top: 5px;
	margin-bottom: 10px;
}

#formbox #body .bodyHeader {
	height: 50px;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
}

#topBackHeader img {
	vertical-align: middle;
	margin-right: 5px;
}

#top img {
	vertical-align: middle;
	margin-right: 5px;
}

#formbox #body .user_name {
	padding-top: 3px;
}

.headerUserBox {
	width: 76%;
	background-color: #EDF9C7;
	height: 28px;
	border: 1px solid #9DC96A;
	color: #00602E;
	padding-left: 10px;
	margin-top: 5px;
}

.headerUserBox p {
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}

#formbox #body .exit_button {
	display: inline;
	float: left;
	height: 30px;
	margin-left: 10px;
	margin-top: 5px;
	width: 70px !important;
}
/*
form#balcaoVirtual input.buttonLeftMargin {
	background: url(../../imgs/green_button.png);
	border: none;
	color: #000000;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	padding: 3px;
	text-align: center;
	width: 95px !important;
	height: 25px;
	display: inline;
}

form#balcaoVirtual input.buttonLeftMargin_disable {
	background: url(../../imgs/green_button.png);
	border: none;
	color: #999999;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	padding: 3px;
	text-align: center;
	width: 95px !important;
	height: 25px;
	display: inline;
}

form#balcaoVirtual input.buttonBigLeftMargin {
	background: url(../../imgs/green_button_search.png);
	border: none;
	color: #000000;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	padding: 3px;
	text-align: center;
	width: 124px !important;
	height: 25px;
	display: inline;
}

form#balcaoVirtual input.buttonBigLeftMargin_disable {
	background: url(../../imgs/green_button_search.png);
	border: none;
	color: #999999;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	margin-left: 5px;
	padding: 3px;
	text-align: center;
	width: 124px !important;
	height: 25px;
	display: inline;
}
*/
#formbox #body .disclaimerSteps {
	width: 100%;
	margin-bottom: 12px;
	border: 1px solid #99CC00;
}

#formbox #body .disclaimerSteps img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#formbox #body .disclaimerSteps p {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

.submitLinkIndiceNoBorder {
	height: 23px;
	border: 0px;
	vertical-align: middle;
}

.submitLinkIndiceNoBorder p {
	vertical-align: middle;
}

.submitLinkIndiceNoBorder a,.submitLinkIndiceNoBorder a:visited,.submitLinkIndiceNoBorder a:link
	{ 
	font-weight: bold;
	text-decoration: underline;
}

.headerConsultBox {
	width: 35%;
	background-color: #EDF9C7;
	height: 28px;
	border: 1px solid #9DC96A;
	color: #00602E;
	margin-right: 4px;
	margin-top: 15px;
	margin-bottom: 10px;
	vertical-align: middle;
	text-align: left;
	padding: 2px 8px;
}

.headerConsultBox img {
	vertical-align: middle;
	padding-top: 5px;
}

.headerConsultBox p {
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}

tr.rowTitle_Licenciamento th {
	background-color: #006634;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	padding: 10px;
}

tr.row0_Licenciamento td {
	background-color: #cccccc;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}

tr.row1_Licenciamento td {
	background-color: #eeeeee;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}

table.table_Licenciamento {
	width: 100%;
	border: medium none;
}

.subcontrolbuttons {
	clear: both;
	float: right;
}

.subcontrolbuttons .submitLinkIndice {
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 15px;
}

/*
.subcontrolbuttons a:visited {
	color: #009933;
}

.subcontrolbuttons a:hover {
	background-color: #006633;
	color: #FFFFFF;
}
*/
.divHidden {
	display: none;
}

input.checksAndRadios {
	vertical-align: middle;
}

.espacamentoRadiosChecks input.checksAndRadios {
	vertical-align: middle;
	margin-bottom: 3px;
	margin-top: 3px;
}

/********************************* AJUDA LIGHBOX *********************************/
	/** As classes seguintes encontram-se descontinuadas e não deverão ser mais utilizadas. */
.hiddenHelp {
	position: absolute;
	left: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.helpLBWrapper {
	float: right;
	vertical-align: top;
}

.helpLBWrapper a.helpLink,a.helpLink:link,a.helpLink:visited,a.helpLink:hover
	{
	text-align: left;
	border: none;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
	display: table-cell;
}

.container_for_pop_up_container {
	display: none;
	padding-left: 290px;
	z-index: 1002;
	margin-top: -30px;
	position: absolute;
}

.pop_up_container {
	width: 600px;
	background-color: #FFFFFF;
	padding: 10px 5px 10px 5px;
	z-index: 1002;
	border: 2px solid #333333;
	color: #252525;
	font-size: 11px;
	/*-webkit-box-shadow: 4px 6px 5px #737373;
	-moz-box-shadow: 4px 6px 5px #737373;*/
	box-shadow: 4px 6px 5px #737373;
}

.arrow_pop_up_container {
	z-index: 1002;
	opacity: .97;
	background-image: url('../../imgs/seta_lightBox.png');
	width: 14px;
	height: 18px;
	margin-left: 608px;
	margin-top: -295px;
}

.pop_up_container2 {
	display: block;
	max-width: 500px;
	min-width: 500px;
	padding: 10px 5px 10px 5px;
	margin-top: -1px;
	z-index: 1002;
	font-size: 12px;
	color: white;
	opacity: .97;
	background-color: #666666;
}

.pop_up_container2 .helpLBClose a {
	color: white !important;
}

.pop_up_container2 .helpLBCloseLink {
	border: 1px solid;
	color: #ffffff !important;
}

.arrow_pop_up_container2 {
	display: block;
	z-index: 1002;
	opacity: .97;
	/*filter: alpha(opacity =   97);*/
	background-image: url('../../imgs/seta.png');
	width: 40px;
	height: 13px;
	margin-left: 90px;
	margin-top: -102px;
	position: absolute;
}

.container_for_pop_up_container2 {
	display: none;
	max-width: 600px;
	z-index: 1002;
	margin-top: 62px;
	position: absolute;
}

.helpLBTitle {
	text-align: left;
	float: left;
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 12px;
}

.helpLBCloseButton {
	display: inline;
	float: right;
	padding-right: 5px;
}

.helpLBCloseLink {
	border: 1px solid;
	color: #999999 !important;
	font-weight: bold;
	text-decoration: none;
	height: 1.3em;
	display: block;
	font-size: 12px;
}

.helpLBClose {
	text-align: right;
	color: #000000;
	margin-top: 5px;
	background-image: url('../../imgs/bg_help_close.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
}

.helpLBClose .closeHelp a.helpLinkClose,a.helpLinkClose:link,a.helpLinkClose:visited,a.helpLinkClose:hover
	{
	width: 40px;
	border: none;
	color: #CC0000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

/********************************* NOVA AJUDA LIGHBOX INICIO *********************************/
.bv-popup {
	display: none;
	position: absolute;
	width: 315px;
	left: 115px;
	top: 36px;
}

.bv-popup-shadow {
	width: 300px;
	border: 3px solid #666666;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #424242;
	
}

.bv-popup-content {
	margin-left: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 135%;
	text-align: left;
}

.bv-popup-top {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

.bv-clear {
	clear: both;
}

.bv-popup-bottom {
	
	border-top: 2px dotted #666666;
	background-position: left top;
	background-repeat: repeat-x;
	color: #000000;
	padding-top: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: right;
}

a.bv-help-close-link,a.bv-help-close-link:link,a.bv-help-close-link:visited,a.bv-help-close-link:hover
	{
	border: medium none;
	color: #CC0000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.bv-popup-callout {
	position: absolute;
	right: 1px;
	top: 50px;
	height: 18px;
	width: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url("../../imgs/seta_lightBox.png");
	opacity: 0.97;
	
}

.bv-hidden-help {
	display: none;
}

/********************************* NOVA AJUDA LIGHBOX FIM *********************************/
	/** Mensagens ao utilizador */
#formbox #body .infoUserHeader { 
	padding: 4px;
	margin-bottom: 10px;
	background-color: #FFFF99;
	border: 1px solid #FFCC00;
	font-weight: normal;
	color: #000000;
}

#formbox #body .infoUserHeader img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	
	vertical-align: middle;
}

#formbox #body .infoUserHeader p {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	height: 40px;
	vertical-align: middle;
}

/** TABS */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding: 6px 60px;
}

.ui-tabs .ui-tabs-nav li {
	padding: 5px 60px;
}

.ui-widget-content {
	background: none;
	border: medium none;
	color: #222222;
}

.ui-tabs .ui-tabs-panel {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #999999;
	display: block;
	padding: 1em 1.4em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: url("jquery/tabSelected.jpg") repeat scroll 0 0 transparent;
	background-color: white;
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active
	{
	background: url("jquery/tabSelected.jpg") repeat scroll 0 0 transparent;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	background: none scroll 0 0 transparent;
}

.minitext {
	font: normal 0.7em Arial, sans-serif;
	color: Black;
}

.ui-widget {
	font-family: Verdana;
	font-size: 12px;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
	{
	font-family: Verdana;
	font-size: 12px;
}

.ui-widget-header {
	border: none; ;
	background: none;
	color: #222222 ;
	font-weight: bold;
	font-size: 13px;
}

.button_container {
	margin: 0;
	padding: 0;
	float: left;
	margin: 5px 20px 8px 0px;
}

.tableMateriais { 
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
}

.tdMateriais {
	border: 1px solid black;
	padding: 10px;
}