/* Start of CMSMS style sheet 'ajaxtabs.css' */
.shadetabs{
    padding: 0px 0;
    font-size: 11px;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs ul{
    padding:0;
    margin:0;
}

.shadetabs li{
   display:inline;
   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;
}

.shadetabs li a{
    text-decoration: none;
    color: #fff;
    margin-left:1px; 
}

.shadetabs li a:visited{
    color: #fff;
}

.shadetabs li a:hover{
    text-decoration: underline;
    color: #fff;
}

.shadetabs li.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;
 
}

.shadetabs li.selected a{ /*selected main tab style */
    border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
    text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
    border:1px solid #0073bd;
    width:390px;
    margin:-12px 0 0 1px;
    padding:10px 20px 20px 20px;
    background-image:url(http://www.cefic-lri.org/uploads/cefic-lri/background_tabs.jpg);
    background-repeat:repeat-x;
  
}

.tabcontentstyle .doctitlepress{
    display:block;
}

.tabcontentstyle .doctitlepress a{
    color:#000;
}

.tabcontentstyle .docdownload{
    display:none;
}

.tabcontentstyle #PressRelease ul li{
    border-top:0px;
    padding-bottom:10px;
    color:#292929;
}

.tabcontentstyle #PressRelease ul li a{
    color:#292929;
}


/*Calendar display date */

.tabcontentstyle .calendar-list .calendar-event h2{
 font-size:12px;
 padding:0 0 10px 0;
}

.tabcontentstyle  .calendar-date-from {
 /*color:#8baa20;*/
}

.tabcontentstyle .calendar-summary{
   font-size:11px;
   color:#292929; 
   padding-bottom:5px;
}

.tabcontentstyle #PressRelease ul li .docdesc{
       color:#292929;       
}


.tabcontent{
    display:none; 
}

.AjaxViewAll{
    text-align:right;
}

.AjaxViewAll a{
    font-weight:bold;
}

@media print {

    .tabcontent {
        display:block!important;
    }
    
}
/* End of 'ajaxtabs.css' */

