/*********************************************************
blackboard.css - default palette style sheet for CMS
(c) copyright 2001ff., Blackboard, Inc.

Base palette for skinning

IMPORTANT: these naming conventions are for their mnemonic 
value ONLY. There is no guarantee that the colors assigned
will map to their names...
**********************************************************/

.bWhite
{
  background-color:#ffffff;
  color:#000000;
}

.bMedium
{  
  border-color: #CCCCCC;
  background-color: #CCCCCC;
  color: #990000;
}
     
.initial
{ 
	width=100%;
	border-bottom: medium solid #cccccc; 
	font-weight: bold; vertical-align:top;
 }
 
.initial img
{ 
  	float: right;
  	 border: none;
 }

