/* $Id: styles.css,v 1.5 2004/11/24 21:17:50 mike Exp $ */

.instructions
{
	margin-bottom: 18px;
	color: #777777;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* N2O styles                                                            */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

tr.ccSummaryHeadings td
{
	/*background-image: url(/images/ccsummary_background.gif);*/
	background-repeat: repeat-x;
	background-color: #666666;
	border-bottom: 1px solid #555555;
}

.ccSummary, table.excilan
{
	border: 1px solid #555555;
}

.ccSummaryStatus
{
	margin-bottom: 6px;
}

.ccError
{
	background-image: url(/images/icon.alert.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
}

.ccStatus
{
	background-image: url(/images/icon.success.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	display: block;
	color: #33627d;
	font-size: 14px;
	margin-bottom: 12px;
}

.ccSummarySearch
{
	margin-bottom: 12px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 4px;
}

.heading
{
	color: #666666;
	margin-top: 18px;
	margin-bottom: 6px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
}

.adminContent
{
	margin-top: 12px;
	margin-left: 25px;
	margin-right: 25px;
}

.navBar, .navBar a, .navBar a:hover, .navBar a:visited
{
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
}

.divider
{
	color: #DB8FAA;
}