/*
	Desenvolvido por Leandro Leonardi Alves
	leandro.leonardi@dlbca.com.br
	Web Designer
	Dantas, Lee, Brock e Camargo Advogados
	Projeto Redesign 4DATA 2014/15
	Deletar está página e a referencia quando o novo layout for migrado
*/
html body{
	background:#67686b !important;
	height: auto !important;
}

/* Nova Cor temporária */

	body .txtDesc22pxBlue{
		color:#000;
	}
	body #titPerfil{
		color:#6c0541;
	}
	body #bgBtMenu{
		background:#ddd;
		border-radius:15px;
	}
	body .btnMenuHTMLCSS .btnMenuHTMLCSSLink{
		color:#666;
	}
		body .btnMenuHTMLCSS .btnMenuHTMLCSSLink:hover{
			color:#000;
		}
	body #content .s-box h2{
		color:#666 !important;
	}
	body button{
		background:#999;
	}
	body .selectConcluido {
		color: #333;
		background: #ccc;
	}
	body .ui-widget-header{
		background:#999;
		border: 1px solid #888;
	}
	body .ui-state-default, .ui-widget-content .ui-state-default{
		color:#000;
	}
	body #titTermo{
		color:#000;
	}
	body #titModuloSub{
		color:#666;
	}


/* Fim */

h4.titulo,
h3.titulo {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin: 10px 0;
    text-indent: 20px;
    background: url("../../../menu/OutLook_2_Right.gif") no-repeat 2px 0;
}

body #content .s-box h2{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 25px;
	text-decoration: none;
	color: #0D6FB5;
	border-bottom:1px solid #ccc;
	margin: 7px 0;
	background: url(../../base/group/bullet_tits.gif) no-repeat;
	cursor:pointer;
}
	body #content .s-box h2:hover{
		color: #C30;
		background: url(../../base/group/bullet_tits2.gif) no-repeat;
	}
		body #content .s-box.fixo h2:hover{
			color: #0D6FB5;
			background: url(../../base/group/bullet_tits.gif) no-repeat;
			cursor:default;
		}
	body #content .s-box h2 .s-bt-section{
		width: 58px;
		height: 58px;
		display: block;
		position: absolute;
		right: 55px;
		top: 0;
		cursor: pointer;
		text-indent: -9999px;
	}
body #content .s-box .s-box-content{
	display:none;
	background:#FFF;
	border:1px solid #ccc;
	padding:10px;
	margin:0;
}
body #content .aviso{
	background:#FFF;
	border:1px solid #ccc;
	padding:10px;
	margin: 0;
}
body #content > form,
body #content .grade > form{
	margin:0 20px;
}
	body.f #content > form,
	body.f #content .grade > form{
		margin:0;
	}
body .grade{
	background: #F2F2F2;
	border-radius: 10px;
	border: solid #B6B6B6 2px;
	margin: 0 17px;
	padding: 25px 0;
	min-height:150px;
	max-width: 890px;
	overflow: auto;
}
	body .grade.g1{
		float: left;
		width: 200px;
		margin-right: 0;

		background: rgb(255,255,255); /* Old browsers */

			/* IE9 SVG, needs conditional override of 'filter' to 'none' */

			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
			background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-8 */
	}
	body .grade.g2{
		float: left;
		width: 717px;
		margin-right: 0;
	}
		body .grade.g2 > div > form > table{ padding: 0 20px; }
body.f .grade{
	background: none;
	border-radius: 0;
	border: none;
	margin:0;
	padding:0;
}
	body.f .grade.g1{
		display:none;
	}
	body.f .grade.g2{
		float:none;
		width: auto;
		margin-right: 0;
	}
body .south{
	margin-right: 20px;
}
body form#rel{
	/*margin:0 20px;*/
}
	body.f .south{
		margin-right:0;
	}
	body.f form#rel{
		margin:0;
	}
html body.bodyPops {
	background-color: #F2F2F2 !important;
}
body .grade > table{
	padding:0 15px;
}
body a.bt-full {
    width: auto;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
}
body #form-login input[type="submit"], body a.bt-full {
    background: #666;
    color: #fff;
    border: none;
    width: 300px;
    height: 30px;
    cursor: pointer;
}