/* 
    Document   : tabbedbox
    Created on : 30-Mar-2010, 15:54:23
    Author     : Tim Gill
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/*Home page styles*/

#newsTabbedBox {
    width:740px;
    height:215px;
    margin-left: 10px;
}

#newsTabbedBox .tabSet {
    width:100%;
    overflow:hidden;
    background-image:url('../images/tabs/tab_menu_bg.gif');
    background-position:bottom;
    background-repeat:repeat-x;
    list-style-type:none;
    margin-left:0;
    padding-left:0;
}

#newsTabbedBox .tabSet li {
    float: left;
    width:120px;
    height:25px;
    text-align:center;
    margin-right:1px;
    margin-bottom:0px;
    cursor:pointer;
    background-image:url('../images/tabs/tab_off.jpg');
    text-shadow: -1px 1px 0px #ffffff;
    padding-top: 6px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -webkit-user-select:ignore;
}
#newsTabbedBox .tabSet li:hover {
    background-image:url('../images/tabs/tab_hover.jpg');
}

#newsTabbedBox .tabSet .tabActive, #newsTabbedBox .tabSet .tabActive:hover {
    background-image:url('../images/tabs/tab_active.jpg');
}

#newsTabbedBox .tabBox {
    height:100%;
    border-left: 1px solid #D1D1DD;
    border-bottom: 1px solid #D1D1DD;
    border-right: 1px solid #D1D1DD;
    background-color: #E7E7F3;
    overflow:auto;
}
#newsTabbedBox .tabBox .tabBoxInner {
    padding:9px;
}
#newsTabbedBox .tabBox #loading {
    text-align: center;
    margin-top:80px;
}




/*Products page styles*/


#productsTabbedBox {
    width:530px;
    height:500px;
}

#productsTabbedBox .tabSet {
    width:100%;
    overflow:hidden;
    background-image:url('../images/tab_blue_menu_bg.gif');
    background-position:bottom;
    background-repeat:repeat-x;
    list-style-type:none;
    margin-left:0;
    padding-left:0;
}

#productsTabbedBox .tabSet li {
    float: left;
    width:135px;
    height:24px;
    text-align:center;
    margin-right:1px;
    margin-bottom:0px;
    cursor:pointer;
    background-image:url('../images/tabs_blue_sprite.gif');
    background-position:0 0;
    text-shadow: -1px 1px 0px #ffffff;
    padding-top: 6px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -webkit-user-select:ignore;
}
#productsTabbedBox .tabSet li:hover {
    background-position:0 -30px;
}

#productsTabbedBox .tabSet .tabActive, #productsTabbedBox .tabSet .tabActive:hover {
    background-position: 0 -60px;
}

#productsTabbedBox .tabBox {
    height:475px;
    border-left: 1px solid #9FD8F6;
    border-bottom: 1px solid #9FD8F6;
    border-right: 1px solid #9FD8F6;
    background-color: #FFFFFF;
    overflow:auto;
    font-size: 11px;
}
#productsTabbedBox .tabBox .tabBoxInner {
    padding:0px 13px 13px 13px;
    line-height: 18px;
}
#productsTabbedBox .tabBox .tabBoxInner img {
    background-color:#fff;
    padding:5px 3px;
    border:1px solid #D1D1DD;
}
#productsTabbedBox .tabBox .tabBoxInner #loading img {
    padding:0;
    border:none;
}

#productsTabbedBox .tabBox #loading {
    text-align: center;
    margin-top:80px;
}

#productsTabbedBox h2 {
    font-size: 14px;
    font-weight: bold;
    color: #20278B;
    margin: 13px 0 10px 0;
}




/*Products page styles*/

#cmsProductsTabbedBox {
    width:650px;
    height:445px;
}

#cmsProductsTabbedBox .tabSet {
    width:100%;
    overflow:hidden;
    background-image:url('../images/tabs/tab_menu_bg.gif');
    background-position:bottom;
    background-repeat:repeat-x;
    list-style-type:none;
    margin-left:0;
    padding-left:0;
    margin-top: 0;
    margin-bottom: 0;
}

#cmsProductsTabbedBox .tabSet li {
    float: left;
    width:135px;
    height:24px;
    text-align:center;
    margin-right:1px;
    margin-bottom:0px;
    cursor:pointer;
    background-image:url('../images/tabs_wide_sprite.gif');
    background-position:0 0;
    text-shadow: -1px 1px 0px #ffffff;
    padding-top: 6px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -webkit-user-select:ignore;
}
#cmsProductsTabbedBox .tabSet li:hover {
    background-position:0 -30px;
}

#cmsProductsTabbedBox .tabSet .tabActive, #cmsProductsTabbedBox .tabSet .tabActive:hover {
    background-position: 0 -60px;
}

#cmsProductsTabbedBox .tabBox {
    height:415px;
    border-left: 1px solid #D1D1DD;
    border-bottom: 1px solid #D1D1DD;
    border-right: 1px solid #D1D1DD;
    background-color: #E7E7F3;
    overflow:auto;
}
#cmsProductsTabbedBox .tabBox .tabBoxInner {
    padding:0;
    line-height: 18px;
}
#cmsProductsTabbedBox .tabBox .tabBoxInner img {
    background-color:#fff;
    padding:5px 3px;
    border:1px solid #D1D1DD;
}


#cmsProductsTabbedBox .tabBox #loading {
    text-align: center;
    margin-top:80px;
}

#cmsProductsTabbedBox h2 {
    font-size: 16px;
    font-weight: bold;
    color: #20278B;
    margin: 13px 0 10px 0;
}



/*Press Items Tabbed Box*/

#homePressItems li {
    float: left;
    width:210px;
    height:180px;
    padding: 9px;
    font-size:10px;
    border: 1px solid #DFDFEB;
    background-color: #F1F0F6;
    margin-right: 15px;
}

#homePressItems li a {
    outline: none;
}

#homePressItems li:hover {
    border: 1px solid #8B93BE;
}

#homePressItems .homePressItemsImageContainer {
    background-color: #fff;
    padding: 5px 0;
    text-align: center;
    border:1px solid #D1D1DD;
}

#homePressItems .homePressItemsTitle {
    height: 50px;
    text-align: center;
    color: #233C98;
    font-size: 12px;
    font-weight:bold;
    text-decoration:none;
}

#homePressItems .homePressItemsDate {
    margin-top: 7px;
    color: #000000;
    text-decoration:none;
}