﻿.row1
{
	background-color:#e8edff;
}
.row2
{
	background-color:#ffffff;
}

.tableformatted {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;	
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	padding: 6px;	
	width:100%;	
}
.tableformatted a:link { text-decoration: none; font-weight: bold}
.tableformatted a:active { text-decoration: none; font-weight: bold}
.tableformatted a:visited { text-decoration: none; font-weight: bold}
.tableformatted a:hover { text-decoration: underline; font-weight: bold}

.EventTitle
{
	white-space:normal;
}

.modalBackground 
{
	background-color:Black;
	filter:alpha(opacity=70);
	-moz-opacity: .70;
    opacity: 0.7;
}
.rightpanel1
{
	background-color:#bddee7;
	 scrollbar-face-color: #bddfe7; 
        scrollbar-shadow-color: #d6d3ce; 
        scrollbar-highlight-color: d6d3ce; 
        scrollbar-3dlight-color: #d6d3ce; 
        scrollbar-darkshadow-color: #000000; 
        scrollbar-track-color: white; 
        scrollbar-arrow-color: white;
}
.rightpanel1Form
{
	background-color:#add6e7;
}
.line {
	background-color: #94b8d7;
	height: 1px;
	margin: 0;
	padding: 0;
}

.widget {
	margin: 0 0 17px 0;
}

#leftColumn .todayEvents a {
	background-color: #94b8d7;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 6px 8px;
	color: #ffffff;
	letter-spacing: -1px;
}

#leftColumn .todayEvents .description {
	background-color: #94b8d7;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	display: block;
	padding: 6px 8px;
	color: #ffffff;
	letter-spacing: -1px;
}

#leftColumn .todayEvents a:hover {
	text-decoration: none;
	background-color: #6699cc;
	color: #ffffff;
}

#leftColumn .todayEvents .seperator {
	background-color: #94b8d7;
	height: 1px;
	margin: 0;
	padding: 0;
}

.ReportTag
{
	font-weight:bold;
}

.wizard_widget {
	margin: 0 0 17px 0;
}

.wizard_item a{
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 7px 0 0 0;
	color: #ffffff;
	letter-spacing: -1px;
	background-image: url(/brainweek/images/w_back1.png);
	background-repeat: repeat-y;
}

.wizard_active a{
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding: 7px 0 0 0;
	color: #ffffff;
	letter-spacing: -1px;
	background-image: url(/brainweek/images/w_back2.png);
	background-repeat: repeat-y;
}

.wizard_before{
	background-image: url(/brainweek/images/w_bottom3.png);
	height: 22px;
}

.wizard_ritem 
{
	background-image: url(/brainweek/images/w_bottom1.png);
	height: 22px;	
}

.wizard_ractive 
{
	background-image: url(/brainweek/images/w_bottom2.png);
	height: 22px;	
}
.BAWerror
{
	border: dotted 1px silver;
	margin: 8px 0px 8px 0px;
	padding: 12px 8px 12px 50px;
	color: #6b1717 !important;
	background: url(/images/ICON-exclamationPtCircle.gif) #ffe8e8 no-repeat 6px 6px;
}