
/* CSS document colors
#003250
#5893ac
#bbd2e0
#F2F2F5
#A7A7A7
#787878
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #ffffff url(../../../../squelettes/img/background01.png) repeat-x left top;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #222;
	text-align: center;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 1010px;
	font-size: 1.2em;
	text-align: left;
}

#head {
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 45px;
	/*padding-bottom: 20px;*/
	height: 56px;
	background: url(../../../../squelettes/img/IE6_menu.gif) no-repeat center 78%; 
}
html>body #head { padding-bottom: 20px; background-image: url(../../../../squelettes/img/menu.png); }

#headleft {
	float:left;
}

#headright {
	float:right;
	width:470px;
	position: relative;
	top: 25px;
	text-align: right;
}

#headright h2 {
	color: #618D43;
}

#StatusbarForm { position: relative; top: 27px; }
#StatusbarForm a { color: #fff; text-decoration: none; }
#StatusbarForm a:hover { text-decoration: underline; }
#StatusbarForm span { color: #618D43; } 

#main {
	background: url(../../../../squelettes/img/IE6_pageTop.gif) no-repeat left top;
	padding: 32px 0 0;
}
html>body #main { background-image: url(../../../../squelettes/img/pageTop.png); }

#main_background {
	background: url(../../../../squelettes/img/IE6_pageMiddle.gif) repeat-y left top;
	padding: 13px 45px 10px;  
}
html>body #main_background { background-image: url(../../../../squelettes/img/pageMiddle.png); }

#menu {
	width: 200px;
	float: left;
}

.menuhead {
	background: url(/net2ftp/skins/lacontemporaine/images/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: 440px;
}

#mainright {
	float: right;
	width: 460px;
	margin-left: 10px;
}

#tabelfeaturestop {
	padding-left: 10px; 
/*	background-color: #447F00; 
	height: 21px; 
	color:#FFF; 
	padding-top:5px;*/
	font-weight: bold;
}

#tablefeature {
	/*background: #fff;
	border-left: #447F00 1px solid;
	border-right: #447F00 1px solid;
	border-bottom: #447F00 1px solid;*/
	padding: 10px;
}

#tablefeature span {
	background: url(/net2ftp/skins/lacontemporaine/images/img/arrow.gif) no-repeat 0.5em 0.9em;
	padding-left: 20px;
	padding-top: 5px;
	font-weight: bold;
	color: #447F00;
}

#tablefeature p {
	padding-left:20px;
	padding-top: 5px;
	padding-bottom:5px;
}

#foot {
	background: url(../../../../squelettes/img/IE6_pageBottom.gif) no-repeat left top;
	padding: 45px 45px 0;
	height: 85px;
	color: #666;
	font-size: 0.9em;
}
html>body #foot { background-image: url(../../../../squelettes/img/pageBottom.png); }

#poweredby {
	/*padding-top: 10px;
	text-align: center;*/
	font-size: 0.95em;
}

a, a:link {
	text-decoration: none;
	color: #5caa00;
}

a:hover {
	text-decoration: underline;
}

/*#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 {
	color: #bbb; 
	font-size: 2.5em; 
	font-weight: normal; margin: 0 0 20px; padding: 0;
}

h2 {
	font-size: 1.6em;
	color: #003250;
}

h3 {
	font-size: 1.4em;
}

.underline {
	text-decoration:underline;
}

.singletext { border: #5caa00 solid 1px; background-color: #fff; }
.singletext:focus { background-color: #DCECCA; }

.button {
	color: #003250;
	background: #fff;
	border: solid 1px #003250;
	width: 50px;
	padding: 2px;
}

.smallbutton {
	color: #222;
	background: #eee;
	border: solid 1px #819B62;
	padding: 1px;
}
.smallbutton:hover {
	cursor: pointer;
	color: #fff;
	background: #447F00;
	border: solid 1px #2C5300;
}
.smallbutton.important { font-weight: bold; }

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(/net2ftp/skins/lacontemporaine/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: 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;
}

.browse_cell {
	width: 120px; 
	height: 60px; 
	font-size: 0.8em; 
	text-align: center; 
	overflow: hidden;
	padding: 3px;
}

.browse_rows_actions {
	color: #222;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}
.browse_rows_actions td, div.browse_rows_actions {
	background-color: #C2DDA3;
	padding: 1px 2px 0;
}
div.browse_rows_actions {
	padding: 2px 4px;
}

.browse_rows_heading {
	/*background-color: #bbd2e0;*/
	color: #222;
	font-size: 90%;
	font-weight: bold;
}
.browse_rows_heading td { 
	padding: 5px 4px 2px 0;
}
.browse_rows_heading a {
	color: #222; text-decoration: none;
}

.browse_rows_odd, .browse_rows_even {
	color: #222; 
	font-size: 80%;
	font-weight: normal;
	text-align: left;
}
.browse_rows_odd td, .browse_rows_even td {
	padding: 2px 4px 2px 0;
	border-top: #ccc dotted 1px; 
}

.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 {
	text-align: right
}

.p_ba7428 .progressBar, .p_ba7428 .progressBarBorder {
    width: 172px;
    height: 8px;
    position: relative;
    left: 0;
    top: 0;
}

.p_ba7428 .progressBarBorder {
    border-width: 0;
    border-style: solid;
    border-color: #5caa00;
}

.p_ba7428 .installationProgress {
    text-align: left;
    font-size: 0.85em;
    color: #222;
    padding-top: 4px;
    padding-left: 10px;
}

.p_ba7428 .cellI, .p_ba7428 .cellA {
    width: 15px;
    height: 8px;
    font-family: Courier, Verdana;
    font-size: 0.8em;
    float: left;
}

.p_ba7428 .cellI {
    background-color: #5caa00;
}

.p_ba7428 .cellA {
    background-color: #5caa00;
    visibility: hidden;
}
