/* 
Document   : account
Created on : Jan 06, 2009 4:04:44 PM
Author     : hazenaj
Description:

Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.myAccountHrCell {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}
.myAccountPublisherAppTable {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    width: 450px;
}
.myAccountSubmitCell {
    border-width: 0px;
    text-align: center;
}
.myAccountTable {
    border-width: 1px;
    border-color: #DDDDDD;
}
.myAccountTextHeaderBottomCell {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    font-weight: 900;
    width: 150px;
}
.myAccountTextHeaderCell {
    border-bottom-color: #EEEEEE;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    font-weight: 900;
    width: 150px;
}
.myAccountValueBottomCell {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    width: 435px;
}
.myAccountValueCell {
    border-bottom-color: #EEEEEE;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    width: 435px;
}