* {
    font-family: Arial, Tahoma, Calibri, Verdana, Courier New;
    font-size: 11px;
}

html, body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 100%;
    border: none;
    background: url(/images/1.png) repeat;
}

.bodycss {
    background: url(/images/background.gif) #FFF repeat-y center;
}

	a.dcontexto{ 
		position:relative;  
		font:12px arial, verdana, helvetica, sans-serif;  
		padding:0; 
		color:#039; 
		text-decoration:none; 
		cursor:help;  
		z-index:24; 
	} 
	
	a.dcontexto:hover{ 
		background:transparent; 
		color:#f00; 
		z-index:25;  
	} 
	
	a.dcontexto span{display: none} 

	a.dcontexto:hover span{  
		display:block; 
		position:absolute; 
		width:230px;  
		top:3em; 
		right-align:justify; 
		left:0; 
		font: 12px arial, verdana, helvetica, sans-serif;  
		padding:5px 10px; 
		border:1px solid #999; 
		background:white;  
		color:#000; 
	} 
	
#fullheight {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    vertical-align: middle;
}

#frm_login_container {
    width: 170px;
    text-align: center;
}

    #frm_login_container table td {
        background-color: #ccc;
    }

#frm_login_div_msg {
    color: red;
    font-weight: bold;
}

.botao {
    background-image: url(/images/Bttn_blue.png);
    background-position: top left;
    padding-top: 2px;
    width: 126px;
    height: 19px;
    color: white;
    font-size: 10px;
    font-family: Arial, serif;
    border: 0px;
}

.botao300 {
    background-image: url(/images/Bttn_blue_300.png);
    background-position: top left;
    padding-top: 2px;
    width: 300px;
    height: 19px;
    color: white;
    font-size: 10px;
    font-family: Arial, serif;
    border: 0px;
}

.BtLaranja173 {
    background-image: url(/images/Bttn173_Orange.png);
    background-position: top left;
    padding-top: 2px;
    width: 173px;
    height: 19px;
    color: white;
    font-size: 10px;
    font-family: Arial, serif;
    border: 0px;
}

    .BtLaranja173:hover {
        background-image: url(/images/Bttn173_White.png);
        color: black;
    }

.BttnProposta {
    background-image: url(/images/Bttn173_Orange.png);
    background-position: top left;
    padding-top: 2px;
    width: 173px;
    height: 19px;
    color: white;
    font-size: 10px;
    font-family: Arial, serif;
    border: 0px;
}

    .BttnProposta:hover {
        background-image: url(/images/Bttn173_Blue.png);
    }


.botaoUsuarios {
    border: 2px outset #BBC;
    background-color: #FFBF80;
    font-weight: bold;
}

    .botaoUsuarios:hover {
        border: 2px outset #BBC;
        background-color: #e35529;
        font-weight: bold;
    }

.inputText100 {
    border: 2px solid #BBC;
    color: blue;
    font-weight: bold;
    background-color: #DDF;
    width: 100px;
    text-align: center;
}

.ResultTable {
    width: 400px;
    border: 1px solid #FFE4CA;
    border-spacing: 10px;
    font-size: 5px;
}

.TableList {
    border: 1px solid #FFE4CA;
    border-collapse: separate;
    border-spacing: 2px;
    background-color: #FFFFFF;
}

    .TableList caption {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        /* background-color: #FFBF80; */
        /* background-color: RGB(8,50,223); */
        background-color: #0832df;
    }

    .TableList tfoot {
        font-weight: bold;
        font-size: 12px;
        color: black;
        /* background-color: #FFBF80; */
        background-color: #3b51a3;
    }

    .TableList a {
        text-decoration: none;
    }

    .TableList .TrColor {
        /* background-color: #FFE4CA; */
        background-color: RGB(194,211,252);
    }

    .TableList .TrGray {
        background-color: #ddd;
    }

    .TableList .TrColor:hover, .TrGray:hover {
        background-color: #aaa;
    }

    .TableList td, .TableList th {
        padding: 2px;
    }

.ListTable {
    width: 95%;
    border: 1px solid #FFE4CA;
    border-collapse: separate;
    border-spacing: 2px;
    background-color: #FFFFFF;
}

    .ListTable caption {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        /* background-color: #FFBF80; */
        /* background-color: RGB(8,50,223); */
        background-color: #0832df;
    }

    .ListTable tfoot {
        font-weight: bold;
        font-size: 12px;
        color: black;
        /* background-color: #FFBF80; */
        background-color: #3b51a3;
    }

    .ListTable a {
        text-decoration: none;
    }

    .ListTable .TrColor {
        /* background-color: #FFE4CA; */
        background-color: RGB(194,211,252);
    }

    .ListTable .TrGray {
        background-color: #ddd;
    }

    .ListTable .TrColor:hover, .TrGray:hover {
        background-color: #aaa;
    }

    .ListTable td, .ListTable th {
        padding: 2px;
    }

.img_btn {
    cursor: pointer;
    cursor: hand;
}

.ErrorMsg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: red;
    border: 2px #f3c58e solid;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.GreatMsg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: lightgreen;
    border: 2px darkgreen solid;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: darkgreen;
}

.NormalMsg {
    width: 772px;
    margin-left: auto;
    margin-right: auto;
    background-color: lightblue;
    border: 1px darkblue solid;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: darkblue;
}

a.button {
    color: #444444;
    display: block;
    float: left;
    height: 18px;
    line-height: normal;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    font-weight: bold;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/images/bg_button_a.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

span.button {
    color: #FFFFFF;
    display: block;
    line-height: 10px;
    padding: 4px 0 4px 18px;
    text-decoration: none;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/images/bg_button_div.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

a.button span {
    color: #FFFFFF;
    display: block;
    line-height: 10px;
    padding: 4px 0 4px 18px;
    text-decoration: none;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(/images/bg_button_div.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

a.button:hover {
    background-position: right bottom;
    color: #000000;
    text-decoration: none;
}

    a.button:hover span {
        background-position: left bottom;
        padding: 5px 0 3px 18px;
        text-decoration: none;
    }

#SQLError {
    width: 50%;
    height: 150px;
}

.Permission_Table {
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0px;
}

    .Permission_Table th {
        text-align: center;
        vertical-align: bottom;
        background-color: black;
        color: white;
    }

    .Permission_Table tr {
        text-align: left;
        vertical-align: top;
    }

.Bttn213 {
    background-image: url(/images/botao_2x_orange.png);
    background-position: top left;
    padding-top: 2px;
    width: 213px;
    height: 19px;
    color: white;
    font-size: 10px;
    font-family: Arial, serif;
    border: 0px;
}

    .Bttn213:hover {
        background-image: url(/images/botao_2x.png);
        color: black;
    }

.Bttn350 {
    background-image: url(/images/Bttn300_Blue.png);
    background-position: top left;
    padding-top: 2px;
    width: 350px;
    height: 39px;
    color: white;
    font-size: 10px;
    font-family: Arial, serif;
    border: 0px;
}

    .Bttn350:hover {
        color: black;
    }

.Botao350 {
    background-image: url(/images/Bttn300_Red.png);
    background-position: top left;
    padding-top: 2px;
    width: 350px;
    height: 39px;
    color: #56ff00;
    font-size: 13px;
    font-family: Arial, serif;
    border: 0px;
}


.Bttn213_ {
    background-image: url(/images/botao_2x_orange.png);
    background-position: top left;
    padding-top: 2px;
    width: 213px;
    height: 19px;
    color: black;
    font-size: 10px;
    font-family: Arial, serif;
    border: 0px;
}

    .Bttn213_:hover {
        background-image: url(/images/botao_2x.png);
        color: black;
    }

.BttnOK {
    background-image: url(/images/btn_orange.png);
    background-position: top left;
    padding-top: 2px;
    width: 28px;
    height: 19px;
    color: white;
    font-size: 10px;
    font-family: Arial, Verdana, serif;
    border: 0px;
}

    .BttnOK:hover {
        background-image: url(/images/btn_ok.png);
        color: black;
    }

.BttnOK_Blue {
    background-image: url(/images/BttnOk_Blue.png);
    background-position: top left;
    padding-top: 2px;
    width: 28px;
    height: 19px;
    color: white;
    font-size: 10px;
    font-family: Arial, Verdana, serif;
    border: 0px;
}

.BttnBack_Blue {
    background-image: url(/images/BttnBack_Blue.png);
    background-position: top left;
    padding-top: 2px;
    width: 60px;
    height: 19px;
    color: white;
    font-size: 10px;
    font-family: Arial, Verdana, serif;
    border: 0px;
}

.BttnOK:hover {
    background-image: url(/images/btn_ok.png);
    color: black;
}

.Bttn127 {
    background-image: url(/images/Bttn_orange.png);
    background-position: top left;
    padding-top: 2px;
    width: 126px;
    height: 19px;
    color: white;
    font-size: 10px;
    font-family: Arial, serif;
    border: 0px;
}

    .Bttn127:hover {
        background-image: url(/images/Bttn_white.png);
        color: black;
    }

.BttnBlue {
    background-image: url(/images/Bttn_blue.png);
    background-position: top left;
    padding-top: 2px;
    width: 126px;
    height: 19px;
    color: white;
    font-size: 10px;
    font-family: Arial, serif;
    border: 0px;
    filter: alpha(opacity=20);
}

    .BttnBlue:hover {
        color: white;
        filter: alpha(opacity=100);
    }

.Bttn127_ {
    background-image: url(/images/Bttn_orange.png);
    background-position: top left;
    padding-top: 2px;
    width: 126px;
    height: 19px;
    color: black;
    font-size: 10px;
    font-family: Arial, serif;
    border: 0px;
}

    .Bttn127_:hover {
        background-image: url(/images/Bttn_white.png);
        color: black;
    }

a.LinkInicial:link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10px;
}

a.LinkInicial:visited {
    text-decoration: none;
    color: #ff7200;
}

a.LinkInicial:hover {
    font-weight: bold;
    color: #ff6000;
    text-decoration: none;
}

a.LinkInicial:active {
    text-decoration: none;
    color: #FF9900;
}

.inputInicio {
    border: 1px dotted #ff9900;
    color: #000000;
    font-weight: bold;
    background-image: url(/images/1.png);
    background-color: #f0f8ff;
    text-align: center;
}

.BotaoDadosBancarios {
    height: 20px;
    width: 100px;
    background: transparent url('../images/shade.gif') repeat-x;
    border: 1px blue solid;
    font-weight: bold;
}

.esmaecido {
    background: rgba(255, 255, 255, 0.3); /* browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff'); /* IE */
}

.tabelaForm {
	width: 100%;
	border-spacing: 1px;
	border: none;
}
.tabelaForm  th{
	background-color: #e7e7e7;
	color: #0654db;
	text-align: right;
	font-weight: normal;
}
.tabelaForm  td{
	background-color: #f4f4f4;
	color: black;
	font-weight: bold;
	text-align: center;
}

.tabelaDados {
	border: none;
	border-spacing: 2px;
	background: none;
}

.tabelaDados th {
	background-color: #e7e7e7;
	font-weight: bold;
	color: #0654db;
}

.tabelaDados td{
	border: none;
	border-spacing: 2px;
	background-color: #f4f4f4;
	text-align: center;
}

.icone {
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: none;
}


.iconePequeno {
	width: 14px;
	height: 14px;
	cursor: pointer;
}