/* 
    Document   : dashboardBase.css
    Created on : Dec 10, 2009, 10:02:57 AM
    Author     : zac
    Description:
        CSS file for global dashboard classes. Please do not put feature specific classes in here.
        Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* Tables */
table.stat-table
{
    margin: 0px;
    padding: 0px;
    margin: 5px 10px;
    border: 1px solid #AAA;
    width: 568px;
}

table.stat-table tr
{
    height: 33px;
    background: url(https://assets.bodybuilding.com/img/dashboard/tableRowSprite.png) repeat-x 0px 0px;
}

table.stat-table tr.odd
{
    background-position: 0px -33px;
}

table.stat-table td
{
    padding: 0px;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
}

table.stat-table td.line-item-subject
{
    padding-left: 10px;
    font-weight: bold;
}

table.stat-table td input
{
    margin-top: 0px;
    margin-bottom: 2px;
    height: 16px; /* height + padding-top = 20px */
    width: 40px;
    margin-right: 5px;
    float: left;
    padding-top: 4px;
}

table.stat-table td select
{
    margin-top: 0px;
    margin-bottom: 2px;
    line-height: 20px;
    height: 20px;
    width: 40px;
    margin-right: 5px;
    float: left;
}

table.stat-table td div.top-pad
{
    margin-top: 5px;
    margin-right: 5px;
    display: inline;
    float: left;
}

table.stat-table td.line-item-links
{
    text-align: right;
    padding-right: 20px;
}

/* ************************ End stats table ************************** */

div.section-div
{
    background-color: #F4F1EB;
    margin: 10px;
    border: 1px solid #004165;
    font-size: 12px;
}


div.section-div.no-border
{
    border: 0px;
    background-color: transparent;
}

div.section-div div.table-header
{
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}

div.section-div div.section-div-title
{
    background-color: #004165;
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 8px;
}

div.section-div .section-div-text-right
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

div.section-div .section-div-text-left
{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.section-div .section-div-text-center
{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.redText
{
    color: #900;
}

/* *** Overrides *** */
div.bar
{
    margin-top: 35px;
    margin-left: 10px;
    width: 620px;
}

ul.blue_bullet
{
    margin: 10px 33px;
}

ul.blue_bullet li 
{
	font-size: 12px;
}