

ul.portletModes {
	background: url(images/portlets/tabBorder.gif) repeat-x bottom;
	color: #515C6A;
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.portletModes li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
ul.portletModes a,
ul.portletModes a:link,
ul.portletModes a:visited {
	background: url(images/portlets/tabRight.gif) no-repeat right top;
	text-decoration: none;
	display:block;
	color:#bababa;
}

ul.portletModes a:hover,
ul.portletModes a:active,
ul.portletModes .current a,
ul.portletModes .current a:link,
ul.portletModes .current a:visited,
ul.portletModes .current a:hover,
ul.portletModes .current a:active {
	background-position: 100% -26px;
	color:#515c6a;
}

ul.portletModes span {
	background: url(images/portlets/tabLeft.gif) no-repeat left top;
	display:block;
	padding:2px 5px;
	border-bottom:1px solid #515c6a
}
ul.portletModes span:hover,
ul.portletModes .current span {
	background-position: 0% -26px;
}

ul.windowStates {
	background: url(images/portlets/tabBorder.gif) repeat-x bottom;
	color: #515C6A;
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.windowStates a {
	background: url(images/portlets/windowStates.gif) no-repeat left top;
	border-bottom: 1px solid #515C6A;
	float: left;
	height: 14px;
	margin-right: 2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width:17px;
	z-index: 1;
}

ul.windowStates a span {
    display:none;
}

ul.windowStates a.maximized {
	background-image: url(images/portlets/windowStates_maximized.gif);
}

ul.windowStates a.minimized {
	background-image: url(images/portlets/windowStates_minimized.gif);
}

ul.windowStates a.normal {
	background-image: url(images/portlets/windowStates_normal.gif);
}

ul.windowStates a:hover {
	background-position: 0% -15px;
}
ul.windowStates li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.windowStates li.current a {
	display: none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul.windowStates div {
	float: none;
}
/* End IE5-Mac hack */





/* ======= */

/**
 * SPECIFIQUE AG2R
 */



/* CSS pour gcie jahia portlet
 */

.gciejahia .feedbackPanelERROR 
{
	color: red;
	list-style: circle;
	font-weight: bold;
}

.gciejahia .feedbackPanelINFO {
	color: green;
	list-style: circle;
	font-weight: bold;
}
.gciejahia .nospam {
	display : none;
}

.gciejahia .block {
	padding: 10px;
}

.gciejahia .blockWithBorder {gcie	gcie
	border-width: thin;
	border-style: dotted;
	border-color: #E9601A;
}

.gciejahia  #titleblock {
	color: white;
	font-weight: bold;
	border-width: thin;
	padding: 17px 2px 2px 6px;
}

.gciejahia #titleblock a {
	color: #000;
}


.gciejahia img {
	border: none;
}

.gciejahia pre {
	font-family: 'Lucida Sans', 'Helvetica', 'Sans serif', 'sans';
}

.gciejahia .inputForm label {
	display: block;
	margin-top: 5px;
}

.gciejahia #numberRadioChoice label { display: inline !important; }

.gciejahia .inputForm label.non {
	display: inline !important;
}

.gciejahia .inputFormTable td {
	vertical-align: top;
	padding: 10px;
}

.gciejahia #feedbackPanel {
	width: 600px;
}

.gciejahia #siteSelection {
	width: 200px;
}


table.gciejahiadataview  {
	margin-bottom: 10px;
	border-bottom: 1px solid #0079d6;
	font-size: 1em;
	font-family: arial;
	}
	
table.gciejahiadataview caption { text-align: left; }
table.gciejahiadataview tr { padding-top: 2px; padding-bottom: 2px; }
table.gciejahiadataview tr.even { background-color: #ffebcd; }
table.gciejahiadataview tr.odd{ background-color: #fff; }
table.gciejahiadataview tr td  { padding-left: 8px; padding-right: 30px; }
table.gciejahiadataview tr th { color: black; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 30px; background-color: #c1e4ff; border-bottom: 1px solid #0079d6; border-top: 1px solid #0079d6; text-align: left; white-space: nowrap; vertical-align: middle;}

table.gciejahiadataview tr th { background-position: right; background-repeat:no-repeat; }
table.gciejahiadataview tr th.wicket_orderDown {
	background-color: #87cbff; background-image: url(/gciejahia/images/arrow_down.png); }
table.gciejahiadataview tr th.wicket_orderUp {
background-color: #87cbff; background-image: url(/gciejahia/images/arrow_up.png); }

table.gciejahiadataview tr th.wicket_orderNone {
	background-image: url(/gciejahia/images/arrow_off.png);
}
table.gciejahiadataview tr th a { font-weight: normal; }
table.gciejahiadataview #message { padding-left: 3px; }
table.gciejahiadataview caption { padding-bottom: 2px; }

.gciejahiadataview tr.even { background-color: #ffebcd; }
.gciejahia tr.odd{ background-color: #fff; }


/**************** Ajouts GCIEJAHIA a la css wicket */

/* classe utilisee pour un td servant a mettre un espace entre deux colonnes d'une table */
.gciejahia td.space_td {
	width:40px;
}

/* icone sur lien edition */
a.gciejahiaedit {
	height: 16px;
	display:block;
	background: url(/gciejahia/icone_modifier.gif)    no-repeat;
}

