/*DIV.container {
	width: 90%;
	margin-bottom: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
TEXTAREA {
	width: 80%;
}
FIELDSET {
	border: 1px solid #ccc;
	padding: 1em;
	margin: 0;
}
LEGEND {
	color: #ccc;
	font-size: 120%;
}
INPUT, TEXTAREA {
	font-family: Arial, verdana;
	font-size: 125%;
	padding: 7px;
	border: 1px solid #999;
}
LABEL {
	display: block;
	margin-top: 10px;
}
IMG2 {
	margin: 5px;
}*/

* html a {
	text-decoration: none;
}
h2 {
	margin: 0;
}
.drawers-wrapper {
	position: relative;
	width: 200px;
	margin-left: 10px;
}
.drawer {
	background: transparent url(../images/sideboxlight_bg20070611.gif) repeat-y scroll 0pt;
	font-size:11px;
	line-height:2em;
}
.boxcap {
	height:4px;
	left:0pt;
	position:absolute;
	width:100%;
	z-index:100;
	background: transparent url(../images/sidenav_capbottom.gif) no-repeat scroll 0%;
	margin-top:-4px;
	_margin-top:-10px;
}
.captop {
	background-image:url(../images/box_200captop.gif);
	bottom:auto;
	top:0pt;
	margin-top:0px;
	_margin-top:-5px;
}
.drawers {
	font-family:"Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	margin-bottom:30px;
	color:#76797C;
	font-size:12px;
	line-height:18px;
	background-color: #FFF;
}
.drawers a {
	color:#666666;
	text-decoration: none;
}
.drawer li {
	line-height:10px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.drawer li.separador {
	padding: 0px;
}
.drawer li.last {
	padding: 9px 0 12px 0;
}
.drawer li.first {
	padding: 12px 0 0 0;
}
ul {
	list-style: none;
	padding: 0;
	margin-left: 3px;
}
ul.drawers {
	margin: 0;
}
.drawer-handle {
	color:#FFFFFF;
	cursor:default;
	font-size:11px;
	font-weight:normal;
	height:33px;
	line-height:32px;
	margin-bottom:0pt;
	text-indent:15px;
	width:100%;
	background: #939393 url(../images/slider_handlebg188.jpg) no-repeat scroll 0pt;
}
.drawer-handle.open {
	background-color:#FFF;
	background-position:-200px 0pt;
	color:#FFF;
}
.drawer ul {
	padding-bottom:0px;
	padding-top: 0;
	padding-right: 12px;
	padding-left: 12px;
}
.drawer-content ul {
	padding-top: 7px;
}
.drawer-content li a {
	display:block;
	overflow:hidden;
}

/*
caixa com mensagem para o utente na index
*/
#javabox {
	width: 200px;
	height: 290px;
	margin: 0px 0px 20px 10px;
}

/*
menu css com efeito accordion
*/

#accordion {
	width: 200px;
	height: 290px;
	margin: 10px 0px 100px 10px;
}
#accordion div {
	height: 32px;
	overflow: hidden;}
	
#accordion:hover div {
	height: 32px; }
	
#accordion A {
color:#666666;
	text-decoration:none;
	font-family:"Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
		font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	
}
#accordion A:hover {
	color:#FF9900;
	text-decoration:none;
	
}
#accordion:hover div:hover {
	height: 290px;
	overflow: auto; }
	
.accordion-handle {
	color:#FFFFFF;
	cursor:default;
	font-size:11px;
	font-weight:normal;
	height:32px;
	line-height:34px;
	margin-bottom:0pt;
	text-indent:10px;
	width:100%;
	background: #FF9900 url(../images/slider_handlebg188.jpg) no-repeat scroll 0pt;
}
#section {
	background-color: #FFFFFF;	
}
#section LI {
	border-bottom:1px solid #E5E5E5;
	line-height:32px;
	padding:8px 0px;
}	
	#section UL {
	padding-bottom:0px;
	padding-top: 0;
	padding-right: 12px;
	padding-left: 12px;
}
	.section_first {
	color:#FFFFFF;
	cursor:default;
	font-size:11px;
	font-weight:normal;
	height:32px;
	line-height:34px;
	margin-bottom:0pt;
	text-indent:10px;
	width:100%;
	background: url(../images/slider_first.jpg) no-repeat scroll 0pt 0px;
}