#main{
	padding: 1em;
}
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
     text-align: center }
#banner a { color: white; }
fieldset { padding: 8px; }
legend { font-weight: bold; }

pre { margin-bottom: 1em; }
    
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

.basic, #list2, #list3, #navigation{
	width:317px;
}

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

#list1a{
	background:url(../img/bg-menulater.jpg) repeat-y;
}

.basic{
	width:317px;
}

.basic p{
	margin:7px 12px;
}
.basic a{
	cursor:pointer;
}

/* item 1 */
.item1.ui-state-active{
	background:url(../img/bt-cargafechada.gif) no-repeat;
	display:block;
	height:34px;
	text-indent:-9999px;
	width:317px;
}
.item1{
	background:url(../img/bt-cargafechada-off.gif) no-repeat;
	display:block;
	height:30px;
	text-indent:-9999px;
	width:317px;
}

/* item 2 */
.item2.ui-state-active{
	background:url(../img/bt-cargafracionada.gif) no-repeat;
	display:block;
	height:34px;
	text-indent:-9999px;
	width:317px;
}
.item2{
	background:url(../img/bt-cargafracionada-off.gif) no-repeat;
	display:block;
	height:30px;
	text-indent:-9999px;
	width:317px;
}

/* item 3 */
.item3.ui-state-active{
	background:url(../img/bt-armazenagem.gif) no-repeat;
	display:block;
	height:34px;
	text-indent:-9999px;
	width:317px;
}
.item3{
	background:url(../img/bt-armazenagem-off.gif) no-repeat;
	display:block;
	height:30px;
	text-indent:-9999px;
	width:317px;
}

/* item 4 */
.item4.ui-state-active{
	background:url(../img/bt-projetos.gif) no-repeat;
	display:block;
	height:34px;
	text-indent:-9999px;
	width:317px;
}
.item4{
	background:url(../img/bt-projetos-off.gif) no-repeat;
	display:block;
	height:30px;
	text-indent:-9999px;
	width:317px;
}


/* item 5 */
.item5.ui-state-active{
	background:url(../img/bt-logistica.gif) no-repeat;
	display:block;
	height:34px;
	text-indent:-9999px;
	width:317px;
}
.item5{
	background:url(../img/bt-logistica-off.gif) no-repeat;
	display:block;
	height:30px;
	text-indent:-9999px;
	width:317px;
}

.link{
	margin:0 12px 5px 12px;
}


@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}