/******************************************************************************
* admAdmin.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006							      *
*                                                                             *
******************************************************************************/

.admBody {
	font-size: 75%;
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#c1c1c1;
	text-align:left;
}

.admFullContainer {
	width:985px;
}

/**********************************
**	En tete
**********************************/
.admHeader{
	text-align:left;
	margin:5px;
	padding-bottom:0px;	
}

.admHeader h1 {
	font-size:130%;
	float:left;
	color:#000000;
}

.admHeader .loginInfo {
	float:right;
	color:#FFFFFF;
	font-weight: bold;
}
/**********************************
**	Pied de page
**********************************/
.admFooter{
	clear:both;
}

.admFooter .bottomMenu{
	float:left;
	margin:5px;
}

.admFooter .bottomMenu li{
	list-style:none;
	display:inline;
	padding:0px 7px 0px 0px;
}

.admFooter .bottomMenu a{
	color:#000000;
	text-decoration:none;
}

/*
MAIN BLOCK
*/

.admBlock {
	float:left;
	margin:5px;
}

/*
FRAME
*/

.admFrame {
	background:#ffffff;
	padding:5px;
	margin-bottom:3px;
	border:1px solid #afafaf;
	border-right-style: solid;
	border-right-width: 3px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}


/* Titles */

.admNavigation h2 {
	font-weight: bold; 
	font-size:110%;
	margin: 0 0 5px 0; 
	color: #000000;
	border-bottom-color: #afafaf;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.admNavigation h3 {
	font-weight: bold;
	font-size:110%;
	margin: 0 0 5px 0;
	padding:2px;
	color: #000000;
	border-bottom-color: #afafaf;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* Tables */



/* Para */

.admNavigation p {
	margin:0;
	padding:0;
}

/* list */

.admNavigation ul {
	list-style-type: square;
	margin:0px;
	padding:0px;
}

.admNavigation li {
	list-style-position: inside;
	margin:0px;
	padding:0px;
}

.admNavigation li.on {
	font-weight:bold;
	color:#ff8901;
}

/* Popovers */

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 600px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    white-space: normal;
    border-radius: 0px;
}

.popover.bottom>.arrow {
    border-bottom-color: rgba(0,0,0,0.05);
  }

/* link */

/* ... hors liste */

.admNavigation a:link {
	color: #000000;
	text-decoration: underline;
}

.admNavigation a:visited {
	color: #000000;
	text-decoration: underline;
}

.admNavigation a:hover {
	color: #000000;
	text-decoration: none;
}

/* ... dans liste */

.admNavigation li.on a:link {
	color:#ff8901;
}

.admNavigation li.on a:visited {
	color:#ff8901;
}

.admNavigation li.on a:hover {
	color:#ff8901;
}

/* form */

.admNavigation form {
	margin:0px;
}

.admNavigation legend {
	color: #696969;
}

/**********************************
**	Formulaire
**********************************/

.admFieldset {
	margin:auto;
}

.admFieldset legend {
	color:#696969;
	margin-bottom:1em;
}

.admFieldset label {
	margin-right: 8px;
}

.admFieldset p {
	clear: both;
	margin: 5px 0px;
}

.admFieldset p.admCenteredControl>label {
	text-align:right;
	width:45%;
}

.admFieldset p.admCenteredControl>input, .admFieldset p.admCenteredControl>select, .admFieldset p.admCenteredControl>textarea {
	width:45%;
}

.admFieldset input, .admFieldset select, .admFieldset textarea {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.admFieldset .propertySetInput input {
	background-color: transparent;
}

.admFormAction {
	text-align: right;
}

.admFormAction p.action input {
	background-color: #696969;
	font-weight: bold;
	text-align: center;
	color:#ffffff;
}

/**********************************
**	Actions
**********************************/
.admActionFail {
	color:#FF0000;
	font-weight:bold;
}

.admActionSuccedeed{
	color:#696969;
	font-weight:bold;
}
/**********************************
**	bouton 
**********************************/

.linkButton
{
	padding-top : 2px;
	padding-bottom : 2px;
}

.linkButton a, .linkButton a:link, .linkButton a:visited{
	color: #000000;
	padding-left:0.2em;
	padding-right:0.2em;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-decoration:none;
	border: 1px solid #000000;
	background-image: url(../iso_icons/admlinkButton-off.png);
	font-size: 110%;
	font-weight: bold;
	text-align: center;	
}

.linkButton a:hover {
	background-image: url(../iso_icons/admlinkButton-on.png);
	text-decoration: none;
}
