@charset "utf-8"; 

body {
	background: #999; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #CCC); 	/* for firefox 3.6+ */
    font-family: Arial,Helvetica,sans-serif;
}

a { text-decoration: none}
a:hover {text-decoration: underline } 

h1 {	color: #A4C639;	font-style:oblique; }
h2 {	color: #A4C639;	font-style:oblique; }
h3 {	color: #A4C639;	font-style:oblique; }

.content { font-size:small; }

td { font-size:small; }
th { font-size:small; }

<!-- Toolbar      DA CANCELLARE  -->
#toolbar-menu ul { list-style: none; padding: 0; margin: 0; float: center }
#toolbar-menu li { float: left; margin: 0 0.15em; }
#toolbar-menu li a { background: url(background.gif) #fff bottom left repeat-x; 
	height: 2em; line-height: 2em; float: left;  
	width: 9em; display: block; border: 0.1em solid gray; font-size:small;
	color: #000; text-decoration: none; text-align: center;  border-radius: 5px; }
#toolbar-menu li a:hover { background: url(background.gif) #ccc bottom left repeat-x; text-decoration: underline }


.actionbar {
	background: #dddddd; /* for non-css3 browsers */ border-radius: 15px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#DDD), to(#EEE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #DDD,  #FFF); 	/* for firefox 3.6+ */
}
.actionbar a {	font-size: large; color: #6e6e6e; text-decoration: none; }
.actionbar a:hover { font-size: large; color: #000000; text-decoration: underline; }

<!-- Ombreggiatura x finestre -->
.shiftcontainer { position: relative; }
.shadowcontainer { background-color: #d1cfd0; /* shadow color */ }
.shadowcontainer .innerdiv{
	/* Add container height here if desired */ 
	background-color: white; border: 1px solid gray; padding: 10px;	position: relative; 
	left: -5px; /*shadow depth*/ top: -5px; /*shadow depth*/
}


.window-title { color: #A4C639;	font-style:oblique; font-size:125%; }
.apk-title 	  {	color: #839e2d;	font-style:oblique; font-weight:bold; font-size:120%; }


img { border: 0px; }

.floatLeft { float: left; margin: 15px; }
.floatRight { float: right;  margin: 15px; }

.javacode { font-family: Courier, monospace; background: #F3F3F3; font-size:small; border: 1px dotted #CCCCCC; padding:10px; }
.shellcode { font-family: Courier, monospace; background: #555555; color:#FFFFFF; font-size:small; border: 1px solid #CCCCCC; padding:10px; }

div.box{
    height:300px !important;height /**/: 300px;
    overflow:auto; padding: 4px;
    border:1px solid #EEE; border-right:0 solid;
}
