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

Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.frameHeaderInnerCell {
    border-left-width: 0px;
    border-right-width: 0px;
    font-weight: 900;
    vertical-align: top;
    width: 115px;
}
.frameHeaderOuterCell {
    background-color: rgb(238,245,253);
    border-left-width: 0px;
    border-right-width: 0px;
    font-weight: 900;
    vertical-align: top;
    width: 125px;
}
.frameValueCell {
    border-left-width: 0px;
    border-right-width: 0px;
}
.myPublicationsSubmitCell {
    border-width: 0px;
    text-align: center;
}
.myPublicationsTable {
    border-width: 1px;
    border-color: gray;
    width: 585px;
}
.myPublicationsTextHeaderBottomCell {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    font-weight: 900;
    width: 150px;
}
.myPublicationsTextHeaderCell {
    border-bottom-width: 1px;
    border-bottom-color: #EEEEEE;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    font-weight: 900;
    width: 150px;
}
.myPublicationsColoredTextRow {
    background-color: rgb(238,245,253);
    vertical-align: top;
}
.myPublicationsValueBottomCell {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    width: 435px;
}
.myPublicationsValueCell {
    border-bottom-width: 1px;
    border-bottom-color: #EEEEEE;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    width: 435px;
}
.publisherComicsTable {
  border-width: 1px;
  border-color: gray;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 1px;
  border-top-width: 0px;
  width: 585px;
}