﻿/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#wrapper {
	margin-left: 10px;
    margin-top: 10px;
    width: 990px;	
}

.accordionButton {
	width: 980px;
	float: left;
	_float: none;
	/*border-bottom: 1px solid #FFFFFF;*/
	cursor: pointer;
	/*background-color: #003366;*/
	background-image: url(../../webc/images/growth/icon_2.png);
	background-repeat: no-repeat;
	min-height: 23px;
	padding-left: 30px;
    padding-top: 3px;
	margin-bottom: 10px;
	}
	
.accordionContent {	
	width: 970px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	/*background: #95B1CE;*/
	margin-bottom: 30px;
    margin-left: -10px;
	}
	
.evaluation.p2 .content .accordionContent table {
	margin-top: 0px;
}

	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	/*background: #990000;*/
	}
	
.over {
	background-color: transparent;
	font-weight: bold;
	color: #004e61;
	}