
body {
	width: 100%;
	font-size: 1em;
	line-height: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#fff  url(../gfx/filetop.gif) repeat-x;
	color:#fff;
}

#header {
	background: url(../gfx/michelin.gif) no-repeat left top;
    width: 100%;
    height: 89px;
    margin-bottom: 20px;
}


#header #logo {
 position: absolute;
    top: 30px;
    left: 30px;
}

#header .version {
	font-size: 64%;
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 103px;
}

#header #fr {
	position: absolute;
	top: 0;
	right: 10px;
	}

#disconnect {
	font-size:9px;
	color: #fec940;
	text-decoration:underline;
	position: absolute;
	background: url(../gfx/deconnect.gif) no-repeat left;
	height:28px;
	padding:0 15px 0 18px;
	top:55px;
	left:725px;
	width:250px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	}
#disconnect b {background:url(../gfx/deconnected.gif) no-repeat right center;
	float:left;
	padding:5px 32px 0 0;
	height:23px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

#disconnect:hover {
	color: #de6b2b;
}

.ef-text input {
border: 1px solid #c1c1c1;
font-family: Verdana, Arial, Helvetica, sans-serif;
background:url(../gfx/champ.gif) repeat-x;
font-size:10px;
line-height: 1.2em;
color: #393a39;
padding:1px 3px;
}
input.submit  {
background:#015498;}

p.ef-submit input, input.submit  {
background:#015498;
height:14px;
color:#fff;
text-transform:uppercase;
font-weight:bold;
border:0;
margin:10px 0;
font-size:10px;
_font-size:11px;
padding-bottom:5px;
text-align:center;
}

/******************************************************************************/
/************************************ MENU ************************************/
/******************************************************************************/
#menu {
	width: 200px;
	float: left;
	position: relative;
}

#menu ul {
	padding: 0 5px 0 10px;
}

#menu ul li {
	margin-bottom: 10px;
}
#menu ul li span:hover {
	cursor: pointer;
}

#menu ul li span {
    color:#005aaa;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
	display: block;
	background:#304f5e url(../gfx/menu1.gif) repeat-x;
	padding: 2px 10px 1px 10px;
	/* Fix for this bullshit of IE6 */
	border:none;
	width:165px;
}
#menu ul li ul li {background:#fff url(../gfx/menu.gif) repeat-x;
	float:left;
	clear:left;
	color:#005aaa;
	padding:1px 0 3px 0;
	}
#menu ul li ul {
	font-size: 10px;
	border:none;
	background:#fff;
	border-bottom:#e7f7fe 2 px solid;
	padding: 2px 0 2px 0;
	overflow: hidden;
	margin-top: -1px;
}

#menu ul li ul a, #menu ul li ul a:link, #menu ul li ul a:active, #menu ul li ul a:visited {
	text-decoration: none;
	color: #a2a2a2;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
	padding: 5px 5px 2px 18px;
	margin-left:1px;
	/* Fix for this bullshit of IE6 */
	width:165px;
	background:url(../gfx/puce.gif) no-repeat 10px 8px;
	line-height:11px;
}

#menu ul li ul a:hover, #menu ul li ul a:focus {
	color: #fff;
	background-color: #69696a;
	background-image:none;	
	width:165px;
}

#menu ul li ul li.menu-item-selected a, #menu ul li ul li.menu-item-selected a:link,
#menu ul li ul li.menu-item-selected a:active, #menu ul li ul li.menu-item-selected a:visited {
	color:#fff;
	background-color: #a2a2a2;
	font-weight:bold;
	width:160px;
	}
	#menu ul li ul li {
	margin: 0;
	}

/******************************************************************************/
/*********************************** CONTENT **********************************/
/******************************************************************************/
#content {
	width: 100%;
	float: left;
	margin-left: -240px;
	background:#fff;
}

#content h2.title {letter-spacing:0;
font-weight:normal;
    font-size:24px;
    color: #a2bb3c;
    background:#fff url(../gfx/title.gif) no-repeat bottom;
    margin: 0 10px 10px 245px;
	text-transform:uppercase;
    padding: 5px 10px 15px 10px;
	text-align:center;
}

#content .message-normal, #content .message-error {
	text-align: center;
	font-size:10px;
	font-weight: bold;
	clear:both;
}
.message-error  {margin:10px auto;}
#content .message-normal {
	background:#fff;
	color:#005aaa;
	padding:10px;
	border:1px solid #A2BB3C;
}

#content .message-error, .message-error {
	background:#fff;
	color:#005aaa;
	font-size:10px;
	border:1px solid #A2BB3C;
	padding:8px;	
	margin:10px;

}
.bloc {
	margin: 0 10px 20px 245px;
	position: relative;
}

.bloc ul.links {
	background:#a2bb3c;
	padding-top:0;
	border:none;
	border-bottom:none;
	border-top:none;
	margin:0;
	padding:0;
	text-align:left;
}

.bloc ul.links li {
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display: inline;
	padding:5px 15px 3px 10px;
	height:18px;
	_padding:3px 15px 3px 10px;
	_height:18px;
	margin:0;
	}

.bloc ul.links li a, .bloc ul.links li a:link, .bloc ul.links li a:active, .bloc ul.links li a:visited {
	text-decoration: none;
	color: #fff;
}

.bloc ul.links li a:hover, .bloc ul.links li a:focus {
	color: #def3fe;
}

.bloc ul.links li.selected {background: url(../gfx/decale.gif) no-repeat top right;
	color:#a2bb3c;
	font-size:11px;
	text-transform:uppercase;
	font-weight: bold;	
	height:25px;
	_height:23px;
	_margin-left:-5px;
}

.bloc .content {
	border:1px solid #cdcdcd;	
	border-top:none;
	color:#898989;
	padding: 10px;
	font-size: 11px;
	background:#f7f7f7 url(../gfx/bloc.gif) repeat-x;
}

a#hide-list, a:link#hide-list, a:visited#hide-list, a:focus#hide-list {
    position: absolute;
    top: 3px;
    right: 4px;	
	_right:10px;
    color: #e3520f;
    text-decoration: none;
}

a#show-list,a:link#show-list,a:visited#show-list, a:focus#show-list {
    position: absolute;
    color: #e3520f;
    text-decoration: none;
    display: none;
}

/* Tree view, overload YUI styles */
.ygtvitem table {
	width: 100%;
}

.ygtvitem td {
	vertical-align: middle;
}

.ygtvevenrow td {
	background-color: #dddddd;
}

.ygtvcheckbox {
	width: 22px;
}

.ygtvaction-edit, .ygtvaction-add, .ygtvaction-delete, .ygtvaction-copy,
.ygtvaction-edit-over, .ygtvaction-add-over, .ygtvaction-delete-over, .ygtvaction-copy-over {
	width: 24px;
	cursor: pointer;
}

.ygtvaction-edit {
	background: transparent url(../../pms/gfx/pictos/page-edit.png) no-repeat 50% 50% scroll;
}
.ygtvaction-edit-over {
	background: transparent url(../../pms/gfx/pictos/page-edit-over.png) no-repeat 50% 50% scroll;
}

.ygtvaction-add {
	background: transparent url(../../pms/gfx/pictos/page-add.png) no-repeat 50% 50% scroll;
}
.ygtvaction-add-over {
	background: transparent url(../../pms/gfx/pictos/page-add-over.png) no-repeat 50% 50% scroll;
}

.ygtvaction-delete {
	background: transparent url(../../pms/gfx/pictos/page-delete.png) no-repeat 50% 50% scroll;
}
.ygtvaction-delete-over {
	background: transparent url(../../pms/gfx/pictos/page-delete-over.png) no-repeat 50% 50% scroll;
}

.ygtvaction-copy {
	background: transparent url(../../pms/gfx/pictos/page-copy.png) no-repeat 50% 50% scroll;
}
.ygtvaction-copy-over {
	background: transparent url(../../pms/gfx/pictos/page-copy-over.png) no-repeat 50% 50% scroll;
}

#tree-controls {
	margin-bottom: 5px;
	background-color:#EEEEEE;
	padding: 2px 5px;
}

#tree-controls img {
	vertical-align: text-bottom;
}

#tree-controls a, #tree-controls a:link, #tree-controls a:active, #tree-controls a:visited {
	color: #333;
	text-decoration: none;
	padding-right: 15px;
}

#tree-controls a:hover, #tree-controls a:focus {
	color: #377a31;
}

/* Columns */
#content-left {
	width: 525px;
	float: left;
}

#content-right {
margin-left: 525px;
background:url(../gfx/bib.gif) no-repeat top right;
padding:0 140px 0 0;
min-height:250px;
_height:250px;
}
#content-right .bloc {
margin-left: 0;
}
.media-fieldset-result {
background-color:#FFFFFF;
border:1px solid #b2b2b2;
float:left;
font-size:75%;
padding:10px 10px 0pt;
}

/******************************************************************************/
/************************************ FORM ************************************/
/******************************************************************************/
.earl-form {
margin:0 auto;
}

.earl-form p {
	margin-bottom: 10px;
}

.earl-form label {
	display: block;
}

.earl-form p.ef_submit {
	margin: 0;
}
p.ef-text {
margin:0 auto;
color:#6f6f6f;
}
.ef-text input, .ef-text textarea, .ef-richtext textarea,
.ef-date input {
    border: 1px solid #e5e7e2;
    font-family: Verdana, Arial, Helvetica, sans-serif;    
	font-size: 10px;
    line-height: 1.2em;
    color: #6f6f6f;
}
.yui-editor-container {
	margin-bottom: 10px;
}
.ef-inline
{
	float:left;
	padding-right:10px;
    padding-left:10px;
	border-left:1px dashed #e5e7e2;
}
.submit_inline,.ef-inline input.submit_inline, .ef-media input  {
	margin-top:20px;
	background: url(../gfx/bouton.gif) no-repeat left 2px;
	padding:0 0 4px 16px;
	font-weight:bold;
	color:#015498;
	text-align:left;
	text-transform:none;
	text-decoration:underline;
	border:none;
	font-size:11px;
}
.ef-inline input
{
border: 1px solid #c1c1c1;
font-family: Verdana, Arial, Helvetica, sans-serif;
background:url(../gfx/champ.gif) repeat-x;
font-size:10px;
line-height: 1.2em;
color: #393a39;
padding:2px 4px;
}

.ef-inline-calendar
{
	background: transparent url(../../pms/gfx/pictos/calendar.png) no-repeat scroll center center;
    border: none;
    cursor: pointer;
    height: 16px;
    width: 16px;
    vertical-align: text-top;
    margin-left: 4px;
    padding-left:16px;
    text-decoration:none;
	padding:3px 0 0 16px;
}
.ef-date input {
	width: 169px;
}

.ef-checkbox label {
	display: inline;
}

.ef-checkbox input {
	margin: 0 0 0 4px;
	vertical-align: text-bottom;
}

.ef-select select, .content select {
	border:1px solid #d1d1d0;
	background:#f0f0ef;
	font-size:10px;
}
.ef-select select {display:block;}
.ef-radio-label {
	font-style: italic;
}
.ef-radio-label input {
    vertical-align: text-top;
    margin: 0 5px 0 10px;
}

.ef-calendar {
	background: transparent url(../../pms/gfx/pictos/calendar.png) no-repeat scroll center center;
	border: none;
	cursor: pointer;
	height: 16px;
	width: 16px;
    vertical-align: text-top;
    margin-left: 4px;
}
.yui-calcontainer {
	position: absolute;
	z-index: 1000;
	font-size: 75%;
}
.date-interval {
	font-size: 133%;
}

.earl-form span.errors {
    color: white;
    background-color:#FFCC33;
    padding: 0 10px;
}

.ef-fieldset {
background-color:#FBFEF5;
border:1px solid #EBEEB4;
    padding: 10px 10px 0 10px;
    margin-bottom: 15px;
}

.ef-fieldset legend, .media-fieldset-result legend, .media-fieldset-form legend {
	background-color: #a2bb3c;
	color:#fff;
	font-weight: bold;
    text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
    padding: 1px 5px;
}
 

.ef-group {
	border: 1px dotted #e5e7e2;
    background-color: #ffffff;
    padding: 5px 10px 0 10px;
    margin-bottom: 10px;
    position: relative;
}

.ef-remover {
	position: absolute;
	top: -5px;
	right: 10px;
	text-decoration: none;
	background: transparent url(../../pms/gfx/pictos/datasource-delete.png) no-repeat top right scroll;
	display: block;
	width: 16px;
	height: 16px;
}

.ef-adder {
    text-align: right;
    display: block;
    margin-bottom: 10px;
    margin-right: 1px;
}
.ef-adder a {
    text-decoration: none;
    color: #e5e7e2;
    background: transparent url(../../pms/gfx/pictos/datasource-add.png) no-repeat right center scroll;
    padding-right: 20px;
}
.ef-adder a:hover {
	color: #377a31;
}

/******************************************************************************/
/********************************* FORM FILTER ********************************/
/******************************************************************************/


/******************************************************************************/
/******************************* TEMPLATE LIST ********************************/
/******************************************************************************/
#tpl-list {
    line-height: 200%;
}

#tpl-list li.file, #tpl-list li.file-noconf, #tpl-list li.file-new {
	position: relative;
	padding-left: 24px;
}
#tpl-list li.file {
	background: transparent url(../../pms/gfx/pictos/template.png) no-repeat 2px center scroll;
}
#tpl-list li.file-noconf {
	background: transparent url(../../pms/gfx/pictos/template-noconf.png) no-repeat 2px center scroll;
	color: #df5745;
}
#tpl-list li.file-new {
	background: transparent url(../../pms/gfx/pictos/template-new.png) no-repeat 2px center scroll;
	color: #308f11;
}

#tpl-list li.hover {
    background-color: #a2bb3c;
}

#tpl-list li span {
	position: absolute;
	right: 0;
	top: 4px;
}
#tpl-list li span a, #tpl-list li span a:link, #tpl-list li span a:focus,
#tpl-list li span a:active, #tpl-list li span a:visited, #tpl-list li span a:hover {
    text-decoration: none;
    margin: 0 5px;
}

#tpl-list li span a.config, #tpl-list li span a.cache {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
}
#tpl-list li span a.config {
    background: transparent url(../../pms/gfx/pictos/template-import.png) no-repeat center center scroll;
}
#tpl-list li span a:hover.config {
    background: transparent url(../../pms/gfx/pictos/template-import-over.png) no-repeat center center scroll;
}
#tpl-list li span a.cache {
    background: transparent url(../../pms/gfx/pictos/template-cache.png) no-repeat center center scroll;
}
#tpl-list li span a:hover.cache {
    background: transparent url(../../pms/gfx/pictos/template-cache-over.png) no-repeat center center scroll;
}

#tpl-list li.dir {
    background: transparent url(../../pms/gfx/pictos/folder.png) no-repeat left 4px scroll;
    padding-left: 20px;
}



/******************************************************************************/
/******************************** SITES LIST **********************************/
/******************************************************************************/
#sites-list {
    line-height: 200%;
}

#sites-list li {
    position: relative;
    padding-left: 24px;
    background: transparent url(../../pms/gfx/pictos/site.png) no-repeat 2px center scroll;
}

#sites-list li.hover {
    background-color: #a2bb3c;
}

#sites-list li span {
    position: absolute;
    right: 0;
    top: 4px;
}
#sites-list li span a, #sites-list li span a:link, #sites-list li span a:focus,
#sites-list li span a:active, #sites-list li span a:visited, #sites-list li span a:hover {
    text-decoration: none;
    margin: 0 5px;
}

#sites-list li span a.edit {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: transparent url(../../pms/gfx/pictos/page-edit.png) no-repeat center center scroll;
}
#sites-list li span a:hover.edit {
    background: transparent url(../../pms/gfx/pictos/page-edit-over.png) no-repeat center center scroll;
}



/******************************************************************************/
/******************************** USERS LIST **********************************/
/******************************************************************************/
#users-list {
    line-height: 200%;
}

#users-list li {
    position: relative;
    padding-left: 24px;
    background: transparent url(../../pms/gfx/pictos/user.png) no-repeat 2px center scroll;
}

#users-list li.hover {
    background-color: #a2bb3c;
}

#users-list li span {
    position: absolute;
    right: 0;
    top: 4px;
}
#users-list li span a, #users-list li span a:link, #users-list li span a:focus,
#users-list li span a:active, #users-list li span a:visited, #users-list li span a:hover {
    text-decoration: none;
    margin: 0 5px;
}

#users-list li span a.edit {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: transparent url(../../pms/gfx/pictos/user-edit.png) no-repeat center center scroll;
}
#users-list li span a:hover.edit {
    background: transparent url(../../pms/gfx/pictos/user-edit-over.png) no-repeat center center scroll;
}
#users-list li span a.delete {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: transparent url(../../pms/gfx/pictos/user-delete.png) no-repeat center center scroll;
}
#users-list li span a:hover.delete {
    background: transparent url(../../pms/gfx/pictos/user-delete-over.png) no-repeat center center scroll;
}

#usergroups-list {
    line-height: 200%;
}
#usergroups-list li input {
    margin: 0 3px 0 0;
    vertical-align: text-bottom;
}
#usergroups-list li {
	color: red;
}
#usergroups-list li.in-group {
	color: green;
}


#groups-list {
    line-height: 200%;
}

#groups-list li {
    position: relative;
    padding-left: 24px;
    background: transparent url(../../pms/gfx/pictos/group.png) no-repeat 2px center scroll;
}

#groups-list li.hover {
    background-color: #a2bb3c;
}

#groups-list li span {
    position: absolute;
    right: 0;
    top: 4px;
}
#groups-list li span a, #groups-list li span a:link, #groups-list li span a:focus,
#groups-list li span a:active, #groups-list li span a:visited, #groups-list li span a:hover {
    text-decoration: none;
    margin: 0 5px;
}

#groups-list li span a.edit {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: transparent url(../../pms/gfx/pictos/group-edit.png) no-repeat center center scroll;
}
#groups-list li span a:hover.edit {
    background: transparent url(../../pms/gfx/pictos/group-edit-over.png) no-repeat center center scroll;
}
#groups-list li span a.delete {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: transparent url(../../pms/gfx/pictos/group-delete.png) no-repeat center center scroll;
}
#groups-list li span a:hover.delete {
    background: transparent url(../../pms/gfx/pictos/group-delete-over.png) no-repeat center center scroll;
}

#groupusers-list {
    line-height: 200%;
}
#groupusers-list li input {
    margin: 0 3px 0 0;
    vertical-align: text-bottom;
}
#groupusers-list li {
	color: red;
}
#groupusers-list li.in-group {
	color: green;
}



/******************************************************************************/
/******************************** ERROR TABLE *********************************/
/******************************************************************************/
.error-table-head {
	color: #ffffff;
	background-color: #de6b2b;
	padding: 2px 5px;
}
.error-table {
	border: 2px solid #de6b2b;
	font-size: 0.9em;
	width: 100%;
	border-collapse: separate;
}

.error-table td {
	border-bottom: 1px solid #e5e7e2;
    padding: 2px 5px;
}

.error-table td.number {
    text-align: center;
}

/*******************************************************************************/
/****************************** SITEMAP MODULE CSS *****************************/
/*******************************************************************************/

.sitemap_link
{
	color:#777;
}
.sitemap_link_activ
{
    padding:2px;
    text-decoration : none;
    background-color: #e5e7e2;
    color:#fff;
}
.sitemap_menu
{
    margin:5px;
}
.add-sitemap-page
{
    background-image: url("../../pms//gfx/pictos/datasource-add.png");
    cursor:pointer;
    margin-right: 5px;
    background-repeat: no-repeat;
    padding-left:20px;
}
.sitemap_node
{
	margin-bottom:10px;
	margin-top:10px;
}
.sitemap-item-delete
{
    background-image: url("../../pms/gfx/pictos/datasource-delete.png");
    cursor:pointer;
    margin-left: 10px;
    background-repeat: no-repeat;
    padding-left:20px;		
}
.sitemap-widget
{
	margin-left:20px;
}
/*Model*/
a.model_list_menu {
background-repeat:no-repeat;
color:#fff;
text-align:center;
font-size:9px;
font-weight:bold;
background:#a2bb3c;
text-decoration:none;
padding:1px 4px;
}
a.model_list_menu:hover {text-decoration:underline;
}
.model_item_delete {
background:url(../../pms/gfx/pictos/pages-deleteall.png) no-repeat;
color:#000;
height:16px;
padding-left:20px;
width:16px;
font-size:9px;
display:inline;
padding-bottom:4px;
}
i {font-style:normal;}
.yui-skin-sam .yui-dt-bd table {
border:1px solid #e6e6e6;
}
.yui-skin-sam .yui-dt th {
background:#e5e7e2 none;
}
.yui-skin-sam .yui-dt th, .yui-skin-sam .yui-dt th a {
color:#101010;}

.yui-skin-sam .yui-dt-liner {padding:2px 4px;}
.yui-skin-sam tr.yui-dt-odd {
background-color:#e5e7e2;
}
.yui-toolbar-container .yui-toolbar-group h3 {
font-size:10px;}
.yui-calendar .calheader {color:#434343;}

.yui-panel .bd,.yui-panel .ft{background-color:#F2F2F2; color: #000000}
