/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background: #000000;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:75%;
	margin: 0;
}
#header a {
	color: #949E9F;
	text-decoration: underline;
	font-weight: bold;
}
#header a:hover {
	color: #C6E42E;
	text-decoration:none;
}
a {
	/*color: #949E9F;*/
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.gris {
	/*color: #949E9F;*/
	color: #949E9F;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	/*color: #C6E42E;*/
	color: #949E9F;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}
h2 {
	background:#fff;
	/*color: #e32;*/
	/*color: #C4EB14;*/
	color: #459E00;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
	font-weight: bold;
}
h3 {
	/*color: #993;*/
	color: #9592A5;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	/*color: #993;*/
	color: #C6E42E;
	font-weight: bold;
	font-size: 130%;
}
ul, li {
	margin: 0 12px;
}

/** Layout **/
#container {
	text-align: left;
	max-width: 1300px;
	margin: auto;
}

#header {
	position: relative;
	padding: 10px 20px;
}
#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#welcome {
	position: absolute;
	top: 5px;
	right: 10px;
}

#week {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/** containers **/
div.form,
div.index,
div.view {
	position: relative;
	/*float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;*/
}
div.actions {
	/*float:left;
	width:16%;
	padding:10px 1.5%;*/
}
div.actions h3 {
	padding-top:0;
	/*color:#777;*/
}


/** Tables **/
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th.sec {
	background-color: #eaeaea;
}
th.sec a {
	padding: 0;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .altrow td {
	background: #f5f5f5;
}
th.actions, td.actions {
	text-align: center;
	white-space: nowrap;
}
table th.actions a, table td.actions a {
	/*margin: 0px 6px;
	padding:2px 5px;*/
	margin: 0px 3px;
}
th.actions a {
	display: inline;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em 1em;
	width: 70%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 15em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 90%;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 8px 10px;
}
fieldset legend {
	background:#fff;
	/*color: #e32;*/
	color: #9592A5;
	font-size: 150%;
	padding:0 5px;
	/*font-weight: bold;*/
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/*clear: both;*/
	margin-bottom: .5em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: ' *';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 110%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	/*padding: 1%;*/
	padding: 4px;
	/*width:98%;*/
	border: 1px solid #A5A3A4;
	vertical-align: middle;
}
select {
	clear: both;
	font-size: 110%;
	/*vertical-align: text-bottom;*/
}
select[multiple=multiple] {
	width: 100%;
}
option {
	/*font-size: 120%;*/
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/**  Actions  **/
div.actions ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
div.actions ul li img {
	margin-right: 4px;
	vertical-align: middle;
}
div.actions ul li a {
	/*font-weight: normal;
	display: block;
	clear: both;*/
	vertical-align: middle;
}
div.actions ul li a:hover {
	text-decoration: underline;
}

input[type=submit]/*,
div.actions ul li a,
th.actions a,
td.actions a*/ {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
}
input[type=submit]:hover /*,
div.actions ul li a:hover,
th.actions a:hover,
td.actions a:hover*/ {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

/** Related **/
div.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

table.position {
	width: auto;
}

table.position tr:nth-child(2n) td, table tr:nth-child(2n) table.position td {
	background: #ccc;
}

table.position tr:nth-child(2n) td.selected, table tr:nth-child(2n) table.position td.selected {
	background: #999;
}

table.position td {
	background-color: #ccc;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	padding: 0;
}

table.position td.selected {
	background-color: #999;
}

.col2 {
	float:right;
	width: 50%;
}

.col1 {
	width: 50%;
}

.nomargin {
	margin: 0;
	padding: 0;
}

#clients_tabs h3 {
	margin-bottom: .25em;
}

#form_status_selector {
	float: right;
}

#form_status_selector label {
	display: inline;
	margin-right: 1em;
}

#form_status_selector div {
	margin: 0;
	padding: 0;
}

.noclear {
	clear: none;
}

.clear {
	clear: both;
}

.column { width: 50%; float: left; padding-bottom: 100px; }
.portlet { margin: 0 1em 1em 0; }
.portlet-header { margin: 0.3em; padding-top: 4px; padding-bottom: 4px; padding-left: 8px; font-size: 110%; }
.portlet-header .ui-icon { float: right; }
.portlet-content { padding: 0.4em; overflow: hidden; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }

#menu li {
	float: left;
	color: #fff;
	width: 12.5%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#menu li.active a, #menu li a:hover {
	color: #C4EB14;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #727272;
	overflow: hidden;
}

a.bouton {
	position:absolute;
	/*float:right;*/
	right:0px;
	top: 2px;
	display:block;
	width:64px;
	padding:5px;
	text-align:center;
	border:1px solid #949E9F;
	text-decoration:none;
	margin-top: -7px;
	margin-bottom:5px;
	margin-left:10px;
}

a.bouton img {
	display:block;
	margin:auto;
}

a.bouton:hover {
	background-color: #F9F9F9;
	border:1px solid #949E9F;
	text-decoration:none;
}

a.bouton2 {
        right: 84px;
}

a.bouton3 {
        right: 168px;
}

select.multiselect {
	width: 600px;
	height: 150px;
}

form div.ui-multiselect, form div.ui-multiselect div {
	padding: 0;
	margin: 0;
}

table.publications tr td, table.publications tr:nth-child(2n) td {
	background: none;
}

.brouillon {
	background-color: #FFE4AF;
}

.online {
	background-color: #D1E5EF;
}

.validee {
	background-color: #FFFFFF;
}

.clicicon {
	vertical-align: middle;
	cursor: pointer;
}

img.tooltip {
	cursor: pointer;
}

.select_axe, .ui-widget-content .ui-state-default.select_axe {
	font-weight: bold;
	font-style: italic;
	color: #444444;
	background-color: #CCCCCC;
}

#loading {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #727272;
	padding: 5px 10px;
	z-index: 999;
}

#loading img {
	vertical-align: middle;
	margin-right: 5px;
}

#loading span {
	vertical-align: middle;
}

#PublicationMediaId-input {
	width: 350px;
}

#groupes_destinataires .selected {
	background-color: #65BE20;
}

div.thread_message.trashed {
	border: 1px dashed #c73e14;
}

div.thread_message {
	background: #fff;
	padding: 6px;
	border: 1px solid #ddd;
	margin-top: 1em;
}

div.thread_message:nth-child(odd) {
	background: #f5f5f5;
}

.messagerie-menu {
	text-align: center;
}

.messagerie-menu li {
	list-style-type: none;
	display: inline;
}

.messagerie-menu span {
	vertical-align: middle;
	font-weight: bold;
}

.messagerie-menu a {
	vertical-align: middle;
}

.messagerie-menu img {
	vertical-align: middle;
	margin-right: 1em;
}

/* Formulaire de publications */
.radio.type {
	overflow: hidden;
	width: 98%;
}
.radio.type label {
	float: left;
	margin: 0 20px 6px 5px;
}
.radio.type input {
	clear: none;
}

/* Partie de formulaire non visible */
.form-hidden {
	display: none;
}