/*=================================================================
 *  Channel Default Style Sheet for Unix
 *  emxUIChannelDefault_Unix.css
 *  Requires: emxUIDefault_Unix.css
 *
 *  This file contains the style definitions for the header and footer
 *  of channel pages.
 *
 *  Copyright (c) 1992-2003 MatrixOne, Inc. All Rights Reserved.
 *  This program contains proprietary and trade secret information 
 *  of MatrixOne,Inc. Copyright notice is precautionary only
 *  and does not evidence any actual or intended publication of such program
 * 
 *  static const char RCSID[] = $Id: emxUIChannelDefault_Unix.css,v 1.1 2004/03/22 19:53:05 jorajan Exp $
 *=================================================================
 */

/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */


/* body of the page */
body {
        background-color: #DDDECB;
        margin: 0px;
        padding: 0px;
}



div.filter-row {
        background-color: #DDDECB;
        border-top: 1px solid white;
        border-left: 1px solid white;
        height: 20px;
}

/* the first row in a header or footer */
div.first-row {
        border-top: 1px solid #666666; 
        border-bottom:1px solid #666666;
        background-image: url(../images/utilChActionbarBG.gif); 
        height: 25px;
}

/* the second row in a header of footer */
div.second-row {
        background-color: #CDD0E0;
        border-bottom:1px solid #666666; 
        height: 25px;
        text-align: right;
        padding-right: 10px;
        padding-top: 2px; 
}

/* left pagination border */
.pagination-left {
        border-left: 1px solid #666666;
}

/* pagination control */
select.pagination {
        font-size: 7pt; 
        color: white; 
        background-color: #8E8E8E;
}

/* pagination button on */
.pagination-button-on {
        text-align: center; 
        background-color: #8E8E8E; 
        border-left: 1px solid #666666;
}

/* pagination button off */
.pagination-button-off {
        text-align: center; 
        border-left: 1px solid #666666;
}
