/*Vars*/
:root {
	--login-box-width: 600px;
	--fieldset-width: 98%;
	--fieldset-margin: 0 auto;
	--login-form-display: inline;
	--login-form-p-display: block;
}

/* ****************************** */
/*        GENERIC ELEMENTS        */
/* ****************************** */
* {
	margin: 0px; 
	padding: 0px;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, Swiss, sans-serif;
	color: #2A2F64;
	background: #FFFFFF url('../img/body/background.png') repeat-x 0 0;
}

pre {
	display: block;
	position: absolute;
	padding: 10px;
	color: #555555;
	background: #FFFFAA;
	border: 1px solid #555555;
}

a {
	color: #857EA6;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 10px auto 10px auto;
}

.important.inherit {
	display: inherit;
	float: inherit;
	margin: inherit;
	padding: inherit;
	width: inherit;
	height: inherit;
	color: inherit;
	text-align: inherit;
	text-decoration: inherit;
	font-size: inherit;
	font-weight: inherit;
	background: inherit;
	border: inherit;
	clear: inherit;
}



/* ****************************** */
/*         COMMON STYLES          */
/* ****************************** */
.cleared {
	clear: both;
}
.display_none {
	display: none;
}




/******************************/
/*           IMAGES           */
/******************************/

img {
	border: 0;
	vertical-align: middle;
}



/******************************/
/*           ENTETE           */
/******************************/

div#header {
	height: 94px;
	background: url('../img/header/background.png') no-repeat 0 0;
	border-bottom: 3px solid #daaa23;
}

/******************************/
/*           CENTRE           */
/******************************/

div#principal {
	padding: 10px;
}


/******************************/
/*            PIED            */
/******************************/

div#bas {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 2px 0px 5px 0px;
	width: 100%;
	color: #555555;
	text-align: center;
	font-size: 10px;
	background: url('../img/sidebar/background.png') repeat 0% 0%;
	border-top: 1px solid #AAAAAA;
	border-bottom: 3px solid #DAAA23;
	-webkit-box-shadow: 0px -2px 4px #555555;
	-moz-box-shadow: 0px -2px 4px #555555;
	-o-box-shadow: 0px -2px 4px #555555;
	box-shadow: 0px -2px 4px #555555;
}
div#bas a {
	color: #555555;
	text-decoration: underline;
}
div#bas a:hover {
	text-decoration: none;
}

/******************************/
/*        FORMULAIRES         */
/******************************/

form {
	margin: 0;
	display: inline;
	text-align: left;
}

form legend {
	line-height: 0px;
}

input.text, input.file, select, textarea {
	color: #555555;
	background: #E5E5E5;
	border: 1px solid #AAAAAA;
}
input.text:disabled, input.file:disabled, select:disabled, textarea:disabled,
input.text[readonly='readonly'], input.file[readonly='readonly'], select[readonly='readonly'], textarea[readonly='readonly'] {
	color: #444444;
	background: #CCCCCC;
	border: 1px solid #999999;
}
/*
select {
	width: 220px;
}
*/
input {
	padding: 1px;
	vertical-align: middle;
}

input.text {
	width: 250px;
}

input.file {
	width: 450px;	
}

input.image {
	padding: 0;
	margin: 0 0 1px 0;
}

form button {
	width: 100px;
	vertical-align: middle;
}
form button#validation, form button#rechercher, form button#fermer, button#fermer, button#samlAuthentication {
	float: none;
	margin: 10px auto 10px auto;
	padding: 2px 10px 2px 10px;
	width: 200px;
	height: inherit;
	text-align: center;
	color: #555555;
	font-size: 12px;
	font-weight: 900;
	/*background: url('../img/sidebar/input.png') repeat 0% 0%;*/
	border: 1px solid #AAAAAA;
	cursor: pointer;
}
form input#reset_colors {
	float: none;
	margin: 10px auto 10px auto;
	padding: 2px 10px 2px 10px;
	width: 200px;
	height: inherit;
	text-align: center;
	color: #555555;
	font-size: 12px;
	font-weight: 900;
	background: url('../img/sidebar/input.png') repeat 0% 0%;
	border: 1px solid #AAAAAA;
}

form fieldset {
	width: var(--fieldset-width);
	margin: var(--fieldset-margin);
	padding-bottom: 10px;
	border: 0;
	display: block;
	text-align: left;
}

form fieldset p {
	margin: 10px auto 0 auto;
	text-align: left;
}

form fieldset.recherche p {
	margin: 10px auto 0 auto;
}

form fieldset p.aide {
	text-align: center;
	font-size: x-small;
	margin-top: 2px;
}

form label {
	width: 45%;
	float: left;
	padding-right: 2px;
	font-weight: bold;
	text-align: right;
	line-height: 22px;
	color: #000000;
}

form label.radio {
	width: auto;
	float: none ;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: normal;
	text-align: left;
	line-height: auto;
	color: #000000;
}

span.radio_group{
	display: block ;
	float: left ;
}

form img.minilogo{
	width:  77px ;
	height: 31px ;
}

div.formboutons {
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}

form p.smultiples {
	text-align: center;
	margin: 10px 0 0 0;
	width: auto;
}

form p.smultiples label {
	width: 100%;
	float: none;
	clear: both;
	padding-right: 2px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}

form p.smultiples table {
	margin: auto;
}

form input.langues, form textarea.langues {
	font-size: 11px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
textarea.translation_text {
	font-size: 11px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
form label.recherche {
	float: none;
	text-align: left;
	width: auto;
}

form label.recherche2 {
	float: none;
	font-weight: normal;
	text-align: left;
	width: auto;
}


/******************************/
/*          MESSAGES          */
/******************************/

div.message0, div.message1, div.message2 {
	margin: 0px 10px 20px 10px;
	padding: 6px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 900;
    border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 1px 1px 3px #555555;
	-moz-box-shadow: 1px 1px 3px #555555;
	-o-box-shadow: 1px 1px 3px #555555;
	box-shadow: 1px 1px 3px #555555;
}

/* Warning */
div.message2 {
	background: #FFF860;
	background: -webkit-linear-gradient(top, #DFD840, #FFF860, #FFF860);
	background: -moz-linear-gradient(top, #DFD840, #FFF860, #FFF860);
	background: -o-linear-gradient(top, #DFD840, #FFF860, #FFF860);
	background: linear-gradient(top, #DFD840, #FFF860, #FFF860);
	border: 1px solid #E8D882;
	color: #B98933;
}

/* Info */
div.message1 {
	background: #A8FFA6;
	background: -webkit-linear-gradient(top, #88DF86, #A8FFA6, #A8FFA6);
	background: -moz-linear-gradient(top, #88DF86, #A8FFA6, #A8FFA6);
	background: -o-linear-gradient(top, #88DF86, #A8FFA6, #A8FFA6);
	background: linear-gradient(top, #88DF86, #A8FFA6, #A8FFA6);
	border: 1px solid #64D06A;
	color: #339933;
}

/* Error */
div.message0 {
	background: #FFACA8;
	background: -webkit-linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	background: -moz-linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	background: -o-linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	background: linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	border: 1px solid #E88782;
	color: #993333;
}



/******************************/
/*           LISTES           */
/******************************/

div.liste {
	border: 1px solid black;
	margin: 0px 0px 10px 0px;
	padding: 2px;
	text-align: left;
}

.infoBlockBox {
	margin: 0px 0px 0px 0px;
}
.infoBlock {
	margin: 0px 0px 10px 0px;
	width: 100%;
	text-align: left;
}

div.large {
	margin-right: 0;
}




/******************************/
/*           GRILLE           */
/******************************/
div.grillepopup {
	border: 1px solid black;
	background: #8c8c8c;
	color: #000000;
	padding: 5px 10px 10px 10px;
}

div.petitcarre{
	float: left;
	height:8px;
	width:8px;
	border: 1px solid black;
}

.grandcarre{
	position: absolute;
	height:16px;
	width:16px;
	margin-left: 5px;
	border: 1px solid black;
}
p.liste_criteres span.grandcarre{
	position: relative;
	display: inline;
	margin: 0px 3px 0px 0px;
	padding: 12px 0px 2px 14px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	border: 1px solid #555555;
}

/******************************/
/*        INFORMATIONS        */
/******************************/

div.informations {
	border: 1px solid #cccccc;
	margin: 0 10px 10px 10px;
	padding: 5px;
	text-align: left;
	background-color: #f3f3f3;
	color: #000000;
	font-size: x-small;
	height: auto;
}

div.jaune {
	background-color: #ffee66;
	color: #000000;
}

div.colonne {
	float: left;
	width: 48%;
	padding: 0% 1% 0% 0%;
	display: inline;
}
div.search_column {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 33%;
}

div.information {
	margin: 0 0 0 0px;
	width: 99%;
}

div.information div.titre {
	float: left;
	width: 19%;	
	font-weight: bold;
}

div.information_popup div.titre {
	float: left;
	width: 40%;	
	font-weight: bold;
}

div.colonne  div.titre {
	float: left;
	width: 40%;	
	font-weight: bold;
}

div.information div.valeur {
	float: left;
	width: 75%;
}

div.colonne div.valeur {
	float: left;
	width: 50%;
}

div.spacer {
	clear: left;
}


/******************************/
/*          ACTIONS           */
/******************************/

ul.actions {
	text-align: left;
	margin: 0px;
}

ul.actions li {
	display: inline;
}

ul.actions li img {
	margin: 0 5px 0 5px;
}


/******************************/
/*           TABLES           */
/******************************/

/* DONNEES */

.tabledonnees {
	border: 0;
	padding: 0;
	border-collapse: separate;
	width: 100%;
}

.tabledonnees th {
	margin: 0px;
	padding: 1px 5px 1px 5px;
	color: #2a2f64;
	font-size: 12px;
	font-weight: 900;
	background: #d2ccdd;
}

.tabledonnees th a {
	color: #2a2f64;
	text-decoration: none;
}

.tabledonnees th.vide {
	width: 16px;
	color: #000000;
	padding: 0;
	background: #d2ccdd;
}

.tabledonnees tr {
	background-color: #EEEEEE;
	color: #000000;
}
.tabledonnees tr.pair {
	background-color: #FFFFFF;
	color: #000000;
}

.tabledonnees td {
	font-size: x-small;
	text-align: center;
	padding: 0 10px 0 10px;
	height: 16px;
}

.tabledonnees td a {
	font-weight: bold;
	color: #000000;
	background-color: inherit;
	text-decoration: none;
}

.tabledonnees td.nowrap {
	white-space: nowrap;
}

.tabledonnees td.icone {
	padding: 0 2px 0 2px;
	width: 20px;
}

.tabledonnees td.message {
	padding: 20px 0px 20px 0px;
	font-size: x-small;
	text-align: center;
	margin-bottom: 20px;
}


/* GRILLE */

.tablegrille {
	padding: 0;
	width: 90%;
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: 0 auto 0 auto;
}

.tablegrille th {
	border: 1px dashed #d1d1d1;
	color: #000000;
	background: #faebd7;
	font-size: small;
	font-weight: bold;
	text-align: center;
	margin: 0;
	height: 40px;
	padding: 2px 10px 2px 10px;
}

.tablegrille th a {
	font-weight: bold;
	color: #000000;
	background: #faebd7;
	text-decoration: none;
}

.tablegrille th.vide {
	background: #faebd7;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

.tablegrille td {
	border: 1px dashed #d1d1d1;
	font-size: x-small;
	text-align: center;
	margin: 0;
	color: #000000;
	background: #ffffff;
	height: 40px;
	padding: 0 2px 0 2px;
}

/* INFORMATIONS */

.tableinformations {
	margin: auto;
}

.tableinformations tr.pair {
	background-color: #ffffff;
	color: #000000;
}

.tableinformations th {
	padding: 2px 10px 2px 10px;
	text-align: center;
	width: 300px;
}
.tableinformations td {
	padding: 2px 10px 2px 10px;
	text-align: center;
}
.tableinformations td.message {
	background-color: #ffffff;
	color: #000000;
}



/******************************/
/*           DIVERS           */
/******************************/

h1 {
	display: block;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	text-align: center;
}
h1 a {
	padding: 2px 15px 2px 15px;
	color: #AAAAAA;
	text-decoration: none;
	font-size: 20px;
	font-weight: 900;
	background: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#maincontent h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #494b7e;
	font-size: 16px;
	font-weight: 900;
}

svg {
	z-index: 20;
}


div.large {
	margin-right: 0;
}

div.actions {
	margin: -10px 0 -10px 0;
	border: 2px solid #98adc2;
}

div.details {
	padding: 5px;
}

div.details div.information div.titre, div.details div.information div.valeur, div.details div.information_popup div.titre, div.details div.information_popup div.valeur {
	text-align: left;
}

div.details div.information div.valeur {
	margin-left: 20px;
}

p.liste_criteres{
        margin: auto 10px 10px 10px;
}

span.avertissement{
        color: #ff0808;
}

input.radioindicesgauche {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
input.radioindicescentre {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
input.radioindicesdroite {
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.radiogravite {
	padding: 10px;
	background-color: #ffaaaa;
}


a.retour {
	text-decoration: none;
        font-weight: bold;
        color: #000000;
}

.delaidepasse, a.delaidepasse {
	color: #CC0000;
}

.contour{
        padding-left: 8px;
        padding-right: 8px;
        background: url(../img/ico_mask/active.png) no-repeat center;
}
/******************************/
/*         INFOBULLES         */
/******************************/

a.infobulle {
	position: relative; 
	text-decoration: none;
	color: #000000;
	font-weight: bold; /* Prob et grav sur d�tails risque */
	background-color: inherit;
}

a.infobulledefault {
	cursor:default;
	outline: none; /* Enl�ve les pointill�s autour du span en cas de �faux� lien */
}

a.infobullept {
	font-size: x-small;
}

a.infobulleth {
	color: #ffffff;
	background-color: inherit;
}

a.infobullegrille:hover {
	background-color: #ffffff;
	color: inherit;
}

a.infobulle:hover {
	z-index: 25;
}

a.infobulle span {
	display: none;
	font-size: small;
}

a.infobulle:hover span { 
	display:block; 
	position:absolute;
    top: 2em; 
	left: -4em;
    
	border: 2px solid #cccccc;
	background-color: #f3f3f3;
	color: #000000;
	padding: 4px;
	font-weight: bold;
}

a.infobulle_txt {
    color: #98adc2;
    font-family: Arial, Geneva, Swiss, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #ffffff;
    border: 0px solid black;
}
a.infobulle_txt:hover {
    text-decoration: none;
}

/******************************/
/*       VERIFICATION         */
/******************************/

span.erreur {
	background: url(../img/ico/action/cancel.png) no-repeat 0px 0px;
	color: #ff0808;
	background-color: inherit;
	padding-left: 20px;
	font-weight: normal;
	font-size: small;
}

span.succes {
	background: url(../img/ico/action/accept.png) no-repeat 0px 0px;
	color: #2f8d12;
	background-color: inherit;
	padding-left: 20px;
	font-weight: normal;
	font-size: small;
}




/******************************/
/*         GLOSSAIRE          */
/******************************/

div.glossaire {

}

div.glossaire p {
}

div.glossaire p.terme {
	margin: 0px 0px 0px 0px;
	font-weight: 900;
}

div.glossaire p.definition {
	margin: 0px 0px 10px 0px;
	font-weight: 400;
}




/******************************/
/*        EXPORT PDF          */
/******************************/

div.export {
	position: absolute;
	width: 550px;
	border: 4px solid #000000;
	background: #ffffff;
	z-index: 600;
	padding: 20px 50px 20px 50px;
}



/******************************/
/*    Barre de navigation     */
/******************************/

#navbar {
    display: block;
    margin: 0px auto 10px auto;
}
#navbar table {
    margin: 0px auto 0px auto;
}


#navbar_prev span {
    font-family: monospace;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}
#navbar_prev span.KO {
    color: #98adc2;
}
#navbar_prev a {
    color: #003466;
    text-decoration: none;
}
#navbar_prev a:hover {
    color: #000000;
}

#navbar_next span {
    font-family: monospace;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}
#navbar_next span.KO {
    color: #98adc2;
}
#navbar_next a {
    color: #003466;
    text-decoration: none;
}
#navbar_next a:hover {
    color: #000000;
}

#navbar_list  {
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}
#navbar_list  a {
    color: #98adc2;
    text-decoration: none;
}
#navbar_list  a:hover {
    text-decoration: underline;
}
#navbar_list  a.active {
    color: #003466;
    text-decoration: underline;
}


/******************************/
/*        Formulaires         */
/******************************/

.form_field_needed {
    padding-left: 2px;
    color: #98adc2;
    font-family: monospace;
    font-size: 22px;
    font-weight: 900;
    text-decoration: none;
}

/******************************/
/*        Loadbar GACL        */
/******************************/

#loadbar_right_loader {
    display: block;
    float: left;
    margin: -19px 0px 0px 50px;
    padding: 0px 0px 0px 20px;
    height: 19px;
    background: url(../img/loadbar/right_loader.gif) no-repeat left top;
}
#loadbar_right_loader span {
    color: #98adc2;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    font-style: italic;
}

/**
* ICONS
*/
.ico {
    display: block;
    margin: 0px 2px 0px 2px;
    width: 16px;
    height: 16px;
}
.ico span {
    display: none;
}

.ico.accept {background: url('../img/ico/action/accept.png') no-repeat 0px 0px;}
.ico.cancel {background: url('../img/ico/action/cancel.png') no-repeat 0px 0px;}
.ico.grid {background: url('../img/ico/mod/grid.png') no-repeat 0px 0px;}


/**
 * Table
 */
table.table_align {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.table_align > tbody > tr {
	padding: 0px;
	background: none;
	border: none;
}
table.table_align > tbody > tr > td {
	padding: 0px;
	background: none;
	border: none;
}
.table {
	margin: 5px auto 5px auto;
	width: 100%;
	background: none;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

.table .cropped_corner {
	font-size: 0;
	background: none;
	border: none;
}

.table .cropped_th {
	width: 10px;
	height: 10px;
	padding: 0px;
	font-size: 0;
	background: none;
	border: none;
}

.table .cropped_td {
	width: 0px;
	height: 0px;
	padding: 0px;
	font-size: 0;
	border: 1px dotted #cdcdcd;
}

.table th {
	padding: 3px 5px 3px 5px;
	color: #4f527d;
	font-size: 1em;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cdcdcd;
}
.dataTables_wrapper .table th {
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
.dataTables_wrapper .table th.sorting {
	padding: 3px 13px 3px 5px;
}
.dataTables_wrapper .table th.sorting_desc {
	padding: 3px 13px 3px 5px;
}
.dataTables_wrapper .table th.sorting_asc {
	padding: 3px 13px 3px 5px;
}
.table th.ico_1, .table td.ico_1, .table th.ico_2, .table td.ico_2 {
	padding: 5px;
	width: 16px;
	text-align: center;
	vertical-align: middle;
}
.table th.ico_2, .table td.ico_2 {
	width: 34px;
}

.table th.row {
	text-align: left;
}

.table th small {
	color: #aaaaaa;
}

.table td {
	padding: 3px 5px 3px 5px;
	color: #333333;
	font-weight: 400;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #cdcdcd;
}

.table .cell_separator {
	padding: 0px 5px 0px 5px;
	color: #cccccc;
	font-size: 1em;
	font-weight: 900;
}
tr.shown td .fullcell {
    background: none repeat scroll 0 0 #FAFAFA;
}
tr.shown td .fullcell:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
tr.even td .fullcell {
    background: none repeat scroll 0 0 #E7E7F8;
}
tr.even td .fullcell:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
.fullcell {
    border-color: #DDDDDD #AAAAAA #AAAAAA #DDDDDD;
    border-style: solid;
    border-width: 1px;
    padding: 2px 0;
    color: #555555;
    font-weight: 900;
    width: 100%;
}
.fullcell:focus {
    border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    border-style: solid;
    border-width: 1px;
}
.table .sortSpan {
	display: none;
}
/** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/** XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#login_box {
	position: relative;
	top: 25%;
	margin: auto;
	padding: 0px 0px 20px 0px;
	width: var(--login-box-width);
	background: #F0F0F0;
	border: 1px solid #AAAAAA;
	-webkit-box-shadow: 3px 4px 4px #555555;
	-moz-box-shadow: 3px 4px 4px #555555;
	-o-box-shadow: 3px 4px 4px #555555;
	box-shadow: 3px 4px 4px #555555;
}

.login_form {
	display: var(--login-form-display);
}
.login_form p {
	display: var(--login-form-p-display);
}
#saml_login {
	border-left: 1px solid #aaa;
}
#saml_login label {
	width: 100%;
	text-align: center;
}

#login_toolbar .toolbar {
	margin: 5px 5px 0px 0px;
}
#login_box h1 {
	padding: 0px 0px 0px 0px;
}
#contenu {
	background: url('../img/content.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#navbar {
	margin: 0px auto 10px auto;
}
#navbar table {
	cellpadding: 0px;
	cellspacing: 0px;
	border-collapse: collapse;
}
#navbar_prev span, #navbar_list, #navbar_next span {
	font-size: 11px;
}

#sidebar {
	display: block;
	float: right;
	margin: -11px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	width: 280px;
	background-color: #CCCCCC;
	background: url('../img/sidebar/background.png') repeat 3px 0%;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	-webkit-box-shadow: 0px 4px 4px #555555;
	-moz-box-shadow: 0px 4px 4px #555555;
	-o-box-shadow: 0px 4px 4px #555555;
	box-shadow: 0px 4px 4px #555555;
}
#sidebar .widget .widget_content #mat_global_chart {
	width: 280px;
	height: 200px;
}

#maincontent {
	display: block;
	float: left;
}
#maincontent > .content {
	padding: 0px 10px 10px 10px;
}

.dataTables_wrapper {
	width: 100%;
}
.dataTables_wrapper button.ico_float {
	height: 16px;	
	width: 16px;	
}

#appLogo {
	display: block;
	float: left;
	margin: 10px -194px 0px 10px;
	width: 184px;
	height: 50px;
	background: url('../img/header/logo.png') no-repeat 0 0;
}
#clientLogo {
	display: block;
	float: right;
	margin: 10px 10px 0px -170px;
	width: 160px;
	height: 60px;
	text-align: right;
}
#clientLogo img {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 2px 2px 4px #aaaaaa;
	-moz-box-shadow: 2px 2px 4px #aaaaaa;
	-o-box-shadow: 2px 2px 4px #aaaaaa;
	box-shadow: 2px 2px 4px #aaaaaa;
}

#main_menu {
	display: block;
	margin: -24px auto 2px auto;
	width: 100%;
	height: 22px;
	text-align: left;
}
#main_menu .content {
	padding: 0px 0px 0px 66px;
}
#main_menu ul {
	list-style-type: none;
}
#main_menu ul li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}
#main_menu ul li a:hover {
	text-decoration: none;
}
#main_menu #module_tab_separator {
	display: block;
	float: left;
	margin: 2px 8px 0px 3px;
	width: 16px;
	height: 16px;
	background: url('../img/menu/module_tab_separator.png') no-repeat 0 0;
}
#main_menu #main_menu_module li, #main_menu #main_menu_tab li {
	display: inline;
}

#main_menu #main_menu_module {
	display: block;
	float: left;
}
#main_menu #main_menu_module li a {
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 5px 10px;
	background: url('../img/menu/module_active.png') repeat-x 0 0;
	border-radius: 12px 12px 0px 0px;
	-webkit-box-shadow: 0px 0px 4px #aaaaaa;
	-moz-box-shadow: 0px 0px 4px #aaaaaa;
	-o-box-shadow: 0px 0px 4px #aaaaaa;
	box-shadow: 0px 0px 4px #aaaaaa;
}
#main_menu #main_menu_module li.normal {
	display: none;
}

#main_menu #main_menu_tab {
	display: block;
	float: left;
}
#main_menu #main_menu_tab ul > ul {
	display: none;
}
#main_menu #main_menu_tab li.normal a {
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 5px 10px;
	background: #999999 url('../img/menu/module_active.png') repeat-x 0 0;
	border-radius: 12px 12px 0px 0px;
	-webkit-box-shadow: 0px 0px 4px #aaaaaa;
	-moz-box-shadow: 0px 0px 4px #aaaaaa;
	-o-box-shadow: 0px 0px 4px #aaaaaa;
	box-shadow: 0px 0px 4px #aaaaaa;
}
#main_menu #main_menu_tab li.active a {
	margin: 0px 5px 0px 0px;
	padding: 5px 10px 5px 10px;
	background: #494b7e url('../img/menu/module_active.png') repeat-x 0 0;
	border-radius: 12px 12px 0px 0px;
	-webkit-box-shadow: 0px 0px 4px #aaaaaa;
	-moz-box-shadow: 0px 0px 4px #aaaaaa;
	-o-box-shadow: 0px 0px 4px #aaaaaa;
	box-shadow: 0px 0px 4px #aaaaaa;
}

#main_menu .child_div {
	position: absolute;
	top: 20px;
	left: 81px;
	display: none;
	width: 163px;
	padding: 18px 10px 6px 10px;
	background: url('../img/menu/child.png') no-repeat 0 0;
	border-bottom: 1px solid #cbcbcb;
}
#main_menu .child_div li a {
	display: block;
	margin: 2px auto 2px auto;
	padding: 2px 5px 2px 5px;
	color: #555555;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	background: #eeeeee url('../img/menu/module_active.png') repeat-x 0 0;
}
#main_menu .child_div li a:hover {
	color: #000000;
	background: #cccccc url('../img/menu/module_active.png') repeat-x 0 0;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#pathway {
	display: block;
	color: #777777;
	text-align: left;
	font-size: 12px;
	background-color: #CCCCCC;
	background: url('../img/sidebar/background.png') repeat 100% 100%;
	border-bottom: 1px solid #AAAAAA;
	-webkit-box-shadow: 0px 2px 4px #555555;
	-moz-box-shadow: 0px 2px 4px #555555;
	-o-box-shadow: 0px 2px 4px #555555;
	box-shadow: 0px 2px 4px #555555; 
}
#pathway a {
	color: #777777;
	text-decoration: none;
}
#pathway a:hover {
	text-decoration: underline;
}
#pathway .content {
	padding: 2px 0px 2px 5px;
}

#main_toolbar {
	display: block;
	float: right;
	margin: -22px 2px 0px 0px;
}
#main_toolbar .toolbar {
	margin: 3px 0px 0px 0px;
}
#main_toolbar .flag {
	margin-top: 1px;
	height: 12px;
	background-position: 0px -2px;
	border: 1px solid #AAAAAA;
}













/* ****************************** */
/*         GENERIC FIELD          */
/* ****************************** */
.field_table, .field_list {
	margin: 0px;
	width: 100%;
	text-align: left;
}
.field_table td {
	vertical-align: top;
}
.field_table .field_name, .field_list .field_name {
	display: block;
	margin-top: 7px;
	color: #555555;
	font-size: 11px;
	font-weight: 500;
}
.field_table .field_info, .field_list .field_info {
	display: block;
	margin-bottom: 7px;
	padding-left: 7px;
	color: #4f537e;
	font-size: 11px;
	font-weight: 900;
}
.field_table .field_badge {
	display: block;
	float: right;
	margin: 0px 7px 0px 0px;
}

/* ****************************** */
/*         GENERIC TABLE          */
/* ****************************** */
.table {
	margin: 0px;
	padding: 0px;
}
.dataTables_wrapper div.table_header {
	margin: 0px 0px 0px 0px;
}
.dataTables_wrapper div.table_footer {
	margin: 0px 0px 0px 0px;
}
table.col_count_1 td {
	width: 100%;
}
table.col_count_2 td {
	width: 50%;
}
table.col_count_3 td {
	width: 33%;
}
table.col_count_4 td {
	width: 25%;
}
table.col_count_5 td {
	width: 20%;
}

/* ****************************** */
/*       DATATABLE OVERRIDE       */
/* ****************************** */
.dataTables_wrapper tbody .toolbar {
	margin: 0px;
}
.dataTables_wrapper tbody .statusCell > div {
	margin: 0px auto 0px auto;
	width: 40px;
}
.dataTables_wrapper tbody .statusCellNoEdit > div {
	margin: 0px auto 0px auto;
	width: 20px;
}
.dataTables_wrapper tbody .statusCell .toolbar {
	float: left;
}
.dataTables_wrapper tbody .intCell {
	text-align: center;
}

/* ****************************** */
/*      MAIN CONTENT WIDGET       */
/* ****************************** */
#maincontent .widget {
	margin: 0px auto 20px auto;
	padding: 0px;
	background: #F0F0F0;
	border: 1px solid #AAAAAA;
	-webkit-box-shadow: 0px 0px 4px #555555;
	-moz-box-shadow: 0px 0px 4px #555555;
	-o-box-shadow: 0px 0px 4px #555555;
	box-shadow: 0px 0px 4px #555555;
}
#maincontent .widget_title {
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	background: url('../img/sidebar/mod_title_normal.png') repeat 0% 0%;
	border-bottom: 1px solid #AAAAAA;
}
#maincontent .widget.disable .widget_title {
	background: url('../img/sidebar/mod_title_disable.png') repeat 0% 0%;
}
#maincontent .widget_title h2 {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;
	background: none;
}
#maincontent .widget_title h2 .name {
	color: #555555;
	font-size: 0.8em;
}
#maincontent .switch_title h2, #maincontent .switch_title h3 {
	cursor: pointer;
}
#maincontent .widget_title .toolbar {
	float: right;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background: #f6edcc;
	border-radius: 10px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#maincontent .widget_title .toolbar:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#maincontent .widget_content {
	padding: 0px;
}
#maincontent .widget_content.content_type_text {
	padding: 10px;
}
#maincontent .widget_content.content_type_text label {
	width: 45%;
}
#maincontent .widget_content.content_type_text textarea {
	width: 45%;
}

#maincontent .widget_content.content_type_text .switch_title {
	margin: 0px 0px 5px 0px;
	padding: 1px 5px 1px 5px;
	background: #d2ccdd;
}
#maincontent .widget_content.content_type_text .switch_title h3 {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #2a2f64;
	font-size: 12px;
	font-weight: 900;
}
#maincontent .widget_content.content_type_text td.reduced div.switch_title {
	background: #cccccc;
}
#maincontent .widget_content.content_type_text td.reduced div.switch_title h3 {
	color: #333333;
	font-style: italic;
}
#maincontent .widget_content hr {
	margin: 5px 10px 5px 10px;
	height: 0px;
	background: transparent;
	border: none;
	border-top: 1px dotted #DAAA23;
}


/* ****************************** */
/*         SIDEBAR WIDGET         */
/* ****************************** */
#sidebar .widget {
	margin: 0px auto 20px auto;
	padding: 0px;
}
#sidebar .widget_title {
	margin: 0px 0px 10px 0px;
	padding: 3px 5px 3px 5px;
	background: url('../img/sidebar/mod_title_normal.png') repeat 0% 0%;
	-webkit-box-shadow: 0px 0px 4px #555555;
	-moz-box-shadow: 0px 0px 4px #555555;
	-o-box-shadow: 0px 0px 4px #555555;
	box-shadow: 0px 0px 4px #555555;
}
#sidebar .widget.disable .widget_title {
	background: url('../img/sidebar/mod_title_disable.png') repeat 0% 0%;
}
#sidebar .widget_title h2 {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;
	background: none;
}
#sidebar .switch_title h2, #sidebar .switch_title h3 {
	cursor: pointer;
}
#sidebar .widget_title .toolbar {
	float: right;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	background: #f6edcc;
	border-radius: 10px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#sidebar .widget_title .toolbar:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#sidebar .widget_content {
	padding: 0px;
}
#sidebar .widget_content.content_type_text {
	padding: 10px;
}

#sidebar .widget_content.content_type_text .switch_title {
	margin: 0px 0px 5px 0px;
	padding: 1px 5px 1px 5px;
	background: #d2ccdd;
}
#sidebar .widget_content.content_type_text .switch_title h3 {
	float: left;
	margin: 0px;
	padding: 0px;
	color: #2a2f64;
	font-size: 12px;
	font-weight: 900;
}
#sidebar .widget_content.content_type_text td.reduced div.switch_title {
	background: #cccccc;
}
#sidebar .widget_content.content_type_text td.reduced div.switch_title h3 {
	color: #333333;
	font-style: italic;
}
#sidebar .widget_content hr {
	margin: 5px 10px 5px 10px;
	height: 0px;
	background: transparent;
	border: none;
	border-top: 1px dotted #DAAA23;
}
#sidebar .widget_content form label {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 35%;
	height: 22px;
	text-align: left;
	color: #555555;
	font-size: 12px;
	background: none;
	border: none;
}
#sidebar .widget_content form input, #sidebar .widget_content form button, #sidebar .widget_content form select {
	float: right;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	width: 55%;
	height: 18px;
	text-align: left;
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	background: url('../img/sidebar/input.png') repeat 0% 0%;
	border: 1px solid #AAAAAA;
}
#sidebar .widget_content form button.submit {
	float: none;
	margin: 10px auto 0px auto;
	padding: 2px 10px 2px 10px;
	width: inherit;
	height: inherit;
	text-align: center;
	font-weight: 900;
}

#maincontent .widget_content label.severity_label {
	padding: 0px;
	width: 16px;
	height: 16px;
}

input.color {
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 2px;
	width: 60px;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	font-style: italic;
	border: 1px solid #AAAAAA;
}
input.datePicker {
	margin-right: 0px;
	margin-left: 0px;
	width: 70px;
	text-align: center;
	font-weight: 400;
	border: 1px solid #AAAAAA;
}

body#popup {
	background: #EFEFEF;
	text-align: center;
}

body#popup h1 {
	font-size: 15px;
}

body#popup div.actions {
	margin: 10px 5px 0px 5px;	
}

body#popup #bas {
	display: none;
}

.risk_indice_widget {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 50px;
	text-align: center;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-radius: 5px 0px 5px 0px;
	-webkit-box-shadow: 1px 1px 2px #555555;
	-moz-box-shadow: 1px 1px 2px #555555;
	-o-box-shadow: 1px 1px 2px #555555;
	box-shadow: 1px 1px 2px #555555;
	cursor: help;
}

.widget .switch_title h2 .reduce, .widget.reduced .switch_title h2 .expand,
td .switch_title h3 .reduce, td.reduced .switch_title h3 .expand {
	display: inline;
	font-size: 0.8em;
	font-weight: 500;
	font-family: monospace;
}
.widget.reduced .switch_title h2 .reduce, .widget .switch_title h2 .expand,
td.reduced .switch_title h3 .reduce, td .switch_title h3 .expand {
	display: none;
}

a.template_switch_item {
	float: left;
	margin: 10px;
	text-align: center;
}
a.template_switch_item img {
	border: 1px solid #AAAAAA;
}

.oxandPopup_title {
    color: #FFFFFF;
    background: #96979b;
	background: -webkit-linear-gradient(top, #AAAAAA, #96979b);
	background: -moz-linear-gradient(top, #AAAAAA, #96979b);
	background: -o-linear-gradient(top, #AAAAAA, #96979b);
	background: linear-gradient(top, #AAAAAA, #96979b);
}




/* ****************************** */
/*          DEBUG WIDGET          */
/* ****************************** */
.widget_debug h2 {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: 900;
	background: none;
}
.widget_debug h3 {
	display: block;
	margin: 10px 0px 2px 0px;
	font-size: 13px;
	font-weight: 900;
}
.widget_debug h3.lvl1 {
	color: #ee0000;
}
.widget_debug h3.lvl2 {
	color: #0000cc;
}
.widget_debug h3.lvl3 {
	color: #00aa00;
}
.widget_debug li {
	list-style-position: inside;
}
.widget_debug .row {
	color: #000000;
	display: block;
	margin: 2px 0px 2px 0px;
}
.widget_debug .row a {
	color: #555555;
	text-decoration: underline;
}
.widget_debug .row a:hover {
	text-decoration: none;
}
.widget_debug td {
	vertical-align: top;
}
.widget_debug .widget_content > table {
	width: 100%;
}
.widget_debug .workflow_statuslist td {
	padding: 1px 5px 1px 5px;
}
.widget_debug .workflow_statuslist .separator_newline {
	display: none;
}
.widget_debug .workflow_statuslist .separator_inline {
	padding: 0px 5px 0px 0px;
}


.oxandPopup fieldset {
	margin: 10px auto 10px auto;
	padding: 10px;
	width: inherit;
	background: #FFFFFF;
	border: 1px solid #555555;
}
.oxandPopup fieldset p {
	clear: both;
}
.oxandPopup fieldset .title {
	float: left;
	margin-right: 5px;
	width: 250px;
	text-align: right;
	font-weight: 900;
}
.oxandPopup fieldset input {
	margin-left: 5px;
}







.ico_float.erm_project, .ico_inline.erm_project {
	background-image: url('../img/oxand_lib_override/ico/risk.png');
}
/* TYPE PRAM */
.ico_float.erm_project, .ico_inline.erm_project {background-image: url('../img/oxand_lib_override/ico/project.png');}
.ico_float.erm_risk, .ico_inline.erm_risk {background-image: url('../img/oxand_lib_override/ico/risk.png');}
.ico_float.erm_action, .ico_inline.erm_action {background-image: url('../img/oxand_lib_override/ico/action.png');}
.ico_float.erm_measure, .ico_inline.erm_measure {background-image: url('../img/oxand_lib_override/ico/measure.png');}
/* WORKFLOW */
.ico_float.workflow_caption_1, .ico_inline.workflow_caption_1 {background-image: url('../img/oxand_lib_override/ico/workflow_caption_1.png');}
.ico_float.workflow_caption_2, .ico_inline.workflow_caption_2 {background-image: url('../img/oxand_lib_override/ico/workflow_caption_2.png');}
.ico_float.workflow_caption_riskmanager, .ico_inline.workflow_caption_riskmanager {background-image: url('../img/oxand_lib_override/ico/workflow_caption_riskmanager.png');}
.ico_float.workflow_caption_riskowner, .ico_inline.workflow_caption_riskowner {background-image: url('../img/oxand_lib_override/ico/workflow_caption_riskowner.png');}
.ico_float.workflow_caption_controlowner, .ico_inline.workflow_caption_controlowner {background-image: url('../img/oxand_lib_override/ico/workflow_caption_controlowner.png');}
/* STATUS */
.ico_inline.status_risk_3, .ico_float.status_risk_analyse , .ico_inline.status_risk_analyse, .ico_float.workflow_status_1 , .ico_inline.workflow_status_1 {background-image: url('../img/oxand_lib_override/ico/risk_analyse.png');}
.ico_inline.status_risk_4, .ico_float.status_risk_evaluation , .ico_inline.status_risk_evaluation, .ico_float.workflow_status_2 , .ico_inline.workflow_status_2 {background-image: url('../img/oxand_lib_override/ico/risk_evaluation.png');}
.ico_inline.status_risk_5, .ico_float.status_risk_treatment , .ico_inline.status_risk_treatment, .ico_float.workflow_status_3 , .ico_inline.workflow_status_3 {background-image: url('../img/oxand_lib_override/ico/risk_treatment.png');}
.ico_inline.status_risk_6, .ico_float.status_risk_monitoring , .ico_inline.status_risk_monitoring, .ico_float.workflow_status_4 , .ico_inline.workflow_status_4 {background-image: url('../img/oxand_lib_override/ico/risk_monitoring.png');}
.ico_inline.status_risk_8, .ico_float.status_risk_cancel , .ico_inline.status_risk_cancel, .ico_float.workflow_status_5 , .ico_inline.workflow_status_5 {background-image: url('../img/oxand_lib_override/ico/risk_cancel.png');}
.ico_inline.status_risk_7, .ico_float.status_risk_file , .ico_inline.status_risk_file {background-image: url('../img/oxand_lib_override/ico/risk_file.png');}
.ico_inline.status_action_1, .ico_float.status_action_proposed, .ico_inline.status_action_proposed, .ico_float.workflow_status_6 , .ico_inline.workflow_status_6 {background-image: url('../img/oxand_lib_override/ico/action_proposed.png');}
.ico_inline.status_action_2, .ico_float.status_action_ok, .ico_inline.status_action_ok, .ico_float.workflow_status_7 , .ico_inline.workflow_status_7 {background-image: url('../img/oxand_lib_override/ico/action_ok.png');}
.ico_inline.status_action_4, .ico_float.status_action_treatment, .ico_inline.status_action_treatment, .ico_float.workflow_status_8 , .ico_inline.workflow_status_8 {background-image: url('../img/oxand_lib_override/ico/action_treatment.png');}
.ico_inline.status_action_5, .ico_float.status_action_valid, .ico_inline.status_action_valid, .ico_float.workflow_status_9 , .ico_inline.workflow_status_9 {background-image: url('../img/oxand_lib_override/ico/action_valid.png');}
.ico_inline.status_action_8, .ico_float.status_action_pending, .ico_inline.status_action_pending, .ico_float.workflow_status_10 , .ico_inline.workflow_status_10 {background-image: url('../img/oxand_lib_override/ico/action_pending.png');}
.ico_inline.status_action_7, .ico_float.status_action_cancel, .ico_inline.status_action_cancel, .ico_float.workflow_status_11 , .ico_inline.workflow_status_11 {background-image: url('../img/oxand_lib_override/ico/action_cancel.png');}
.ico_inline.status_action_9, .ico_float.status_action_measure, .ico_inline.status_action_measure, .ico_float.workflow_status_12 , .ico_inline.workflow_status_12 {background-image: url('../img/oxand_lib_override/ico/action_measure.png');}
.ico_inline.status_action_6, .ico_float.status_action_file, .ico_inline.status_action_file {background-image: url('../img/oxand_lib_override/ico/action_file.png');}
.ico_inline.status_measure_1, .ico_float.status_measure_planed, .ico_inline.status_measure_planed, .ico_float.status_measure_1, .ico_inline.status_measure_1 {background-image: url('../img/oxand_lib_override/ico/measure_planed.png');}
.ico_inline.status_measure_2, .ico_float.status_measure_ok, .ico_inline.status_measure_ok, .ico_float.status_measure_2, .ico_inline.status_measure_2 {background-image: url('../img/oxand_lib_override/ico/measure_ok.png');}
.ico_inline.status_measure_3, .ico_float.status_measure_valid, .ico_inline.status_measure_valid, .ico_float.status_measure_3, .ico_inline.status_measure_3 {background-image: url('../img/oxand_lib_override/ico/measure_valid.png');}
.ico_inline.status_measure_4, .ico_float.status_measure_file, .ico_inline.status_measure_file, .ico_float.status_measure_4, .ico_inline.status_measure_4 {background-image: url('../img/oxand_lib_override/ico/measure_file.png');}
.ico_inline.status_measure_5, .ico_float.status_measure_pending, .ico_inline.status_measure_pending, .ico_float.status_measure_5, .ico_inline.status_measure_5 {background-image: url('../img/oxand_lib_override/ico/measure_pending.png');}
.ico_inline.status_measure_6, .ico_float.status_measure_cancel, .ico_inline.status_measure_cancel, .ico_float.status_measure_6, .ico_inline.status_measure_6 {background-image: url('../img/oxand_lib_override/ico/measure_cancel.png');}




.workflow_diagram {
	position: relative;
}
.workflow_diagram_1_1 {
	width: 230px;
	height: 125px;
	background: url('../img/workflow/diagram_1_1.png') no-repeat 0px 0px;
}
.workflow_diagram_1_2 {
	width: 230px;
	height: 166px;
	background: url('../img/workflow/diagram_1_2.png') no-repeat 0px 0px;
}
.workflow_diagram_2_1 {
	width: 230px;
	height: 125px;
	background: url('../img/workflow/diagram_2_1.png') no-repeat 0px 0px;
}
.workflow_diagram_2_2 {
	width: 230px;
	height: 166px;
	background: url('../img/workflow/diagram_2_2.png') no-repeat 0px 0px;
}
.workflow_diagram_3_1 {
	width: 230px;
	height: 109px;
	background: url('../img/workflow/diagram_3_1.png') no-repeat 0px 0px;
}
.workflow_diagram_3_2 {
	width: 230px;
	height: 109px;
	background: url('../img/workflow/diagram_3_2.png') no-repeat 0px 0px;
}

.workflow_status_box {
	display: block;
	position: absolute;
	margin: -1px 0px 0px -1px;
	width: 24px;
	height: 24px;
}
.workflow_status_box_active {
	background: url('../img/workflow/status_box.png') no-repeat 0px -24px;
	border: 1px solid #5555AA;
	cursor: pointer;
}
.workflow_status_box_normal {
	background: url('../img/workflow/status_box.png') no-repeat 0px 0px;
	border: 1px solid #55AA55;
	cursor: pointer;
}
.workflow_status_box_disable {
	background: url('../img/workflow/status_box.png') no-repeat 0px -48px;
	border: 1px solid #AAAAAA;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.workflow_status_box .workflow_status {
	margin: 4px;
}

.workflow_diagram_caption .workflow_diagram_caption_title {
	display: block;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
	font-weight: 900;
}
.workflow_diagram_caption .workflow_diagram_caption_item_box {
	display: block;
	margin: 0px 0px 5px 0px;
}
.workflow_diagram_caption .workflow_diagram_caption_item_box label {
	line-height: 1.5em;
}

.workflow_message_ok, .workflow_message_ko {
	/*
	margin: 5px 0px 10px 0px;
	padding: 6px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 900;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 1px 1px 3px #555555;
	-moz-box-shadow: 1px 1px 3px #555555;
	-o-box-shadow: 1px 1px 3px #555555;
	box-shadow: 1px 1px 3px #555555;
	*/
}
.workflow_message_ok {
	color: #339933;
	background: #A8FFA6;
	background: -webkit-linear-gradient(top, #88DF86, #A8FFA6, #A8FFA6);
	background: -moz-linear-gradient(top, #88DF86, #A8FFA6, #A8FFA6);
	background: -o-linear-gradient(top, #88DF86, #A8FFA6, #A8FFA6);
	background: linear-gradient(top, #88DF86, #A8FFA6, #A8FFA6);
	border: 1px solid #64D06A;
}
.workflow_message_ko {
	color: #993333;
	font-weight: 900;
	/*
	background: #FFACA8;
	background: -webkit-linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	background: -moz-linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	background: -o-linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	background: linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	border: 1px solid #E88782;
	*/
}

.workflow_navigate_table {
	width: 100%;
	cellspacing: 0px;
	border-collapse: collapse;
}
.workflow_navigate_table td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.workflow_navigate_table td.workflow_navigate_grid_td {
	width: 230px;
}
.workflow_navigate_table form label {
    color: inherit;
    float: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding-right: inherit;
    text-align: inherit;
    width: inherit;
	cursor: pointer;
}
.workflow_navigate_table form select {
	width: 100%;
}


/* ******************************** */
/* Workflow Popup : Status list tab */
/* Do not display tab ico anymore   */
/* ******************************** */
.statusList {
	margin: -30px 0px 0px 10px;;
}
.statusList input {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
/*
.statusList {
	width: 100%;
}
.statusListItem {
	display: block;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 3px 3px 3px 3px;
	height: 16px;
	background: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #AAAAAA;
}
.statusListItem input[type=radio] {
	display: none;
}
.statusListItem label {
	display: block;
}
.statusListItem.normal {
	background: #DDDDDD;
	border-bottom: 1px solid #AAAAAA;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.statusListItem.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.statusListItem.disabled {
	background: #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
*/


.statusImpacts {
	margin: 23px 0px 0px 0px;
	width: 600px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
}
.statusImpactsContent {
	padding: 10px;
}

.action_impact_table {
	width: 100%;
	cellspacing: 0px;
	border-collapse: collapse;
}
.action_impact_table td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #AAAAAA;
}

.status_content_table {
	border-collapse: collapse;	
}
.status_content_table th.cropped, .status_content_table td.cropped {
	background: transparent;
	border: none;
}
.status_content_table tr.odd td {
	background: #ffffff;
}
.status_content_table tr.even td {
	background: #eeeeee;
}
.status_content_table tr td.actual, .status_content_table tr.odd td.actual, .status_content_table tr.even td.actual {
	background: #ddddff;
	border: 1px solid #5555aa;
}
.status_content label {
	padding: 0px 0px 0px 2px;
}
.status_content label span.actual {
	padding: 0px 2px 0px 2px;
	color: #5555aa;
	font-weight: 900;
	background: #ddddff;
	border: 1px solid #5555aa;
}
.status_content .separator_inline {
	padding: 0px 10px 0px 0px;
}
.status_content .separator_newline {
	display: none;
}
.status_content_message {
	display: block;
	margin: -5px auto 10px auto;
	padding: 5px 10px 5px 10px;
	width: 95%;
	text-align: center;
	font-size: 12px;
	font-weight: 900;
    border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 1px 1px 3px #555555;
	-moz-box-shadow: 1px 1px 3px #555555;
	-o-box-shadow: 1px 1px 3px #555555;
	box-shadow: 1px 1px 3px #555555;
}
.status_content_message.alert {
	color: #B98933;
	background: #FFF860;
	background: -webkit-linear-gradient(top, #DFD840, #FFF860, #FFF860);
	background: -moz-linear-gradient(top, #DFD840, #FFF860, #FFF860);
	background: -o-linear-gradient(top, #DFD840, #FFF860, #FFF860);
	background: linear-gradient(top, #DFD840, #FFF860, #FFF860);
	border: 1px solid #E8D882;
}
.status_content_message.error {
	color: #993333;
	background: #FFACA8;
	background: -webkit-linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	background: -moz-linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	background: -o-linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	background: linear-gradient(top, #DF8C88, #FFACA8, #FFACA8);
	border: 1px solid #E88782;
}

.more_actual.hidden {
	display: none;
}

.risk_edit_notation {
	padding: 10px 10px 0px 10px;
	/*
	margin: -10px;
	width: auto;
	background: #FFFFFF;
	*/
}
.risk_edit_notation > form > table {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}
