
/* CSS document colors
#003250
#5893ac
#bbd2e0
#F2F2F5
#A7A7A7
#787878
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #000;
	text-align: center;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 980px;
	font-size: 1.2em;
	text-align: left;
}

#head {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	height: 62px;
	display:none;
}

#headleft {
	float:left;
}

#headright {
	float:right;
	width:470px;
}

#headright h2 {
	color: #FFF;
}

#main {
	background: #F2F2F5;
	padding: 10px;
}

#menu {
	width: 200px;
	float: left;
}

.menuhead {
	background: url(http%3A%2F%2Fweb30.palmecockpit.at%2Fnet2ftp2%2Fskins%2Fblue%2Fimages/img/bg_tabletop.png);
	height: 18px;
	width: 200px;
	color: #FFF;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
}

.menucontent {
	background: #bbd2e0;
	color: #003250;
	width: 193px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #003250;
	border-left: solid 1px #003250;
	border-right: solid 1px #003250;
}

#content {
	margin-left: 10px;
	width: 750px;
	float: right;
}

#mainleft {
	float:left;
	width: 465px;
}

#mainright {
	float: right;
	width: 485px;
	margin-left: 10px;
}

#tabelfeaturestop {
	padding-left: 10px; background-color: #003250; height: 21px; color:#FFF; padding-top:5px;
}

#tablefeature {
	background: #bbd2e0;
	border-left: #003250 1px solid;
	border-right: #003250 1px solid;
	border-bottom: #003250 1px solid;
	padding: 2px;
}

#tablefeature span {
	background-image: url(http%3A%2F%2Fweb30.palmecockpit.at%2Fnet2ftp2%2Fskins%2Fblue%2Fimages/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
	padding-left: 20px;
	font-weight: bold;
	color: #003250;
}

#tablefeature p {
	padding-left:20px;
	padding-top: 2px;
	padding-bottom:2px;
}

#foot {
	height: 24px;
	background: url(http%3A%2F%2Fweb30.palmecockpit.at%2Fnet2ftp2%2Fskins%2Fblue%2Fimages/img/bg_foot.jpg) no-repeat;
	text-align: center;
	padding-top: 13px;
	color: #fff;
	display:none; 
}

#poweredby {
	display: none;
	padding-top: 10px;
	text-align: center;
	font-size: 0.75em;
}

a, a:link {
	text-decoration: underline;
	color: #dc011a;
}

a:hover {
	text-decoration: none;
	color: #dc011a;
}

#foot a, #foot a:link {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#foot a:hover {
	text-decoration: none;
	color: #5893ac;
}

/* Tags */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.2em;
	color: #003250;
}

h2 {
	font-size: 1.6em;
	color: #003250;
}

h3 {
	font-size: 1.4em;
}

.underline {
	text-decoration:underline;
}

.button {
	color: #003250;
	background: #fff;
	border: solid 1px #003250;
	width: 50px;
	padding: 2px;
  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	background: #444b52; /* Old browsers */
		background: #444b52 -moz-linear-gradient(top, #444b52 0%,  #1d252f 100%); /* FF3.6+ */
		background: #444b52 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444b52), color-stop(100%, #1d252f)); /* Chrome,Safari4+ */
		background: #444b52 -webkit-linear-gradient(top,  #444b52 0%, #1d252f 100%); /* Chrome10+,Safari5.1+ */
		background: #444b52 -o-linear-gradient(top,  #444b52 0%, #1d252f 100%); /* Opera11.10+ */
		background: #444b52 -ms-linear-gradient(top,  #444b52 0%, #1d252f 100%); /* IE10+ */
		background: #444b52 linear-gradient(top,  #444b52 0%, #1d252f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#444b52', EndColorStr='#1d252f');
	  border: 1px solid #52595f;
	  color: #fff;
}

.smallbutton {
	color: #003250;
	background: #fff;
	border: solid 1px #003250;
	padding: 3px 10px;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	background: #444b52; /* Old browsers */
		background: #444b52 -moz-linear-gradient(top, #444b52 0%,  #1d252f 100%); /* FF3.6+ */
		background: #444b52 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444b52), color-stop(100%, #1d252f)); /* Chrome,Safari4+ */
		background: #444b52 -webkit-linear-gradient(top,  #444b52 0%, #1d252f 100%); /* Chrome10+,Safari5.1+ */
		background: #444b52 -o-linear-gradient(top,  #444b52 0%, #1d252f 100%); /* Opera11.10+ */
		background: #444b52 -ms-linear-gradient(top,  #444b52 0%, #1d252f 100%); /* IE10+ */
		background: #444b52 linear-gradient(top,  #444b52 0%, #1d252f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#444b52', EndColorStr='#1d252f');
	  border: 1px solid #52595f;
	  color: #fff;
}

.button:hover,
.smallbutton:hover{
	background: #636e78; /* Old browsers */
		background: #636e78 -moz-linear-gradient(top, #636e78 0%, #2e3b4b 100%); /* FF3.6+ */
		background: #636e78 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e3b4b), color-stop(100%,#2e3b4b)); /* Chrome,Safari4+ */
		background: #636e78 -webkit-linear-gradient(top, #636e78 0%,#2e3b4b 100%); /* Chrome10+,Safari5.1+ */
		background: #636e78 -o-linear-gradient(top, #636e78 0%,#2e3b4b 100%); /* Opera11.10+ */
		background: #636e78 -ms-linear-gradient(top, #636e78 0%,#2e3b4b 100%); /* IE10+ */
		background: #636e78 linear-gradient(top, #636e78 0%,#2e3b4b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#636e78', EndColorStr='#2e3b4b');
}

br {
	line-height: 1em;
}

ul {
	padding-left: 15px;
}

/* Navigation */
.navlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.navlist li {
	padding-left: 20px;
	background-image: url(http%3A%2F%2Fweb30.palmecockpit.at%2Fnet2ftp2%2Fskins%2Fblue%2Fimages/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.5em;
}

.navlist li a, .navlist li a:link {
	text-decoration: none;
	color: #003250;
}

.navlist li a:hover {
	text-decoration: none;
	color: #5893ac;
}

/* Form */

select, input {
	padding: 2px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	font-size: 1em;
}

textarea {
	padding: 2px;
}

.warning-box {
	background-color: #FFDD00;
	color: #000000;
	border: 2px;
	border-style: solid;
	border-color: #FFCC33; 
	margin-left: 0px;
	margin-right: 10px;
}

.warning-text {
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 10px;
	padding-right : 10px;
}

.net2ftp-list-table td{
	padding:3px 5px;

}

.browse_cell {
	width: 120px; 
	height: 60px; 
	font-size: 0.8em; 
	text-align: center; 
	overflow: hidden;
	padding: 3px;
}

.browse_rows_actions {
	background-color: #bbd2e0;
	color: #000000;
	font-size: 80%;
	font-weight: normal;
	text-align: left;

	-webkit-box-shadow: inset 0px 1px 0px 0px #878e98;
	-moz-box-shadow: inset 0px 1px 0px 0px #878e98;
	box-shadow: inset 0px 1px 0px 0px #878e98; 
	padding: 10px;
	background-color: #616975;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#727a86),to(#505864));
	background-image: -webkit-linear-gradient(top, #727a86, #505864);
	background-image: -moz-linear-gradient(top, #727a86, #505864);
	background-image: -o-linear-gradient(top, #727a86, #505864);
	background-image: -ms-linear-gradient(top, #727a86, #505864);
	background-image: linear-gradient(top, #727a86, #505864);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
	border-bottom: 1px solid #33373d; 
	color:#fff; 
}

.browse_rows_heading {
	background-color: #bbd2e0;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	width:100%;
	background-color: #616975;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#727a86),to(#505864));
	background-image: -webkit-linear-gradient(top, #727a86, #505864);
	background-image: -moz-linear-gradient(top, #727a86, #505864);
	background-image: -o-linear-gradient(top, #727a86, #505864);
	background-image: -ms-linear-gradient(top, #727a86, #505864);
	background-image: linear-gradient(top, #727a86, #505864);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#727a86', EndColorStr='#505864');
	border-bottom: 1px solid #33373d; 
	color:#fff; 
}

.browse_rows_heading td { padding: 5px; }
.browse_rows_heading a { color: #fff; text-decoration: none !important; }
.browse_rows_heading a:hover { color: #eee; text-decoration: underline !important;}

.browse_rows_odd, .browse_rows_even {
	color: #000000; 
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	font-weight: normal;
	text-align: left;
}

.browse_rows_separator {
	border: 2px;
	color: #000000;
	font-size: 100%;
	text-align: left;
}

/*------------------------------------------------------------------------
   Process bar
From the PHP Pear package HTML_Progress
http://pear.laurent-laville.org/HTML_Progress/examples/horizontal/string.php
------------------------------------------------------------------------*/

.p_ba7428 .progressBar, .p_ba7428 .progressBarBorder {
    width: 172px;
    height: 24px;
    position: relative;
    left: 0;
    top: 0;
}

.p_ba7428 .progressBarBorder {
    border-width: 0;
    border-style: solid;
    border-color: #003250;
}

.p_ba7428 .installationProgress {
    width: 350px;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.p_ba7428 .cellI, .p_ba7428 .cellA {
    width: 15px;
    height: 20px;
    font-family: Courier, Verdana;
    font-size: 0.8em;
    float: left;
}

.p_ba7428 .cellI {
    background-color: #444;
}

.p_ba7428 .cellA {
    background-color: #444;
    visibility: hidden;
}