/* CSS de definição de conteúdo dinâmico  */

/*.txtConteudo, .txtConteudo table tr td, h1, h2, h3{*/
.txtConteudo, .txtConteudo table tr td, h4, h5 {
	font-family: "Trebuchet MS",Arial,Verdana;
}
.txtConteudo, .txtConteudo table tr td {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
    list-style-type: circle;
    list-style-image: url(../../image/seta_bordo.gif);
    list-style-position: outside;
}
/*
.txtConteudo a, .txtConteudo table tr td a{
	text-decoration: underline;
	color: #777;
}
.txtConteudo a:hover, .txtConteudo table tr td a:hover{
	color: #990000;
}
.txtConteudo a:visited,.txtConteudo table tr td a:visited{
	/*color: #58020b;*/
/*}

*/
.txtConteudo ul, .txtConteudo table tr td ul {
	padding-left:0px;
	margin-left: 40px;
}
.txtConteudo ul li, .txtConteudo table tr td ul li {
	font-size: 11px;
	color: #000000;
	list-style-image: url(../../image/seta_marcador_duple_pq2.gif);
	list-style-position: outside;
	/*margin-left: 25px;*/
	padding-top: 2px;
	padding-bottom: 2px;
}

.txtConteudo ol li, .txtConteudo table tr td ol li {
	/*list-style-position: outside;*/
	margin-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*
.txtConteudo p,.txtConteudo table tr td p {
    text-indent: 0px;
}
*/

h1{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 24px;
	color: #F58220;
	text-decoration: none;
	font-weight: normal;
	line-height: 25px;
	display: block;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}
h2{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #F58220;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5821F;
	margin-top: 5px;
}
h3{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	color: #F58220;
	text-decoration: none;
	font-weight: bold;
}
h4{
	color: #58020b;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height: 0px;
	display: block;
	margin-bottom: 8px;
}

h6 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #F58220;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5821F;
	margin-top: 5px;
}

h1 a{
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 a, h3 a, h4 a{
	text-decoration: underline;
	color: #000000;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
	color: #000000;
}

h6 a {
	text-decoration: underline;
	color: #F58220;
}

h6 a:hover {
	text-decoration: none;
	color: #F58220;
}

.imagePopup{
	font-size: 10px;
	color: #888888;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	float: left;
}
.imagePopup:hover{
	color: #333333;
	text-decoration: none;
	border: 1px solid #43184E;
}

.imageContent{
	margin-left:10px;
	margin-right:10px;
}
.imageContentLeft{
	margin-left:0px;
	margin-right:10px;
}
.imageContentRight{
	margin-left:10px;
	margin-right:0px;
}

#grade, #grade2 {
	border-top:1px solid #ccc2c1;
	border-left:1px solid #ccc2c1;
}
#grade th,#grade2 th {
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	text-align: center;
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 10px; 
	color: #333333; 
	font-weight: bold; 
	background-color: #ccc2c1;
}
#grade tr td,#grade2 tr td {
	text-align: center;
	/*vertical-align: top;*/
	border-bottom:1px solid #ccc2c1;
	border-right:1px solid #ccc2c1;
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 10px; 
	color: #333333; 
	font-weight: normal;
	padding:3px;
}
#grade2 tr td{
	text-align: left;
}
.linkVejaMais a{
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #f58220;
	text-decoration: underline;
	display: block;	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../../image/seta_ball_orange.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	
}
.linkVejaMais a:hover {
	color: #006699;
	padding-right: 18px;
}
.linkFechar a{
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #f58220;
	text-decoration: underline;
	display: block;	
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../../image/x_ball_oranje.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	
}
.linkFechar a:hover {
	color: #006699;
	padding-right: 18px;
}
.TituloCliente {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	color: #F58220;
	text-decoration: none;
	font-weight: bold;
}
.TituloClienteProjeto {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 29px;
}
#assinaturaTestemunha {
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 1em;
}
.BoxLogin {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-image: url(../../image/base_login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
	width: 150px;
}
.oportunidade{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #f58220;
	text-decoration: none;
	font-weight: bold;
}
.oportunidade, a {
	text-decoration: underline;
	color: #f58220;
}
.oportunidade a:hover {
	text-decoration: none;
	color: #f58220;
}