/* Start of CMSMS style sheet 'Cefic Lri CSS' */
/*
    CMS Made Simple  : Main CSS
    Created by : Benjamin Magits
    Upgrade by : Jeremy Michel 
    Morris & Chapman Belgium
    
    Browser proof list : 
    --------------------
    Windows : IE 7.0+, Firefox 2.0+
    MacOSx :  Safari 1.3.2+, Firefox 2.0+, IE not supported anymore
    Linux : not tested
*/


body {
    margin: 0em 0em 0em 0em; /* Top Right Bottom Left */
    padding: 0em 0em 0em 0em; /* Top Right Bottom Left */
    font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
    font-size: 76%; /* font sizing in ems. if you want to change anything, just change this.*/
    background-color: #0073bd;
    color:#292929;
    background-image:url(/uploads/cefic-lri/background_page.jpg);
    background-repeat:repeat-x;
}


/* Default links apparence*/

a {text-decoration: none; color:#8baa20;}
a:hover { text-decoration: underline;}
form { margin: 0em 0em 0em 0em; /* Top Right Bottom Left */}

h1 {font-size:14px; padding:0 0 15px 0; margin:0; color:#98b924;}
h2 {font-size: 16px; margin: 1em 0em .5em 0em; }
h3 {font-size: 16px; margin: 0em 0em 1em 0em; color:#0172be;}  
h4 {font-size: 13px; font-weight: bold;color:#8baa20;}
h5 {font-size: 1.0em;margin: 1.2em 0em 1.2em 0em; font-weight: bold;}
h6 {font-size: 0.8em; margin: 1.2em 0em 1.2em 0em; font-weight: bold;}

img {border: 0;}

p {font-size: 1em; line-height: 1.5em; margin: 1.2em 0em 1.2em 0em;}
pre {font-family: monospace; font-size: 1.0em;}
dfn{display:none;}

.left{float:left; margin-right:5px;}

.clear{clear:both; height:20px;}
/*______________________________*/
/*LAYOUT - ID SELECTORS         */

/* PageWrapper is the main container. It defines the main width/height of the site. Only width/height should be changed in this ID Selector */
div#PageWrapper{
    width:1000px; /*Change this value to modify global site width*/
    padding: 40px 0em 0em 0em; /* Top Right Bottom Left */
    margin: 0em auto 0em auto; /* Top Right Bottom Left : Change left & right margin to align layout left/right (default:auto->centered layout) */ 
    background-image:url(http://www.cefic-lri.org/uploads/cefic-lri/background_pagewrapper.jpg);
    background-repeat:no-repeat;
    
}

div#MainContainer{
    background-color:#fff;
    margin:0 30px;
}

div#SideBarLeft {
    float: left;
    width: 200px;
    padding:15px 0 0 20px;
}

div.date , div#Breadcrumbs{
    font-size:11px;
    color:#8e8e8e;
    line-height:30px;
     margin:5px 0;
}

div#Breadcrumbs {
    text-align:right;
    padding:13px 22px 0 0;
}

div#Breadcrumbs a{
     color:#8e8e8e;
     text-decoration:underline;
}

div#SideBarRight {
    float: right;
    width: 246px;
}

    .SideBarRelatedRfp{
        background-image:url(http://www.cefic-lri.org/uploads/images/home/latest_rfp.gif);
        background-repeat:no-repeat;
        background-color:#91bd38;
        width:226px;
        border-bottom:1px solid #fff;
    }

    .SideBarRelatedProjects{
        border-bottom:1px solid #fff;
        background-image:url(http://www.cefic-lri.org/uploads/cefic-lri/related_projects.gif);
        background-repeat:no-repeat;
        background-color:#8baa20;
        width:226px;
    }

    .SideBarBottom{
       background-color:#91bd38;
       width:226px;
       height:20px;
      }

.formbuilderform input{
    /*width:250px;*/
}

.formbuilderform select{
    width:250px;
}

.Fname input, .Lname input, .OInput input, .Finput input, .Fmail input{
    width:250px;
}

div#Main{
    margin:0 277px 0 246px;  
}

div#MainRight{
     margin:0 45px 0 246px;  
}


div#MainHome {
    margin-left:248px;

}

#Header{
    width:899px;
    height:196px;
   /* background-image:url(http://www.cefic-lri.org/uploads/cefic-lri/header_background.jpg);*/
    background-repeat:no-repeat;
    margin:0 50px ;
}
    #Header ul  {
        list-style-image:url(http://www.cefic-lri.org/uploads/cefic-lri/subnav-list.gif);
        margin:0;
        padding:12px 0 0 25px;
    }

    #Header li  {
       margin:0 10px 0 10px; 
       list-style-image:url(http://www.cefic-lri.org/uploads/cefic-lri/subnav-list.gif);
       float:left;
       color:#a7c0e4;
    }
    
    #Header li:first-child{
         list-style-image:none;
         list-style-type:none;
    }

    #Header li a {
        color:#a7c0e4;
    }
    
    a.activeparent{
        font-weight:bold;
    }
    
    .back-home{width:650px;padding-top:25px;}
#Search{
    padding:140px 25px 0 0;
    float:right;
}
    #Search label{
        font-weight:bold;
        text-decoration:underline;
        color:#fff;
        
    }
    
    #Search input{
        width:117px;
        font-size:10px;
        border:1px solid #0391ec;
    }

#Menu {
    width:195px;
}
    
#Menu a{
    color:#292929;
}

#Menu ul {
    padding:0;
    margin:0 0 15px 0;
    list-style-type:none;
    border-top:1px dashed #bbb;
}

   #Menu ul ul {
       padding:0 0 0 10px;
       margin:0 0 10px 0 ;
       border-top:0px;
   } 

#Menu li{
    line-height:40px;
    border-bottom:1px dashed #bbb;
}

    #Menu ul ul li{
        line-height:20px;
        border:0px;
    }
    
#Menu.activeparent{
    font-weight:bold;
}

#Menu h3{
    font-weight:normal;
    font-size:12px;
    color:#8baa20;
    margin:0;
    padding:0;
}

#Footer{
    text-align:center;
    color:#fff;
    padding:0 0 15px 0;
}

#Footer a{
    color:#a7c0e4;
}

#Footer .separator{
    color:#a7c0e4;
}
.rss-feed{
    width:180px;
    border-left:1px solid #98b924;
    border-right:1px solid #98b924;
    border-bottom:1px solid #98b924;
    padding:8px 5px 8px 8px;
}

.BoxHome{
    background-color:#92bd39;
    margin:0 20px 0px 0;    
    display:block;
    min-height:600px;
}   
.BoxHome table{
    padding:0;
    margin:0;
}
.homeLeft{
    float:left;
    width:336px;
    border-top:1px solid #fff;
    padding:0;
    color:#fff;
    background-color:#92bd39;
}

.homeLeft p, h2{
    padding:0;
    margin:0;
}

.homeLeft h2{
    font-size:14px;
}
    .homeLeftBox1, .homeLeftBox2,.homeLeftBox3, .homeLeftBox4,.homeLeftBox5 ,.homeLeftBox6  { 
          border-bottom:1px solid #fff;
          background-repeat:no-repeat;
    }
    
    .homeLeftBox2,.homeLeftBox3,.homeLeftBox5,.homeLeftBox6{
           padding:40px 30px 20px 29px; 
    }
       .homeLeftBox1{
               background-color:#0394f2;
               padding:20px 30px 20px 20px;
               border-right:1px solid #fff;
             }   
       .homeLeftBox2{
               background-color:#0083d8;
               background-image:url(http://www.cefic-lri.org/uploads/images/home/featured_projects.gif);
                border-right:1px solid #fff;
       }
       .homeLeftBox3{
               background-color:#0394f2;
               background-image:url(http://www.cefic-lri.org/uploads/images/home/upcoming_events.gif);
               border-right:1px solid #fff;
       }
       .homeLeftBox5{
               background-color:#92bd39;
               background-image:url(http://www.cefic-lri.org/uploads/images/home/latest_rfp.gif);
       }
       .homeLeftBox6{
               background-color:#8baa20;
               background-image:url(http://www.cefic-lri.org/uploads/images/home/latest_news.gif);
       }
       .homeLeftBox7{
           background-color:#92bd39;
           height:5px;
       }
.plan{
    float:left;
    padding-right:55px;
}     
     
                     
#Content {
    margin:15px;
}


/*CALENDAR */

.calendar-date-from{
    color:#004d7f;
}

.calendar-event{
    margin-top:10px;
}

.calendar-upcominglist a {
    color:#fff;
}

/* RSS FEED LINK */

.rssFeedLink a{
    color:#e74304;
    font-weight:bold;
}

/* AJAX TAB */

/*.tabcontentstyle{
    width:400px;
}*/

.MainTabContent{
    margin:19px 0 0 0;
    width:400px;
    border:1px solid #0073bd;
    font-size:10px;
}

.MainTabContent .date{
    color:#8baa20;
}

.MainTabContent .title{
    color:#292929;
    font-weight:bold;
}

.MainTabContent .title a{
    color:#292929;
}

.MainTabContent .desc{
    color:#5d5d5d;
}

.MainTabContent .viewall{
    padding:5px 10px 0 0;
    font-weight:bold;
}
.MainTabContent .viewall a{
    color:#8baa20;
    font-size:11px;
}

#maintab {
    text-transform:uppercase;
}

 li.shadetabs{
    background-image:url(http://www.cefic-lri.org/uploads/cefic-lri/tab_back.gif);
    background-repeat:repeat-x;
}

#MainTab{
padding-top:25px;
width:400px;
}


#MainTab a{
    color:#fff;
    text-decoration:none;
}

#MainTab ul{
    list-style-type:none;
    padding:0;
    margin:0;
}

#MainTab li{
    float:left;
    height:19px;
    line-height:23px;
}
.MainTabHover{
    background-image:url(http://www.cefic-lri.org/uploads/cefic-lri/tab_back.gif);
    background-repeat:repeat-x;
}

.MainTabOn{
    background-image:url(http://www.cefic-lri.org/uploads/cefic-lri/tab_right_link_back.gif);
    background-repeat:repeat-x;
    margin-left:1px;
}

.MainTabTxt{
    float:left;
    padding:0 10px;
    text-transform:uppercase;
    color:#fff;
}



/* DOCUMENTS */

#documents ul{
    list-style-type:none;
    padding:0;
    margin:0;
}

#documents li{
    padding:3px 0 0 0;
    margin:0;  
    border-top:1px solid #ccc;  
    min-height:10px;
}

#PressRelease ul{
    list-style-type:none;
    padding:0;
    margin:0;
}

#PressRelease li{
    padding:5px 0 0 0;
    margin:0;  
    border-top:1px solid #ccc;  
    min-height:40px;
}

.doccover{
    float:left;
    padding:2px 5px 5px 5px;
}

.docdate{
   color:#8baa20;
}

.doctitle{
    display:inline;
    font-weight:bold;
 
}

.doctitleProjects{
 font-weight:bold;
 padding-left:10px;
}

.doctitleProjects a{
     color:#0172be;
}
.doctitle a{
    color:#0172be;
}

.doctitlepress{
  display:inline;
     font-weight:bold;
   
} 

.doctitlepress a{
     color:#0172be
}

.docdesc{
    padding-left:5px;
}

.docdownload{
    font-size:11px;
    color:#757575;
}

.doclink{
    font-weight:bold;
}

.doclink a{
    color:#757575;
}

/* CALENDAR */

#calendar-inside .calendar-event {
       border-top:1px solid #ccc;  
       padding-top:5px;
}

#calendar-inside h2{
    font-size:12px;
}

#calendar-inside a{
    font-size:12px;
      color:#0172be
}

#calendar-inside .calendar-event .calendar-date-from {
       color:#8baa20;
       
       }
       
 /* NEWS */
 
 #documents_home ul{
     list-style-type:none;
     padding:0;
     margin:0;
 }
 #documents_home li{
     padding:0;
     margin:0;
 }
 
 #documents_home .docdate{
     color:#384800;
     margin:5px 0;
 }
 
 #documents_home .doctitlepress a{
     color:#fff;
 }
 
 #documents_home .docdownload{
     color:#fff;
 }
 
  #documents_home .docdownload a{
     color:#fff;
 }
 
 .viewallhome{
     font-weight:bold;
      margin-top:10px;
      font-size:11px;
 
 }
 .viewallhome a{
     color:#fff;
    } 
  #projects{
    padding-top:10px;
 }   
    
 #projects h2{
    font-size:12px;
}

 #projects ul{
     list-style-type:none;
     padding:0;
     margin:0;
 }
 
 #projects li{
     padding:0;
     margin:0 0 10px 0;
 } 

 #projects a{
     color:#bbe4ff;
 }
 
 
 #projects_related ul {
     padding:45px 5px 0 0;
     margin:0;
     list-style-type:none;
 }
 
 
 #projects_related li, #projects_related_tab li{
     padding:10px 0 10px 30px;
     margin:0;
     border-bottom:1px solid #fff;
 }
 
 
 #projects_related h2, #projects_related_tab h2{
     font-size:12px;
 }
 
 #projects_related a{
     color:#fff;
 }
 
 #projects_related_tab ul{
     list-style-type:none;
 }
 
 #projects_related_tab a{
     color:#000;
     padding:0;
     margin:0;
 }
 
 
 #ProjectsDetails h2{ color:#98b924;}
 #ProjectsDetails h3{margin:10px 0; padding-bottom:4px; border-bottom:1px solid #ddd;}
 
 #request{
     color:#fff;
 }
 
 #request a{
         color:#fff;
 }

#rfp_list ul{
    list-style-type:none;
    margin:0;
    padding:10px 0 0 0;
}

#rfp_list h2{
   font-size:12px; 
}

#rfp_list li{
    margin:0:
    padding:0;
}

#rfp_list a{
    color:#fff;
}

/* PressCorner Details */

#PressCornerDetails a{
     color:#0172be;
}

#PressCornerDetails h1{
    color:#434343;
}

#PressCornerDetails .date {
    color:#515151;
    font-size:12px;
}

/* calendar details */


#event_details .calendar-date-from, .calendar-details{
    padding-bottom:10px;
}

#details_documents .date{
font-size:12px;
}

#details_documents a{
   color:#0172be;
}

#details_documents h1{
     color:#434343;
}


/* mise en page contenu */
.tabBack {
    background-color:#e2ebc3;
}

.tabBack2{
   background-color:#f6fee7;
   
}   
 .imgleft{
     float:left;
     padding:0 5px 5px 0;
}

.logo-cefic img{
   border:0px;
}

.logo-cefic{
    padding:2px 0 10px 0;
    margin-right:5px;
   /* border-bottom:1px dashed #bbb;*/
  }
  
.related_links ul{
    list-style-type:none;
    padding:0;
    margin:0;
}

.related_links li{
    padding:2px 0;
}    

.container-content{float:left;}

/* Request for proposals layout */
ul.years{list-style-type:none; padding:0; margin:10px 0 0 0; }
ul.years li{font-size:16px; font-weight:bold; border:1px solid #ddd; float:left; margin:0 3px 0 0; }
ul.years li a{color: #0172be; padding:2px 5px; display:block;}
ul.years li a:hover{background:#eee; text-decoration:none;}

ul#request-archive{clear:both; padding:20px 0 0 0; margin:0;}
ul#request-archive li{list-style-type:none; border-bottom:1px solid #ddd; padding:5px 0; margin:5px 0; height:65px;}
ul#request-archive li .thumb {width:60px; height:60px; overflow:hidden; float:left;}
ul#request-archive li .doctitleProjects{padding:15px 0 0 70px;}

#rfp_homelist ul{margin:10px 0 0 0; padding:0;}
#rfp_homelist ul li {margin:0; padding:0 0 5px 0; list-style-type:none;}
#rfp_homelist ul li a{color:#fff; font-weight:bold;}

#calendar-inside ul{list-style-type:none; padding:0; margin:0;}
#calendar-inside ul li{padding:5px 0; margin:0;}
h2.events{color:#98b924}

ul.events-home{list-style-type:none; padding:0; margin:0;}
ul.events-home li{padding:0; margin:0 0 7px 0;}
ul.events-home li a{color:#fff;}

ul.homeprojects{padding:0; margin:0; list-style-type:none;}
ul.homeprojects li{padding:0 0 10px 0; margin:0 0 10px 0;} 

/* Tabs
----------------------------------*/
#tabs{float:left;}
.ui-tabs { zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative }
.ui-tabs ul{padding:0; margin:0;}
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important;  padding:0px 12px 0 7px;
   background :url(uploads/cefic-lri/tab_right_link.gif) top right no-repeat;
   background-color:#0394f2;
   border-left:1px solid #fff;
   color:#fff;
   text-transform:uppercase;
   }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; color:#fff; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {  background :url(uploads/cefic-lri/tab_right.gif) top right no-repeat;
  background-color:#0073bd;
  padding:0px 12px 0 7px;
  border-left:1px solid #fff;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
.ui-tabs .ui-tabs-panel {clear:both;border:1px solid #0073bd;
    width:390px;
    padding:10px 20px 20px 20px;
    background-image:url(http://www.cefic-lri.org/uploads/cefic-lri/background_tabs.jpg);
    background-repeat:repeat-x; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#accordion h3{background:#eee; display:block; padding:3px;}
#accordion h3 a{color:#0172be;}
#accordion ul{list-style-type:none; padding:0; margin:0;}
#accordion ul li {list-style-type:none; border-bottom:1px solid #ddd; height:62px; padding:10px 0; margin:0;}
#accordion ul li .thumb {width:60px; height:60px; overflow:hidden; float:left;}
#accordion ul li .doctitleProjects{padding:15px 0 0 70px;}
/* End of 'Cefic Lri CSS' */

