/*
##############################################################################
 # B E A   S Y S T E M S
 #
 # C O L L A B O R A T I O N  P O R T L E T S
 #
 # Copyright (c) 2001-2005 BEA Systems, Inc.
 #
 # All Rights Reserved. Unpublished rights reserved under the copyright laws
 # of the United States. The software contained on this media is proprietary
 # to and embodies the confidential technology of BEA Systems, Inc. The
 # possession or receipt of this information does not convey any right to
 # disclose its contents, reproduce it, or use,  or license the use,
 # for manufacture or sale, the information or anything described
 # therein. Any use, disclosure, or reproduction without BEA System's
 # prior written permission is strictly prohibited.
 #
##############################################################################
*/

/*----------------------------------------------------------------------------
|
| This file contains the color resources for the common areas of the portlets.
|
+---------------------------------------------------------------------------*/

.wlp-common-color-input-button
{
	border-top: solid 1px #B3B3B3;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #B3B3B3;
	border-right: solid 1px #000000;
	background-color: #404740;
	color: #ffffff;
}

.wlp-common-color-link-minor
    {
    color: #000000;
    }
    
.wlp-common-color-error-header
    {
    color: red;
    }
