@import "layout_hacksie.css";
@import "layout_definicoes.css";

	html, body {
		height: 100%;
		}
	
	* {
		margin: 0;
		padding: 0;
		border: 0;
		}
	
	body {
		background:url(../images/bg_html.jpg) repeat-x #B1DFEC;
		line-height: 1.4em;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
		color: #6A6A6A;
		text-align: center;
		}
	
	#pagina {
		background: url(../images/bg_pagina.gif) #fff left repeat-y;
		width: 776px;
		margin: 0 auto;
		min-height: 100%;
		text-align: center;
		border-right: 1px solid #FFF;
		border-left: 1px solid #FFF;
		}
	
	.bg {
		min-height: 100%;
		/*background: url(../images/chamada_base.jpg) no-repeat right bottom;*/
		}
	
	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px;
		}
	
/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CABECALHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/
	
	#cabecalho {
		width: 100%;
		height: 203px;
		background: #FFFFFF;
		}
	
/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/
	
	#contentMiolo {
		padding-bottom: 66px;
		_height: 100%; 
		*height: 100%;
		/*background: #CCCCCC;*/
		}
	#contentMiolo:after { 
		content: ""; 
		display: block; 
		clear: both; 
		height: 0; 
	}	
	#contentMiolo .disabledInput{
		padding: 4px 0px 4px 0px;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
		color:#000000;
		text-decoration: none;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #999;
		border-right-color: #999;
		border-bottom-color: #999;
		border-left-color: #999;
		background-color: #F3F3F3;
	}
	#contentMiolo input, select, textarea{
		padding: 4px 0px 4px 4px;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
		text-decoration: none;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #999;
		border-right-color: #999;
		border-bottom-color: #999;
		border-left-color: #999;
		background-color: #FFB826;
		}
		
	#contentMiolo input:focus, select:focus, textarea:focus {
		padding: 4px 0px 4px 4px;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
		text-decoration: none;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #999;
		border-right-color: #999;
		border-bottom-color: #999;
		border-left-color: #999;
		background-color: #F0A300;
		}
	
	#conteudoHome {
		clear: both;
		float: right;
		margin-top: 0;
		width: 577px;
		text-align:left;
		}
	
	#conteudo {
		clear: both;
		float: right;
		margin-top: 0;
		width: 547px;
		text-align:left;
		padding: 0 15px 0 15px;
		}
		
/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MENU
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/
	
	#menu {
		width: 199px;
		text-align: left;
		color: #FFF;
		font-weight: bold;
		/*margin-top: -30px;
		_margin-top: 0px;*/
		float: left;
		}
	
/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CHAMADA BASE (APENAS NA HOME)
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/
	
	#chamadaBase {
		width: 776px;
		height: 246px;
		/*background: url(../images/chamada_base.jpg) no-repeat right top;*/
		/*line-height: 1.5em;*/
		position: relative;
		margin: -22.4em auto 0 auto;
		_margin: -22.2em auto 0 auto;
		}
		
	#rodape {
		/*background:#E6A800;*/
		/*height:44px;*/
		line-height:1.5em;
		margin: -1.5em auto 0pt;
		position:relative;
		text-align:right;
		width:778px;
		}	
		
	#nonFooter {
		position: relative;
		height: 100%;
		min-height: 100%;
		}
	
