/* $Id: Aqua.css,v 1.9 2007/04/30 11:19:50 root Exp $ */

html,body { 
	margin:0; 
	padding:0;
}

body {
	font-family: 		Tahoma, Arial, Helvetica;
	font-size: 			11px; 
	text-align: 		left;
//    background-color:   #ECE9E8;

}

td, option, select, textarea, input {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}
 
form {
	padding:0; 
	margin:0;
}

input.form-text {
    border: 1px solid #7f9db9;
}

input.form-password {
    border: 1px solid #7f9db9;
}

div.form-checkbox {
    border: 0px;
    vertical-align: 30%;
    display: inline;
}

textarea.form-textarea {
    border: 1px solid #7f9db9;
}

select.form-select {
    border: 1px solid #7f9db9;
}

fieldset {
    border-top: 1px solid #6F6F6F;
    border-left: 1px solid #6F6F6F;
    border-right: 1px solid #6F6F6F;
    border-bottom: 1px solid #6F6F6F;
} 

legend {
	color: blue;
}

img {border-width: 0;
}

div#container {	
	position: relative; 
	width: 100%; 
	margin: 0px auto;
    background-color:   #ECE9E8;
}

div#container_login {	
	position: relative; 
	width: 100%;
	height: 700px;
    background-image:    url('./images/easy-home.gif');
    background-repeat:   no-repeat;
    background-position: center;
	margin: 0 0 0 0 ;
	border-left:  1px solid #fff; // devo mettere i bordi atrimenti in FF fa casino
	border-right: 1px solid #fff; 
	border-top:  1px solid #fff; 
	border-bottom: 1px solid #fff; 
}

div#menu {	
	position: relative;
}

td.menu_line_sep{
	background-image:    url('./images/line_tab.gif');
	height:1px;
}

td.menu_tab_center{
    font-weight:         bold;
    color:               #000000;
    background-color:    #DDDDDD;
    background-image:    url('./images/tab_center.gif');
    background-repeat:   repeat-x;
    background-position: top;
	height:18px;
}

td.menu_tab_center_nosel{
    font-weight:         bold;
    color:               #BBBBBB;
    background-color:    #DDDDDD;
    background-image:    url('./images/tab_center_nosel.gif');
    background-repeat:   repeat-x;
    background-position: top;
	height:18px;
}

td.menu_tab_left_nosel{
    font-weight:         bold;
    color:               #BBBBBB;
    background-color:    #DDDDDD;
    background-image:    url('./images/tab_left_nosel.gif');
    background-position: top;
	height:18px;
}

td.menu_tab_right_nosel{
    background-image:    url('./images/tab_right_nosel.gif');
}

div#header {
    background-image:    url('./images/bg_header.jpg');
    background-repeat:   repeat-x;
    background-position: top;
	border-bottom: 1px solid #000000; 
    background-color:    #ABABAB;
}

div#toolbar {
}

div#toolbar a {	
	text-decoration:none;
}

div#toolbar a:hover {	
	text-decoration:none;
	color: #FFFFFF;
}

tr.toolbar_row{
    background-color:    transparent;
}

td.toolbar_cell:hover{
	background-color: #818181;
	color: #FFFFFF;
}

td.toolbar_head{
    color:               	#000000;
    background-color:    	#ff9900;
    background-image:    	url('./images/tbl_th.png');
    background-repeat:   	repeat-x;
    background-position:	top;
}

td.folder_info {
    background-color:		transparent;
    text-align		:		center;
	text-decoration:		none;
}

td.user_info {
    background-color:    	transparent;
    text-align		:		center;
	text-decoration:		none;
}

div#message {	
	position: 				relative; 
    background-color:    	#ECE9E8;
}

div#body {	
	position: 				relative; 
	width: 					100%; 
	margin: 				0 0 0 0 ;
}

div#body_login {	
	position: 				relative; 
	margin: 				300px auto;
}

div#footer {	
	background-color: #ECE9E8; 
	font-weight: bold;
}

div.title { 
	font-weight: bold;
}

td.title { 
	font-weight: bold;
}

a:link {
	color: #444444;
}

a:visited {
	color: #444444;
}

div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:250px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}

tr.table_list_header{
    font-weight:         bold;
    color:               #000000;
    background-color:    #ff9900;
    background-image:    url('./images/tbl_th.png');
    background-repeat:   repeat-x;
    background-position: top;
}

tr.line_tab{
    background-color:    #BDBCBD;
    background-image:    url('./images/bg_line_tab.gif');
    background-repeat:   repeat-x;
    background-position: top;
	height:20px;
}

table.table_form{
    background-color:    #DBDDDA;
    background-image:    url('./images/bg_form.gif');
    background-repeat:   repeat-x;
    background-position: top;
}

table.tab_content{
    background-color:    transparent;
}

table.block_title{
	color:          	 white;
    background-color:    #666699;
    background-image:    url('./images/bg_title.jpg');
    background-repeat:   repeat-x;
    background-position: top;
}

table.block_container{
    background-color:    #ECE9E8;
}

div.tab_page {
	position:			relative; 
	top:				0px; 
	left:				0px; 
	border: 			1px solid #999; 
	background: 		#F9F8F4; 
}

div.block_header {
	position:			relative; 
	top:				0px; 
	left:				0px; 
	background: 		#ECE9E8;
}

table.fieldset_object{
	border-left:  1px solid #000; 
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000; 
}

tr.sep_bar_header{
    font-weight:         bold;
    color:               #000000;
    background-color:    #DCDCDC;
	height:2px;
}

tr.table_list_dark {
  background-color: #DCDCDC;
}

tr.table_list_light {
  background-color: #F5F5F5;
}

.menu {
  padding: 0 0 0 0.5em;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0.25em 1em;
  border: none;
  text-align:left;
}

.menu li {
  margin: 0;
  padding: 0.2em 0.5em 0 0;
}

.menu li a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.menu li a.active {
  color: #000;
}

.menu li a:hover {
  color: #009;
}

.menu li.expanded {
  list-style-type: circle;
  list-style-image: url(menu-expanded.gif);
}

.menu li.collapsed {
  list-style-type: disc;
  list-style-image: url(menu-collapsed.gif);
}

.menu li.leaf {
  list-style-type: square;
  list-style-image: url(menu-leaf.gif);
}

.grid_bar {
	border-left:1px solid #7f9db9;
	border-bottom:1px solid #7f9db9;
	border-right:1px solid #7f9db9;
	background:#ebeadb;
}

div.label {
	display:inline;
}
