
.dashboard_title h2 {font-weight:bold; font-size:170%; margin:0; padding:0 15px 0 0;}

.dashboard {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	border-top:3px solid #666;
	border-bottom:3px solid #666;
}

.dashboard td {
	background:#fff;
	border-left:1px solid #ddd
}

.dashboard td.first {
	border-left: 3px solid #ccc
}

.dashboard td.last {
	border-right: 3px solid #ccc
}

.dashboard td .stat {
	position:relative;
	z-index:3;
	padding:6px
}

.dashboard .stat { margin:0 }

.dashboard .stat p { margin:0 }

.dashboard .stat h3 {font-weight:normal; font-size:110%; margin:0; padding:0 15px 0 0; white-space:nowrap;}

.dashboard .stat .main_value { font-weight:bold; font-size:160%; margin:0 } 

.dashboard .stat .compare { margin:0; font-size:100%; color:#666 }

.dashboard .stat .positive, .stat .negative, .stat .neutral {
	font-weight:normal; font-size:90%; white-space:nowrap
}

.dashboard .stat .value
	font-weight:bold; white-space:nowrap
}

.negative {color:#900!important}

.positive {color:#078c00!important}

.neutral {color:#666!important}




#banner .flash { 
	float: left; 
	position: relative; 
	background: url(../images/flash-banner-bg.gif) no-repeat; 
	width: 742px; height: 259px;
	overflow: hidden; 
}
#banner .flash #FlabellComponent { margin: 7px 0 0 10px; }
#banner .trial-btn { 
	float: right; display: block; 
	background: url(/images/global/home-banner-freetrial.jpg) no-repeat; 
	width: 221px; height: 259px;
	text-indent: -9000em; overflow: hidden; 
}
#banner .trial-btn:hover { background-position: bottom; }



div#scrollHolder { margin: 7px 0 0 10px; width: 728px; height: 243px; }
div.scrollable {
	height:243px;
	overflow:hidden;
	position:relative;
	width:728px;
	float:left;		
}

.items {	
	width:20000em;	
	position:absolute;
	clear:both;		
}
.sections {
	display: block;
	float:left;
	text-align:center;
	width:728px;
	height:243px;
	border:none;	
	z-index: 999;
}

a.disabled {
	visibility:hidden !important;		
}

.navi{
	float:left;
	width:728px;
	margin:10px -15px 0 0;
	height:30px;
	border:0px solid cyan;
	z-index: 1000;
	position: absolute;
	bottom: 9px;
	left: 10px;
	/*background: url(/images/scrollable/image_overlay.png) no-repeat;*/
}

.navi a{
	width:15px;
	height:15px;
	float:left;
	margin:3px;
	background:url(../images/navigator2.png) 0 0 no-repeat;     
	cursor:pointer;
	position: relative;
	bottom: -5px;left: 9px;
}

.navi a:hover{background-position:0 -15px;}
.navi a.active {background-position:0 -30px;}




/* For the kickers
*/
.kicker {
	float:left;
	width:100%;
	margin: 20px 0 20px 0;
	padding: 5px 0 5px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.kicker h2 { display:block; margin:0 0 8px 0; padding:0; text-transform:inherit; }
.kicker p { margin:6px 0 5px 0; }
.kicker a { font-weight:bold; text-decoration:underline }
.kicker div { float:left; padding-right:45px; }
.kicker-subnav .last-kicker { padding-right:0; }
.kicker-2col div { width:418px; }
.kicker-3col div { width:260px; }
.kicker-4col div { width:186px; }

.kicker-orange
{ font-weight:bold; color: rgb(235,145,44); }/* #EB912C */

.kicker-red
{ font-weight:bold; color: rgb(199,32,53); }/* #C72035 */

.kicker-blue
{ font-weight:bold; color: rgb(112,153,166); }/* #7099A6 */




