
/* Cinza escuro - #d4d4d4 */
/* Cinza claro - #F3F3F3 */
	
body {
	background-color: #F2F2F2;
	margin: 0px;
	height: 100%;
	overflow:hidden;
}


/* -------------------- Paineis -------------------- */

.header-logo{
	padding-top: 3px;
	padding-left: 20px;
	width: 180px;
	float: left;
}

.header-panel{
	background-color: #FF8F32;
	width: 100%;
	height: 40px;
	top: 0px;
	left: 0px;
	position:fixed;
	border-bottom-color: #d4d4d4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	box-shadow: inset 0px 0px 30px rgba(0,0,0, 0.30);
}

.menu-panel{
	background-color: #F3F3F3;
	padding-top: 40px;
	padding-left: 0px;
	float: left;
	top: 27px;
	left:0;
	bottom: 20px;
	width: 200px;
	height: auto;
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	
	border-color: #d4d4d4;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	box-shadow: inset 0px 0px 30px rgba(0,0,0, 0.15);

}

.main-panel{
	background-color: #FFF;
	width: auto;
	height: auto;
	top: 41px;
	bottom: 35px;
	left: 201px;
	right: 0px;
	padding-top: 40px;
	padding-left: 40px;
	float: left;
	position: absolute;
	overflow: auto;
	box-shadow: inset -30px 0px 100px rgba(0,0,0, 0.10);
}

.sub-panel{
    border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background-color: #f7f7f7;
	width: 900px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}

.footer-panel{
	padding-top: 5px;
	border-top-color: #d4d4d4;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #FFF;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 30px;
	box-shadow: inset 0px 0px 30px rgba(0,0,0, 0.15);
}


.main-limit
{
    max-width: 980px;
	margin-top: 40px;
}

/* -------------------- Textos -------------------- */

.header-user{
	font-family: Verdana, Geneva, sans-serif;
	height: 20px;
	width: 200px;
	text-align: right;
	color: #FFF;
	font-size: 13px;
	float: right;
	padding-right: 20px;
	padding-top: 10px;
}

.menu-text{
	height: 35px;
	width: 180px;
	text-align: left;
	color: #666;
	font-size: 20px;
	padding-left: 20px;
}

.title-text
{
    font-family: Verdana, Geneva, sans-serif;
    height: 70px;
	text-align: left;
	color: #999;
	font-size: 26px;
}

.subtitle-text
{
    font-family: Verdana, Geneva, sans-serif;
    height: 30px;
    width: 200px;
	text-align: left;
	color: #666;
	font-size: 20px;
	display: inline;
}

.info-text
{
    font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	color: #999;
	font-size: 12px;
	margin-top: 10px;
}

.main-text{
    font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	color: #999;
	font-size: 15px;
}

.footer-text{
	font-family: Verdana, Geneva, sans-serif;
	height: 15px;
	width: 300px;
	text-align: left;
	color: #666;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 7px;
}

.link-text:hover{
    text-decoration: underline;
}

.tablerow:hover{
    background-color: #F3F3F3;
    opacity:0.9;
    filter:alpha(opacity=90);
} 



/* -------------------- Submenus -------------------- */

.submenu{
	width:600px;
	height:80px;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-right: 20px;
}

.submenu:hover{
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
}

.submenu-btn{
	background-color: #FF8F32;
	width:80px;
	height:80px;
	margin-right: 20px;
	float: left;
}

.submenu-img{
	width:60px;
	height: 60px;
	margin-top: 10px;
	margin-left: 10px;
}

.submenu-big{
	background-color: #FF8F32;
	width:300px;
	height:150px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	box-shadow: inset 0px 0px 30px rgba(0,0,0, 0.30);
}

.submenu-big:hover{
    -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
}

.submenu-big-btn{
	width:300px;
	height:110px;
	margin-top:68px;
	padding-left: 10px;
}

.submenu-big-aviso{
	width:300px;
	height:40px;
	margin-top:10px;
	text-align:right;
}

.submenu-big-img{
	width:60px;
	height: 60px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}


/* -------------------- Login -------------------- */

.login-panel{
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	background-color: #FF8F32;
	width: 100%;
	height: 300px;
	margin-top: -150px;
	position: absolute;
	top: 50% ;
	
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 15px rgba(50, 50, 50, 1);
}

.login-form-panel{
	width: 650px;
	height: 280px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}


/* -------------------- IMPORTADOS -------------------- */

div.ui-datepicker
        {
            font-size: 10px;
        }
        input.error
        {
            border-color: Red;
            border-style: solid;
            border-width: 1px;
        }
        body
        {
            margin-bottom: 5px;
            margin-left: 5px;
            margin-left: 5px;
            margin-top: 5px;
            font-family: Arial;
            font-size: 10px;
            color: #7F7F7F;
            text-decoration: none;
        }
        .subtitulos
        {
            color: #F7931D;
            font-weight: bold;
            font-size: 15px;
            margin-left: 5px;
        }
        .items
        {
            color: #666666;
            font-weight: bold;
            text-decoration: none;
            font-size: 11px;
            line-height: 24px;
        }
        .titulo
        {
            color: #FFFFFF;
            font-weight: bold;
            font-size: 25px;
            margin-right: 10px;
        }
        div.scroll
        {
            height: 200px;
            width: 680px;
            overflow: auto;
            border: 1px solid #666666;
            padding: 10px;
            padding-bottom: 10px;
        }
        .linhas
        {
            color: #0082C6;
        }
        .error
        {
            color: Red;
        }
        .style3
        {
            width: 215px;
        }
        .style4
        {
            height: 28px;
        }