/* 
    Document   : tabsSecondary
    Created on : 29/06/2010, 03:05:35 PM
    Author     : Administrador
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

ul.service-guide-tabs a span, ul.service-guide-tabs a em, ul.tabbedList a span  {
    background:url("/imagenes/tabrightB.gif") no-repeat scroll 100% -42px transparent;
    color:#666666;
    display:block;
    float:left;
    padding:5px 15px 4px 6px;
}

ul.service-guide-tabs a, ul.tabbedList a {
    background:url("/imagenes/tableftB.gif") no-repeat scroll 0 -42px transparent;
    float:left;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    border: none !important;
}

ul.service-guide-tabs a.current span, ul.service-guide-tabs a.current em, ul.tabbedList a.current span {
    background:url("/imagenes/tabrightB.gif") no-repeat scroll right top transparent;
    color:#666666;
    display:block;
    float:left;
    height:18px;
    padding:5px 15px 4px 6px;
}

ul.service-guide-tabs a.current, ul.tabbedList a.current {
    background:url("/imagenes/tableftB.gif") no-repeat scroll left top transparent;
    color:#000000;
    font-weight:bold;
    height:27px;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    border: none;
}

ul.service-guide-tabs, ul.tabbedList {
    list-style:none outside none;
    margin:0;
    height:30px;    
}

ul.service-guide-tabs li, ul.tabbedList li {
    float:left;
    height:25px;
    margin:0;
    padding:0;
}

.newTipicaContainer, .screens{
    margin:0 50px;
    width:90% !important;
}

.service-guide-panes, #screen_directivas .borderBacgroundGray, #screen_engagement .borderBacgroundGray, .newsContainer, #screen .borderBacgroundGray, #publicacionesInternas .borderBacgroundGray{

    padding: 20px;
    width: 95%;
    background-color:#F4F4F4;
    border:2px solid #DDDDDD;
    margin-top:-5px;    
}

.image{
    float: right;
    width: 280px;
}

.service-guide-panes hr{
    display: none;
}

.contactInformation, .contactExtra{
    float: left;
    width: 32%;
}

.innerPane{
    text-align: justify;
}

div.service-guide-panes img {
    float:right;
    padding:0 0 10px 10px;
}

#screen .navigations{
    float: none !important;
}
