/*  CSS POSICIONAMENTO DAS DIVS */

	html, table{
		height:100%;
		
	}
	
	body{
		background-image: url(_img/backpattern.gif);
		background-repeat: repeat-y;
		background-attachment: scroll;
	}

	#shell{
		min-height:100%;	
		height:100%;
		width:900px;
		padding-top: 29px;
		padding-left: 30px;
		
	
	}
	#theContent{
		min-height:100%;
		height:100%;
		width:656px;
		float:left;
		padding-top: 0px;
	}
	
	#sidebar{
	min-height:100%;
	height:100%;
	width:244px;
	float:left;
	}
	
	#nav{
		background-color: #ffffff;
		height:auto;
		width:260px;
		float:left;
		margin-top: 31px;
	}
	
	#spacer{
		clear:both;
	}
	
	#theCorner{
	   background-color: red;
		height:auto;
		width:260px;
	}


/* CSS ACCORDION */

*{
color: black;
}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 10px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	padding: 2px 0;
	padding-left: 19px;
	text-decoration: none;
	font-weight: normal;
}

.arrowlistmenu ul li a:visited{
color: #66CCFF;
}

.arrowlistmenu ul li a:hover{
	text-decoration: none;
}

/* CSS FORMATAÇÃO */

.selecaoPreto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #000000;
	height: 15px;
	width: 155px;
	line-height: 15px;
	padding: 3px 3px 3px 8px;
}

.selecaoAzul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #00AEEF;
	height: 15px;
	width: 155px;
	line-height: 15px;
	padding: 3px 3px 3px 8px;
}
.titDescricao {
	color: #66CCFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
