#body_container {
    background-color: #FFFFFF;
    width: 960px;
    margin: auto;
    position: relative;
    /*min-height: 500px;*/
    /*background: -moz-radial-gradient(216px 115px, #FFFFFF, #CCCCCC);*/
}


/*
#layout_main {
    position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    min-width: 800px;
}*/

/*************************
 **      SLIDESHOW      **
 *************************/
.slideshow_container {
    width: 960px;
    height: 320px;  
    position: relative; 
    top: 0px;
    left: 0px;   
    margin: auto;
}

.slideshow_image {  
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.slideshow_text {
    position: absolute;
    bottom: 25px;
    left: 55px;
    z-index: 101;
    color: #000000;
    font-family: 'Lato', sans-serif;  
    font-size: 18px;
    font-weight: bold;
    padding: 14px;    
    border-left: 4px solid #0085E3;
    background: #FFFFFF;
    max-width: 475px
}

.slideshow_text_link {
}

.slideshow_text_link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.slideshow_text_title {
    width: 100%;
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
}

#slideshow_image_buttons {
    bottom: 20px;
    right: 55px;
    position: absolute;
    z-index: 100;
}

.slideshow_image_button {   
    width: 23px;
    height: 21px;
    display: inline-block;
}

.slideshow_image_button:hover {
    cursor: pointer;
    background-image: url('../images/public/slider-on.png');
}

.slideshow_image_button_unselected {
    background-image: url('../images/public/slider-off.png');   
}

.slideshow_image_button_selected {
    background-image: url('../images/public/slider-on.png');    
}

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

.content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 940px;
    position: relative;
}

#layout_header {
    width: 960px;
    margin: auto;
    height: 121px;
    background: #EFEFEF;
    background: radial-gradient(at 216px 115px , #EFEFEF, #CCCCCC) repeat scroll 0 0 transparent;  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#CCCCCC', GradientType=0); /* IE */
    background: -webkit-gradient(linear , top, bottom, from(#EFEFEF), to(#CCCCCC)); /* webkit browsers */
    background: -moz-linear-gradient(top, #EFEFEF,  #CCCCCC); /* Firefox 3.6+ */     
    position: relative;
}

#layout_title {
    color: #0397D5;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    left: 120px;
    position: absolute;
    top: 25px;
}

#layout_title_suscos {
    color: #0397D5;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: 12px;
    top: 30px;
}

#layout_title_labfire {
    color: #0397D5;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: 12px;
    top: 30px;
}

#layout_header_logo_smct {
    background-image: url("../images/public/logo_smct.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
    width: 77px;    
    top: 15px;
    left: 20px;
    cursor: pointer;
    position: absolute;
}

#layout_header_logo_uc {
    background-image: url("../images/public/logo_uc.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 104px;
    width: 77px;    
    top: 8px;
    left: 12px;
    cursor: pointer;
    position: absolute;
}

#layout_header_logo_suscos {
    background-image: url("../images/public/logo_suscos.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 22px;
    width: 288px;    
    top: 5px;
    left: -30px;
    cursor: pointer;
    position: absolute;
}

#layout_header_fctuc {
    background-image: url('../images/public/logo_fctuc.png');
    background-position: center center;
    background-repeat: no-repeat;    
    position: absolute;
    width: 180px;
    height: 51px;
    top: 32px;
    left: 500px;
    cursor: pointer;
}

#layout_header_user_info {
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    top: 50px;    
    left: 112px;
    position: absolute;
}

#layout_header_language_container {
    position: absolute;
    width: 200px;
    background-color: #0397D5;
    background-image: url("../images/public/iconLanguage.png");
    background-position: 7px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding-left: 30px;
    right: 0px;
    top: 70px;
}

#layout_header_language_selected {
    color: #FFFFFF;
    font-family: 'LucidaGrandeRegular';
    font-size: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-decoration: none;
    background: url("../images/public/arrow_select_language_uncollapse.png") no-repeat scroll right top transparent;  
    cursor: pointer;
}

#layout_header_language_options {
    background-color: #000000;
    display: none;
    position: absolute;
    right: -1px;
    top: 28px;
    width: 200px;
    z-index: 999;
}

#layout_header_language_option {
    color: #FFFFFF;
    font-family: 'LucidaGrandeRegular';
    font-size: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 30px;
    text-decoration: none;
}

#layout_header_language_option:hover {
    background-image: url("../images/public/arrowComboBoxLanguage.png");
    background-position: 10px center;
    background-repeat: no-repeat;        
    background-color: #0397D5;
    cursor: pointer;
}

.link_language {
    font-weight: bold;
    color: #8F0000;
}

.link_language:hover {
    color: #FFFFFF;
    cursor: pointer;
}
 
#layout_header_laboratories_container {
    position: absolute;
    width: 200px;
    background-color: #0397D5;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding-left: 10px;
    right: 210px;
    top: 70px;
    z-index: 999;    
}

#layout_header_laboratories_selected {
    color: #FFFFFF;
    font-family: 'LucidaGrandeRegular';
    font-size: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-decoration: none;
    background: url("../images/public/arrow_select_language_uncollapse.png") no-repeat scroll right top transparent;  
    cursor: pointer;
}

#layout_header_laboratories_text {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;	 
    width: 170px;
}

#layout_header_laboratories_options {
    background-color: #000000;
    display: none;
    position: absolute;
    right: -1px;
    top: 28px;
    width: 200px;
}

#layout_header_laboratories_option {
    color: #FFFFFF;
    font-family: 'LucidaGrandeRegular';
    font-size: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 30px;
    text-decoration: none;
}

#layout_header_laboratories_option:hover {
    background-image: url("../images/public/arrowComboBoxLanguage.png");
    background-position: 10px center;
    background-repeat: no-repeat;        
    background-color: #0397D5;
    cursor: pointer;
}

.link_laboratories {
    font-weight: bold;
    color: #8F0000;
}

.link_laboratories:hover {
    color: #FFFFFF;
    cursor: pointer;
}

#public_user_welcome {
    float: left;
}

#public_user_profile {
    float: left;
    font-weight: bold;
    cursor: pointer;
}

#public_user_profile:hover {
    text-decoration: underline;
}

#public_user_member{
    margin-top: 5px;
    cursor: pointer;
    font-size: 10px;
    background-color: #F2F2F2;
    color: #040707;
    padding: 3px;
}

#public_user_member:hover {
    background-color: #0397D5;
    color: #FFFFFF;
}

#user_sign_up {
    color: white;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    font-weight: bold;
}

#user_sign_up:hover {
    text-decoration: underline;
    cursor: pointer;
}

#layout_header_links_container {
    position: absolute;
    top: 25px;
    right: 30px;
}

.header_link_content {
}

#header_link {
    float: left;
    font-family: 'LucidaGrandeRegular';
    font-size: 10px;
    text-decoration: none !important;
    text-transform: uppercase !important;
    margin-right: 10px;
}

#header_link:hover {
/*    color: #FFFFFF;*/
    cursor: pointer;
}

#header_login_image {
    background-image: url("../images/public/iconLogin.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 14px;
    margin-right: 5px;
    background-position: left;
    padding-left: 30px;
    width: 45px;
    color: #040707;
}

#header_login_image:hover {
    background-image: url("../images/public/iconLogin.png");
    color: #0397D5;
}

#header_logout_image {
    background-image: url("../images/public/iconLogout.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 14px;
    margin-right: 5px;
    background-position: left;
    padding-left: 30px;
    width: 45px;
    color: #040707;
}

#header_logout_image:hover {
    background-image: url("../images/public/iconLogout.png");
    color: #FFFFFF;
}

#layout_header_right {
    float:right;
    width:200px;
    color: #666666;
    text-align:right;
    height: 35px;
    padding: 5px 10px 5px 0px;
}

/*
#loading-off {
    position: absolute;
    right: 5px;
    margin: 2px;
    width: 16px;
    height: 16px;
    background-image: url("../images/private/loading-off.gif");
}

#loading {
    position: absolute;
    right: 5px;
    margin: 2px;
    width: 16px;
    height: 16px;
    background-image: url("../images/private/loading.gif");
    display: none;
}
*/

#loading {
    margin: auto;
}

#language_choice {
    position: absolute;
    right: 40px;
}

#msg_debug {
    position: absolute;
    right: 150px;
    margin-top: 2px;
}

/************************
 **  MENU              **
 ************************/

.main_menu_container {
    background: #040707;
    height: 38px;
    width: 960px;
    margin: auto;
}

#main_menu {
    margin: auto;
    width: 960px;    
}

.menu_container {
    color: white;
    float: left;
    position: relative;
}

.menu_container:hover {
    background-color: #0397D5;
}

.menu_container_selected {
    color: white;
    float: left;
    position: relative;
    background-color: #0397D5;
}

#menu_title {
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    padding: 10px 10px 8px;
    /* padding: 11px 22px 8px; */
    text-transform: uppercase;
}

.menu_list {
    display: none;
    position: absolute;
    background-color: #0397D5;
    color: #FFFFFF;
    z-index: 100;
}

#menu {
    white-space: nowrap;
    padding: 2px 0 2px 0;
    cursor: pointer;
    padding: 11px 22px 8px;
    border-bottom: 1px solid #FFFFFF;
    min-width: 100px;
}

#menu:hover {
    background-color: #040707;
    color: #FFFFFF;
}




#layout_menu_private_container {
    margin-top: 3px;
    position: absolute;
    height: 20px;
    
    font-family: sans-serif;
    /*background-color: #F2F2F2;*/
    
/*    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #909090;*/
    
/*    box-shadow: 2px -2px 2px 0px #666666;
    -moz-box-shadow: 2px -2px 2px 0px #666666;
    -webkit-box-shadow: 2px -2px 2px 0px #666666;*/
}

#main_menu_private {
    margin: auto;
    width: 415px;    
}

#main_buttons_private {
    margin: auto;
    width: 100%;    
    max-height: 42px;
    overflow: auto;    
}

#menu_private_container {
    position: relative;
    float: left;
    text-align: left;
    z-index: 999;
    font-size: 10px;
    background-color: #040707;
    color: #FFFFFF;
    margin: 1px;
}

#menu_private_container:hover {
    background-color: #0397D5;
    color: #FFFFFF;
}

#menu_private_title {
    padding: 2px 10px 2px 10px;
}

.menu_private_options {
    position: absolute;
    border: 1px solid #000000;
    width: 175px;
    background-color: #FFFFFF;
    color: #040707;
    
    box-shadow: inset 20px 0px #ebebeb;
    -moz-box-shadow: inset 20px 0px #ebebeb;
    -webkit-box-shadow: inset 20px 0px #ebebeb;
    
    display: none;
}

#menu_private_item {
    position: relative;
    padding: 2px 15px 2px 25px;
    margin: 1px;
}

#menu_private_split {
    height: 1px;
    margin: 1px 0px 1px 0px;
    background-color: #ebebeb;
}

#menu_private_sub_menu {
    position: relative;
}

#menu_private_sub_menu:hover {
    background-color: #0397D5;
    color: #FFFFFF;
}

#menu_private_sub_arrow {
    position: absolute;
    top: 6px;
    right: 8px;
    width: 4px;
    height: 7px;
    
    background-image: url('../images/private/arrow-right.png');
}

.sidemenu_toggle {
    margin-bottom: 5px;
    font-weight: bold;
}

.sidemenu_toggle:hover {
    cursor: pointer;
    color: #0397D5;
}


/************************
 **  MESSAGES & ERRORS **
 ************************/
/*
#layout_info {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 400px;
}

#layout_info_image {
    float: left;
    width: 16px;
    padding-right:5px;
}

#layout_errors {
    padding: 3px;
    margin-bottom: 5px;
    background-color: #f6b4b4;
    border: 1px solid #c46363;
    width: 370px;
    
    box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    
    display: none;
}

#layout_messages {
    padding: 3px;
    margin-bottom: 5px;
    background-color: #a7e0ac;
    border: 1px solid #618264;
    width: 370px;
    
    box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    
    display: none;
}

#layout_warnings {
    padding: 3px;
    margin: 10px auto 15px auto;
    background-color: #FFD36D;
    border: 1px solid #CC8800;
    width: 370px;
    
    box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

#errors {
    float: left;
}

#messages {
    float: left;
}

#warnings {
    float: left; 
}
*/

#header_info_title {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    margin-bottom: 5px;
}

#header_info_steps_title {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    margin-bottom: 5px;
}

#header_info_help {
    padding: 3px;
    margin: 0px 0px 5px 10px;
    background-color: #E5F4FF;
    border: 1px solid #A9BDD5;
    width: 780px;
    
    box-shadow: 3px 3px 3px #666666;
    -moz-box-shadow: 3px 3px 3px #666666;
    -webkit-box-shadow: 3px 3px 3px #666666;
    
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

#header_info_help_img {
    float: left;
    text-align: center;    
    width: 5%;
}

#header_info_help_txt {
    float: left;
    width: 95%;
    font-weight: bold;
    text-align: left;
}

/*****************************
 **     GENERIC LISTS       **
 *****************************/
#generic_list_background {
    background-color: #FFFFFF;
}

#generic_list_container_left {
    float: left;   
    width: 95%;  
}

#generic_list_container_right {
    float: left;
    width: 5%; 
    text-align: right;
}

.generic_list_title {    
    background: url("../images/public/bullet2.png") no-repeat scroll 32px center transparent; 
    background-position: 10px; 
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: left;
    padding-left: 25px;
}

.generic_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#generic_list_title_name {
    float: left;
    width: 50%;    
}

#generic_list_title_type {
    float: left;
    width: 25%;   
    font-size: 11px;
}

#generic_list_title_status {
    float: left;
    width: 25%;  
    font-size: 11px;
}

#generic_list_country {
    font-size: 11px;
    color: #636668;
    font-style: normal;
    line-height: 16px;  
    padding-left: 25px;    
}

#generic_list_flag {
    width: 32px;
    padding-top: 2px;
}

.generic_list_contacts {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

#generic_list_contacts_title {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;   
    margin-bottom: 15px;
}

#generic_list_contacts_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#generic_list_contacts_container {
    background-color: #FFFFFF;
    background-image: none;
    border-top: 1px solid #D4D4D4;  
    float:left;
    width: 50%;    
}

#generic_list_user_image {
    width: 80px;
}

.generic_list_contacts_content {
    background-color: #F5F5F5;
    background-position: 7px 2px;
    background-repeat: no-repeat;
    border-top: 1px solid #FFFFFF;
    padding-bottom: 2px;
    padding-left: 35px;
    padding-top: 2px;
    position: relative;
    max-width:300px;
    min-height: 15px;
    top: 0;    
}

.generic_list_contacts_email {
    background-image: url("../images/public/iconEmail.png");     
}

.generic_list_contacts_website {
    background-image: url("../images/public/iconWebsite.png");      
}

.generic_list_contacts_pdf {
    background-image: url("../images/private/pdf_small_gray.png");      
}

.generic_list_contacts_telephone {
    background-image: url("../images/public/iconTelephone.png");    
}

.generic_list_contacts_fax {
    background-image: url("../images/public/iconFax.png");      
}

.generic_list_contacts_address {
    background-image: url("../images/public/iconAddress.png");      
}

#generic_list_contacts_text {
    color: #636668;
    font-family: Georgia;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;    
}

#generic_list_contacts_link {
    color: #636668;
    font-family: Georgia;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;    
}

#generic_list_contacts_link:hover {
    cursor: pointer;
    color: #0397D5;
}


/****************************
 **      AWARDS       **
 ****************************/

#awardsInformationContent {
    margin: 10px 0px;
}

.awardsFileList {
    margin: 0px 5px;
}

.awardsFileListItem {
    padding: 2px 0px;
}

.awardsFileListItemName {
    float: left;
    width: 80%;
    font-weight: bold;
}

.awardsFileListItemDel {
    float: left;    
    width: 20%;
    text-align: right;
}

.awardsSubmissionInfoMsg {
    font-family: Georgia;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;    
}

.awardsSubmissionErrorMsg {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;    
}

.fileBrowser {
    margin-bottom: 20px;
    padding: 5px;
    display: block; 
    border-bottom: 1px solid #444444;       
}

#fileLimitReach {
    margin-bottom: 20px;
    padding: 5px;
    display: none; 
}

#fileUpload {
}

.fileInfo{
    margin-top: 20px;
    margin-bottom: 5px;
    display: none;
}

.fileNameTitle {
    margin-right: 10px;
    font-weight: bold;
}

.fileName {
    margin-right: 10px;
}

.fileSize {
}

.progressIndicator {
    display: none;
}

.progressBarContainer {
    /*border: 1px solid #000000;*/
    height: 16px;
    margin-top: 5px;
    position: relative;
    width: 460px;
}

.progressBar {
    position: absolute;
    width: 0px;
    height: 14px;
    border: 1px solid #cccccc;
    border-radius:10px;
    -moz-border-radius: 10px;
}

.progressBarOK {
    background-image: -moz-linear-gradient(top, #66cc00, #4b9500);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc00), to(#4b9500));    
}

.progressBarKO {
    background-image: -moz-linear-gradient(top, #EE0000, #cc0000);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EE0000), to(#cc0000));
}

.progressNumber {
    position: absolute;
    width: 100%;
    border: 1px solid #000000;
    text-align: center;
    border: 0px;
    font-size: 11px;
}

.uploadBarDescriptionFirst{
    float: left;
    width: 60px;
    text-align: right;
}

.uploadBarDescription{
    float: left;
    text-align: center;
    width: 90px;
}

#fs_right {
    display: none;
    border: 1px solid #000000;
    padding: 5px;
}


#fs_refresh {
    position:absolute;
    left:75px;   
}

#fs_left {
    position: relative;
    float: left;
}

#fs_details_label {
    float: left;
    width: 100px;
    border-right: 1px #000000 dotted;
    margin-right: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: right;
}

#fs_details_value {
    float: left;
}

#fs_permissions {
    float: left;
    font-weight: bold;
}

#fs_permissions_owner {
    float: right;
}


/****************************
 **      MEMBERSHIPS       **
 ****************************/
#memberships_list {
    margin-top: 20px;
    width: 100%;
}

#memberships_list_content_left {
    float: left;   
    width: 95%;  
}

#memberships_list_content_right {
    float: left;
    width: 5%; 
    text-align: right;
}

.memberships_list_title {    
    background: url("../images/public/bullet2.png") no-repeat scroll 32px center transparent; 
    background-position: 10px; 
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: left;
    padding-left: 25px;
}

.memberships_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#memberships_list_countrymembersh{
    font-size: 11px;
    color: #636668;
    font-style: normal;
    line-height: 16px;  
    padding-left: 25px;    
}

#memberships_list_flag {
    width: 32px;
    padding-top: 2px;
}

.memberships_list_contacts {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

#memberships_contacts_title {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;   
    margin-bottom: 15px;
}

#memberships_contacts_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#memberships_contacts_container {
    background-color: #FFFFFF;
    background-image: none;
    border-top: 1px solid #D4D4D4;  
    float:left;
    width: 50%;    
}

.memberships_contacts_content {
    background-color: #F5F5F5;
    background-position: 7px 2px;
    background-repeat: no-repeat;
    border-top: 1px solid #FFFFFF;
    padding-bottom: 2px;
    padding-left: 35px;
    padding-top: 2px;
    position: relative;
    top: 0;    
}

.memberships_contacts_email {
    background-image: url("../images/public/iconEmail.png");     
}

.memberships_contacts_website {
    background-image: url("../images/public/iconWebsite.png");      
}

.memberships_contacts_telephone {
    background-image: url("../images/public/iconTelephone.png");    
}

.memberships_contacts_fax {
    background-image: url("../images/public/iconFax.png");      
}

.memberships_contacts_address {
    background-image: url("../images/public/iconAddress.png");      
}

#memberships_contacts_text {
    color: #636668;
    font-family: Georgia;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;    
}

#memberships_contacts_link {
    color: #636668;
    font-family: Georgia;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;    
}

#memberships_contacts_link:hover {
    cursor: pointer;
    color: #0397D5;
}


/************************
 **      CALENDAR      **
 ************************/
#calendar_container {
    background-color: #ebebeb;
    color: #222222;
    width: 207px;
}

.div-table {
    display: table;
    text-align: center;
    width: 100%;
}

.div-table-caption {
    display: table-caption;
    color: #FFFFFF;
}

.calendar_selector {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #0397d5;
    cursor: pointer;
}

.calendar_selector_left {
    background-image: url("../images/public/calendar-left-arrow.png");
    background-position: 6px 6px;
    background-repeat: no-repeat;    
}

.calendar_selector_right {
    background-image: url("../images/public/calendar-right-arrow.png");
    background-position: 6px 6px;
    background-repeat: no-repeat;    
}

.calendar_month {
    float: left;
    width: 144px;
    height: 30px;
    line-height: 30px;
    background-color: #0397d5;
    margin: 0px 1px;
    vertical-align: middle;    
}

.div-table-row {
    display: table-row;
}

.div-table-col {
    display: table-cell;
    height: 30px; 
    width: 30px;
    vertical-align: middle;
}

.div-table-col-bold {
    font-weight: bold;
}

.div-table-col-today-highlight {
    background-color: #0397d5;
    color: #FFFFFF;
}

.div-table-col-other-highlight {
    background-color: #222222;
    color: #FFFFFF;
    cursor: pointer;
}

.div-table-col-today-other-highlight {
    color: #0397d5;
}

.calendar-left-stepper {
    float: left;
    border: 1px solid #333333;
    padding: 5px; cursor:pointer;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px; 
    -moz-border-radius-topleft: 15px; 
    border-top-left-radius: 15px; 
    width: 30px;
    text-align: left;
    color: #333333;
}

.calendar-central-stepper {
    float: left;
    border: 1px solid #333333;
    padding: 5px;
    cursor: pointer;
    width: 40px;
    text-align: center;
    color: #333333;
}

.calendar-right-stepper {
    float: left; 
    border: 1px solid #333333;
    padding: 5px;
    cursor: pointer;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px; 
    width:30px;
    text-align: right;
    color: #333333;
}
 
.calendar-popup {
    position: relative; 
    left: 90px; 
    background: #FFFFFF;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px; 
    border-radius: 5px; 
    padding: 5px; 
    width: 250px;
}

.div-table-col-info {
    position: absolute;
    display: none;
    background-color: #FFFFFF;
    padding: 10px;
    width: 200px;
    height: 215px;
    font-size: 12px;
    -webkit-box-shadow:  0px 0px 4px 0px #222222;
    box-shadow:  0px 0px 4px 0px #222222;
}

.calendar_info_container {
    position: relative;
}

.calendar_info_content {
    overflow: auto;
    height: 180px;
    padding-right: 5px;
}

.calendar_info_title {
    margin-top: 5px;
}

.calendar_info_item {
    color: #0397d5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;	
}

.calendar_info_item:hover{
    cursor: pointer;
    text-decoration: underline;    
}

.calendar_info_header {
    font-weight: bold;
}

.calendar_info_close {
    position: absolute;
    top: -5px;
    right: -5px;
    background-image: url("../images/public/close.png");
    width: 16px;
    height: 16px;
    cursor: pointer;	
}


/************************
 **      CONTENT       **
 ************************/
#layout_main_content {
    position: relative;
}

/**     MAIN BODY      **/
#main {}

#main_container {
    float: left;
    margin-bottom: 0;
    margin-top: -10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    /*width: 690px;   */
    width: 720px;
}

.home_block {
    float: left;
    width: 25%;
    padding: 20px 10px;
}

.home_block_highlight {
    background: #ebebeb;
    border-radius: 4px;  
    padding: 20px;
}

#main_sub_container {
    margin-left: 10px;
    /*padding: 0px 0px 24px 10px;*/
}

.main_sub_container_left {
    float: left;
    width: 40%;
}

.main_sub_container_right {
    float: left;
    width: 60%;    
}

#main_title {
    color: #040707;
    font-family: Georgia;
    font-size: 28px;
    font-style: italic;
    line-height: 33px;    
    padding-bottom: 3px;      
}

#main_sub_title {
    line-height: 20px;
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    text-decoration: none;  
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;        
}

#main_informations {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 33px;
    margin-top: 10px;     
    margin-bottom: 10px;   
}

#main_content {
    padding: 8px 0;    
}

#main_body {
    padding: 8px 0; 
    margin-right: 140px;    
}

#container_sitemap {
    padding-bottom: 58px;
    color: #636668;
    font-family: 'LucidaGrandeRegular';
    font-size: 10px;
    text-decoration: none;    
}

#container_side_menu {
    float: left;
    margin-left: -10px;
    width: 220px;    
}

#side_menu_container {
   border-bottom: 1px solid #C6C6C6;
   color: #040707;
}

#side_menu_container:hover {
    background-color: #040707;
    color: #FFFFFF;
    border-bottom: 1px solid #040707;
}

#side_menu_container_selected {
    background-color: #040707;
    color: #FFFFFF;
    border-bottom: 1px solid #040707;    
}

#side_menu_title {
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    padding: 7px 22px 5px;
    text-decoration: none;
}

.side_menu_list {
    display: block;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;    
    color: #636668;
    margin-left: 10px;
}

#side_menu_1 {
    white-space: nowrap;
    cursor: pointer;
    line-height: 13px;
    padding: 7px 22px 5px 27px;      
}

#side_menu_1:hover {
    color: #0397D5;
}

#side_menu_1_selected {
    white-space: nowrap;
    cursor: pointer;
    line-height: 13px;
    padding: 7px 22px 5px 27px;          
    color: #0397D5;
}

#side_menu_1_separator {
    border-bottom: 1px solid #C6C6C6;    
}

#side_menu_2 {
    white-space: nowrap;
    cursor: pointer;
    line-height: 13px;
    padding: 7px 22px 5px 32px;
}

#side_menu_2:hover {
    font-weight: bold;
}

#side_menu_2_selected {
    white-space: nowrap;
    cursor: pointer;
    line-height: 13px;
    padding: 7px 22px 5px 32px;    
    font-weight: bold;
}

.generic_button {
    line-height: 30px;
    min-width: 61px;
    padding-left: 12px;
    padding-right: 12px;    
    text-align: center;
    background-color: #0397D5;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;   
    clear: both;
    color: #FFFFFF;
    float: left;
    font-family: 'Georgia';
    font-size: 10px;
    height: 29px;    
    text-transform: uppercase;    
    margin-top: 30px;
}

.generic_button:hover {
    background-color: #040707;
    border-bottom: 1px solid #040707;
    border-right: 1px solid #040707;    
    cursor: pointer;
}

#generic_reference {
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    line-height: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}

#generic_link {
    color: #0397D5;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    line-height: 12px;
}

#generic_link:hover {
    color: #0397D5;
    text-decoration: underline;
    cursor: pointer;
}

/********************
 **      NEWS      **
 ********************/

#news_list {
    margin-top: 20px;
    width: 100%;    
}

#news_container {
    margin-top: 29px;
    padding: 0 11px;
}

#news_date {
    color: #040707;
    font-family: Georgia;
    font-size: 13px;    
}

#news_title {
    color: #0397D5;
    font-family: Georgia;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;    
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;    
}

#news_title:hover {
    cursor: pointer;
    text-decoration: underline;
}

#news_summary {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-right: 140px;    
}

#news_content {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-right: 140px;  
    margin-top: 10px;
}

#news_image {
    float: left;
    margin: 3px 20px 20px 0px;
    max-width: 150px;    
}

/**********************
 **      EVENTS      **
 **********************/

#events_list {
    width: 100%;    
    margin-top: 20px;
}

#events_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#events_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 2px;
    width: 100%;
}

#events_list_container:hover {
    background-color: #EBEBEB;
}

#events_list_container_padding {
    padding-left: 10px;
    padding-right: 10px;
}

#events_list_content_left {
    float: left;   
    width: 70%;  
}

#events_list_content_right {
    float: left;
    width: 30%; 
}

#events_list_title { 
    background-image: url("../images/public/iconFlag.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #0397D5;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 13px;
    line-height: 17px;
    padding-left: 20px;
    text-decoration: none;
    width: 100%;
}

#events_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#events_list_venue {
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    padding-left: 20px;
    padding-top: 6px;    
    padding-bottom: 4px;
    width: 100%;
}

#events_list_date {
    background: url("../images/public/iconCalendar.png") no-repeat scroll 32px center transparent; 
    background-position: 20px; 
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: right;    
}

#events_title {
    background-image: url("../images/public/iconFlag.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 33px;
    margin-bottom: 10px;
    padding-left: 20px;    
}

#events_text {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

#events_image {
    float: left;
    margin-right: 20px;
    width: 200px;    
}

#events_details {
    float: left; 
}

#events_details_purchase {
    color: #0397D5;
    height: 30px;
    padding-top: 1px;  
    background: url("../images/public/eventRegistration.png") no-repeat scroll 0 0 transparent;
    width: 441px;    
}

#events_details_purchase:hover {
    background: url("../images/public/eventRegistration_hover.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    color: #FFFFFF;
}

#events_details_purchase_text {
    text-align: left;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    padding-left: 35px;
    padding-top: 7px;
    width: 92%;
}

#events_details_purchase_text_hover {
    color: #FFFFFF;
}

#events_details_container {
    
}

#events_details_separator {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #FFFFFF;   
    width: 440px;
}

#events_details_left {
    float: left;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    width: 70px; 
}

#events_details_left_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    padding-left: 7px;   
}

#events_details_right {
    float: left;
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    padding-left: 20px;
    width: 338px;    
    color: #040707;
    font-family: 'LucidaGrandeRegular';  
}

#events_link {
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    line-height: 12px;
}

#events_link:hover {
    color: #0397D5;
    text-decoration: underline;
}

#events_content {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
}

/************************
 **      CONTACTS      **
 ************************/
#contacts_title {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;   
    margin-bottom: 15px;
}

#contacts_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#contacts_container {
    background-color: #FFFFFF;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
}

.contacts_content {
    background-color: #F5F5F5;
    /*background-image: url("../images/public/bullet2.png");*/
    background-position: 7px 18px;
    background-repeat: no-repeat;
    border-top: 1px solid #FFFFFF;
    padding-bottom: 11px;
    padding-left: 35px;
    padding-top: 11px;
    position: relative;
    top: 0;    
}

.contacts_email {
    background-image: url("../images/public/iconEmail.png");    
}

.contacts_website {
    background-image: url("../images/public/iconWebsite.png");    
}

.contacts_telephone {
    background-image: url("../images/public/iconTelephone.png");    
}

.contacts_fax {
    background-image: url("../images/public/iconFax.png");    
}

.contacts_address {
    background-image: url("../images/public/iconAddress.png");    
}

#contacts_text {
    color: #636668;
    font-family: Georgia;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;    
}

#contacts_link {
    color: #636668;
    font-family: Georgia;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;    
}

#contacts_link:hover {
    cursor: pointer;
    color: #0397D5;
}

/**********************
 **      PROJECTS    **
 **********************/

#projects_list {
    margin-top: 20px;
    width: 100%;    
}

#projects_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#projects_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 2px;
    width: 100%;
}

#projects_list_container:hover {
    background-color: #EBEBEB;
}

#projects_list_container_padding {
    padding-left: 10px;
    padding-right: 10px;
}

#projects_list_content_left {
    float: left;   
    width: 70%;  
}

#projects_list_content_right {
    float: left;
    width: 30%; 
}

#projects_list_title { 
    background-image: url("../images/public/iconProject.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #040707;
    /*color: #0397D5;*/
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 13px;
    line-height: 17px;
    padding-left: 20px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
}

#projects_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#projects_list_venue {
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    padding-left: 20px;
    padding-top: 6px;    
    padding-bottom: 4px;
    width: 100%;
}

#projects_list_date {
    background-position: 23px; 
    /*color: #040707;*/
    color: #0397D5;
    font-family: Georgia;
    font-size: 13px;
    text-align: right;    
}

#projects_tabs_selector {
    background-color: #EBEBEB;
    color: #636668;
    font-family: 'LucidaGrandeRegular';
    border-left: 1px solid #BABABA;
    border-top: 1px solid #BABABA;
    box-shadow: 1px 1px 0 #FFFFFF;
    display: table;
    height: 20px;
    margin-bottom: 40px;
    margin-top: 25px;
    overflow: hidden;
    width: 100%;    
}

#projects_tab_item {
    /*
    background-color: #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-top: 1px solid #DBDBDB;
    */
    display: table-cell;
    float: none;
    font-size: 11px;
    line-height: 20px;
    list-style: none outside none;
    padding: 0 12px;
    text-align: center;
}

#projects_tab_item:hover {
    background-color: #0397D5;
    color: #FFFFFF;
    cursor: pointer;
}

#projects_tab_item_selected {
    background-color: #0397D5;
    color: #FFFFFF;
    display: table-cell;
    float: none;
    font-size: 11px;
    line-height: 20px;
    list-style: none outside none;
    padding: 0 12px;
    text-align: center; 
}

#projects_tab_content_title {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;   
    margin-bottom: 15px;
}

#projects_image {
    max-width: 650px;
}

#projects_details_container {
    margin-top: 20px;
    margin-bottom: 30px;
}

#projects_details_content {
    float: left;
    width: 47%;
    background-image: url("../images/public/bullet1.png");
    background-position: 0 12px;
    background-repeat: no-repeat;    
    padding-left: 13px;
    padding-right: 5px;
    padding-top: 5px;
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;    
}

/**************************
 **      INSTITUTIONS    **
 **************************/
#institutions_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#institutions_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 2px;
    width: 100%;
}

#institutions_list_container:hover {
    background-color: #EBEBEB;
}

#institutions_list_container_padding {
    padding-left: 10px;
    padding-right: 10px;
}

#institutions_list_content_left {
    float: left;   
    width: 40%;  
}

#institutions_list_content_right {
    float: left;
    width: 60%; 
}

#institutions_list_image {
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
}

#institutions_list_institution {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

#institutions_list_institution_address {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

#institutions_list_institution_link {
    color: #0397D5;
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
}

#institutions_list_institution_link:hover {
    text-decoration: underline;
}

#institutions_small_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#institutions_small_list_container {
    background-color: #FFFFFF;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
}

#institutions_small_list_content {
    background-color: #F5F5F5;
    background-image: url("../images/public/bullet2.png");
    background-position: 7px 18px;
    background-repeat: no-repeat;
    border-top: 1px solid #FFFFFF;
    padding-bottom: 11px;
    padding-left: 22px;
    padding-top: 11px;
    position: relative;
    top: 0;    
}

#institutions_small_list_institution {
    color: #040707;
    font-family: Georgia;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;    
}

/**************************
 **      PEOPLE          **
 **************************/
#people_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#people_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 2px;
    width: 100%;
}

#people_list_container:hover {
    background-color: #EBEBEB;
}

#people_list_container_padding {
    padding-left: 10px;
    padding-right: 10px;
}

#people_list_content_left {
    float: left;   
    width: 40%;  
}

#people_list_content_right {
    float: left;
    width: 60%; 
}

#people_list_image {
    margin-left: auto;
    margin-right: auto;
    max-width: 130px;
}

#people_list_name {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

#people_list_address {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

#people_list_link {
    color: #0397D5;
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
}

#people_list_link:hover {
    text-decoration: underline;
}

#people_small_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#people_small_list_container {
    background-color: #FFFFFF;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
}

#people_small_list_content {
    background-color: #F5F5F5;
    background-image: url("../images/public/bullet2.png");
    background-position: 7px 18px;
    background-repeat: no-repeat;
    border-top: 1px solid #FFFFFF;
    padding-bottom: 11px;
    padding-left: 22px;
    padding-top: 11px;
    position: relative;
    top: 0;    
}

#people_small_list_name {
    color: #040707;
    font-family: Georgia;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;    
}

/***********************
 **      DOCUMENTS    **
 ***********************/

#documents_list {
    margin-top: 20px;
}

#documents_details_container {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #FFFFFF;       
}

#documents_details_separator {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #FFFFFF;   
    width: 100%;
}

#documents_details_left {
    float: left;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    width: 90px; 
}

#documents_details_left_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    padding-left: 7px;   
}

#documents_details_right {
    float: left;
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    padding-left: 20px;
    width: 400px;    
    color: #636668;
    font-family: 'LucidaGrandeRegular';  
}

#documents_details_download_container {
    /*background-image: url("../images/private/pdf_small.png");*/
    /*background-repeat: no-repeat;   */
    height: 16px;
}

#documents_details_download_link { 
    color: #636668;
    /*padding-left: 20px;*/
    padding-top: 2px;
}

#documents_details_download_link:hover {
    color: #B21212;
    text-decoration: underline;
    cursor: pointer;
}

/**************************
 **      COMMITTEES      **
 **************************/

#committees_tabs_selector {
    background-color: #EBEBEB;
    color: #636668;
    font-family: 'LucidaGrandeRegular';
    border-left: 1px solid #BABABA;
    border-top: 1px solid #BABABA;
    box-shadow: 1px 1px 0 #FFFFFF;
    display: table;
    height: 20px;
    margin-bottom: 40px;
    margin-top: 25px;
    overflow: hidden;
    width: 100%;    
}

#committees_tab_item {
    /*
    background-color: #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-top: 1px solid #DBDBDB;
    */
    display: table-cell;
    float: none;
    font-size: 11px;
    line-height: 20px;
    list-style: none outside none;
    padding: 0 12px;
    text-align: center;
}

#committees_tab_item:hover {
    background-color: #0397D5;
    color: #FFFFFF;
    cursor: pointer;
}

#committees_tab_item_selected {
    background-color: #0397D5;
    color: #FFFFFF;
    display: table-cell;
    float: none;
    font-size: 11px;
    line-height: 20px;
    list-style: none outside none;
    padding: 0 12px;
    text-align: center; 
}

#committees_tab_content_title {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;   
    margin-bottom: 15px;
}

#committees_agenda_list {
    margin-top: 20px;
    width: 100%;    
}

#committees_agenda_container {
    margin-top: 29px;
    padding: 0 11px;
}

#committees_agenda_date {
    color: #040707;
    font-family: Georgia;
    font-size: 13px;    
}

#committees_agenda_title {
    color: #0397D5;
    font-family: Georgia;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;   
    /*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;  
    */
}

#committees_list {
    width: 100%;    
    margin-top: 20px;
}

#committees_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#committees_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 2px;
    width: 100%;
}

#committees_list_container:hover {
    background-color: #EBEBEB;
}

#committees_list_container_padding {
    padding-left: 10px;
    padding-right: 10px;
} 

#committees_list_content {
}

#committees_list_title { 
    background-image: url("../images/public/iconProject.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    color: #040707;
    /*color: #0397D5;*/
    display: block; 
    float: block;
    font-family: Georgia;
    font-size: 13px;
    line-height: 17px;
    padding-left: 20px;
    margin-bottom: 10px;
    text-decoration: none;
    width: 100%;
}

#committees_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#committees_image {
    max-width: 650px;
}

/************************
 **      STEELARCHS    **
 ************************/

#steelarchs_list {
    margin-top: 20px;
    width: 100%;    
}

#steelarchs_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#steelarchs_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 2px;
    width: 100%;
}

#steelarchs_list_container:hover {
    background-color: #EBEBEB;
}

#steelarchs_list_container_padding {
    padding-left: 10px;
    padding-right: 10px;
}

#steelarchs_list_content_left {
    float: left;   
    width: 10%;  
}

#steelarchs_list_content_right {
    float: left;
    width: 90%; 
}

#steelarchs_list_title { 
    color: #040707;
    /*color: #0397D5;*/
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 13px;
    line-height: 17px;
    padding-left: 35px;
    text-decoration: none;
    width: 100%;
}

#steelarchs_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#steelarchs_list_info {
    color: #040707;
    /*color: #0397D5;*/
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 11px;
    line-height: 17px;
    padding-left: 35px;
    text-decoration: none;
    width: 100%;    
}

#steelarchs_list_image_container {
    max-height: 50px;
    overflow: hidden;    
}

#steelarchs_list_image {
    width: 90px; 
}

#steelarchs_content {
    margin-top: 20px;
    margin-bottom: 10px;
}

/************************
 **      COURSES    **
 ************************/

#courses_list {
    margin-top: 20px;
    width: 100%;    
}

#courses_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#courses_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
}

#courses_list_container:hover {
    background-color: #EBEBEB;
}

#courses_list_container_padding {
    padding-left: 10px;
    padding-right: 10px;
}

#courses_list_content_left {
    float: left;   
}

#courses_list_content_right {
    float: left;
    width: 75%; 
}

#courses_list_info_panel {
    padding: 17px 30px;
}

#courses_list_title { 
    background-image: url("../images/public/iconCourses.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #040707;
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 13px;
    padding-left: 20px;
    text-decoration: none;
}

#courses_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#courses_list_info {
    color: #636668;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    line-height: 21px;
    padding-left: 20px;  
}

#courses_list_info_title {
    color: #040707 !important;
    font-family: LucidaGrandeBold;
    font-size: 11px;
    text-transform: uppercase; 
    font-weight: bold;
}

#courses_list_image_container {
    height: 131px;
    overflow: hidden;    
}

#courses_list_image {
    margin-top: 4px;
    width: 155px;
}

#courses_tabs_selector {
    background-color: #EBEBEB;
    color: #636668;
    font-family: 'LucidaGrandeRegular';
    border-left: 1px solid #BABABA;
    border-top: 1px solid #BABABA;
    box-shadow: 1px 1px 0 #FFFFFF;
    display: table;
    height: 20px;
    margin-bottom: 40px;
    margin-top: 25px;
    overflow: hidden;
    width: 100%;    
}

#courses_tab_item {
    /*
    background-color: #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-top: 1px solid #DBDBDB;
    */
    display: table-cell;
    float: none;
    font-size: 11px;
    line-height: 20px;
    list-style: none outside none;
    padding: 0 12px;
    text-align: center;
}

#courses_tab_item:hover {
    background-color: #0397D5;
    color: #FFFFFF;
    cursor: pointer;
}

#courses_tab_item_selected {
    background-color: #0397D5;
    color: #FFFFFF;
    display: table-cell;
    float: none;
    font-size: 11px;
    line-height: 20px;
    list-style: none outside none;
    padding: 0 12px;
    text-align: center; 
}

#courses_tab_content_title {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    line-height: 24px;   
    margin-bottom: 15px;
}

#courses_text {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}

#courses_image {
    float: left;
    margin-right: 40px;
    width: 155px;    
}

#courses_details {
    float: left; 
}

#courses_details_purchase {
    color: #0397D5;
    height: 30px;
    padding-top: 1px;  
    background: url("../images/public/eventRegistration.png") no-repeat scroll 0 0 transparent;
    width: 441px;    
}

#courses_details_purchase:hover {
    background: url("../images/public/eventRegistration_hover.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    color: #FFFFFF;
}

#courses_details_purchase_text {
    text-align: left;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    padding-left: 35px;
    padding-top: 7px;
    width: 92%;
}

#courses_details_purchase_text_hover {
    color: #FFFFFF;
}

#courses_details_container {
    
}

#courses_details_separator {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #FFFFFF;   
    width: 440px;
}

#courses_details_left {
    float: left;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    width: 70px; 
}

#courses_details_left_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    padding-left: 7px;   
}

#courses_details_right {
    float: left;
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    padding-left: 20px;
    width: 338px;    
    color: #040707;
    font-family: 'LucidaGrandeRegular';  
}

#courses_link {
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    line-height: 12px;
}

#courses_link:hover {
    color: #0397D5;
    text-decoration: underline;
}

#courses_content {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
}

/************************
 **      GALLERIES    **
 ************************/

#galleries_list {
    margin-top: 20px;
    width: 100%;    
}

#galleries_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#galleries_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 10px;
    width: 100%;
}

#galleries_list_container_padding {
    padding-left: 10px;
    padding-right: 10px;
}

#galleries_list_container:hover {
    background-color: #EBEBEB;
}

#galleries_list_title { 
    background-image: url("../images/public/bullet2.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #0397D5;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 13px;
    line-height: 17px;
    padding-left: 25px;
    text-decoration: none;
    width: 100%;
}

#galleries_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#galleries_list_venue {
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;  
    font-style: italic;
    padding-left: 25px;    
}

#galleries_content {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin: 10px;
}

#galleries_venue {
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;  
    font-style: italic;
    margin-bottom: 5px;
}

#galleries_image {
    float: left;
    margin: 3px 20px 10px 0px;
}

.galleries_slideshow_image {
    float: left;
    height: 140px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/************************
 **  NORMALIZATIONS    **
 ************************/

#normalizations_list {
    margin-top: 20px;
    width: 100%;    
}

#normalizations_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#normalizations_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 10px;
    width: 100%;
}

#normalizations_list_container:hover {
    background-color: #EBEBEB;
}

#normalizations_list_container_padding {
    padding-left: 0px;
    padding-right: 10px;
}

#normalizations_list_content_left {
    float: left;   
    width: 70%;  
}

#normalizations_list_content_right {
    float: right;
    width: 28%; 
}

#normalizations_list_title { 
    color: #040707;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    width: 100%;
}

#normalizations_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#normalizations_list_info {
    color: #040707;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 11px;
    line-height: 17px;
    padding-left: 35px;
    text-decoration: none;
    width: 100%;    
}

#normalizations_list_image_container {
    height: 50px;
    overflow: hidden;    
}

#normalizations_list_image {
    width: 90px;
}

#normalizations_list_date {
    background: url("../images/public/iconCalendar.png") no-repeat scroll 32px center transparent; 
    background-position: 135px; 
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: right;    
}

#normalizations_content_last_issue {
    padding: 20px 0px 15px;
}

#normalizations_content_last_issue_date {
    font-family: Georgia;
    font-size: 12px;
}

#normalizations_content_last_issue_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

#normalizations_content_content{
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px !important;
}

/************************
 **     MAGAZINES      **
 ************************/

#magazines_list {
    margin-top: 20px;
    width: 100%;    
}

#magazines_details_container {
    
}

#magazines_details_right {
    float: left;
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    padding-left: 20px;
    width: 250px;    
    color: #040707;
    font-family: 'LucidaGrandeRegular';  
}

#magazines_details_left {
    float: left;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    width: 100px; 
}

#magazines_details_left_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    padding-left: 7px;   
}

#magazines_details {
    float: left; 
}

#magazines_details_separator {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #FFFFFF;   
    width: 440px;
}

#magazines_title {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 33px;
    margin-bottom: 30px;   
}

#magazines_text {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
}

#magazines_image {
    float: left;
    margin-right: 20px;
    width: 200px;    
}

#magazines_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#magazines_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 10px;
    width: 100%;
}

#magazines_list_container:hover {
    background-color: #EBEBEB;
}

#magazines_list_container_padding {
    padding-left: 0px;
    padding-right: 10px;
}

#magazines_list_content_left {
    float: left;   
    width: 70%;  
}

#magazines_list_content_right {
    float: right;
    width: 28%; 
}

#magazines_list_title {    
    background: url("../images/public/bullet2.png") no-repeat scroll 32px center transparent; 
    background-position: 10px; 
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: left;
    padding-left: 25px;
}

#magazines_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#magazines_list_info {
    color: #040707;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 11px;
    line-height: 17px;
    padding-left: 35px;
    text-decoration: none;
    width: 100%;    
}

#magazines_list_image_container {
    height: 50px;
    overflow: hidden;    
}

#magazines_list_image {
    width: 90px;
}

#magazines_list_date {
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: right;    
}

#magazines_content_categories_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

#magazines_content_content{
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px !important;
}

#main_title_magazines {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 33px;
    margin-bottom: 10px;
}


/************************
 **       LINKS        **
 ************************/

#links_list {
    margin-top: 20px;
    width: 100%;    
}

#links_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#links_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 10px;
    width: 100%;
}

#links_list_container_padding {
    padding-left: 10px;
    padding-right: 10px;
}

#links_list_container:hover {
    background-color: #EBEBEB;
}

#links_list_title { 
    background-image: url("../images/public/iconLink.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    color: #0397D5;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 13px;
    line-height: 17px;
    padding-left: 25px;
    text-decoration: none;
    width: 100%;
}

#links_list_link {
    padding-left: 25px;
    color: #0397D5;
}

#links_list_link:hover {
    text-decoration: underline;
    cursor: pointer;
} 

/************************
 **     SOFTWARES      **
 ************************/

#softwares_list {
    margin-top: 20px;
    width: 100%;    
}

#softwares_list_link {
    color: #040707;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 11px;
    line-height: 17px;
    padding-left: 25px;
    text-decoration: none;
    width: 100%;    
}

#softwares_details_container {
    
}

#softwares_details_right {
    float: left;
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    padding-left: 20px;
    width: 250px;    
    color: #040707;
    font-family: 'LucidaGrandeRegular';  
}

#softwares_details_left {
    float: left;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    width: 100px; 
}

#softwares_details_rating {
    padding-top: 8px; 
}

#softwares_details_left_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    padding-left: 7px;   
}

#softwares_details {
    float: left; 
}

#softwares_details_separator {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #FFFFFF;   
    width: 440px;
}

#softwares_title {
    color: #040707;
    font-family: Georgia;
    font-size: 28px;
    font-style: italic; 
    padding-bottom: 20px;
}

#softwares_description {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 33px;
    margin-bottom: 30px;   
}

#softwares_text {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
}

#softwares_image {
    float: left;
    margin-right: 20px;
    width: 200px;    
}

#softwares_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#softwares_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 10px;
    width: 100%;
}

#softwares_list_container:hover {
    background-color: #EBEBEB;
}

#softwares_list_container_padding {
    padding-left: 0px;
    padding-right: 10px;
}

#softwares_list_content_left {
    float: left;   
    width: 70%;  
}

#softwares_list_content_right {
    float: right;
    width: 28%; 
}

#softwares_list_title {    
    background: url("../images/public/bullet2.png") no-repeat scroll 32px center transparent; 
    background-position: 10px; 
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: left;
    padding-left: 25px;
}

#softwares_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#softwares_list_info {
    color: #040707;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 11px;
    line-height: 17px;
    padding-left: 35px;
    text-decoration: none;
    width: 100%;    
}

#softwares_list_image_container {
    height: 50px;
    overflow: hidden;    
}

#softwares_list_image {
    width: 90px;
}

#softwares_list_date {
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: right;    
}

#softwares_content_categories_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

#softwares_content_content{
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px !important;
}

#softwares_title_magazines {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 33px;
    margin-bottom: 10px;
}

#softwares_list_content {    
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    text-align: left;
    padding-left: 25px;
}

#softwares_list_content_right_content {    
    background-position: 135px; 
    text-align: right; 
}

#softwares_list_content_left_content {
    float: left;   
    width: 70%;  
}

#softwares_list_content_right_content {
    float: left;
    width: 30%; 
}

/************************
 **   RESEARCHINSTS    **
 ************************/

#researchinsts_title {
    color: #040707;
    font-family: Georgia;
    font-size: 28px;
    font-style: italic;
    line-height: 33px;
    margin-bottom: 32px;  
}

#researchinsts_list {
    margin-top: 20px;
    width: 100%;    
}

#researchinsts_details_container {
    
}

#researchinsts_details_right {
    float: left;
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    padding-left: 20px;
    width: 250px;    
    color: #040707;
    font-family: 'LucidaGrandeRegular';  
}

#researchinsts_details_left {
    float: left;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    width: 100px; 
}

#researchinsts_details_left_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    padding-left: 7px;   
}

#researchinsts_details {
    float: left; 
}

#researchinsts_details_separator {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #FFFFFF;   
    width: 440px;
}

#researchinsts_text {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
}

#researchinsts_image {
    float: left;
    margin-right: 20px;
    width: 200px;    
}

#researchinsts_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#researchinsts_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 10px;
    width: 100%;
}

#researchinsts_list_container:hover {
    background-color: #EBEBEB;
}

#researchinsts_list_container_padding {
    padding-left: 0px;
    padding-right: 10px;
}

#researchinsts_list_content_left {
    float: left;   
    width: 70%;  
}

#researchinsts_list_content_right {
    float: right;
    width: 28%; 
}

#researchinsts_list_title {    
    background: url("../images/public/bullet2.png") no-repeat scroll 32px center transparent; 
    background-position: 10px; 
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: left;
    padding-left: 25px;
}

#researchinsts_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#researchinsts_list_info {
    color: #040707;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 11px;
    line-height: 17px;
    padding-left: 35px;
    text-decoration: none;
    width: 100%;    
}

#researchinsts_list_image_container {
    height: 50px;
    overflow: hidden;    
}

#researchinsts_list_image {
    width: 90px;
}

#researchinsts_list_date {
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: right;    
}

#researchinsts_content_categories_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

#researchinsts_content_content{
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px !important;
}

#researchinsts_title_magazines {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 33px;
    margin-bottom: 10px;
}

#researchinsts_list_content {    
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    text-align: left;
    padding-left: 25px;
}

#researchinsts_list_content_right_content {    
    background-position: 135px; 
    text-align: right; 
}

#researchinsts_list_content_left_content {
    float: left;   
    width: 70%;  
}

#researchinsts_list_content_right_content {
    float: left;
    width: 30%; 
}

/************************
 **   BIBLIOGRAPHYS    **
 ************************/

#bibliographys_list {
    margin-top: 20px;
    width: 100%;    
}

#bibliographys_details_container {
    
}

#bibliographys_details_right {
    float: left;
    font-size: 11px;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    padding-left: 20px;
    width: 250px;    
    color: #040707;
    font-family: 'LucidaGrandeRegular';  
}

#bibliographys_details_left {
    float: left;
    line-height: 12px;
    padding-bottom: 9px;
    padding-top: 10px;
    width: 100px; 
}

#bibliographys_details_left_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    padding-left: 7px;   
}

#bibliographys_details {
    float: left; 
}

#bibliographys_details_separator {
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #FFFFFF;   
    width: 440px;
}

#bibliographys_title {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 33px;
    margin-bottom: 30px;   
}

#bibliographys_text {
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
}

#bibliographys_image {
    float: left;
    margin-right: 20px;
    width: 200px;    
}

#bibliographys_list_container_separator {
    border-top: 1px solid #D4D4D4;    
}

#bibliographys_list_container {
    background-color: #F5F5F5;
    background-image: none;
    border-top: 1px solid #FFFFFF;  
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 0px 10px;
    width: 100%;
}

#bibliographys_list_container:hover {
    background-color: #EBEBEB;
}

#bibliographys_list_container_padding {
    padding-left: 0px;
    padding-right: 10px;
}

#bibliographys_list_content_left {
    float: left;   
    width: 70%;  
}

#bibliographys_list_content_right {
    float: right;
    width: 28%; 
}

#bibliographys_list_title {    
    background: url("../images/public/bullet2.png") no-repeat scroll 32px center transparent; 
    background-position: 10px; 
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: left;
    padding-left: 25px;
}

#bibliographys_list_title:hover {
    text-decoration: underline;
    cursor: pointer;
}

#bibliographys_list_info {
    color: #040707;
    display: block;
    float: left;
    font-family: Georgia;
    font-size: 11px;
    line-height: 17px;
    padding-left: 35px;
    text-decoration: none;
    width: 100%;    
}

#bibliographys_list_image_container {
    height: 50px;
    overflow: hidden;    
}

#bibliographys_list_image {
    width: 90px;
}

#bibliographys_list_date {
    background: url("../images/public/iconCalendar.png") no-repeat scroll 32px center transparent; 
    background-position: 135px; 
    color: #040707;
    font-family: Georgia;
    font-size: 13px;
    text-align: right;    
}  

#bibliographys_content_categories_text {
    color: #0397D5;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

#bibliographys_content_content{
    font-family: 'LucidaGrandeRegular';
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px !important;
}

#bibliographys_title_magazines {
    color: #0397D5;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    line-height: 33px;
    margin-bottom: 10px;
}

#bibliographys_list_content {    
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    text-align: left;
    padding-left: 25px;
}

#bibliographys_list_content_right_content {    
    background-position: 135px; 
    text-align: right; 
}

#bibliographys_list_content_left_content {
    float: left;   
    width: 70%;  
}

#bibliographys_list_content_right_content {
    float: left;
    width: 30%; 
}

/************************
 **      BUY        **
 ************************/
.buy_user_details_container {
    background-color: #F4F4F4;
    border: 1px solid #000000;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 1px 1px 1px #666666;
    padding: 4px;
}

#buy_details_title {
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid gray;
}

#buy_details_container {
    margin-bottom: 20px;
}

.buy_details_user_container {
    float:left;
    width: 293px;
}

.buy_details_user_container_margin {
    margin-right: 30px;    
}

#buy_details_container_title {
    padding: 5px;
    background-color: #CECFCE;
    font-size: 12px;
    font-weight: bold;
    color: grey;
}

#buy_details_container_content {
    padding: 10px;
    border-left: 1px solid #CECFCE;
    border-right: 1px solid #CECFCE;
    border-bottom: 1px solid #CECFCE;    
}

#buy_details_container_content_left {
    float: left;
    width: 69%;
    text-align: left;
}

#buy_details_container_content_right {
    float: left;
    width: 30%;
    text-align: right;
}

#buy_details_item_info {
    margin-bottom:5px;
}

#buy_details_container_separator {
    border-top: 2px solid #CECFCE;
    margin-top: 10px;
    margin-bottom: 10px;
}

#buy_details_container_total {
    float: right;
    width: 300px;
    padding: 5px;
    border: 1px solid #CECFCE;
}

#buy_details_container_total_separator {
    border-top: 1px solid #E8E8E8;
    margin-top: 5px;
    margin-bottom: 5px;
}

#buy_details_container_total_left {
    float: left;
    padding: 5px;
    width: 63%;
    text-align: right;
}

#buy_details_container_total_right {
    float: left;
    padding: 5px;    
    width: 30%;    
    text-align: right;
}

#buy_details_container_highlight {
    background-color: #E8E8E8;
}
   
/************************
 **      FORM        **
 ************************/

#search_container {
    margin-top: 20px;    
}

.toogle_advanced_search {
    float: right;
    margin-bottom: 5px;
}
 
.wrapper {
    display: block;
    float: left;
    height: 20px;
    margin: 0 0 20px 10px;
    width: auto;    
    border-left: 1px solid #BABABA;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #BABABA;    
}

.input_box_search {    
    line-height: 12px;   
    background-color: #EBEBEB;
    border-color: #DBDBDB #FFFFFF #FFFFFF #DBDBDB;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 10px;
    height: 13px;
    padding: 3px;
    width: 140px;    
}

.select_box_search {
    background-color: #EBEBEB;
    border-color: #DBDBDB #FFFFFF #FFFFFF #DBDBDB;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    color: #040707;
    font-family: 'LucidaGrandeRegular';
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    padding: 3px;    
}

#search_image {
    background-image: url("../images/public/iconSearch.png");
    float: left;
    margin: 0 0 20px 10px;    
    width: 16px;
    height: 16px;
    border: none;
}

#search_image:hover {
    background-image: url("../images/public/iconSearch_hover.png");
    cursor: pointer;
}

#public_form_container {
    margin-top: 20px;
}

#public_form_content {
    float: left;
    margin-right: 15px;
}

#public_form_label {
    margin-bottom: 5px;
    color: #636668;
    font-family: 'LucidaGrandeRegular';
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;    
}

.input_box_form {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EBEBEB;
    background-image: url("../images/public/separator.png");
    background-position: center top;
    background-repeat: repeat-x;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #D9D9D9;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    color: #636668;
    font-family: 'LucidaGrandeRegular';
    font-size: 11px;
    height: 20px;
    padding-left: 5px;
    width: 290px;    
}

#public_form_field_required {
    margin-left: 10px;
    width: 14px;
    height: 14px;
    border: none;    
}

#public_form_buttons {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #C7C7C7;
    width: 100%;    
}

/************************
 **      FOOTER        **
 ************************/
#layout_footer {
    background-color: #040707;
    color: #999999;
    clear: both;
    height: 53px;
    width: 960px;
    margin: auto;
    position: relative;
}

#footer_menu {
    padding-top: 7px;
}

#footer_menu_container {
    color: #636668;
    float: left;
    position: relative;
}

#footer_menu_container:hover {
    color: #FF0000;
}

#footer_menu_title {
    font-family: Georgia;
    font-size: 13px;
    font-style: italic;
    line-height: 17px;
    padding-left: 12px;
    text-decoration: none;
}

#footer_info {
    padding-top: 7px;
    padding-left: 11px;   
    padding-right: 11px;      
    font-family: 'LucidaGrandeRegular';
    color: #FFFFFF;
    font-size: 9px;    
    text-align: left;
}

#footer_optimized {
    float:left;
    width: 75%;    
}

#footer_copyright {
    float:left;
    width: 25%;    
    text-align: right;	
}

#footer_smct_uc_logo {
    background-image: url('../images/public/logo_uc_footer.png');
    background-position: center center;
    background-repeat: no-repeat;    
    position: absolute;
    width: 129px;
    height: 40px;
    top: 5px;
    left: 60px;
    cursor: pointer;
}

#footer_smct_isise_logo {
    background-image: url("../images/public/logo_isise_footer.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 10px;
    height: 40px;
    width: 34px;
    cursor: pointer;
}

#footer_uc_uc_logo {
    background-image: url('../images/public/logo_uc_footer.png');
    background-position: center center;
    background-repeat: no-repeat;    
    position: absolute;
    width: 129px;
    height: 40px;
    top: 5px;
    left: 10px;
    cursor: pointer;
}

#footer_suscos_suscos_logo {
    background-image: url('../images/public/logo_suscos_footer.png');
    background-position: center center;
    background-repeat: no-repeat;    
    position: absolute;
    width: 228px;
    height: 22px;
    top: 16px;
    left: 10px;
    cursor: pointer;
}

.help_link {
    float: right;
    background-image: url('../images/private/iconset_help_16.png');    
    background-repeat: no-repeat;   
    color: #FFFFFF;  
    padding-left: 20px;
    padding-right: 11px;
    font-weight: bold;    
    font-size: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.rss_feed {
    float: right;
    background-image: url('../images/public/rss_icon.png');    
    background-repeat: no-repeat;   
    color: #FFFFFF;  
    padding-left: 20px;
    padding-right: 11px;
    font-weight: bold;    
    font-size: 10px;
    margin-bottom: 5px;
}

.rss_feed:hover {
    background-image: url('../images/public/rss_icon_hover.png');       
    cursor: pointer;
}

/********************
 **      HOME      **
 ********************/

#home_title {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0px 5px 0px;
}

#home_link {
    margin-bottom: 5px;
    cursor: pointer;
}

#home_link:hover {
    color: #E42219;
}

#main_slideshow_container {
    height: 280px;
    margin-bottom: 25px;
    position: relative;
}

#main_slideshow_image_content {
    position: absolute;
    top: -10px;
    left: -10px; 
    width: 960px;
}

#main_slideshow_image_shadow {
    background-image: url("../images/public/flashnewsbg.png");
    background-position: center center;
    background-repeat: repeat;
    height: 267px;
    margin-left: 712px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 14px;
    position: absolute;
    top: 0px;
    width: 220px;    
}

#main_slideshow_image_title {
    clear: both;
    color: #0397D5;
    font-family: Georgia;
    font-size: 28px;
    line-height: 33px;
    text-decoration: none;    
    max-height: 100px;
    overflow: hidden;
    width: 100%;
}

#main_slideshow_image_text {
    color: #040707;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    line-height: 17px;
    margin-top: 12px;   
    max-height: 100px;
    overflow: hidden;    
    width: 100%;
}

#main_slideshow_image_readmore {
    color: #040707 !important;
    font-family: Georgia !important;
    font-size: 18px !important;
    line-height: 40px !important;
    margin-top: 10px;    
}

#main_slideshow_image_readmore:hover {
    cursor:pointer;
    text-decoration: underline;
}

#main_info_container {
    
}

#main_info_pub {
    float: left;
    height: 286px;
    overflow: hidden;
    padding: 23px 20px 0 0;
    width: 215px;    
}

#main_info_content {
    font-family: Georgia;
    font-size: 11px;
    line-height: 16px;    
    border-left: 1px solid #D2D2D2;
    float: left;
    height: 285px;
    padding-left: 17px;
    padding-right: 17px;    
    width: 200px;    
}

#main_info_content_title {
    color: #040707;
    font-family: Georgia;
    font-size: 18px;
    font-style: italic;
    padding-bottom: 18px;
    padding-top: 18px;
}

#main_info_content_box {
    height: 189px;
    overflow: hidden;
}

#main_info_content_news {
    background-image: url("../images/public/bullet2.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
    top: 0;       
}

#main_info_content_events {
    margin-bottom: 8px;
}

#main_info_content_s_date {
    color: #636668;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;    
}

#main_info_content_information_title {
    
}

#main_info_content_information_title:hover {
    cursor: pointer;
    text-decoration: underline;
}

#main_info_content_readmore {
    color: #0397D5;
    float: left;
    font-family: Georgia;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;  
    padding: 10px 0;
}

#main_info_content_readmore:hover {
    cursor: pointer;
    text-decoration: underline;
}

#main_pub_container {
    
}

#main_pub_text {
    color: #787878;
    font-family: 'LucidaGrandeRegular';
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
/***********************
 **      BUTTONS      **
 ***********************/

.simpleButton {
    margin: 2px 5px 2px 5px;
    padding: 2px 10px 2px 10px;
    background-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
    color: #666666;
    cursor: pointer;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.simpleButton:hover {
    background-color: #cccccc;
    color: #0397D5;
}

.titleSimpleButton {
    padding: 2px 5px 0px 5px;
    margin: 0px 5px 0px 5px;    
    background-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
    color: #666666;
    cursor: pointer;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.titleButton:hover {
    background-color: #cccccc;
    color: #0397D5;
}

#title_simple_button {
    float:right;
}

/************************
 **      ONE FORM      **
 ************************/
#form_container {
}

#form_container_title {
    border-bottom: 1px solid #000000;
    padding: 4px;
    
    background-color: #F4F4F4;
/*    background: -moz-linear-gradient(top, #FFFFFF, #FDEAFF);*/
/*    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#718BA6));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e9e9e9', EndColorStr='#718BA6', GradientType=0);*/
    
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    
    box-shadow: 1px 1px 1px #666666;
    -moz-box-shadow: 1px 1px 1px #666666;
    -webkit-box-shadow: 1px 1px 1px #666666;
}

#form_container_title_text {
    float:left;
    font-weight: bold;
    color: #000000;
    margin-top: 2px;
    margin-bottom: 2px;
}

#form_button_edit {
    float:right;
}

#form_button_submit {
    float:left;
}

#form_button_back {
    float:left;
}

#form_button_delete {
    float:right;
}

.form_button {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    padding: 2px 10px 0px 10px;
    margin-right: 10px;
    cursor: pointer;

    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;

    box-shadow: 1px 1px 1px #666666;
    -moz-box-shadow: 1px 1px 1px #666666;
    -webkit-box-shadow: 1px 1px 1px #666666;
}


.form_button_selected {
    background-color: #0397D5;
    border: 1px solid #555555;
    color: #FFFFFF;
}

.form_button:hover {
    background-color: #0397D5;
    border: 1px solid #555555;
    color: #FFFFFF;
}

.form_button_img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: top;
}

#form_delete_dialog {
}

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

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

#form_row {
    margin: 5px 0px 5px 0px; 
}

#form_label {
	float: left;
	width:25%;
}

#form_label_title {
    font-weight: bold;
    padding: 2px 2px 0px 2px;
}

#form_label_details {
    font-size: 80%;
    padding: 0px 2px 0px 2px;
}

#form_left {
	float: left;
	width: 25%;
}

#form_right {
    float: left;
}

#form_field {
    position: relative;
    float: left;
    width: 75%;
    background-color:#DCDCDC;
    overflow: hidden;
}

#form_error {
    position: absolute;
    right: 3px;
    top: 5px;
    width: 13px;
    height: 12px;
    background-image: url("../images/private/warning.png");
}


#form_group_title {
	margin: 10px 0px 0px 0px;
	font-style: italic;
}

#form_group {
	width: 99%;
	margin: 2px 0px 5px 0px;
	border-width: 1px;
	border-style: dashed;
        padding: 5px;
}

.form_group {
	width: 99%;
	margin: 2px 0px 5px 0px;
	border-width: 1px;
	border-style: dashed;
        padding: 5px;
}

#form_checkbox {
	float:left;
	width:100%;
}

/****************
 **   FILTERS  **
 ****************/
#filter_left{
    width: 100px;
    float: left;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
}

#filter_middle{
    width: 500px;
    float: left;
    margin: 5px 0px 5px 0px;    
}

#filter_right{
    width: 200px;
    float: left;
    text-align: right;
    margin: 5px 0px 5px 0px;    
}

.filter_select{
    width: 400px;   
}

#form_row_filter {
    margin: 5px 0px 5px 0px; 
}

#form_label_filter {
	float: left;
	width:25%;
	font-weight: bold;
        text-align: left;
}

#form_left_filter {
	float: left;
	width: 25%;
}

#form_right_filter {
    float: left;
}

#form_field_filter {
    position: relative;
    float: left;
    width: 75%;
    background-color: #EBEBEB;
    overflow: hidden;
}

/************************
 **   DEFAULT CONFIGS  **
 ************************/
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	color: #222222;	
	background-color: #C8C8C8;
        font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
        /*font-size: 75%;*/
        line-height: 1.5;
        height: 100%;
        overflow: auto;
        background-attachment: fixed;
        background-position: center bottom;
        background-repeat: no-repeat;
        height: 100%;               
}

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

img {
	border-style:none;
}

.link {
    cursor: pointer;
}

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

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


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

a:hover {
/*	background: inherit;*/
	color: #0397D5;
}

ol {
    padding-left: 30px;
}

/***************************
 **       OVERRIDES       **
 ***************************/
.container {
    max-width: 100%;
    width: 100%;
}

#layout_messages_container {
    top: 125px !important;
}

/************************
 **     OVERRIDES      **
 ************************/
.ui-dialog {
    line-height: 12px !important;
}

.ui-button {
    line-height: 12px !important;
/*    padding: 7px !important;*/
}

.ui-button-text {
    line-height: 8px !important;
    padding: 8px !important;
}

.ui-dialog-buttonpane {
    padding: 1px 10px 0px 0px !important;
}

/************************
 **    OneFieldFile   **
 ************************/

.oneFieldFileContainer {
    position: relative;
}

.oneFieldFilePhotoChange {
    position: absolute;
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 0.5;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.oneFieldFilePhotoChange:hover {
    color: #d91913;
}

.oneFieldFilePhotoUnset {
    background-image: url('../images/private/iconset_delete_bw.png');
    position: absolute;
    width: 16px;
    height: 16px;
    top:0px;
    right: 0px;
    cursor: pointer;
}

.oneFieldFilePhotoUnset:hover {
    background-image: url('../images/private/iconset_delete.png');
}

.oneFieldFileDetails {
}

.oneFieldFileName {
    float: left;
}

.oneFieldFileUnset {
    float: left;
    background-image: url('../images/private/iconset_delete_bw.png');
    width: 16px;
    height: 16px;
    margin-left:10px;
    margin-top:2px;
    cursor: pointer;
}

.oneFieldFileUnset:hover {
    background-image: url('../images/private/iconset_delete.png');
}

.oneFieldFileAdd {
    cursor: pointer;
}

/************************
 **    Member Info     **
 ************************/

#member_info {
    background-color: #ffff00;
    color: #000000;
    font-weight: bold;
    text-align: center;
    /* margin: 10px 40px 20px 40px; */
    padding: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    
    box-shadow: 4px 4px 4px 0px #000000;
    -moz-box-shadow: 4px 4px 4px 0px #000000;
    -webkit-box-shadow: 4px 4px 4px 0px #000000;
    
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

#member_info:hover {
    color: #0397D5;
}