/* 
    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:30px;
    text-align:center;
    margin-right:1px;
    margin-bottom:0px;
    cursor:pointer;
    background:url('../images/tabs_wide_sprite-left.gif')  no-repeat scroll left top transparent;
    text-shadow: -1px 1px 0px #ffffff;
    padding-left:9px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -webkit-user-select:ignore;
}
#newsTabbedBox .tabSet span {
    display: block;
    padding: 6px 8px 0 0;
    height:30px;
    background: url("../images/tabs_wide_sprite-right.gif") no-repeat scroll right top transparent;
}
#newsTabbedBox .tabSet li:hover {
    background-position:left -30px;
}

#newsTabbedBox .tabSet li:hover span {
    background-position:right -30px;
}

#newsTabbedBox .tabSet .tabActive, #newsTabbedBox .tabSet .tabActive:hover {
    background-position: left -60px;
}

#newsTabbedBox .tabSet .tabActive span, #newsTabbedBox .tabSet .tabActive:hover span {
    background-position: right -60px;
}

#newsTabbedBox .tabBox {
    height:100%;
    border-left: 1px solid #D1D1DD;
    border-bottom: 1px solid #D1D1DD;
    border-right: 1px solid #D1D1DD;
    background-color: #E7E7F3;
    overflow:hidden;
}
#newsTabbedBox .tabBox .tabBoxInner {
    padding:9px;
}
#newsTabbedBox .tabBox #loading {
    text-align: center;
    margin-top:80px;
}
#newsTabbedBox .baselink {
    clear:both;
    text-align: right;
    padding:10px 10px 0 0;
}
#newsTabbedBox .baselink a {
    color:#6773AA;
    font-family:Verdana,Geneva,sans-serif;
    font-size:12px;
    text-decoration:none;
}
#newsTabbedBox .baselink span {
    color:#6773AA;
    font-family:Verdana,Geneva,sans-serif;
    font-size:12px;
}
#newsTabbedBox .baselink img {
    margin-left:4px;
    vertical-align: -1px;
}

/*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:0 29px;
    background-repeat:repeat-x;
    list-style-type:none;
    margin-left:0;
    padding-left:0;
}

#productsTabbedBox .tabSet li {
    float: left;
    /*width:135px;*/
    height:30px;
    text-align:center;
    margin-right:1px;
    margin-bottom:0px;
    cursor:pointer;
    background: url("../images/tabs_blue_sprite-left.gif") no-repeat scroll left top transparent;
    text-shadow: -1px 1px 0px #ffffff;
    padding-left:8px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -webkit-user-select:ignore;
}

#productsTabbedBox .tabSet span {
    display: block;
    padding: 6px 8px 0 0;
    height:30px;
    background: url("../images/tabs_blue_sprite-right.gif") no-repeat scroll right top transparent;
}

#productsTabbedBox .tabSet li:hover {
    background-position:left -30px;
}

#productsTabbedBox .tabSet li:hover span {
    background-position:right -30px;
}

#productsTabbedBox .tabSet .tabActive, #productsTabbedBox .tabSet .tabActive:hover {
    background-position: left -60px;
}

#productsTabbedBox .tabSet .tabActive span, #productsTabbedBox .tabSet .tabActive:hover span {
    background-position: right -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 a {
	text-decoration:none;
}

#homePressItems li a {
    outline: none;
    text-decoration: 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: 2px;
    color: #000000;
    text-decoration:none;
    vertical-align: middle;
    display: table-cell;
    height: 24px;
}
