@charset "utf-8";

#container {
	margin: 0 auto;
	width: 80%;
}

#header {
	background-color: #00A0FF;
	border-radius: 0 0 30px 30px;
	padding-bottom: 20px;
	text-align: center;
}

#header h1 {
	color: #FFA000;
}

div#connexion {
	text-align: center;
}

form#form {
	display: inline-block;
	padding: 20px;
	text-align: left;
}

label.check {
	display: inline-block;
	margin-bottom: 9px;
	vertical-align: text-top;
}

span.tiny {
	font-size: 9px;
}


/* List */

input[type="checkbox"].toggle {
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 9px;
}

.table tr.ruler td {
	padding-bottom: 0;
	padding-top: 0;
}

.table td.first, .table td.delete.first {
	width: 13px;
}

.table td.preview {
	width: 80px;
}

.table td.name {
	width: auto;
}

.table td.size {
	text-align: right;
	width: 75px;
}

.table td[colspan="2"], .table td[colspan="2"].error {
	width: 326px;
}

.table td.bar {
	width: 200px;
}

.table td.start {
	text-align: center;
	width: 110px;
}

.table td.cancel, .table td.delete {
	text-align: right;
	width: 110px;
}

#modal_gallery div.modal_footer {
	text-align: center;
}

input[type=text][readonly].modal-link {
	cursor: auto;
	margin: 0;
	min-width: 316px;
	resize: none;
}


/* Errors */

#error {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: rgba(255, 160, 160, .5);
	border: 1px solid #FF0000;
	border-radius: 3px;
	color: #FF0000;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 20px;
	margin: 0 auto 15px;
	padding: 4px 8px;
	text-align: left;
	width: 75%;
}

#error ol {
	margin: 0;
	padding: 2px 0;
}

#error li {
	font-size: 12px;
	list-style: none;
	margin-left: 29px;
}

#error strong {
	background: url('../images/error-icon.png') no-repeat 2px 1px;
	font-size: 12px;
	margin: 0;
	padding: 2px 10px 3px 28px;
}

.clear {
	clear: both;
}
