/*=================================================================
 *  Channel Default Style Sheet for Windows/Mac Platforms
 *  emxUIChannelDefault.css
 *  Version 1.0
 *  Requires: emxUIDefault.css
 *  Last Updated: 19-May-03, Nicholas C. Zakas (NCZ)
 *
 *  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.css,v 1.2 2003/08/26 22:49:55 kchitirala 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;
}
