/* Compatibilização do html */

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #F1F1F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	max-width: 1024px;
}

div, p  { /*clear top margin for mozilla*/
	margin-top: 0
}

#clearheader { /*needed to make room for header*/
	height: 69px;
}

#clearfooter { /*needed to make room for footer*/
	clear: both;
	height: 14px;
}

/* Título */

#centralxText {
	font-size: 15px;
	font-weight: bold;
	color: White;
	display: none;
	float: left;
	white-space: nowrap;
}

#centralxImg {
	background-image: url(../imgs/_mid_01.png);
	float: left;
	white-space: nowrap;
	width: 142px;
	height: 43px;
}

#applicationTitle {
	margin-top: 20px;
	font-size: 15px;
	font-weight: bold;
	color: White;
	height: 23px;
	float: left;
	white-space: nowrap;
}

#headerline {
	position: relative;
	height: 2px;
	width: 100%;
	overflow: hidden;
	background-image: url(../imgs/_yellow_line.png);
}

#header03 {
	background-image: url(../imgs/_mid_02.png);
}

#header05 {
	background-image: url(../imgs/_mid_02.png);
	height: 43px;
	width: 100%;
	overflow: hidden;
	min-width: 700px;	
}

#header06 {
	display: inline;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 0px;
}

#header07 {
	background-image: url(../imgs/_mid_03.png);
	width: 148px;
	height: 43px;
	float: right;
}

#header08 {
	background-image: url(../imgs/_mid_04.png);
	width: 199px;
	height: 43px;
	float: right;
}

#header09 {
	background-image: url(../imgs/_mid_05.png);
	width: 123px;
	height: 43px;
	float: right;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 69px;
	/*height: 100%;*/
	overflow: hidden;
	z-index: 1;
}

/* Rodapé */

#footer {
	background-color: #F1F1F1;
	border-top: 1px solid #999999;
	text-align: right;
	width: 100%;
	clear: both;
	height: 14px;
	position: relative;
}

/* Lateral */

#left {
	position: relative; /*ie needs this to show float */
	width: 180px;
	margin-left: -180px;
	padding-top: 69px; /*needed to make room for header*/
	background-image: url(../imgs/_menu_width.png);
	float: left;
}

#left p {
	padding-left: 3px;
	padding-right: 2px
}


/* Centro */ 

#outer {
	min-height: 100%;
	background:#FFFFFF;
	border-left: 1px solid #999999;
	color: #000000;
	margin-left: 179px;
	margin-bottom: -15px;
}

#centercontent {
	padding: 10px;	
}


#headerMenu {
	height: 24px;
	background-image: url(../imgs/_menu_line.png);
	display: block;
	position: absolute;
	overflow: visible;
	white-space: nowrap;
}

#headerMenuRight {
	height: 24px;
	background-image: url(../imgs/_menu_line.png);
	text-align: right;
	width: 100%;
	display: block;
	position: absolute;
	overflow: visible;
	white-space: nowrap;
}
