/* STYLESHEET FOR MEDIAOCEAN INVOICE MANAGER SITE */

/* COLOR SCHEME */
.BodyColor0 { background: #FFFFFF; } /* White */
.BodyColor1 { background: #7080A1; } /* Blue */
.BodyColor2 { background: #CC0033; } /* Red */
.BodyColor3 { background: #666666; } /* Gray */

/* TEXT-FORMATTING STYLES */
/* Used for Invoice Manager label on login toolbar */
.label {  font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none}
/* Used for text in login form */
.password {  font-size: 10px; font-weight: normal; color: #FFFFFF}

/* HEADERS */
/* Used for Buyer's Services and Seller's Services headers */
.header
{
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;
}
/* Used for "Electronic Invoicing" header */
.header2 {  font-size: 10px; font-weight: bold; color: #7080A0}
/* Used throughout invoicing and in registration */
.Header3
{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background: #666666;
    text-align: center;
    width: 100%;
    padding: 2px 0px;
}
/* Used in Invoice Audit Trail */
.Header1
{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #CCCCCC;
}
/* Used at top of User and Data Agreements */
.MediumHeader
{
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    background: #CCCCCC;
}
/* Subheadings for invoice audit trail */
/*.Header2
{
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    background: #666666;
}*/
/* Throughout Invoice Pages */
/*.Header
{
    font-size: 11px;
    color: #000000;
    background: #CCCCCC;
}*/
/* Column headings for invoice rollups */
.RollupHeader
{
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    background: #EEEEEE;
}
/* Profile */
.Header4
{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    background: #FFFFFF;
    text-align: left;
}
/* Headings in Invoice */
.SectionNameBack
{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background: #7080A1;
    text-align: center;
}

/* BUTTONS */
.Button
{
    background-color: #CC0033;
    border-top: #EE0055 2px solid;
    border-left: #EE0055 2px solid;
    border-bottom: #AA0011 2px solid;
    border-right: #AA0011 2px solid;
    font-weight: bold;
    color: #FFFFFF;
    width: 80px;
}

/* Print-specific Styles */
Body.Print {
    background: #FFFFFF;
    margin-left: 3px;
}
.PageEnd
{
    page-break-after: always;
}

TD.linkcellactive  {
    text-align : center;
	vertical-align: middle;    
    background-color : #CC0033;
    border-bottom : 6px solid #666666;
    padding: 0;
    padding-left: 1em;
    padding-right: 1em;
    cursor : pointer;
}

TD.linkcell  {
    text-align : center;
	vertical-align: middle;
	background-color : #7080A1;
    border-bottom : 6px solid #CC0033;
    padding: 0;
    padding-left: 1em;
    padding-right: 1em;
}

.PlainLink {
    text-decoration: none;
}

