/* index.css - CSS for the top page.
(c) 2004 Manatee Software, All Rights Reserved
*/

.SRVolume {
    font-size:          12px;
    font-style:         italic;
    color:              #444444;
    text-align:         right;
    line-height:        90%;
    padding:            0;
    margin:             0;
}

.SRCopyright {
    font-size:          10px;
    color:              #444444;
    text-align:         right;
    line-height:        90%;
    padding:            0;
    margin:             0;
}

.SRCat {
    font-size:          16px;
    font-weight:        bold;
    color:              blue;
}

.SRSub {
    font-size:          12px;
    font-weight:        normal;
    color:              blue;
}

.SRFrame {
    position:           absolute;
    top:                0px;
    left:               0px;    
    overflow:           hidden;
    border:             none;
    z-index:            10;
}

.SRFooterFrame {
    width:              100%;
    height:             100%;
    overflow:           hidden;
    border:             none;
    z-index:            10;
}

.SRSpace {
    font-size:          12px;
    font-weight:        bold;
    color:              blue;
    height:             10px;
}

.SRTBTitle {
    width:              100%;
}

.SRTBFooter {
    width:              100%;
}

.SRTBButton {
    width:              100%;
}

.SRButton {
    font-size:          16px;
    font-weight:        bold;
    color:              blue;
}

.SRBody {
    margin:             0px;
    background-color:   #fefefe;
    border:             none;
    border-top-width:   0px;
    border-right-width: 0px;
    border-left-width:  0px;
    border-bottom-width:0px;
    padding:            0px;    
}

.SRTable {
    position:           absolute;
    top:                100px;
    left:               0px;    
    overflow:           hidden;
    border:             none;
}


.SRTable2 {
    position:           absolute;
    top:                140px;
    width:              100%;
    overflow:           hidden;
    border:             none;
    background-color:#f0f0f0;    
}

.SRRowTitles {
    font-size:          18px;
    font-weight:        normal;
}

.SRRowHelp {
    font-size:          14px;
    font-style:         italic;
}

.SRLeft {
    font-size:          14px;
    font-style:         normal;
    font-weight:        bold;
    color:              #444444;
    position:           absolute;
    top:                15px;
    left:               5px;
    border:             solid;
    border-top-width:   1px;
    border-right-width: 1px;
    border-left-width:  0px;
    border-bottom-width:0px;
    overflow:           hidden;
    z-index:            150;
}
.SRTagText {
    font-size:          14px;
    font-style:         normal;
    font-weight:        bold;
    color:              #444444;
}

.SRBox {
    position:           absolute;
    top:                0px;
    left:               0px;
    border:             outset;
    border-top-width:   1px;
    border-right-width: 1px;
    border-left-width:  1px;
    border-bottom-width:1px;
    line-height:        0;
    background-color:   #fefefe;
    z-index:            10;
    overflow:           hidden;
    margin:             0px;
    padding:            0px;    
}

.SRFloat {
    position:           absolute;
    top:                0px;
    left:               0px;
    border:             solid;
    border-top-width:   0px;
    border-right-width: 0px;
    border-left-width:  0px;
    border-bottom-width:0px;
    z-index:            10;
    overflow:           hidden;
    margin:             0px;
    padding:            0px;    
}

