
/* CSS document colors
#003250
#5893ac
#414141
#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-bottom: 20px;
	font-size: 1.2em;
	text-align: left;
}

#head {

}

#headleft {
	float:left;
}

#headright
{
        position:absolute;
	float:right;
	text-align:left;
	right:0;
	margin-right:-5px;
}

#headright h2 {
	color: #FFF;
}

#main {
	font-size: 110%;
	padding: 10px;
        margin-top:-30px; 
}

#menu {
	float: left;
}

.menuhead {
	background: url(/skins/blue/images/img/bg_tabletop.png);
	height: 18px;
	color: #FFF;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
}

.menucontent {
	height:24px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
        background:#414141;
        color:ECFFB3;
	box-shadow: 2px 2px 8px silver;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

#content {
	margin-left: 10px;
	float: right;
}

#mainleft {
	float:left;
	width: 465px;
}

#mainright {
	float: right;
	width: 585px;
	margin-left: 10px;
}

#tabelfeaturestop {
	padding-left: 10px; background-color: #003250; height: 21px; color:#FFF; padding-top:5px;
}

#tablefeature {
	background: #414141;
	border-left: #003250 1px solid;
	border-right: #003250 1px solid;
	border-bottom: #003250 1px solid;
	padding: 2px;
}

#tablefeature span {
	background-image: url(/skins/blue/images/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-color:#414141;
	text-align: center;
	padding-top: 13px;
	color: #fff;
/*    border-bottom-right-radius: 25px;
      border-bottom-left-radius: 25px;
      background: url(/skins/blue/images/img/bg_foot.jpg) no-repeat;
      background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJklEQVQYlWNgIBFIIWFsfKwaGNAUYFVMUCE2qykzkSKr8fqacgAAlUQC82uSyisAAAAASUVORK5CYII=); */
}

#poweredby {
	padding-top: 10px;
	text-align: center;
	font-size: 0.75em;
}

a, a:link {
	text-decoration: underline;
	color: #003250;
}

a:hover {
	text-decoration: none;
	color: #5893ac;
}

#foot a, #foot a:link {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#foot a:hover {
	text-decoration: none;
	color: #5893ac;
}

/* Tags */
h1
{
	border-bottom:solid #414141 thin;
	color:#585858;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-variant:small-caps;
	letter-spacing:3px;
	line-height:20px;
}

h2
{
	color:#585858;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-variant:small-caps;
	letter-spacing:2px;
	line-height:2px;
}

h4
{
	color:#585858;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-variant:small-caps;
	letter-spacing:2px;
	margin-top:-10px;
}

h3
{
	color:#414141;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-variant:small-caps;
	letter-spacing:2px;
	line-height:0;
}

ol{
	margin: 0;
}

li{
	margin-left: 40px;
}

.underline {
	text-decoration:underline;
}

.logbutton {

	background: #ECFFB3;
       	border-bottom: solid 2px #003250;
        font-weight:bold;
        position: relative;
        text-align: center;
        font-weight: bold;
        width:60px;
        margin-right:10px;
}

.logbutton:active {
  box-shadow: 1px 1px 5px 0 #000000;
  top: 2px;
  left: 2px;
}

.logbutton:hover {
        cursor: hand; cursor: pointer;
	border-bottom: solid 2px #ECFFB3;
	color: #414141;
}

.phantom
{
       visibility: hidden;
}

.smallbutton
{
        background-image:url('../../../images/button_bg.gif');
	border-bottom:solid 1px gray;
	box-shadow:4px 4px 4px 0 gray;
	color:#000;
	font-size: 94%; /* Resets 1em to 10px */
	font-weight:700;
	position:relative;
	text-align:center;
        background-color:#eeeeee;
        background-position:bottom;
        background-repeat:repeat-x;
}

.smallbutton:active {
  box-shadow: 1px 1px 5px 0 #000000;
  top: 2px;
  left: 2px;
}

.smallbutton:hover {
	border-bottom:solid 1px #414141;
	box-shadow:4px 4px 4px 0 black;
	color: #000;
        cursor: hand; cursor: pointer;
}

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(/skins/blue/images/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: 5px;
	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;
}

.browse_ftp{
        width: 100%;
        margin-top: 5px;
}

.browse_cell {
	width: 120px;
	height: 60px;
	font-size: 0.8em;
	text-align: center;
	overflow: hidden;
	padding: 3px;
}

.browse_rows_actions {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}

.browse_rows_heading {
        color:#000;
       	background-color: #EEEEEE;
	padding: 5px 18px 5px 10px;
	border-right: 1px solid gray;
	font-weight: bold;
        font-family: Tahoma, Geneva, sans-serif;
        letter-spacing:1px;
	text-align: center;
	cursor: pointer;
	* cursor: hand;
}

.browse_rows_odd, .browse_rows_even {
	color: #000000;
	font-size: 90%;
	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: #003250;
}

.p_ba7428 .cellA {
    background-color: #003250;
    visibility: hidden;
}

.header31 {
	color: #003250;
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}

.mybutton {
  font:normal 15px arial,helvetica,sans-serif;
  color:#000;
  border:1px solid #ccc;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  background-color:#f6f6f6;
  background-image:linear-gradient(top, #fff, #efefef);
  background-image:-moz-linear-gradient(top, #fff, #efefef);
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#efefef));
  filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#efefef);
  height:1.9231em;
  padding:0 0.5em;
  cursor:pointer;
  whitewhite-space:nowrap;
  overflow:visible; /* fixes width in IE7 */
  outline:0 none /* removes focus outline in IE */}
.mybutton::-moz-focus-inner {border:none} /* removes focus outline in FF */
.mybutton:hover, button:focus {
  border-color:#999;  
  background-color:#f0f1f3;  
  background-image:linear-gradient(top, #fff, #ebebeb);  
  background-image:-moz-linear-gradient(top, #fff, #ebebeb);  
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ebebeb));  
  filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff, endColorStr=#ebebeb);
  box-shadow:0 0 3px rgba(0,0,0,0.4);  
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 3px rgba(0,0,0,0.4)}  
.mybutton:active {
  background-color:#ddd;
  background-image:linear-gradient(top, #ccc, #fff);
  background-image:-moz-linear-gradient(top, #ccc, #fff);
  background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#fff));
  filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#cccccc, endColorStr=#ffffff)
 }