a {
	color: #0000FF;
	text-decoration: none;
}

a#PageTopCenter{
	position: absolute;
	top: 0;
}

a:hover div.Round {
	background: #FFFFFF;
	border: 0.1em double #6F6F6F;
}

body {
	background: url(back.gif);
	font-family: "Segoe UI","Trebuchet MS",Tahoma,Helvetica,Verdana,Arial,Sans-Serif;
	font-size: 0.95em;
	padding: 33px 2px 20px 2px;
}

/*O IE não entende o seletor ">" e nem o "position: fixed;"*/
body > #kmFooter{
	bottom: 0px;
	left: 0px;
	position: fixed;
	z-index: 90;
}

/*o IE não entende o seletor ">" e nem o "position: fixed;"*/
body > #kmHeader{
	position: fixed;
	z-index: 90;
}

div .required{
}

/*Corpo do formulario*/
div.fBody{
	background-color: #FFFFFF;
	border-color: #73838C;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	clear: left;
	-moz-border-radius: 0 0px 8px 8px;
	padding: 8px 8px 8px 8px;
	position: relative;
	text-align: left;
}

/*Linha aceitará varios componentes*/
div.fBody .dInLine, form .dInLine{
	display: inline;
	float: left;
}

/*Linha que só aceitará 1 componente*/
div.fBody .dOutLine, form .dOutLine{
	display: block;
}

/*Agrupamento das aba do formulario*/
div.fTab{
	background-image: url(navBtile.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-weight: bolder;
	height: 26px;
	line-height: 18px;
	position: relative;
}

div.fTab a{
	background-position: right top;
	background-repeat: no-repeat;
	color: #000000;
	float: left;
	padding: 2px 20px 5px 10px;
	text-align: center;
	text-decoration: none;
}

div.fTab a:hover{
	color: #0063A4;
	text-decoration: none;
}

/*Cada aba individualmente*/
div.fTab div{
	background-repeat: no-repeat;
	border-bottom: 1px solid;
	float: left;
	padding-left: 6px;
}

/*Aba inativa*/
div.fTab div.off{
	background-image: url(itemLdoor.gif);
	border-color: #73838C;
}

div.fTab div.off a{
	background-image: url(itemRdoor.gif);
	cursor: pointer;
}

/*Aba ativa*/
div.fTab div.on{
	background-image: url(itemLdoor_on.gif);
	border-color: #FFFFFF;
}

div.fTab div.on a{
	background-image: url(itemRdoor_on.gif);
}

div.fTab, div.fBody, div.fBodyTotal{
	margin: 0;
}

/*Classe do componente que desenha um div com bordas arredondadas*/
div.Round{
	background: #F6F6F6;
	border: 0.1em double #D6D6D6;
	color: #3D3D3D;
	display: block;
	line-height: 1em;
	margin: 3px 3px 0 3px;
	-moz-border-radius: 7px;
	padding: 5px;
	text-align: left;
	text-decoration: none;
}

div.Round big{
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 20px;
}

div.Round em{
	color: #FF0000;
}

/**
* classes extra
*/
form .errFld {
	border: 1px solid #FF0000 !important;
}

/* Styling for message associated with a validation error. */
form .errMsg {
	color: #CC3333;
	display: inline;
}

/* Para os campos que customizam */
form .errMsgCus {
	display: inline;
}

h3{
	border-bottom: 1px dashed #BDBDBD;
	color: #424242;
	font-size: 18px;
	margin: 15px 0 2px 0;
	padding: 0 0 0 0;
}

html, body{
	border: 0;
	margin: 0;
}

/*edit number para metro quadrado*/
input.em2{
	background: url(number_m2.gif) #FFFFFF no-repeat 1px;
}

/*edit number para porcentagem*/
input.eporc{
	background: url(number_porc.gif) #FFFFFF no-repeat 1px;
}

/*edit number para valores em R$*/
input.ereal{
	background: url(number_real.gif) #FFFFFF no-repeat 1px;
}

input.skLookup {
	background-color: #F8F8F8;
	background-image: url(lookup_off.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	padding-left: 18px !important;
	text-align: left;
}

input.skLookupOn{
	background-image: url(lookup_on.gif);
	background-repeat: no-repeat;
	padding-left: 18px !important;
}

input[type=checkbox]{
	margin-bottom: 2px;
}

input[type=text], input[type=password], select {
	border: 1px solid #CCCCCC;
	height: 20px;
}

/*o primeiro h3 depois do inicio do formulario naõ deve ter espaçamento anterior*/
legend + h3{
	margin-top: 0;
}

/*corpo do documento*/
legend.lrequired, label.lrequired, .lrequired{
	color: #3C3DFF !important;
}

/*Botoes do sistema*/
.butt{
	margin: 0;
	width: 25px;
}

.butt, .primaryAction, .secondaryAction{
	cursor: pointer;
}

/*Imagem para limpar os mais diversos campos*/
.clearImg{
	border: 0;
	cursor: pointer;
	margin-right: 4px;
}

.readonly{
	background-color: #EBEBEB !important;
}

/*data do calendario*/
.dtEspecial1{
	background-color: #FFFFF0;
	font-weight: bold;
}

/*data do calendario*/
.dtEspecial2{
	background-color: #FFA07A;
	font-weight: bold;
}

.ereal,.em2,.eporc{
	padding-left: 13px;
}

.ereal,.em2,.eporc,.enum{
	border: 1px solid #CCCCCC;
	border-width: 1px;
	padding-right: 5px;
	text-align: right;
}

/*Contem o output do sistema*/
.kmContainer{
	clear: left;
	display: block;
}

.MsgError {
	background-color: #FFBABA;
	background-image: url('MsgError.png');
	color: #D8000C;
}

/* icones: http://fc71.deviantart.com/fs23/f/2007/365/8/d/Knob_Buttons_Toolbar_icons_by_iTweek.zip*/
.MsgError, .MsgHelp, .MsgInfo, .MsgNotice, .MsgWarning ,.MsgValidation{
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid;
	font-family: Tahoma, Verdana;
	margin: 10px;
	-moz-border-radius: 5px;
	padding: 10px 10px 15px 55px;
	text-align: left;
}

.MsgHelp {
	background-color: #BDE5F8;
	background-image: url('MsgHelp.png');
	color: #00529B;
}

.MsgInfo {
	background-color: #BDE5F8;
	background-image: url('MsgInfo.png');
	color: #00529B;
}

.MsgNotice {
	background-color: #DFF2BF;
	background-image: url('MsgNotice.png');
	color: #4F8A10;
}

.MsgValidation {
	background-color: #FFCCBA;
	background-image: url('MsgValidation.png');
	color: #D63301;
}

.MsgWarning {
	background-color: #FEEFB3;
	background-image: url('MsgWarning.png');
	color: #9F6000;
}

.MultFile input{
	height: 24px;
	width: 180px;
}

.MultFile select{
	float: left;
	height: 85px;
	width: 350px;
}

.MultLookup input{
	height: 40px;
	margin-bottom: 2px;
	width: 180px;
}

.MultLookup select{
	float: left;
	height: 100px;
	min-width: 400px;
}

.MultSelect input{
	height: 23%;
	margin-bottom: 2px;
	width: 180px;
}

.MultSelect select{
	float: left;
	height: 150px;
	min-width: 250px;
}

table.nosort tbody td,
table.sort-table tbody td{
	border: 1pt solid;
	border-color: #999999;
	font-size: 10pt;
	padding: .5px 3px;
}

table.nosort tbody tr.tr_0,
table.sort-table tbody tr.tr_0{
	background: #FFFFEA;
}

/*
* que a classe seja sort-table
* e esteja dentro do elemento tbody
* e esteja dentro do elemento tr
* e que a class seja impar
*/
table.nosort tbody tr.tr_1,
table.sort-table tbody tr.tr_1{
	background: #FFFFFF;
}

table.nosort td, table.nosort th,
table.sort-table td, table.sort-table th{
	padding: 2px 5px;
}

table.nosort thead td,     table.nosort th, 
table.sort-table thead td, table.sort-table th{
	border: 1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor: default;
	font-size: 9pt;
	font-weight: bold;
}

table.nosort thead, table.nosort th,
table.sort-table thead, table.sort-table th{
	background: ButtonFace;
}

table.nosort,
table.sort-table{
	background: Window;
	background-color: #FFFFFF;
	border: 1px Solid ThreeDShadow;
	border-collapse: collapse;
	font-family: Icon,Verdana,Arial,Sans-Serif;
	width: 100%;
}

/*@todo verificar se esta sendo usado*/
.sk_highlight{
	background: #FFFF00;
}

.sort-arrow{
	background-position: center center;
	background-repeat: no-repeat;
	height: 8px;
	margin: 0 2px;
	width: 8px;
}

table.sort-table tbody td{
	cursor: pointer;
}

table.sort-table tbody td.mousedown{
	background: #F0E68C;
}

table.sort-table tbody tr.mouseover{
	background: #FFE8C3 !important;
}

table.sort-table td.alert{
	background: #FFDEBA;
	border: 1pt solid;
	border-color: #999999;
	cursor: default;
	font-weight: bold;
}

table.sort-table td.total{
	background: #E0DFE3 !important;
	border: 1pt solid;
	border-color: #999999;
	cursor: default;
	font-weight: bold;
	padding-right: 2px;
	text-align: right;
	width: 10px;
}

table.sort-table tfoot td.total{
	font-size: 12pt;
	padding-left: 20px;
	text-align: left;
}

table.sort-table thead td:active, table.sort-table th:active{
	border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
	padding: 3px 4px 1px 6px;
}

/* Error Notification  */
#alertMessagePlaceHolder {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	display: none;
	margin: 2px 2px 5px 2px;
	padding: 5px;
}

/*Conterá sempre o titulo do formulario*/
#beginpanel > legend{
	border: 1px solid #E0A12D;
	font-size: 15px;
	font-weight: bold;
	margin-top: 3px;
}

/*Rodapé fixo*/
#kmFooter {
	background-color: #F0FAF2;
	border-top: 1px inset #F0FAF2;
	color: #595959;
	filter: alpha(opacity:70);
	font-size: 11px;
	height: 15px;
	margin-top: 20px;
	opacity: 0.7;
	text-align: left;
	width: 100%;
}

/*Link para o topo*/
#kmFooter a{
	float: right;
	font-weight: bold;
}

/*Onde voce esta e usuario*/
#kmFooter strong, #kmFooter em{
	float: left;
	padding-left: 5px;
}

/*Menu fixo no topo*/
#kmHeader {
	background-color: #F0FAF2;
	border-bottom: 1px outset #F0FAF2;
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/*Botão para mudar o tema, @todo remover*/
#kmHeader #mudatema {
	float: right;
	height: 22px;
	position: relative;
	top: 23px;
	z-index: 96;
}

/*Menu dentro do header*/
#kmHeader .kmMenu{
	border: 1px solid #FF0000;
	display: inline;
	position: absolute;
	top: 0;
	z-index: 95;
}

/*o logo deve ter no maximo 25px de algura, mas a largura independe*/
#kmHeader .logo{
	border: 0;
	display: inline;
	float: left;
	height: 25px;
	margin: 1px;
}

/*Tela de aguarde*/
#sk_splat_dcontainer{
	background-color: #C0C0C0;
	display: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
	-moz-opacity: 0.35;
	position: absolute;
}

#sk_splat_despera{
	background-color: #FFFFFF;
	border: 1px outset #708090;
	display: none;
	left: 30%;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 40%;
	z-index: 10000;
}

#skLookup {
	background-color: #AAAAAA;
	border: 1px solid;
	cursor: pointer;
	display: inline;
	left: 0;
	margin: 1px 0 2px;
	min-width: 100px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 0;
	position: absolute;
	text-align: left;
	text-indent: 3px;
	top: 0;
	z-index: 91;
}

#skLookup .MsgWarning{
	font-weight: normal;
	margin: 0 !important;
}

#skLookup table{
	width: expression("auto"); /*computada somente para o IE*/
}

/*css para o componente http://plugins.jquery.com/project/tablesorter*/
table.tablesorter {
	background-color:#CDCDCD;
	border:1px solid #E4E3D3;
	font-family: Icon,Verdana,Arial,Sans-Serif;
	font-size:10pt;
	margin:10px 0 15px;
	text-align:left;
	width:100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 2px 5px;
}
table.tablesorter thead tr .header {
	background-image: url(jquery.tablesorter-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding: 2px 20px 2px 5px;
}
table.tablesorter tbody td {
	padding: 0px 2px;
	background-color: #FFF;
	/*vertical-align: top;*/
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(jquery.tablesorter-asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(jquery.tablesorter-desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}