.modal {
    position:absolute;
    width:100%;
    height:100%;
    background-color:#CCCCCC;
    
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    
    display: none;
    
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 15px;
    text-align: center; 
}

#body_container {
    background-color: #EEEEEE;
    width: 980px;
    margin: auto; 

    background: -moz-radial-gradient(216px 115px, #FFFFFF, #CCCCCC);
}

/************************
 **   HEADER           **
 ************************/

#header_container {
    width: 100%;
    height: 37px;
    background-color: #333333;
    margin-bottom: 16px;
    color: #C5C5C5;
}

#header_menu_container {
    width: 940px;
    margin: auto;
    font-size: 11px;
}

#menu_container_home {
    float: left;
    height: 37px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 11px;
    /*margin-left: 85px;*/
    cursor: pointer;
}

#menu_container_home:hover { 
    background-color: #008B4C;
}

#menu_container_committee {
    float: left;
    /*
    height: 37px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 11px;
    */
    cursor: pointer;
    text-transform: uppercase;
    color: #008B4C;
    font-weight: bold;
    list-style: none;
}

#menu_container_committee:hover {
    background-color: #008B4C;
    color: #FFFFFF; 
}

.menu_container {
    float: left;
    position: relative;
    list-style: none;
}

.menu_container:hover {
    background-color: #008B4C;
}

.menu_title {
    /*
    height: 26px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 11px;
    cursor: pointer;
    list-style: none;
    text-transform: uppercase;
    */
}

.menu_link {
    text-decoration: none;  
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 10px 13px;
    line-height: 37px;    
}

.menu_link_committee {
    color: #008B4C;
}

.menu_link:hover {
    color: #FFFFFF;
    text-decoration: none; 
}

.menu_list {
    display: none;
    padding: 10px 15px 10px 15px;
    position: absolute;
    background-color: #008B4C;
    list-style: none;
    color: #FFFFFF;
    z-index: 999;
}

.menu {
    white-space: nowrap;
    line-height: 30px;
    list-style: none;
    color: #FFFFFF;
    text-decoration: none;  
}

.menu:hover {
    color: #C5C5C5;
    cursor: pointer;  
    text-decoration: none;  
}

.menu_split {
    width: 100%;
    height: 0px;
    margin: 1px 0 1px 0;
    border-top: 1px dashed #FFFFFF;
}

#menu_container_split {
    float: left;
    width: 0px;
    height: 12px;
/*    background-color: #999999;*/
    border-left: 1px dashed #999999;
    margin-top: 13px;
}

#menu_home {
    background-image: url('../images/public/menu_home.png');
    width: 11px;
    height: 12px;
    margin-top: 2px;
}

#header_login_container {
    float: right;
    margin-top: 11px;
    cursor: pointer;
}

/************************
 **   LOGOS            **
 ************************/

#logos_container {
    width: 940px;
    height: 90px;
    margin: auto;
    margin-bottom: 20px;
}

#logos_isise {
    background-image: url('../images/public/logo_isise.png');
    float: left;
    width: 77px;
    height: 90px;
    cursor: pointer;
}

#logos_isise_text {
    float: left;
    width: 400px;
    height: 37px;
    margin-top: 54px;
    margin-left: 20px;
    font-family: Georgia, serif;
    font-size: 13px;
}

#logos_fctuc {
    background-image: url('../images/public/logo_fctuc.png');
    float: right;
    width: 320px;
    height: 51px;
    margin-top: 20px;
    margin-right: 30px;
    cursor: pointer;
}

#logos_um {
    background-image: url('../images/public/logo_um.png');
    float: right;
    width: 90px;
    height: 69px;
    margin-top: 15px;
    cursor: pointer;
}

#fct_logo {
    position: absolute;
    top: 27px;
    right: 267px;
    width: 219px;
    height: 20px;
    background-image: url('../images/public/fct_logo.png');
    cursor: pointer;
}

#compete_logo {
    position: absolute;
    top: 7px;
    right: 151px;
    width: 85px;
    height: 55px;
    background-image: url('../images/public/compete_logo.png');
    cursor: pointer;
}

#qren_logo {
    position: absolute;
    top: 13px;
    right: 30px;
    width: 90px;
    height: 43px;
    background-image: url('../images/public/qren_logo.png');
    cursor: pointer;
}

#eu_logo {
    position: absolute;
    top: 13px;
    right: 515px;
    width: 65px;
    height: 43px;
    background-image: url('../images/public/eu_logo.png');
}

/************************
 **   MAIN             **
 ************************/

#main {
    position: relative;
    width: 940px;
/*    height: 683px;*/
    margin: auto;    
    margin-bottom: 33px;
    min-height: 500px;
/*    background-color: green;*/
/*    overflow: auto;*/
}

/***** MAIN & RIGHT *****/
#content_main_container {
    position: absolute;
    float: left;
    width: 700px;
    height: 480px;
    background-color: #FFFFFF;
    margin-top: 20px;
    z-index: 101;
}

#content_main {
    width: 660px;
    height: 436px;
    margin: 24px 0px 20px 20px;
    padding-right: 20px;
    text-align: justify;
}

#main_main {
    position: absolute;
    bottom: 23px;
    width: 470px;
    height: 326px;
    overflow: auto;
}

#main_main_no_labs {
    position: absolute;
    bottom: 23px;
    width: 470px;
    height: 366px;
    overflow: auto;
}

#main_no_labs {
    position: absolute;
    bottom: 23px;
    width: 650px;
    padding-right: 10px;
    height: 366px;
    overflow: auto;
}

#main_title {
    font-family: Georgia, serif;
    font-size: 19px;
    width: 100%;
    height: 19px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;   
    line-height: 15px;
}

#main_sub_title {
    font-family: Georgia, serif;
    font-size: 19px;
    color: #008B4C;
    margin-top: 5px;
}

#main_main_right {
    position: absolute;
    bottom: 23px;
    right: 21px;
    width: 180px;
    height: 326px;
    overflow: hidden;
    font-size: 11px;
    color: #999999;
    /*text-align: right;*/
}

#main_main_right_no_labs {
    position: absolute;
    bottom: 23px;
    right: 20px;
    width: 180px;
    height: 366px;
    overflow: hidden;
    font-size: 11px;
    color: #999999;
    /*text-align: right;*/
}

#content_main_right_container {
    position: absolute;
    right: 0px;
    width: 260px;
    height: 480px;
    background-color: #666666;
    overflow: hidden;
    z-index: 100;
}

#content_main_right {
    width: 200px;
    height: 416px;
    margin: 44px 0px 20px 40px;
    padding-right: 20px;
    color: #FFFFFF;
    text-align: justify;
    overflow: auto;
}

#content_main_right_corner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; 
    border-left:20px solid #999999;
}

#main_right_photo{
    width: 150px; 
    /*height: 150px;*/
}

#main_right_info {
    width: 150px;
    height: 190px;
    margin-top: 15px;
    /*
    position: absolute;
    left: 0;
    */
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

#main_right_info_label {
    text-align: left;
    font-weight: bold;
}

#main_right_info_content {
    text-align: left;
    margin-bottom: 5px;       
}

#main_right_infolink {
    text-decoration: underline;
    color: #0C528C;
    cursor: pointer;   
}

#main_right_info_link:hover {
    color: #C5C5C5;
}

/***** URL *****/
#url_container {
    margin-bottom: 10px;
    color: #0C538C;
}

#url_link {
    text-decoration: underline;
    cursor: pointer;
}

#url_length {
    float: left;
    max-width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;          
}

/***** FILES *****/
.icon_file {
    margin-right: 5px;
    border: none;
    width: 16px;
    height: 16px;
    float: left;
}

.text_file {
    margin-bottom:3px;
    text-decoration: underline;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;   
    max-width: 85%;
    float: left;    
}

/***** HOME BANNER *****/
#banner_container {
    border: 1px #DADADA solid;
    
    border-radius: 16px 16px 16px 16px;
    -moz-border-radius: 16px 16px 16px 16px;
    -webkit-border-radius: 16px 16px 16px 16px;
    
    box-shadow: 0 20px 16px -16px #666666;
    -moz-box-shadow: 0 20px 16px -16px #666666;
    -webkit-box-shadow: 0 20px 16px -16px #666666;
    
    overflow: hidden;
    
    margin-bottom: 32px;
}

/*
#banner_image {
    float: left;
    width: 640px;
    height: 269px;
    background-image: url('../images/public/banner.png');
}
*/

#banner_image_container {
    float: left;
}

#banner_image_1 {
    display: block;
    width: 640px;
    height: 269px;
}

#banner_image_2 {
    display: none;
    width: 640px;
    height: 269px;
}

#banner_image_3 {
    display: none;
    width: 640px;
    height: 269px;
}

#banner_sections {
    float: left;
    width: 298px;
    height: 269px;
    background-color: #FFFFFF;
}

.banner_section {
    position: relative;
    width: 300px;
    height: 91px;
    cursor: pointer;
}

.banner_section_selected {
    position: relative;
    width: 300px;
    height: 89px;
    cursor: pointer;    
    background-color: #008B4C;
    color: #FFFFFF;
}

.banner_section_selected:after {
    content:'';
    display:block;
    position:absolute;
    top:0px;
    left:-22px;
    width:0;
    height:0;
    border-top: 44px solid transparent;
    border-bottom: 44px solid transparent; 
    border-right:22px solid #008B4C;
}

.banner_section_border {
    border-bottom: 1px #DADADA solid;
}

#banner_section_text_container {
    height: 56px;
    padding: 18px 14px 18px 14px;
    overflow: hidden;
}

#banner_section_text_title {
    font-family: Georgia, serif;
    font-size: 19px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;     
    
}

#banner_section_text {
    height: 35px;
    overflow: hidden;   
    line-height: 1;
}

/***** HOME NEWS *****/
#news_home_container {
    position: relative;
    height: 380px;
    line-height: 15px;
    font-size: 11px;
}

#news_home_info {
    position: absolute;
    width: 260px;
    height: 360px;
    background-color: #666666;
    color: #FFFFFF;
}

#news_home_info_title {
    margin: 44px 39px 15px 19px;
    font-family: Georgia, serif;
    font-size: 19px;
}

#news_home_info_text {
    height: 228px;
    margin: 0 39px 0 19px;
    font-size: 11px;
    overflow: hidden;
}

#news_home_info_button {
    position: absolute;
    bottom: 20px;
    margin-left: 19px;
    padding: 6px;
    color: #454545;
    font-weight: bold;
    background-color: #CCCCCC;
    cursor: pointer;
}

#news_home_info_button:hover {
    background-color: #999999;
}

#news_home_corner {
    position: absolute;
    right: 0px;
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; 
    border-right:20px solid #999999;  
}

#news_home_sections {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 700px;
    height: 360px;
    background-color: #FFFFFF;
}

#news_home_main_title {
    margin: 24px 21px 19px 21px;
    font-family: Georgia, serif;
    font-size: 19px;
    position: relative;
}

#news_home_main_title_view_all {
    color: #008B4C;
    font-family: Georgia,serif;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

#news_home_main_title_view_all:hover {
    color: #008B4C;
    cursor: pointer;
    text-decoration: underline;
}

#news_home_box {
    position: relative;
    float: left;
    margin-left: 23px;
    margin-right: 7px;
    width: 172px;
    height: 262px;
}

#news_home_image {
    width: 170px;
    height: 170px;    
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

.news_home_img {
    width: 170px;
    
}

#news_home_date {
    margin-top: 16px;
    color: #999999;
}

#news_home_title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
	font-size: 13px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;      
}

#news_home_summary {
    height: 30px;
    overflow: hidden;    
}

#news_home_button {
    position: absolute;
    bottom: -25px;
    padding: 6px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #008B4C;
    cursor: pointer;
}

#news_home_button:hover {
    background-color: #005931;
}

#news_home_prev {
    float: left;
    width: 16px;
    height: 50px;
    margin-top: 105px;
    margin-left: 21px;
/*    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 18px solid #FFFFFF;*/
    background-image: url('../images/public/news_prev.png');
    cursor: pointer;
}

#news_home_prev:hover {
    background-image: url('../images/public/news_prev_hover.png');
}

#news_home_prev_hide {
    float: left;
    width: 16px;
    height: 50px;
    margin-top: 105px;
    margin-left: 21px;
}

#news_home_next {
    float: left;
    width: 16px;
    height: 50px;
    margin-top: 105px;
    margin-left: 16px;
    background-image: url('../images/public/news_next.png');
    cursor: pointer;
}

#news_home_next:hover {
    background-image: url('../images/public/news_next_hover.png');
}

#news_home_next_hide {
    float: left;
    width: 16px;
    height: 50px;
    margin-top: 105px;
    margin-left: 16px;
}

/***** VERTICAL NEWS *****/
#news_vertical_main_title {
    font-family: Georgia, serif;
    font-size: 19px;
    color: #FFFFFF;
}

#news_vertical_box {
    text-align: left;
    height: 90px;
    margin-top: 20px;
    font-size: 11px;
}

#news_vertical_date {
    color: #CCCCCC;
}

#news_vertical_title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;   
    color: #FFFFFF;
    cursor: pointer;
}

#news_vertical_title:hover {
    color: #008A4C;
}

#news_vertical_summary {
    height: 46px;
    overflow: hidden;    
    color: #CCCCCC;
}

#news_vertical_up {
    width: 50px;
    height: 16px;
    margin-top: 15px;
    margin-left: 74px;  
    background-image: url('../images/public/news_up.png');
    cursor: pointer;
}

#news_vertical_up:hover {
    background-image: url('../images/public/news_up_hover.png');
}

#news_vertical_up_hide {
    width: 50px;
    height: 16px;
    margin-top: 15px; 
    margin-left: 74px;  
}

#news_vertical_down {
    width: 50px;
    height: 16px;
    margin-top: 20px;
    margin-left: 74px; 
    background-image: url('../images/public/news_down.png');
    cursor: pointer;
}

#news_vertical_down:hover {
    background-image: url('../images/public/news_down_hover.png');
}

#news_vertical_down_hide {
    width: 50px;
    height: 16px;
    margin-top: 20px;
    margin-left: 74px;  
}

/***** LABS *****/
#labs_container {
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#labs {
    float: left;
    width: 127px;
    padding: 5px;
    background-color: #999999;
    margin-right: 1px;
    cursor: pointer;
}

#labs:hover {
    background-color: #323232;
}

.labs_selected {
    background-color: #323232 !important;
}

/***** PEOPLE *****/

.people_box {
    width: 95%;
    margin-bottom: 20px;
    text-align: left;
    /*background-color: #EEEEEE;*/
    padding: 5px;
    display: none;
}

#people_box_not_first {
    width: 95%;
    margin-bottom: 20px;
    text-align: left;
    background-color: #EEEEEE;
    padding: 5px;    
    margin-top: 20px;
}

#people_job {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;      
}

#people_appendice {
    font-size: 12px;
    font-weight: bold;
    color: #008B4C;
    margin-left: 5px;    
}

#people_name {
    font-size: 12px;
    text-decoration: underline;
    color: #0C528C;
    cursor: pointer;    
}

#people_name:hover {
    color: #C5C5C5;
}

#people_collapse {
    width: 95%;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    /*height: 17px;*/
    cursor: pointer;  
}

#people_collapse:hover {
    background-color: #999999;
}

#people_uncollapse {
    width: 95%;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    height: 17px; 
}

#people_collapse_job {
    max-width: 97%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;  
}

.people_collapse_appendice {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #008B4C;
    margin-left: 5px;    
}

/***** PERSON *****/
#person_photo_right{
    /*width: 150px;*/ 
	margin-left: 28px;
	max-width: 150px;
    height: 150px;
    border: #CCCCCC solid 1px;    
}

#person_content_right {
    width: 150px;
    text-align: left; 
    font-size: 11px;
    color: #999999;
    margin-top: 5px;
    margin-left: 30px;
}

#person_name {
    width: 95%;
    text-align: left;    
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;    
}

#person_job {
    width: 95%;
    text-align: left;    
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;  
}

#person_lab {
    width: 95%;
    text-align: left;    
    font-size: 12px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;  
    color: #666666;
    border-bottom: #CCCCCC solid 1px;
}

#person_label {
    width: 95%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
}

#person_content {
    width: 95%;
    text-align: left;
    margin-bottom: 15px;   
}


/***** CONTACTS *****/
.contacts_box {
    width: 95%;
    text-align: left;
    margin-bottom: 20px;  
    display: none;
}

#contacts_desig {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;      
}

#contacts_subdesig {
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;  
	margin-top: 10px;
	margin-bottom: 10px;
}

#contacts_uncollapse {
    width: 95%;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    height: 17px; 
}

#contacts_collapse {
    width: 95%;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    /*height: 17px;*/
    cursor: pointer;  
}

#contacts_collapse:hover {
    background-color: #999999;
}

#contacts_collapse_desig {
    max-width: 97%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;  
}

.contacts_collapse_appendice {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #008B4C;
    margin-left: 5px;    
}

#contacts_element {  
}

#contacts_link {
    text-decoration: underline;
    color: #0C528C;
    cursor: pointer;       
}

#contacts_link:hover {
    color: #C5C5C5;     
}

/***** LINKS *****/
#links_box {
    width: 95%;
    text-align: left;
    margin-bottom: 15px;  
}

#links_desig {
    font-weight: bold;
}

#links_link {
    text-decoration: underline;
    color: #0C528C;
    cursor: pointer;   
}

#links_link:hover {
    color: #C5C5C5;
}

/***** INFORMATIONS *****/
.informations_box {
    width: 95%;
    text-align: left;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
    display: none;
}

#informations_title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;    
}

#informations_date {
    font-size: 12px;
    margin-bottom: 5px;    
    color: #999999;
}

#informations_summary {
    font-size: 12px;
    margin-bottom: 3px;    
}

#informations_collapse {
    width: 95%;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    height: 17px;
    cursor: pointer; 
    font-size: 12px;
    font-weight: bold;
}

#informations_collapse:hover {
    background-color: #999999;
}

#informations_collapse_title {
    max-width: 97%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;  
}

#publications_uncollapse {
    width: 95%;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    height: 17px; 
}

.informations_collapse_appendice {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #008B4C;
    margin-left: 5px;    
}

#informations_button {
    position: absolute;
    bottom: 0;
    padding: 6px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #008B4C;
    cursor: pointer;
}

#informations_button:hover {
    background-color: #005931;
}

#informations_label {
    width: 95%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
}

#informations_content {
    width: 95%;
    text-align: left;
    margin-bottom: 15px;   
}

#informations_link {
    width: 95%;
    text-decoration: underline;
    color: #0C528C;
    cursor: pointer;   
}

#informations_link:hover {
    color: #C5C5C5;
}

/***** VERTICAL INFORMATIONS *****/
#informations_vertical_main_title {
    font-family: Georgia, serif;
    font-size: 19px;
    color: #FFFFFF;
}

#informations_vertical_box {
    text-align: left;
    height: 75px;
    margin-top: 20px;
    font-size: 11px;
}

#informations_vertical_date {
    color: #CCCCCC;
}

#informations_vertical_title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;   
    color: #FFFFFF;
    cursor: pointer;
}

#informations_vertical_title:hover {
    color: #008A4C;
}

#informations_vertical_summary {
    height: 30px;
    overflow: hidden;    
    color: #CCCCCC;
}

/***** PUBLICATIONS *****/
.publications_box {
    width: 95%;
    text-align: left;
    margin-bottom: 20px;
    display: none;
}

#publications_type {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;      
}

#publications_title {
    font-size: 12px;
    text-decoration: underline;
    color: #0C528C;
    cursor: pointer;  
    margin-bottom:5px;
}

#publications_title:hover {
    color: #C5C5C5;
}

#publications_title_authors {
    font-size: 12px;
    font-style: italic;
    margin-left:10px;
    margin-bottom: 10px;
}

#publications_uncollapse {
    width: 95%;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    height: 17px; 
}

.publications_collapse {
    width: 95%;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    height: 17px;
    cursor: pointer;  
}

.publications_collapse:hover {
    background-color: #999999;
}

#publications_collapse_type {
    max-width: 97%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;  
}

.publications_collapse_appendice {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #008B4C;
    margin-left: 5px;    
}

#publications_label {
    width: 95%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
}

#publications_content {
    width: 95%;
    text-align: left;
    margin-bottom: 15px;   
}

/***** VERTICAL PUBLICATIONS *****/
#publications_vertical_main_title {
    font-family: Georgia, serif;
    font-size: 19px;
    color: #FFFFFF;
}

#publications_vertical_box {
    text-align: left;
    height: 75px;
    margin-top: 20px;
    font-size: 11px;
}

#publications_vertical_type {
    color: #CCCCCC;
}

#publications_vertical_title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;   
    color: #FFFFFF;
    cursor: pointer;
}

#publications_vertical_title:hover {
    color: #008A4C;
}

#publications_vertical_summary {
    height: 30px;
    overflow: hidden;    
    color: #CCCCCC;
}

#publications_vertical_label {
    width: 95%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
}

#publications_vertical_content {
    width: 95%;
    text-align: left;
    margin-bottom: 15px;   
}

#publications_vertical_author_box {
    text-align: left;
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: 92%;
}

#publications_vertical_author_photo_content {
    background-color: #CCCCCC;
    width: 102px;
    height: 102px;
    /*padding: 1px;*/
	border: 1px solid #CCCCCC;
    margin-bottom: 17px;  
	overflow-y: hidden;	
}

#publications_vertical_author_photo {
    width: 100%;
    /*height: 100%;*/
}

#publications_vertical_author_name {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;		
}

#publications_vertical_author_details {
    font-size: 11px;
    color: #C9C9C9;
    margin-bottom: 15px;
    height: 65px;
    overflow: hidden;     
}

#publications_vertical_author_biografy {
    font-size: 11px;
    color: #FFFFFF;
    margin-bottom: 15px;
    height: 130px;
    overflow: hidden;      
}

#publications_vertical_authors_selection {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.publications_vertical_author_select {
    color: #000000;
    float: left;
    width: 30px;
    margin-right: 3px;
    background-color: #CCCCCC;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.publications_vertical_author_select:hover {
    background-color: #999999;
    color: #FFFFFF;
    cursor: pointer;
}

.publications_vertical_author_selected {
    color: #000000;
    float: left;
    width: 30px;
    margin-right: 3px; 
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

/***** PROJECTS *****/
.projects_box {
    width: 95%;
    text-align: left;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
    display: none;
}

#projects_title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;    
}

#projects_date {
    font-size: 12px;
    margin-bottom: 5px;    
    color: #999999;
}

#projects_summary {
    font-size: 12px;
    margin-bottom: 3px;    
}

#projects_file {
    font-size: 12px;
    margin-bottom: 20px; 
}

#projects_collapse {
    width: 95%;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    height: 17px;
    cursor: pointer; 
    font-size: 12px;
    font-weight: bold;
}

#projects_collapse:hover {
    background-color: #999999;
}

#projects_uncollapse {
    width: 95%;
    margin-bottom: 2px;
    padding: 5px;
    background-color: #CCCCCC;
    height: 17px; 
}

#projects_collapse_title {
    max-width: 97%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;  
}

.projects_collapse_appendice {
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #008B4C;
    margin-left: 5px;    
}

#projects_button {
    position: absolute;
    bottom: 0;
    padding: 6px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #008B4C;
    cursor: pointer;
}

#projects_button:hover {
    background-color: #005931;
}

#projects_label {
    width: 95%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: bold;
}

#projects_content {
    width: 95%;
    text-align: left;
    margin-bottom: 15px;   
}

/***** VERTICAL PROJECTS *****/
#projects_vertical_main_title {
    font-family: Georgia, serif;
    font-size: 19px;
    color: #FFFFFF;
}

#projects_vertical_box {
    text-align: left;
    height: 75px;
    margin-top: 20px;
    font-size: 11px;
}

#projects_vertical_date {
    color: #CCCCCC;
}

#projects_vertical_title {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;   
    color: #FFFFFF;
    cursor: pointer;
}

#projects_vertical_title:hover {
    color: #008A4C;
}

#projects_vertical_summary {
    height: 30px;
    overflow: hidden;    
    color: #CCCCCC;
}

#projects_vertical_member_box {
    text-align: left;
    margin-top: 15px;
    position: relative;
    width: 100%;
    height: 92%;
}

#projects_vertical_member_photo_content {
    background-color: #CCCCCC;
    width: 102px;
    height: 102px;
    /*padding: 1px;*/
	border: 1px solid #CCCCCC;
    margin-bottom: 17px;    
	overflow-y: hidden;
}

#projects_vertical_member_photo {
    width: 100%;
    /*height: 100%;*/
}

#projects_vertical_member_name {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;	
}

#projects_vertical_member_details {
    font-size: 11px;
    color: #C9C9C9;
    margin-bottom: 15px;
    height: 65px;
    overflow: hidden;     
}

#projects_vertical_member_biografy {
    font-size: 11px;
    color: #FFFFFF;
    margin-bottom: 15px;
    height: 130px;
    overflow: hidden;      
}

#projects_vertical_member_selection {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.projects_vertical_member_select {
    color: #000000;
    float: left;
    width: 30px;
    margin-right: 3px;
    background-color: #CCCCCC;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.projects_vertical_member_select:hover {
    background-color: #999999;
    color: #FFFFFF;
    cursor: pointer;
}

.projects_vertical_member_selected {
    color: #000000;
    float: left;
    width: 30px;
    margin-right: 3px;
    background-color: #999999;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

/***** FILTER *****/
#filter_content {
    margin-top: 10px;
    margin-bottom: 10px;
}

#filter_element {
    float: left;
    width: 25%;
    text-align: center;
}

/************************
 **   FOOTER           **
 ************************/

#footer_container {
    width: 100%;
    height: 124px;
    background-color: #333333;
    color: #999999;
    font-size: 11px;
}


#footer_logos {
    background-color: #FFFFFF;
    color: #999999;
    font-size: 11px;
    height: 69px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;   
}

#footer_block_contact {
    float: left;
    width: 245px;
    height: 56px;
    margin: 32px 0 0 60px;
    /*border-right: 1px #FFFFFF solid;*/
}

#footer_block_newsletter {
    float: left;
    width: 357px;
    margin: 32px 0 30px 0;
    padding-left: 37px;
}

#footer_block_facebook {
    float: left;
    width: 264px;
    margin: 32px 14px 30px 0;
}

.footer_title {
    color: #FFFFFF;
    font-family: Georgia, serif;
    font-size: 17px;
}

.footer_email {
    color: #FFFFFF;
}

#newsletter_text {
    float: left;
    width: 194px;
    height: 24px;
    border-style: none;
    background-color: #666666;
    color: #F2F2F2;
    padding: 0 4px 0 4px;
    margin-top: 12px;
}

#newsletter_button {
    float: left;
    width: 73px;
    height: 20px;
    background-color: #CCCCCC;
    cursor: pointer;
    color: #454545;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
    margin-top: 12px;
}

#newsletter_button:hover {
    background-color: #999999;
}

#facebook_container {
    border-bottom: 1px #666666 solid;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

#footer_img_rss {
    float: left;
    width: 17px;
    height: 17px;
    background-image: url('../images/public/footer_rss.png');
    margin-right: 12px;
    cursor: pointer;
}

#footer_img_rss:hover {
    background-image: url('../images/public/footer_rss_hover.png');
}

#footer_img_facebook {
    float: left;
    width: 8px;
    height: 17px;
    background-image: url('../images/public/footer_facebook.png');
    margin-right: 12px;
    cursor: pointer;
}

#footer_img_facebook:hover {
    background-image: url('../images/public/footer_facebook_hover.png');
}


#footer_img_twitter {
    float: left;
    width: 13px;
    height: 17px;
    background-image: url('../images/public/footer_twitter.png');
    cursor: pointer;
}

#footer_img_twitter:hover {
    background-image: url('../images/public/footer_twitter_hover.png');
}

.onesource_email {
    cursor: pointer;
    text-decoration: none; 
    color: #999999;
}

.onesource_email:hover {
    color: #999999;
}

/** WINDOWS **/
#form_confirm_dialog {
}

#form_confirm_dialog_img {
    float: left;
    width: 42px;
    height: 39px;
    margin: 10px 0px 0px 0px;
    background-image: url('../images/private/alert.gif');
}

#form_confirm_dialog_txt {
    float: left;
    width: 250px;
    margin: 8px 0px 0px 8px;
    font-size: 12px;
    line-height: 16px;
}


/************************
 **   DEFAULT CONFIGS  **
 ************************/
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	color: #333333;	
	background-color: #c8c8c8;
	font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        line-height: 16px;
        height:100%;
        overflow: auto;
        
}

a {
/*	background: inherit;*/
	color: #00538A; 
	text-decoration: none;
}

img {
	border-style:none;
}

.link {
    cursor: pointer;
}

a.text_logout {
/*	background: inherit;*/
	color: #008E4E; 
	font-weight: bold;
}

a.text_logout:hover {
/*	background: inherit;*/
	color: #008E4E;
	font-weight: normal;
}


input, select {
	font: 11px  Arial, Sans-serif;
	color: #666666;
}

a:hover {
/*	background: inherit;*/
	color: #008E4E;
}