/* begin overall style */

html,body
{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;

	color: #555;
	font: normal 9pt Verdana;
}

h2, h3{
	font-size: 14pt;
	margin:3px 0 8px 0;
	padding:0;
	font-family: Arial;
	width:85%;
}



h3{
	float:left;
}

form{
	margin: 0;
}

#page
{
	width: 98%;
	margin: 0 auto;
	padding: 0;
	/*float:left;*/
	min-height:100%;
	background-color:#fff;
	border: none;
	/*border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;*/
	position: relative;
	background: url("/dsv/servicos/images/brasao.gif") no-repeat fixed center center transparent;

}

* html #page {
	height: 97%; /* hack para IE6 que trata height como min-height */
}

#header
{
	margin: 0;
	padding: 5px 0;
	float:left;
	width:100%;
	background: rgb(52,95,140);
	border: solid 1px #DDD;
}

#logo
{
	padding: 0;
	background-image:url('../images/logo-azul.jpg');
	background-repeat:no-repeat;
	border: #006666 solid 0px;
	height: 76px;
	width: 128px;
	margin: 0 15px 0 10px;
	font-size: 200%;
	float:left;
}

#menu{
	clear:both;
}

/*#menu
{
	position: relative;
	background: url(../images/bg.png) repeat-x;
	border: 0px solid red;
	height: 29px;
	width: 100%;
	margin: 0px 0 0 0;
}*/

#painel{
	width: 300px;
	height: 20px;
	vertical-align:center;
	float:left;
	margin-top: 15px;
	margin-left: 5px;
	color: #FFF;
}

#painel a{
	color: yellow;
}

#painel span{
	margin-left: 10px;
}

#logoSistema{
	float:right;
	margin-right: 5px;
	color: #FFF;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 70px;
}

#logoSistema img{
	margin-left: 8px;
	margin-top: 5px;
}

#mainmenu
{
	/*padding: 1px 0 0 px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	width: 950px;*/

	/*position: absolute;*/

	/*top: 65px;*/
	width: 100%;
	background: url('../images/fundoMenu.gif') repeat-x;
	border-left: solid 1px #DDD;
	border-right: solid 1px #DDD;
	/*border-top: solid 1px #CCC;*/
	/*border-bottom: solid 1px #CCC;*/
	position: relative;
	z-index: 1000;
	/*top: 59px;*/
	z-index: 1000;
}

#titPagina{
	margin-top:8px;
	font-weight: bold;
	color: yellow;
}

#titPagina p{
	padding: 6px 5px 12px 5px;
	margin:0;
}

#mainmenu ul li a{
	font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	/*color: black;*/
	color: #111;
	text-shadow: 0 1px 0 #FFF;
	background: url('../images/fundoMenu.gif') repeat-x;
}

#mainmenu ul li a:hover{
	color: #000;
}

/*#mainmenu ul
{
	padding: 0;
	margin: 0;
	padding: 0.4em 0 0.3em 0;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	padding: 0.4em 0.4em;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	background: #fce190;
	color: #231f20;
}*/

#content
{
	clear:left;
	/*float:left;*/
    position: relative;
    width: 98%;
    margin: 0px 0 0 0;
    padding: 5px 1% 30px 1%;
    /*background: white;*/
	/*min-height: 390px;*/


	padding-bottom: 30px;

}

#footer
{
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	margin:0;
	width: 100%;
	background: url('../images/fundoMenu.gif') repeat-x;
	position: absolute;
	bottom: 0;
}

#footer p
{
	padding: 0px 0px;
	margin:0;
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	border-collapse: collapse;
	width: 100%;
	border: solid 1px #CCC;
}

table.dataGrid tr
{
	/*border-spacing: 0.3;
	border: solid 1px #CCC;*/
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	/*border: 1px #4F81BD solid;*/
	padding:0;
	padding: 0.3em;
	vertical-align:top;

}

table.dataGrid th
{
	/*background: #d3dfee;*/
	text-align: left;
	/*background: url(../images/fundoMenu.gif) repeat;*/
	background-color: rgb(230, 230, 230);
	text-shadow: 0 1px 0 #FFF;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.even
{
	/*background: #E6F2FF;*/
	background: rgb(240,240,240);
}
/* end of data grid style */

.actionBar
{
	margin: 5px auto;
	clear: left;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

.info{
	border: 2px solid #705a22;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #f8c121;
	font-size: 0.9em;
}

.version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}
.message {color: maroon;}
.source {font-family:"Lucida Console";font-weight:normal;background-color:#ffffee;}
.error {background-color: #ffeeee;}


#barra
{
	padding: 0;
	font-size: 0.8em;
	text-align: center;
	margin:0;
	width: 100%;
	background: url('../images/fundoMenu.gif') repeat-x;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}


/*****************/

#sidebar
{
	padding: 20px 20px 20px 0;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.grid-view table.items th {
	background: url('../images/fundoMenu.gif') repeat-x;
}

a img {
    border: medium none;
}

table.detail-view {
	border: solid 1px rgb(207, 207, 207) !important;
	border-collapse: inherit !important;
	padding: 5px !important;
}

table.detail-view th {
    text-align: left !important;
}

.grid-view table.items th a {
	text-shadow: 0 1px 0 #FFF;
}

.portlet-decoration {
   border: solid 1px rgb(207, 207, 207);
}

.portlet-content {
	border: solid 1px rgb(207, 207, 207);
}

a{
	text-decoration: none;
}

/* PMM CSS Framework - início */

    /* Fonts - início */

    @font-face {
        font-family: 'CenturyGothic';
        src: url('fonts/gothic.eot');
        src: url('fonts/gothic.eot?#iefix') format('embedded-opentype'),
             url('fonts/gothic.woff') format('woff'),
             url('fonts/gothic.ttf') format('truetype'),
             url('fonts/gothic.svg#gothic') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'CenturyGothic-Bold';
        src: url('fonts/gothicb.eot');
        src: url('fonts/gothicb.eot?#iefix') format('embedded-opentype'),
             url('fonts/gothicb.woff') format('woff'),
             url('fonts/gothicb.ttf') format('truetype'),
             url('fonts/gothicb.svg#gothicb') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    .fontCenturyGothic { font-family:'CenturyGothic'; }
    .fontCenturyGothicBold { font-family:'CenturyGothic-Bold'; }

    /* Fonts - fim */

    .clear { clear:both; }

    .noBorder { border:none !important; }

    .disabled { background:#eee; color:#888; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
    .disabled:hover { cursor:default; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; border-color:#ddd; }

    .floatLeft { float:left; }
    .floatRight { float:right; }

    .alignLeft { text-align:left; }
    .alignRight { text-align:right; }
    .alignCenter { text-align:center; }
    .alignJustify { text-align:justify; }

    .widthFull { width:100%; }

    .displayNone { display:none; }

    .opacity5, .opacity6, .opacity7, .opacity8 .opacity9 { opacity:1; }
    .opacity5:hover { opacity:0.5; }
    .opacity6:hover { opacity:0.6; }
    .opacity7:hover { opacity:0.7; }
    .opacity8:hover { opacity:0.8; }
    .opacity9:hover { opacity:0.9; }

    .radius2 { -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
    .radius3 { -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
    .radius4 { -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
    .radius5 { -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
    .bold { font-weight:bold; }
    .italic { font-style:italic; }

/* PMM CSS Framework - fim */

/* Estilos da Home do sistema - início */

    div#barraLogin { width:100%; height:19px; clear:both; padding-bottom:10px; background:url('../images/fundoMenu.gif') repeat-x center; }
    div#barraLogin div#tituloBarraLogin { float:left; padding:6px 0 5px 10px; width:205px;height:29px;color:#eee; font-size:25px;font-family:'Arial Narrow'; }
    div#barraLogin div#frmBarraLogin { float:right; width:510px; height:25px; padding:3px 5px 0 0; }
    div#barraLogin div#frmBarraLogin input { height:10px; box-shadow:none; border:none; margin:0 4px; border:1px #ccc solid; }
    div#barraLogin div#frmBarraLogin input#actionBarraLogin { color:#eee; background:#333; border-radius:2px; height:20px; font-weight:bold !important; font-size:11px; margin-top:1px; float:right; border:1px #000 solid; }
    div#barraLogin div#frmBarraLogin input#actionBarraLogin:hover { cursor:pointer; background:rgb(80,80,80); }
    div#barraLogin div#frmBarraLogin label { margin-left:5px; font-family:verdana; font-weight:bold; }

    div#home .containerQuadros { width:1152px; height:552px; margin:auto; padding-top:60px; }
    div#home .containerQuadros .quadroInformativo { width:370px; height:550px; float:left; margin:0 7px; }
    div#home .containerQuadros .quadroInformativo .abaQuadro { width:125px; height:16px; margin-left:30px; }
    div#home .containerQuadros .quadroInformativo p { margin:0 !important; }

    .conteudoInternoQuadro h2{
		font-size: 14pt !important;
	}

	.conteudoInternoQuadro{
		line-height: 30px;
	}

    div#home .containerQuadros .quadroInformativo .conteudoQuadro,
    div#home .containerQuadros .quadroInformativo .conteudoQuadro .tituloQuadro,
    div#home .containerQuadros .quadroInformativo .conteudoQuadro .conteudoInternoQuadro,
    div#home .containerQuadros .quadroInformativo .conteudoQuadro .rodapeQuadro { width:366px; }

    div#home .containerQuadros .quadroInformativo .conteudoQuadro { height:455px; border:1px #e3e3e3 solid; background:#fff; padding-top:50px; }
    div#home .containerQuadros .quadroInformativo .conteudoQuadro .tituloQuadro { height:125px; }
    div#home .containerQuadros .quadroInformativo .conteudoQuadro .conteudoInternoQuadro { height:325px; background:#fff; }
    div#home .containerQuadros .quadroInformativo .conteudoQuadro .rodapeQuadro { height:5px; }

    /* Quadro sobre o sistema */
    div#home .containerQuadros .sobreSistema .abaQuadro,
    div#home .containerQuadros .sobreSistema .tituloQuadro,
    div#home .containerQuadros .sobreSistema .conteudoInternoQuadro,
    div#home .containerQuadros .sobreSistema .rodapeQuadro { background-color:rgb(130,130,130); color:rgb(130,130,130); }
    div#home .containerQuadros .sobreSistema .tituloQuadro { background:url('../images/sobre-sistema.png') center no-repeat; }
    div#home .containerQuadros .quadroInformativo.sobreSistema .conteudoInternoQuadro { height:310px; background:#fff; }
    div#home .containerQuadros .quadroInformativo.sobreSistema .conteudoInternoQuadro h2 { color:rgb(120,120,120); margin:15px 0 10px 20px; }
    div#home .containerQuadros .quadroInformativo.sobreSistema .conteudoInternoQuadro .descricaoSistema { width:320px; height:260px; overflow:auto; padding:0 10px 5px 5px; margin:10px 0 0 15px; }
    div#home .containerQuadros .quadroInformativo.sobreSistema .conteudoInternoQuadro .descricaoSistema p { margin-bottom:10px !important; }

    /* Quadro manual do sistema */
    div#home .containerQuadros .manualSistema .abaQuadro,
    div#home .containerQuadros .manualSistema .tituloQuadro,
    div#home .containerQuadros .manualSistema .conteudoInternoQuadro,
    div#home .containerQuadros .manualSistema .rodapeQuadro { background:#21664b; color:#21664b; }
    div#home .containerQuadros .manualSistema .tituloQuadro { background:url('../images/manual-sistema.png') center no-repeat; }
    div#home .containerQuadros .manualSistema .conteudoInternoQuadro p { font-size:30px; line-height:35px; padding-top:110px; }

    /* Quadro suporte do sistema */
    div#home .containerQuadros .suporteSistema .abaQuadro,
    div#home .containerQuadros .suporteSistema .tituloQuadro,
    div#home .containerQuadros .suporteSistema .conteudoInternoQuadro,
    div#home .containerQuadros .suporteSistema .rodapeQuadro{ background:#192d68; color:#192d68; }
    div#home .containerQuadros .suporteSistema .tituloQuadro { background:url('../images/suporte-sistema.png') center no-repeat; }
    div#home .containerQuadros .suporteSistema .conteudoInternoQuadro .atendimento { font-size:20px; padding-top:100px; }
    div#home .containerQuadros .suporteSistema .conteudoInternoQuadro .foneSuporte { font-size:40px; }
    div#home .containerQuadros .suporteSistema .conteudoInternoQuadro .emailSuporte { font-size:20px; padding-top:25px; }

.p-footer{
	text-align: center;
	padding: 10px 0px;
}

.p-footer a{
	color: #192d68 !important;
}
/* Estilos da Home do sistema - fim */