﻿body {
}

.menuHeader
{
	background-image: url(images/sfondo_menu.gif);
	width: 100%;
	
}

.FileManagerMain
{
	background-color: #b0c4de;
	border-right: #3399cc 1px solid;
	border-top: #3399cc 1px solid;
	border-left: #3399cc 1px solid;
	border-bottom: #3399cc 1px solid;
}

.FolderBrowser
{
	/*background-image: url(images/rb/FolderBrowserBG.gif);*/
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	background-color: white;
}

.ContainerTitle
{
	font-weight: bold;
	color: #000000;
	background-color: #d3d3d3;
	border-bottom: dimgray thin double;
	border-top: dimgray 1px solid;
	border-right: dimgray 1px solid;
	border-left: dimgray 1px solid;
}
 


.Container
{
	/*border-right: #ffcc66 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;*/
	background-color: #fffacd;
	background-color: #f5f5f5;
	border: dimgray 1px solid;
}


/***********Preview**************/

#interface1 {
	z-index:1;
}
#loader_container {text-align:center;position:absolute;top:40%;width:100%}
#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}
#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}

#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}
.title_h2 {
 width:300px;
 padding:12px 0 0 18px;
}
.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}


input.btn
{
	cursor: pointer;
	color: white;
	font-family: 'trebuchet ms' ,helvetica,sans-serif;
	font-size: 84%;
	font-weight: bold;
	border: 1px solid;
	border-top-color: black;
	border-left-color: black;
	border-right-color: black;
	border-bottom-color: black;
	background-color: gray; 
	
	
	/*filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= 'whitesmoke' );*/
	/*#c8c8c8*/
}

      
input.btn:hover
{
	color: black;
	background-color: #f5f5f5;
	
	border-top-color: gray;
	border-left-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	/*filter: progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr= '#ffffffff' ,EndColorStr= 'dimgray' );*/
}

.flashy {
z-index: 0;
}






