/*
 * Default styles for popups
 */
 
 /* rich faces - override */
.rich-mpnl-text {
	color: #000000;
}
.rich-mpnl-text {
	background-image: none;
	background-color: #cccccc;
	    border-color: #cccccc;
}

/* style */

a:link, a:visited, a:hover {
    color: #006699;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.dialog_content {
    overflow: auto;
    width:100%;
}

div.dialog_footer {
    /*padding: 0px 10px 5px 10px;*/
    padding: 0px 0px 5px 0px;
    width:100%;
    position:relative;
    background-color: #b1ada7;
    border-top: 2px;
}

div.option_group_header {
    margin-left: -10px;
    font-weight: bold;
}

div.option_group {
    padding: 7px;
    margin-left: 15px;
}

div.shortcuts {
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
}

div.option_column {
    float: left;
    margin: 15px;
    max-width: 33%;
}

div.option_column a {
    font-weight: bold;
    color: #006699;
}

div.section_title {
    clear: both;
    margin: 10px 30px 5px 30px;
    text-align: center;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: bold;
}

#dialog_matieres div.dialog_content {
    height: 450px;
}

/* So that it fits in 2 columns in IE */
#dialog_matieres div.option_column {
    width: 320px;
}

#dialog_procedures div.dialog_content {
    height: 500px;
}

#dialog_procedures div.option_column {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

#dialog_procedures div.option_column {
    max-width: 49%;
}

#dialog_juges div.dialog_content {
    height: 470px;
}

#dialog_juges td {
    width: 33%;
    vertical-align: top;
}

#dialog_avocats td {
    width: 33%;
    vertical-align: top;
}

#dialog_avocats table {
    width: 100%;
}

#dialog_origines div.dialog_content {
    height: 470px;
}

#dialog_nationalites div.dialog_content {
    height: 450px;
}


/*
 * Styles for the document popup
 */
#select_all {
    margin-left: 5px;
    padding-top: 5px;
    font-weight: bold;
}

#order_types_container {
    padding-left: 30px;
}

#order_types_container select {
}


th.formation_header {
    width: 33%;
    height: 20px;
    background-color:#f0f0f0;
    border-right:1px solid #fff;
    font-weight: bold;
}

td.formation_row {
    vertical-align: top;
    border-right: 1px dotted #cccccc;
}

/* To avoid having the dialogs content show up during page load */
#dialog_decisions,
#dialog_documents,
#dialog_matieres,
#dialog_procedures,
#dialog_formations,
#dialog_juges,
#dialog_avocats,
#dialog_origines,
#dialog_langues,
#dialog_nationalites {
    visibility: hidden;
}
