﻿body 
{
	font-family: Verdana;
	font-size: 10pt;
	background-color: #def;
	margin: 0px;
}

label
{
	font-weight: bold;
}

h1
{
font-family: Trebuchet ms;
	text-align: left;
	color: White;
	background-color: #06a;
	padding-bottom: 4px;
	margin: 0px;
	padding: 3px 10px;
}

h2
{
font-family: Trebuchet ms;
	background-color: #37b;
	color: white;
	font-size: 12pt;
	margin: 0px;
	padding: 3px 10px;
	border-bottom: 4px solid #49c;
}
h2 a
{
	position: absolute;
	right: 20px;
	top: 10px;
	color: #def;
	font-size: 9pt;
	text-decoration: none;
	font-family: Verdana;
}
h2 a:hover
{
	color: white;
	text-decoration: underline;
}

h3{
font-family: 'trebuchet ms', tahoma;
font-size: 12pt;
color: red;
}
h3 a { text-decoration: none; color: #37b; }
h3 a:hover { text-decoration: underline; color: #06a;; }

#browser
{
	padding: 8px;
	margin-left: 150px;
}

#browser table
{
	width: 100%;
	border-collapse: collapse;
	border : 1px solid #37b;
}
#browser thead
{
	background-color: #37b;
	color: white;
}
#browser td
{
	border-right: 1px solid #37b;
	padding: 1px 2px;
}


#upload
{
border: 1px solid #37b;
margin: 10px 5px;
padding: 2px;
background-color: #8be;
border-left-width: 4px;
}

hr
{
	border: 2px solid #37b;
}

#frmBrowse
{
	margin: 0px;
	padding: 0px;
}

a.del
{
	display: block;
	width:16px;
	height: 16px;
	padding: 0px;
	text-decoration: none;
	background-image: url("delete.png");
	_background-image: url("cestino.gif");
	margin: 0px auto 0px auto;
}

a.del span
{
	display: none;
}

#menu
{
/*
position: absolute;
left: 0px;
top: 0px;
margin-top: 6em;
bottom: 0px;
height: 100%;
background-color: #37b;
border-right: 4px solid #49c;*/
float: left;
width: 146px;
}

tr.alt td
{
	background-color: #f0f8ff;
	height: 18px;
}

tr.row td
{
	background-color: #e8f0ff;
	height: 18px;
}


#menu ul
{
list-style-type: none;
padding: 0px 8px;
margin: 0px;
}
#menu li
{
	background-image: url(world.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
	background-position: left center;
	padding-top: 2px;
}

#menu li a
{
 color: #def;
}

#menu h4
{
margin: 2px;
text-align: center;
background-color: #cde;
}

/* Form Login */
#frmLogin
{
	text-align: center;
	margin-top: 100px;
}
#frmLogin table
{
	margin: 2px 10px 2px 10px;
	width: 374px;
}

#frmLogin div.center
{
	width: 400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #06a;
	background-color: #f0f8ff;
}
#frmLogin h1
{
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-image: url(world_go.png);
	_background-image: none;
	background-repeat: no-repeat;
	background-position: 8px center;
}

#frmLogin input
{
	color: #06a;
	font-size: 12pt;
	font-weight: bold;
}

#frmLogin input.text
{
	width: 90%;
}

.err
{
	font-weight: bold;
	color: Red;
}

.file
{
	background-image: url('page.png');
	_background-image: url('file.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
}
.dir
{
	background-image: url('folder.png');
	_background-image: url('folder.gif');
	background-repeat: no-repeat;
	padding-left: 18px;
}

.cnt { text-align: center;}
