@charset "UTF-8";
/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}
.CollapsiblePanelClosed .CollapsiblePanelTab {
 background-color: #EFEFEF;
}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}
body, td, th, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.liveSample {
	background-color: #FFFFCC;
	color: black;
}
.demoDiv {
	background-color: #CCCCCC;
	width: 400px;
}
.highlited {
	background-color: #FFFFCC;
	color: #000000;
}
.grayBG {
	background-color: #CCCCCC;
}
pre {
	font-family: "Courier New", Courier, monospace;
	background-color: #F0F7FE;
	padding: 5px;
	overflow: auto;
	font-size: 1.1em;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
}
h3 {
	background-color: #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h4{
	color: #000099;
	font-variant: small-caps;
	font-size:120%;
}
th {
	background-color: #F3F3F3;
	vertical-align: top;
}
a {
	text-decoration: none;
}
#cp1 .CollapsiblePanelContent { 
	overflow: scroll;
	height: 300px;
}
.CollapsiblePanel {
	width: 300px;
}
.CollapsiblePanelTab {
	font-size: 1em;
}
.panel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFFFFF;
	height:auto; 
}
.green {
	background-color: #9bcb37;
}
.red {
	background-color: #cb163a;
}
.purple {
	background-color: #756090;
}
.orange {
	background-color: #fb663f;
}
.blue {
	background-color: #0a93c0;
}
.third {
 float: left; 
 width:33%;
 height:auto;
}
.half {
 float:left;
 width:50%;
 height:auto;
}
.full {
 width:100%;
 height:auto;
}
.bullet {
 float:left;
 width: 30px;
 height: 20px;
 line-height:20px;
 text-align:center;
}
.text {
 height:20px;
 line-height:20px;
 font-weight: normal;
 font-family: Arial; 
 font-size: 10pt; 
}
.grey {
 background-color: #ebebeb;
}
.section {
 width: 800px;
 background-color: #ebebeb;
 height:auto;
 border: solid 1px black ;
}
.innerTable {
 width: 95%;
 padding:0px;
 border: solid 1px black ;		 
}