﻿/* 
 * FAQ
 */
#lgdFAQ
{
	background: url("images/faq_icon.png") no-repeat;
	height:35px;
	padding: 10px 50px 0px 50px;
}

#lgdFAQ div
{
    border-bottom: solid 2px gray;
	width:570px;
	position:absolute;
}

#FAQ
{
	margin: 0px;
	padding: 0px;	
}

#FAQ li
{
	list-style-type: none;
	display:block;
	margin-top:5px;
}

/* 
 * PESQUISAR
 */
#lgdPesquisar
{
	background: url("images/pesquisar_icon.png") no-repeat;
	height:35px;
	padding: 10px 50px 0px 50px;
}

#lgdPesquisar div
{
    border-bottom: solid 2px gray;
	width:570px;
	position:absolute;
}

#totalResults
{
    font-weight:bolder;
    margin-bottom:15px;
}

.allowResponseText
{
    margin-bottom:15px;
}

.tblResults
{
    margin-bottom:20px;
    border:1px solid gray;
    width:620px;
}

.tblResults tr
{
}

.tblResults th
{
    background:#369;
    color:White;
    font-weight:bolder;
    text-align:left;
    vertical-align:middle;
    height:20px;
    padding: 0px 0px 0px 3px;
}

.tblResults td
{
}

#btnResponder
{
    margin-top: 15px;
    text-align:right;
}

#btnResponder a
{
    font-weight:bolder;
}
/* 
 * CADASTRAR
 */
#lgdCadastrar
{
	background: url("images/cadastrar_icon.png") no-repeat;
	height:35px;
	padding: 10px 50px 0px 50px;
	
}

#lgdCadastrar div
{
    border-bottom: solid 2px gray;
	width:570px;
	position:absolute;
}

.wizardSteps
{
    font-weight:bolder;
    font-size:10pt;
    color:GrayText;
    margin:10px 10px 20px 10px;
}

.wizardSteps .active
{
    color:#396E98;
}    


/*
 * STATS
 */
.stats
{
	font-size:7pt;
	margin: 0px;
	padding: 0px;	
}

.stats li
{
	list-style-type: none;
	display:block;
	margin-top:5px;
}

/*
 * MISC
 */
.textbox
{
    border: solid 1px gray;
}

.smallText
{
	font-size:7pt;
}

.FilledBox
{
    background: #307EA7;
    color:White;
    font-weight:bolder;
    width:620px;
    height:24px;
    padding: 2px 0px 0px 0px;
    text-align:center;
}

.required
{
    background:#DDEEBF;
}


#dadosDivida label
{
    background:#369;
    color:White;
    font-weight:bolder;
    text-align:left;
    vertical-align:middle;
    padding: 0px 0px 0px 3px;
    width:620px;
}