@CHARSET "UTF-8";
#left_nav {
	width:250px;
}
#body {
	 width:290px;
}
#bodynew {
	 width:267px;
}
#left_nav,
#bodynew {
	float:left;
	margin:30px 0 30px 9px;
}
#left_nav,
#body {
	float:left;
	margin:0 5px;
}
.collapsible,
.page_collapsible,
.accordion {
	margin: 0;
    padding:10px;
    height:20px;
    border-top:#fff 1px solid;
background: #e9e7e7; /* Old browsers */
background: -moz-linear-gradient(left,  #e9e7e7 0%, #e9e7e7 86%, #1a76bc 86%, #1a76bc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e9e7e7), color-stop(86%,#e9e7e7), color-stop(86%,#1a76bc), color-stop(100%,#1a76bc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e9e7e7 0%,#e9e7e7 86%,#1a76bc 86%,#1a76bc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e9e7e7 0%,#e9e7e7 86%,#1a76bc 86%,#1a76bc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e9e7e7 0%,#e9e7e7 86%,#1a76bc 86%,#1a76bc 100%); /* IE10+ */
background: linear-gradient(to right,  #e9e7e7 0%,#e9e7e7 86%,#1a76bc 86%,#1a76bc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e7e7', endColorstr='#1a76bc',GradientType=1 ); /* IE6-9 */
	font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    color: #0e67aa;
    font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	cursor:pointer;
}
.accordion-open,
.collapse-open {
background: #e9e7e7; /* Old browsers */
background: -moz-linear-gradient(left,  #e9e7e7 0%, #e9e7e7 86%, #1a76bc 86%, #1a76bc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e9e7e7), color-stop(86%,#e9e7e7), color-stop(86%,#1a76bc), color-stop(100%,#1a76bc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #e9e7e7 0%,#e9e7e7 86%,#1a76bc 86%,#1a76bc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #e9e7e7 0%,#e9e7e7 86%,#1a76bc 86%,#1a76bc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #e9e7e7 0%,#e9e7e7 86%,#1a76bc 86%,#1a76bc 100%); /* IE10+ */
background: linear-gradient(to right,  #e9e7e7 0%,#e9e7e7 86%,#1a76bc 86%,#1a76bc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e7e7', endColorstr='#1a76bc',GradientType=1 ); /* IE6-9 */
	color: #0e67aa;
}
.accordion-open span,
.collapse-open span {
	display:block;
	float:right;
	padding:10px;
}
.accordion-open span,
.collapse-open span {
	background:url(../images/minus.png) center center no-repeat;
}
.accordion-close span,
.collapse-close span {
	display:block;
	float:right;
	background:url(../images/plus.png) center center no-repeat;
	padding:10px;
}
div.container {
	padding:0;
	margin:0;
}
div.content {
	background:#ffffff;
	margin: 0;
    padding:10px 10px 15px 10px;
	font-size:.9em;
	line-height:1.5em;
	font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
div.content ul, div.content p {
	padding:0;
	margin:0;
	padding:3px;
}
div.content ul li {
	list-style-position:inside;
	line-height:25px;
}
div.content ul li a {
	color:#555555;
}
code {
	overflow:auto;
}