@charset "utf-8";

span.botao { display: inline-block; padding: 5px; margin: 2px; border: dotted 1px gray; text-align: center; background-color: #C3D6A8; }
span.botao:hover { border: solid 1px #007336; }
span.botao img {  }
span.botao a {  }

html * {
	margin: 0;
	/*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

body {
	color: #333;
	font: 12pt 'Helvetica Neue', arial, helvetica, sans-serif;
}

/*p, td, .picDefaultFont {*/
/*font: 16px 'Helvetica Neue', arial, helvetica, sans-serif;*/
/*line-height: 1.42857;*/
/*}*/

p, td, .picDefaultFont {
	line-height: 1.8;
}

p.form-control-static {
    line-height: 1!important;
}


pre.code {
	background: #f2ffef;
	border: 1px solid #007336;
	color: #007336;
}

a:link, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
}

/*h1 {
	color: #007336;
	font-weight: bold;
	font-size: 20px;
	margin: .8em 0 .3em 0;
}*/

h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.titulo {
	color: #007336;
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0px 15px 30px;
}


.picSecaoForm, h2 {
	/*color: #007336;*/
	font-weight: bold;
	font-size: 18pt;
	padding: 5px;
	margin: 0px;
}

ul,ol {
	padding-left: 35px;
}

select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
	margin: 2px 0;
}

.body {
	float: left;
	margin: 0 15px 10px 15px;
}

/* panel principal */

.picContent
{
	padding: 5px;
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
	width: 100%;
}

/* filtro */

.filtroLabel, .filtroLabel a, .filtroLabel a:hover {
	color: #cfeec9;
	font-size: 20px;
	font-weight: normal;
}

.filtro {
	background: #f2ffef;
	border: 1px solid #cfeec9;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
}

.filtro td {
	font-size: 8pt;
	padding-right: 20px;
}

.filtro input, .filtro select {
	border: 1px solid #cfeec9;
	color: #007336;
	font-size: 12px;
}

.filtro .filtroButton {
	border: 1px solid #007336;
	background-color: #cfeec9;
	color: #007336;
	font-size: 12px;
}

/* forms */

.picButton, a.picButton, input.picButton,
.picButton:hover, a.picButton:hover, input.picButton:hover
{
	background: #0A4F2A;
	border: 1px solid #0A4F2A;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 15px 4px 15px;
	cursor: hand;
	cursor: pointer;
	color: #ffffff;
}

.picButtonRed, a.picButtonRed, input.picButtonRed,
.picButtonRed:hover, a.picButtonRed:hover, input.picButtonRed:hover
{
	background: #AA3333;
	border: 1px solid #870000;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 15px 4px 15px;
	cursor: hand;
	cursor: pointer;
	color: #ffffff;
}

select.picInput, select.picInputSmall {
	background: #A9C77D;
}

.picInput, .picStaticInput {
	background-image: url(../images/input_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #a9C77d;

	font-size: 12pt;
	font-family: verdana, tahoma, arial;
	padding: 5px;
	height: 32px;


	white-space: nowrap;
}

.picInputDisabled, .picStaticInputDisabled {
	background-image: url(../images/input_bg_disabled.jpg);
	background-repeat: repeat-x;
	border: 1px dotted #eeeeee;

	font-size: 12pt;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	padding: 5px;
	display: inline-block;

	height: 25px;

	white-space: nowrap;
}

.picInputDisabledSmall, .picStaticInputDisabledSmall {
	background-image: url(../images/input_bg_disabled.jpg);
	background-repeat: repeat-x;
	border: 1px dotted #eeeeee;

	font-size: 10pt;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	display: inline-block;


	white-space: nowrap;
}


.picStaticInputSmall {
	height: 20px;
}

.picInputSmall {
	height: 30px;
}

.picInputSmall, .picStaticInputSmall {
	background-image: url(../images/input_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #a9C77d;

	font-size: 12pt;
	font-family: verdana, tahoma, arial;
	padding: 5px;

	white-space: nowrap;
}

.picTextArea {
	background-image: url(../images/input_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #a9C77d;

	font-size: 18pt;
	font-family: verdana, tahoma, arial;
	padding: 5px;

	background: #A9C77D;
	border: 1px solid #a9C77d;

	/*white-space: nowrap;*/
}

.picTextAreaSmall {
	background-image: url(../images/input_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #a9C77d;

	font-size: 8pt;
	font-family: verdana, tahoma, arial;
	padding: 5px;
	border: 0px;

	background: #A9C77D;
	border: 1px solid #a9C77d;

	/*white-space: nowrap;*/
}

/* datatable */

.picDataTable {
	border-spacing: 0px;
}
.picDataTable td {
	padding: 10px;
	font-size: 9pt;
}
.picDataTable tbody tr {
	background-color: #ffffff;
}
.picDataTable tbody tr.linhaPar {
	background-color: #f2ffef;
}
.picDataTable tbody tr.linhaImpar {
	background-color: #ffffff;
}
.picDataTable tbody tr.static:hover, .picDataTable tbody tr.Static:hover  {
	background-color: transparent;
}
.picDataTable tbody tr.linhaPar:hover, .picDataTable tbody tr:hover, .picDataTableTrHighlight  {
	background-color: #cfeec9;
}
.picDataTable tbody tr.linhaParStatic, .picDataTable tbody tr.linhaParStatic:hover  {
	background-color: #f2ffef;
}
.picDataTable thead th, .picDataTable .sum, .picTableSum {
	font-weight: bold;
	background-color: #007336;
	color: #ffffff;
	padding: 10px;
	font-size: 9pt;

	background-image: url(../images/th_bg.jpg);
	background-repeat: repeat-x;
}
.picFontHeaderSecao {
	font-weight: bold;
	color: #007336;
	font-size: 13pt;
}
.picHeaderSecao {
	font-weight: bold;
	border-bottom: 1px solid #007336;
	color: #007336;
	padding: 10px;
	font-size: 13pt;
}
.picDataTable a.colunaOrdenavel {
	color: #ffffff;
}

/* paginacao */

div.paginacao a {
	padding: 6px;
	border: 1px solid #007336;
	background-color: #cfeec9;
}
div.paginacao a:hover {
	background-color: #f2ffef;
}
div.paginacao a.atual {
	padding: 6px;
	border: 1px solid #007336;
	background-color: #007336;
	color: #ffffff;
}
div.paginacao a.atual:hover {
	padding: 6px;
	border: 1px solid #007336;
	background-color: #007336;
	color: #ffffff;
}

/* tabs */

ul.tabnav {
	text-align: left;
	margin: 1em 0 1em 0;
	font: bold 11px verdana, arial, sans-serif;
	border-bottom: 1px solid #388d60;
	list-style-type: none;
	padding: 3px 10px 5px 10px;
}

ul.tabnav li {
	display: inline;
}

body.tab, li.tab a, body.tabativo, li.tabativo a {
	position: relative;
	top: -2px;
}
body.tabativo, li.tabativo a {
	position: relative;
	top: 2px;
}

ul.tabnav li.tabativo a {
	padding: 5px 20px;
	border: 1px solid #388d60;
	background-color: #ffffff;
	color: #063;
	font: 12pt arial;
	font-weight:bold;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

ul.tabnav li a {
	padding: 5px 20px;
	border: 1px solid #388d60;
	background-color: #c3d6a8;
	color: #063;
	font: 12pt arial;
	font-weight:bold;
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

ul.tabnav a:hover {
	background: #f5fdde;
}


.picToolTips {
	background-color: #ffffff;
	border: 1px solid #a4cf9b;
	-webkit-box-shadow: 4px 4px 10px #333333;
	box-shadow: 4px 4px 10px #333333;
	border-radius: 5px;
	color: #000000;
	margin: 2px;
	padding: 5px;
	position: absolute;
	width: 250px;
    z-index: 10000;
}

img#sosHH
{
	width: 261px;
	height: 49px;
	top: 15px;
	margin-left: 350px;
	position: relative;
	background-image:url(../images/soshh.gif);
	background-repeat:no-repeat;
}

.picFoto {
	width: 104px;
	height: 129px;
	margin: 10px auto;
/*	border: 1px dotted #333333;*/
}
.picFotoLista {
	width: 24px;
	height: auto;
	margin: 5px;
	border: 1px dotted #333333;
}
.tamanhoFotoLista {
	width: 20px;
	height: auto;
}
.picFoto IMG { border: 1px solid black; }

.picMedalha {
	border: 1px dotted #333333;
	color: #9D0000;
	display: inline-block;
	font-size: 18pt;
	font-weight: bold;
	height: 36px;
	margin: 20px;
	width: 36px;
}
.picMedalha IMG { border: 1px solid black; }

.picGrupo {
	border: 1px dotted #333333;
	display: inline-block;
	font-size: 18pt;
	font-weight: bold;
	height: 32px;
	margin: 13px;
	width: 36px;
}
.picGrupo.atual { 	color: #007336;	}
.picGrupo.sugerido { 	color: #9D0000; }


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tfoot > tr > td {
    background-color: #FAFCF4;
}
