/*
	font styling
	allowed attributes: font-family,font-size,color,font-weight
*/

body,td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}
.red
{
    background: url(../images/error.png) top left  no-repeat;
color:#CC0000;
   padding-left: 18px;
   padding-right: 8px;
   padding-top: 7px;
   padding-bottom: 7px;
   line-height: 18px;
}
.green
{
    background: url(../images/info.png) top left  no-repeat;
    color: #009900;
   padding-left: 18px;
   padding-right: 8px;
   padding-top: 7px;
   padding-bottom: 7px;
   line-height: 18px;
}
.colorRed{color:#CC0000; text-align:center;}
.colorGreen{color:#009900; text-align:center;}
select,input,button
{
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
}

h1{
font-size:1.7em;
color: #330066;
}
h2{
font-size:1.5em;
color: #0066CC;
}
h3{
font-size:1.3em;
color:#B50918;
}
h4{
font-size:1.1em;
color: #006633;
}

select
{
	font-size:100%;
}

a:link,a:visited
{
	
	color: #006699; 
	text-decoration: none;
}

a:hover,a:active
{
	
	color: #ff9933;
	text-decoration: underline;
}

a.file:link,a.file:visited
{
	
	color: #000000; 
	text-decoration: none;
}

a.file:hover,a.file:active
{
	
	color: #000000;
	text-decoration: underline;
}

.fileman
{
	font-size: 1.2em;
	font-weight: bold;
}
.fileman2
{
	font-size: 1.2em;
	
}

.txtSmall{font-size: 0.8em;}

.divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
{
	font-size:90%;
}

.prefSection
{
	font-weight:bold;
	font-size:145%;
	line-height:40px;
}

#divAppboxHeader
{
	line-height:28px;
	font-size:125%;
	font-weight:bold;
	color:#666666;
}

#divGenTime,#divPoweredBy
{
	font-size: 80%;
	color: #ff0000;
}

#divPoweredBy 
{
	color: #000000;
}

/* 
	other styling
*/

body 
{
	background-image:url(../images/body-background.png);
	padding:3px;
}

form
{
	margin:0px;
	padding:0px;
}

img
{
	border:0;
}


input,button,select
{
	border: solid 1px #bbbbbb;
}

input[type=submit],input[type=button],input[type=reset],button,.egwbutton

{
/*	color:white;*/
	background-color:#c5c5c5;
	border:  outset 1px #dcdad5;
	background-color:#b9d5e3;
	border:  outset 1px #b9d5e3;
	margin:  1px;
	padding: 1px;
	
	color:  #004e7d;
	
}

input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
{
	background-color:#94bfd4;
	border:  outset 1px #b9d5e3;
	color:  #006699;
	color:  #004e7d;
}

input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active

{
	border:  inset 1px #bbbbbb;
}

input.egwbutton
{
   background-color:#c5c5c5;
   border:  outset 1px #dcdad5;
   background-color:#b9d5e3;
   border:  outset 1px #b9d5e3;
   margin:  1px;
   padding: 1px;
   
   color:  #004e7d;
  
}

input.egwbutton:hover
{
   background-color:#94bfd4;
   border:  outset 1px #b9d5e3;
   color:  #006699;
   color:  #004e7d;

}
input.egwbutton:active
{
   border:  inset 1px #bbbbbb;
}

input[type=image]
{
   
   
   border: 0;
}

.divLoginbox,.divSidebox 

{
	position:relative;
	width: 370px; 
	border: #9c9c9c 1px solid; 
}

.divSidebox 
{
	width: 177px; 
}

.divSideboxHeader,.divLoginboxHeader 
{
	text-align:center;
	background-color:#dddddd;
	padding-top:2px;
	color:#666666;
}

a.divSideboxEntry, .divSideboxEntry
{
	text-align:left;
	height:16px;
	background-color:#FDFDFD;
}

a.appTitles,.appTitles
{
	height:18px;
	padding-top:2px;
	padding-bottom:2px;
}

a.textSidebox
{
	border-top: 0;
}

.textSidebox
{
	height:18px;
	padding-top:2px;
	padding-bottom:2px;
	border-top: solid #aaaaaa 1px;
}

.sideboxSpace
{
	height:9px;
}

.greyLine
{
	margin:1px;
	border-top:solid 1px #7e7e7e;
	height:1px;
}

#extraIcons
{
	background-color:#eeeeee;
	border:solid 1px #7e7e7e;
}

.extraIconsRow
{
	border:solid 1px #dddddd;
	padding:2px;
}

body {
	padding: 0px;
}

#divMain
{
	background-color:white;
	padding:9px;
	border:solid 1px #7e7e7e;
}

#divLogo
{
	position:absolute;
	left:30px;
	top:110px;
	z-index:51;
}

#divLogoMan
{
	position:absolute;
	left:30px;
	top:20px;
	z-index:51;
}

#divUpperTabs
{
	text-align:right;
	height: 15px;
	margin-right: 10px;
}

#divUpperTabs ul
{
display:inline;
margin:0;
padding:10px 10px 0 1px;
list-style:none;
}

#divUpperTabs li
{
float:right;
margin:0 5px 0 0;;
padding:0 5px 0 5px;
border:solid 1px #9c9c9c;
border-bottom: 0px;
}


#divAppIconBar
{
	/*margin-top: 15px;*/
	background-color:silver;
	border:solid 1px #9c9c9c;
	background: url(../images/background-icon-bar.png) repeat-x bottom; 
	height: 110px;
}

#divAppTextBar
{
	background-color:white;
}

#divStatusBar
{
	background-color:white;
	height:15px;
	padding-left:10px;
	margin-top: 13px;
}

#tdSidebox
{
	width:170px;
	background-color:white;
	overflow:visible;
}

#tdAppbox
{
	background-color:white;
	padding-left:5px;
	width: 100%;
}

#divAppboxHeader
{
	background-image:url(../images/appbox-header-background.png);
	background-repeat: repeat-x;
	height:36px;
	text-align:center;
	padding-bottom:0px;
	border-top:solid 1px #9c9c9c;
	border-left:solid 1px #9c9c9c;
	border-right:solid 1px #9c9c9c;
}

#divAppbox
{
	background-color:#ffffff;
	padding:5px;
	border-bottom:solid 1px #9c9c9c;
	border-left:solid 1px #9c9c9c;
	border-right:solid 1px #9c9c9c;
}



#fmStatusBar
{
	margin-left:4px;
	margin-bottom:3px;
}

.fmButton
{
	background-repeat: no-repeat;
	background-image:url(../images/buttonbackground.png);
	width:28px;
	height:28px;
}

#fmLocation
{
	position:relative;
	margin-bottom:3px;
	height:27px;
}

#fmMenu
{
	position:relative;
}

#fmFileWindow
{
	background-color:#ffffff;
	margin-left:4px;
	padding:5px;
	position:relative;
	border-right: #cccccc 1px solid; 
	border-top: #9c9c9c 2px solid; 
	border-left: #9c9c9c 2px solid; 
	border-bottom: #cccccc 1px solid
}

#admin_info
{
	position:relative;
	text-align:right;
}

#divGenTime,#divPoweredBy 

{
	bottom:4px;
	text-align:center;
	width:99%;
}
 #navWelcome{ text-align:center;width:450px;margin-right:auto;margin-left:auto;}
 #navWelcome ul
{
margin: 38px;
padding: 0;
list-style-type: none;
text-align:center;

}
 #navWelcome ul li
{
border: solid 1px #cccccc;}
#navWelcome a
{
display: block;

background-color: #ffffff;
margin: 8px;
width: auto;
padding: .2em .8em;
text-decoration: none;
font-size : 1.5em;

}

#navWelcome a:hover
{
background-color: #B50918;
color: #FFF;
}
#browser{ font-size:13px; border: solid 1px #cccccc;}
#browser ul
{
    list-style-type:none;
  
    }
#browser li{padding:  4px 4px 4px 4px ;background:url(../images/linea.jpg) repeat-y ; }   
#browser form{padding: 0px 0px 0px 0px ; margin:0px;}
#browser a.cartella{padding: 0px 0px 0px 0px ;margin:0px;font-weight:bold; }
#browser a.file{font-weight:normal;}
#browser .cartella 
{padding: 6px;}
    
#browser .file
{padding: 6px;}   
 
#listAdmin ul 
{
list-style-image: url('../images/freccetta-elenco.gif')
}