@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bg.jpg);
	background-color: #0f0f0f;
	background-repeat: repeat-x;
}

#wrap {
	width: 720px;
	float: none;
	margin-left: -360px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 50%;
	height: auto;
	padding: 0px;
}

table {
	background-color: #FFFFFF;
	text-align: center;
	border: 3px solid #FFFFFF;
	width: 715px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
strong {
	color: #990000;
	font-weight: normal;
	text-align: left;
	float: left;
	margin-left: 3px;
}
.sizes {
	background-image: url(../images/chart_header.jpg);
	background-repeat: repeat-x;
	height: 29px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.numbers_bg {
	background-image: url(../images/numbers_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	background-color: #a2a2a2;
}
.top_bg {
	background-image: url(../images/top_bg.jpg);
	font-weight: bold;
	color: #FFFFFF;
}
.chart_main_header {
	background-image: url(../images/chart_main_header.jpg);
	float: left;
	height: 122px;
	width: 720px;
}


img {border:0px;}
/*
		/*
			Vertical Accordions
		*/
		
		.accordion_box {
	width: 715px;
	float:right;
		}
		
		.accordion_toggle {
	display: block;
	height: 54px;
	width: 715px;
	outline: none;
	font-size: 12px;
	float: left;
	cursor: pointer;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
		}
		.acordion_toggle:hover {
			background-image:url(images/timeline_heading_hover.jpg);
		}
		
		.accordion_toggle_active {
	color: #ffffff;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 715px;
		}
		
		.accordion_content {
	overflow: hidden;
	width: 715px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
		}
			
		.vertical_accordion_toggle {
			display: block;
			height: auto;
			width: auto;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			color: #ffffff;
		}

		.vertical_accordion_content {
			width: 470px;
			float:left;
			height: auto;
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 300px;
			width: 20px;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
			padding: 0px;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: auto;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 470px;
				line-height: 150%;
			}
					
					
    /* Container styling*/
    #horizontal_container {  
	width: 643px;
      height: auto; 
	  overflow: hidden;
	  display: block;
    }
    
    #vertical_nested_container {
	width: 470px;
    }

