﻿/* Tab Window Style */

.tabs
{
width: 430px;

}

UL.tabNavigation {
    list-style: none;
    margin: 0;
    padding-left: 20px;
    padding-top: 0px;
    height: 30px;
    width: 430px;
}

UL.tabNavigation LI
{
    display: inline-table;
    padding-left: 0px;
    padding-right: 5px;
    margin-left: -20px;
    margin-top: -28px;
}

UL.tabNavigation LI A {
    

    width: 122px;
    height: 30px;
    padding-left: 10px;
    padding-right: 7px;
    padding-bottom: 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    margin-left: 0px;
    
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover
{


    font-weight: bold;
    color: #FF9933;
    padding-left: 10px;
    padding-right: 7px;
    padding-bottom: 20px;
    height: 35px;
    
}

.TabTitle
{
    font-size: 9pt;
    font-weight: bold;
    padding-top: 10px;
    height: 35px;
    vertical-align: middle;
    font-family: Arial;
}


UL.tabNavigation LI A:focus {
    outline: 0;
    padding-left: 10px;
    padding-right: 7px;
    padding-bottom: 20px;
}

*
#InTheNews
{

width: 460px;
height: 220px;
padding: 10px;
border-top: solid 1px #c0c0c0;
}


#Headlines
{

width: 460px;
height: 220px;
padding: 10px;
border-top: solid 1px #c0c0c0;
}

#BishopsColumn
{

width: 460px;
height: 220px;
padding: 10px;
border-top: solid 1px #c0c0c0;
}

#CatholicsLife
{

width: 460px;
height: 220px;
padding: 10px;
border-top: solid 1px #c0c0c0;
}




div#TabFooter
{
    width: 740px;
    height: 15px;
    background-image: url('images/css_images/standard/TabFooter.gif');
    background-position: left top;
    background-repeat: no-repeat;
    
}
 
/* End Tab Window */
