/* 
    Document   : dbYield
    Created on : Oct 12, 2008, 1:51:00 PM
    Author     : sgk
    Description:
        Purpose of the stylesheet follows.
*/

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

#main{
    margin-top: 180px;
    position: relative;
    bottom: 0px;
    padding-bottom: 10px ;
    
}

#dbYieldHeadings {
    /*display: block;*/


    margin:  auto;
    /*background: #d5dff4;*/
    
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    z-index: 2;
    visibility: visible;
    background-color: #e4e5e6;
    /*height:auto;*/
    border-top-color: black;
    border-bottom-color: black;
    border-left-color: black;
    border-right-color: black;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
}


#dbYieldRows {
    /*display: block;*/


    margin:  auto;
    border-color: black ;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    z-index: 2;
    visibility: visible;
    background-color: white;
    /*height:auto;*/
    text-align: center;
}
tr.odd{
    background-color: #abc6b8;
}
tr.even{

}
#YieldStyleFlyer {

    text-align: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    background-color: #abc6b8;
    
}