* {
	margin: 0;
	padding: 0;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: orange;
}

a img {
	border: none;
}

body {	
	background-color: white;
	font: 62.5% "Lucida Grande", Georgia, Verdana, Arial, sans-serif;
	height: 100%;
}

#advertising {
	font-size: 18px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50px;
	width: 400px;
	text-align: center;
}

#body {
	background: url('/images/background.png') no-repeat bottom left;
}

#body #container {
	border-bottom: none;
}

#ifoOverlay {
  background-color: white;
  border: 5px solid #808080;
  height: 635px;
  left: 50%;
  margin-left: -350px;
  padding: 2em;
  position: fixed;
  top: 10px;
  width: 700px;
  z-index: 200;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#ifoOverlay img.close {
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
}

#overlay {
	background-color: black;
	height: 100%;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

fieldset {
	border: 1px solid #ccc;
	padding: 0.5em;
}

html {
	height: 100%;
}

input[type="text"],
input[type="password"],
select,
textarea {
	border: 1px solid #c0c0c0;
	height: 20px;
	width: 300px;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	background-color: #ecf5fe;
	border: 1px solid #808080;
}

input[type="submit"] {
	border: 1px solid #c0c0c0;
	font-weight: bold;
	padding: 3px 5px;
}

input[type="submit"]:focus, input[type="submit"]:hover {
	background-color: #ffffe0;
	border: 1px solid #808080;
	cursor: pointer;
}

legend {
	border: 1px dotted #ccc;
	padding: 0.25em 1em;
}

#illustration img {
	margin-top: 0.5em;
}

.spacer {
  clear: both;
}

a.edit_content,
#header a.edit_content,
#content a.edit_content,
#footer a.edit_content {
	background-color: lightyellow;
	border-bottom: 1px dotted;
	float: none;
}

div.pagination {
	margin: 1em 0;
}

div.pagination a {
	border: 1px solid #ccc;
	padding: 0.25em 0.75em;
}

div.pagination a:hover {
	background-color: #ccc;
	border: 1px solid #808080;
}

div.pagination span {
	border: 1px solid #ccc;
	padding: 0.25em 0.75em;
}

div.pagination span.disabled {
	border: none;
}

div.pagination span.current {
	background-color: #348AB9;
	border: 1px solid #348AB9;
	color: white;
}

p.informations {
	background-image: url("../images/information.png");
	background-repeat: no-repeat;
	background-position: 0% 125%;
	margin-bottom: 1em;
	padding: 0.25em 0 0 1.75em;
}

p.submitter {
	text-align: right;
}

span.fieldWithErrors input {
	border: 1px solid #c00;
}

span.fieldWithErrors label {
	font-weight: bold;
}

#errorExplanation {
	background: url("../images/error.png") no-repeat 3% 20% #F6F6F6;
	border: 1px solid #aaa;
	margin-bottom: 1em;
	padding: 1em 0.5em 1em 5em;
}

#errorExplanation h2 {
	font-size: 1.3em;
}

#errorExplanation ul {
	list-style-type: square;
	margin: 0.5em 0 0 2em;
}

#actions {	
	border-bottom: 1px solid #ccc;
	height: 2em;
	list-style-type: none;
}

#actions li {
	float: left;
	height: 2em;
	line-height: 2em;
}

#actions li.right {
	float: right;
}

#actions li a {
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	padding: 0 0.75em;
}

#actions li a:hover {
	background-color: #ecf5fe;
}

#actions li a img {
	vertical-align: middle;
}

#actions li.disconnect {
	float: right;
	font-weight: bold;
}

#actions li.disconnect img {
	margin-left: 0.5em;
}

#actions li.disconnect a {
	outline: none;	
}

#actions li.disconnect a:hover {
	background-color: white;

}

#bottom {
	font-size: 1.2em;
	padding: 0.5em 0;
	text-align: center;
	width: 100%;
}

#container {
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	min-height: 95%;
	position: relative;
}

#content {
	margin-left: 25%;
	padding: 1em 0 1em 1em;
	width : 70%;
}

#content #illustration {
	float: right;
}
#content #illustration h2 {
	margin-bottom: 0.5em;
}

#content #illustration img {
	display: block;
	margin-bottom: 1em;
	opacity: 0.85;
}

#content #illustration img.icon {
	display: inline;
	margin: -0.3em 0.5em;
}

#content form {
	width: 40em;
}

#content form p {
	margin-top: 0.5em;
}

#content form p.submitter {
	border-top: 1px solid #ccc;
	margin-top: 1.5em;
	padding-top: 0.5em;
}

#content form label {
	float: left;
	width: 10em;
}

#content h1 {
	font-size: 1.4em;
	margin-bottom: 1em;
}

#files, #users, #logs {
	border-collapse: collapse;
}

#files td, #files th, #users td, #users th, #logs td, #logs th {
	border: 1px solid #ccc;
	padding: 0.5em 1em;
}

#files td.file {
	padding: 0;
}

#files td.file a {
	display: block;
	padding: 0.5em 2em 0.5em 1em;
}

#files td.file a:hover {
	background: url('../images/bullet_go.png') no-repeat;
	background-position: 98% 55%;
}

#footer {
	border-top: 1px solid #ccc;
	clear: both;
	padding-top: 0.5em;
	text-align: center;
}

#actions a.current,
#folders a.current {
	color: #c00;
	font-weight: bold;
}

#header {
	border-bottom: 3px solid #c00;
	text-align: right;
}

#header a.home {
	float: right;
}

#messages {
  margin-left: -25em;
  position: fixed;
  top: 0;
  left: 50%;
  width: 50em; }
  #messages .notice,
  #messages .success,
  #messages .error,
  #messages .errors,
  #messages .warning {
	  border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    margin: 0 auto;
    padding: 0.5em 1em;
    text-align: center;
    width: 50em; }
  #messages .notice {
    background: #ecf5fe url('/images/success.png') no-repeat 0.5em 0.75em; }
  #messages .success {
    background: #ecf5fe url('/images/success.png') no-repeat 0.5em 0.75em; }
  #messages .warning {
    background: #ecf5fe url('/images/exclamation.png') no-repeat 0.5em 0.75em; }
  #messages .error, #messages .errors {
    background: #ecf5fe url('/images/cross.png') no-repeat 0.5em 0.75em; }

#mosaic {
	font-size: 16px;
	text-align: left;	
}

#mosaic img {
	margin-right: -5px;
	padding: 0;
	vertical-align: middle;
	
}

/* Login */
#login {
	font-size: 1.2em;
	margin-right: 50px;
	position: relative;
	text-align: right;
}

#login hr {
	border: 0px;
	border-bottom: 3px solid #ba0000;
	height: 0px;
	margin-bottom: 10px;
}

#login #connexion {
	color: #8c8b8c;
}

#login #connexion img {
	vertical-align: top;
}

#login #connexion label {
	text-transform: uppercase;
}

#login #connexion p {
	margin-bottom: 10px;
}

#login #connexion #customer-access {
	margin: 75px 0px;
}

#login #connexion #forgot {
	margin-right: 160px;
}

#login #connexion #forgot a {
	border-bottom: 1px dotted;
	color: #8c8b8c;
	padding-bottom: 2px;
	text-decoration: none;
}

#login #connexion #forgot a:hover {
	border-bottom: 1px solid;
}

#login #nameandaddress {
  	float: right;
	text-align: left;
  	width: 180px;
}

#login #nameandaddress div {
  	border-left: 3px solid #ba0000;
	padding-left: 5px;
}

#login #nameandaddress #email {
	color: #e30017;
	font-weight: bold;
	margin: 5px 0px;
}

#login #nameandaddress #email a {
  color: #e30017;
  text-decoration: none;
}

#login #nameandaddress span {
	color: #e30017;
	font-weight: bold;
}

#login #nameandaddress p.space {
	padding: 0px;
	margin: 5px 0px;
}

#pictures h2 {
	margin: 1em 0;
}

#pictures img {
	display: block;
	margin-top: 1.5em;
}

#pictures ul {
	list-style-type: none;
}

#pictures ul li img {
	margin-bottom: 0.3em;
}

#pictures ul li span {
	border-bottom: 1px solid;
	font-style: italic;
}

#left {
	float: left;
	padding-bottom: 1em;
	padding-left: 0.5em;
	padding-top: 1em;
	width : 25%;
}

#left ul {
	list-style-type: none;
	margin-left: 1em;
}

#left li {
	margin: 0.2em 0;
}

#left li a {
	background-image: url('../images/folder.png');
	background-repeat: no-repeat;
	background-position: 0% 65%;
	padding-left: 1.8em;	
}

#left li a.state {
	background-image: none;
	padding: 0;
	margin-left: -1.2em;
	margin-right: 0.4em;
}

#left li a.stated {

}

/* files */
#files_upload #queue li {
        padding: 0.2em 0;
}

#files_upload fieldset {
        margin-bottom: 1em;
}

#files_upload .input-delete {
        background: url('/images/delete.png') no-repeat center;
        height: 16px;
        float: right;
        width: 16px;
}

#files_upload .queue-file {
        color: #808080;
        font-weight: bold;
}

#files_upload .queue-loader {
        position: relative;
}

#files_upload .queue-subloader {
        background-color: #81b466;
        color: white;
        height: 100%;
        position: absolute;
        text-align: center;
        top: 0pt;
}

#queue {
	list-style-type: none;
}