@import 'common.css';
@import 'icones.css';
/* --------------------------------------- */

body {
	background:url(../img/bg_header.jpg) no-repeat top #fff;
}

/* Estrutura */
#header #logo-ms {
    background-image:url("../img/logo_ms.jpg");
    background-position:right center;
    background-repeat:no-repeat;
    height:65px;
	margin-left:20px;
	margin-right:0;
}
#header #logo-siriema {
	background:url("../img/logo_siriema.jpg") no-repeat;
	height:65px;
	margin-left:0;
	margin-right:20px;
}
#header #atendimento {
	background:url("../img/icon_atendimento.gif") no-repeat;
	height:24px;
	margin-top:30px;
}
#header #atendimento span {
    color: #8F8F8F;
    font-family: verdana;
    font-weight: bold;
    margin-left: 30px;
}
#content .grid_12 {
	margin-left:0;
	margin-right:0;
	width:100%;
}
#footer{
	background-image:url(../img/bg_footer.jpg);
	background-repeat:repeat-x;
    border-top:1px solid #6294ad;
    padding:40px 0;
	margin-top:10px;	
	float:left;
	width:100%;
}
#footer #logo-sgi {
	margin:0 auto;
	height:80px;
	background: url(../img/logo_sgi.png) no-repeat 50% 50% ;	
}

/* P�gina de contexto */
#topo {
	margin-top:4px;	
	margin-bottom:4px;
	overflow:visible;
}
#menu .ui-menubar {
	padding:0.2em;
	overflow:visible;
	width:80%;
	float:left;
}
#menu .ui-menubar a {
	padding:0.3em;
}
#menu .login {
	font-size:smaller;
	line-height:32px;
	color:#4f4f4f;
	padding:0 0.2em;
	text-overflow:ellipsis;
	text-shadow:none;
	font-weight:bold;
    white-space:nowrap;
}
#lateral {
	float:left;
	padding:0;
	margin-right:4px;

}
#lateral #lateral_content {
	padding:0;
}
#lateral #lateral_header {
	padding:0;
	border:0;
	border-radius:0;
}
#centro {
	border:0;
	padding:0;
}
#centro #centro_content {
	padding:0;
}

/* Tree styles */
#tree .ui-tree {
	padding:0;
	border:0;
	min-height:450px;
	max-width:300px;
	width:100%;
	font-size: 1em;
}
#tree .ui-tree-node {
	width:100%;
	margin:0;
}
#tree .ui-tree-node-content {
	padding:1px;
	width:100%;
}
#tree span.ui-state-hover {
	background:none;
    border:1px solid transparent;
	box-shadow:none;
	color:inherit;
}
#tree span.ui-state-highlight {
	background:none;
    border:1px solid transparent;
	text-shadow:none;
	color:#113768;
}
#tree span.ui-state-hover .ui-tree-node-label {
    background-color:#97B6DD;
    border:1px solid gray;
}
#tree span.ui-state-highlight .ui-tree-node-label {
    background-color:#97B6DD;
    border:1px solid gray;
    color:#ffffff;
}
#tree .ui-tree-node-label {
	margin:0;
	float:none;
	text-shadow:none;
}
#tree .ui-tree-node-label a {
	text-shadow:none;
}
#tree .icon {
	height:16px;
	width:16px;
	margin:0 0.5em;
	border-radius:0px;
}
#tree .icon-modulo {
	background:url("../img/icon_modulo.gif") no-repeat;
}
#tree .icon-folder {
	background:url("../img/icon_folder.gif") no-repeat;  
}
#tree .icon-relatorio {
	background:url("../img/icon_relatorio.gif") no-repeat;
}

/* Accordion styles */
#accordion .ui-state-default,
#accordion .ui-state-active,
#accordion .ui-state-hover {
	background:#E1E1E1;
	box-shadow:none;
	text-shadow:none;
	border:0;
}
#accordion .ui-state-active a,
#accordion .ui-state-hover a {
	color:#113768;
}
#accordion a {
	text-shadow:none;
	font-size: 1.1em;
}
#accordion .ui-accordion-content {
	margin:0;
    padding:0;
}
#accordion .ui-accordion-content ul {
    list-style:none;
    margin:0;
    padding:0;
}
#accordion .ui-accordion-content ul li {
    margin:0;
    padding:0;
    border-bottom:1px solid #a8a8a8;
}
#accordion .ui-accordion-content ul li a {
	background:#FFFFFF;
	padding:4px 0 4px 15px;
	display:block;
	text-decoration:none;
	line-height:20px;
}
#accordion .ui-accordion-content ul li a.active {
	background:#97B6DD;
	color:#ffffff;
}
#accordion .ui-accordion-content ul li a.hilight {
	background:#97B6DD;
	color:#313131;
}
.painelCentro {
	overflow-y:auto;
}
#paddingB {
	height:18px;
	width:100%;
}

.ui-widget .ui-widget {
    font-family: Tahoma,Arial,Helvetica,sans-serif !important;
    font-size: 1.0em !important;
}

dt {
	text-align: center;
	margin-top: 10px;
}