body {
	font-size: 14px;
	background: #111;
	color: #CCC;
	background: url(images/body-bg.png) repeat-x #ffffff;
	text-align: center;
}

#body-inner {
	background: url(images/body-bg.png) repeat-x #ffffff;
	width: 100%;
}

#page {
	font-size: 0.875em;
	line-height: 1.286em;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	min-width: 1000px;
	text-align: left;
}

#pre-content{
	background: url(images/top.jpg) repeat-x #f6f6f6;
	min-height: 155px;
	border-bottom:1px solid #DCDCDC;
	padding-left: 260px;
	color: #888;
	text-align: center;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
input, select {
	background: url(images/input-bg.png) repeat-x center center #EEE;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	font-size: 0.8em;
	height: 17px;
}

textarea {
	
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	font-size: 0.8em;
}

input[type='submit'], input[type='button']
{
	background: url(images/submit.gif) repeat-x;
	border-color: #faa;
	color: #fff;
	border-style: solid;
	border-width: 0 1px 0px 1px;
	/*padding: 5px 15px 7px 15px;*/
	height: 28px;
	min-width: 70px;
}

pre, code {
	font: 1.1em "Bitstream Vera Sans Mono", "Courier New", monospace;
}
h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font: 1.5em Helvetica, Arial, Sans-Serif;
	text-shadow: #ccc 1px 1px 2px;
}
h2 {
	margin-top: 0.667em;
	margin-bottom: 0.667em;
	font: 600 1.5em/1.3em Helvetica, Arial, Sans-Serif;
}
h3 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	font: 1.3em/1.3em Helvetica, Arial, Sans-Serif;
	background: #888;
	padding: 2px 18px 2px 22px;
	color: #fff;
}
div.node-teaser h3 {
	background: none;
	color: #888;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bolder;
}
h4, h5, h6 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0.909em;
	margin-bottom: 0.909em;
}
p, ul, ol, dl, pre, table, fieldset {
	margin: 1em 0;
}
blockquote {
	background: url('images/quote.png') no-repeat;
	padding: 6px 0px 0px 60px;
	font: 1.15em/1.15em Times, Arial, Sans-Serif;
	font-style: italic;
}
ul, ol {
	margin-left: 0;
	padding-left: 2em;
}
.block ul, .item-list ul {
	margin: 1em 0;
	padding: 0 0 0 2em;
}
ul ul, ul ol, ol ol, ol ul, .block ul ul, .block ul ol, .block ol ol, .block ol ul, .item-list ul ul, .item-list ul ol, .item-list ol ol, .item-list ol ul {
	margin: 0;
}
li {
	margin: 5px 0 5px 0;
	padding: 0;
}
.item-list ul li {
	list-style: inherit;
	margin: 0;
	padding: 0;
}
ul.menu li, li.expanded, li.collapsed, li.leaf {
	margin: 5px 0 0 0;
	padding: 0;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ul ul ul {
	list-style-type: square;
}
ul ul ul ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
ol ol ol {
	list-style-type: decimal;
}
dt {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0 0 0 2em;
	padding: 0;
}
a:link, a:visited {
	color:#DA3B3B;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 0.9em;
}
th, thead th, tbody th {
	text-align: center;
	padding-right: 0;
	/*border-bottom: none;*/
}
tbody {
	border-top: none;
}
abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: nowrap;
}
abbr.created {
	border: none;
	cursor: auto;
	white-space: normal;
}
img {
	border: 0;
}
hr {
	height: 1px;
	border: 1px solid #666;
}
form {
	margin: 0 0 16px 0;
	padding: 0;
}
fieldset {
	margin: 1em 0;
	padding: 0.5em;
}
body {
	margin: 0;
	padding: 0 20px;
}
#navigation-top, #navigation {
	position: absolute;
	left: -10000px;
}
#skip-to-nav {
	float: right;
	margin: 0 !important;
	font-size: 0.8em;
}
#skip-to-nav a:link, #skip-to-nav a:visited {
	color: #fff;
}
#skip-to-nav a:hover {
	color: #000;
	text-decoration: none;
}
#header {
	/*float: left;*/
	width: 100%;
	margin-left: 0;
	margin-right: -100%;
	padding: 0;
	border-bottom: 3px solid #770000;
}
#header-inner {
	padding: 0 240px;
	height: 180px;
}
#logo {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
#header-blocks {
	clear: both;
}
#main {
	position: relative;
}
#content {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: -100%;
	padding: 0;
}
.two-sidebars #content-inner {
	margin: 0 230px;
}
.sidebar-left #content-inner {
	margin-left: 230px;
}
.sidebar-left #footer-inner {
	margin: 0 0 0 230px;
}
.sidebar-right #content-inner {
	margin-right: 230px;
}
.sidebar-right #footer-inner {
	margin: 0 230px 0 0;
}
.no-sidebars #footer-inner {
	margin: 0;
}
#content-inner {
	margin: 0;
	padding: 0;
	min-height: 400px;
}
#navbar {
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: -100%;
	padding: 0;
	height: 3.6em;
}
#content, #sidebar-left, #sidebar-right {
	/*margin-top: 180px;*/
}
#search-box {
	width: 200px;
	margin-left: -200px;
	float: right;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}
#primary {
	float: right;
	width: 240px;
	margin-left: -240px;
	margin-right: 0;
	padding: 0;
}
#secondary {
	float: left;
	width: 240px;
	margin-left: 0;
	margin-right: -240px;
	padding: 0;
}
#navbar ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#navbar li {
	float: left;
	padding: 0 10px 0 0;
}
#sidebar-left {
	float: left;
	width: 240px;
	margin-left: 0;
	margin-right: -240px;
	margin-top: 10px;
	padding: 0;
}
#sidebar-left-inner {
	margin: 0 20px 0 0;
	padding: 0;
}
#sidebar-right {
	float: right;
	width: 240px;
	margin-left: -240px;
	margin-right: 0;
	padding: 0;
}
#sidebar-right-inner {
	margin: 0;
	padding: 0;
}
#footer {
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
}
#footer-inner {
	margin: 0 230px;
	/*border-right: 10px solid #ddd;
	border-left: 10px solid #111;*/
}
#header, #content, #navbar, #sidebar-left, #sidebar-right, #footer, #closure-blocks {
	overflow: visible;
	word-wrap: break-word;
}
#navbar {
	overflow: hidden;
}
#header-inner {
	background: #900;
	background:url(images/header-bg.png) repeat scroll 0 0 #990000;
	border-right:10px solid #660000;
}
.secondary-no #header-inner {
	border-left: 10px solid #600;
}
.primary-no #header-inner {
	border-right: 10px solid #600;
}
#logo-title {
	display: table;
	height: 155px;
	overflow: hidden;
	margin-left: 50px;
}
#logo-title2 {
	display: table-cell;
	vertical-align: bottom;
}
#logo-title3 {
	position: relative;
	z-index: 5;
}
#site-name {
	margin: 0 0 0.3em;
	font-size: 2.6em;
}
#site-name a:link, #site-name a:visited {
	font-weight: 500;
	text-decoration: none;
}
#site-name a:hover {
	text-decoration: underline;
}
#site-slogan {
	/*color: #e38186;*/
}
.node-inner .content {
	padding: 8px 32px 8px 32px;
}
#content a p, #content .links a {
	color: #666;
	/*border-bottom: 1px dotted #CCC;*/
}
#content a:hover p, #content .links a:hover {
	color: #d00;
	/*border-color: #d00;*/
}
#content a p, #content .release_links a {
	color: #d00;
	border-bottom: 0px;
}
#content-inner {
	/*border-left: 10px solid #555;
	border-right: 10px solid #555;*/
	/*border-top: 4px solid #700;*/
	/*background: url(images/default.png) repeat-x scroll 0 0 #FFFFFF;*/
	color: #333;
	padding: 0 15px 15px 15px;
	overflow: hidden;
}
#content-inner2 {
	padding: 20px 0px 15px 12px;
	background: url(images/hbg.gif) scroll 0px 10px repeat-x #fff;
	color:#888;
}
.breadcrumb {
	padding-bottom: 0;
	margin-bottom: 15px;
}
h1.title, h2.title, h3.title {
	margin: 0;
}

h1.title {
	margin-bottom: 10px;
}

div.messages {
	margin: 0 1em 5px;
	border: 2px solid #ccc;
	padding: 5px;
	color: #000;
	font-style: italic;
	background: #fff;
}
div.warning {
	border-color: #ff7;
}
div.warning, tr.warning, body.section-admin tr.warning {
	color: #000;
	background: #ffc;
}
div.error {
	border-color: #c00;
}
div.error, tr.error, body.section-admin tr.error {
	color: #900;
	background: #fee;
}
div.admin-dependencies, div.admin-required {
	color: #ccc;
}
.help {
	margin: 1em 0;
}
.more-help-link {
	font-size: 0.85em;
	text-align: right;
}

.item-list .pager {
	clear: both;
	/*margin: 1em 0;*/
	margin: auto;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin-top: 20px;
	background: #F5F5F5;
	text-align: center;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #EEE;
	border-top: 1px solid #DDD;
}

.pager a {
	padding: 0.5em;
	text-align: center;
	padding: 5px 8px;
	margin-right: 5px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	border: 1px solid #EFEFEF;
}

.pager a:hover  {
	padding: 0.5em;
	background: #FAFAFA;
	text-align: center;
	padding: 5px 8px;
	margin-right: 5px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

.pager .pager-current {
	color: #888;
}

.feed-icons {
	margin: 1em 0;
}
#primary-inner {
	border-right: 10px solid #191919;
	border-left: 10px solid #600;
	height: 180px;
	background: #262626;
	display: table;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}
#primary-inner ul {
	display: table-cell;
	vertical-align: bottom;
}
#primary-inner li {
	padding: 0;
}
#primary a {
	margin: 0 -10px;
	width: 225px;
	display: block;
	float: left;
	height: 22px;
	padding: 3px 0 0 15px;
	font-size: 0.9em;
	color: #fff;
}
#primary a:hover {
	border-right: 10px solid #444;
	border-left: 10px solid #700;
	background: #393939;
	width: 215px;
	padding-left: 5px;
}

#top-left {
	float: left;
	width: 240px;
	margin-left: 0;
	margin-right: -240px;
	padding: 0;
}

#top-left-inner {
	border-left: 10px solid #191919;
	/*border-right: 10px solid #600;*/
	height: 180px;
	/*background: #262626;*/
	background:url(images/body_bg.jpg) repeat scroll -250px 0 #262626;
	display: table;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	width:100%;
}

#secondary-inner {
	border-left: 10px solid #191919;
	border-right: 10px solid #600;
	height: 180px;
	/*background: #262626;*/
	/*background:url(images/body_bg.jpg) repeat scroll 0 0 #262626;*/
	display: table;
	font-family: Verdana, Sans-Serif;
}
#secondary ul {
	display: table-cell;
	vertical-align: bottom;
	font-size: 1.1em;
	/*font-variant: small-caps;*/
	font-weight: bolder;
	letter-spacing:1px;
}
#secondary li {
	padding: 0;
}
#secondary a {
	margin: 0 -10px;
	width: 225px;
	display: block;
	float: left;
	height: 22px;
	padding: 6px 0 0 15px;
	font-size: 0.7em;
	color: #fff;
	border-left: 10px solid #444;
	/*border-right: 10px solid #700;
	background: #393939;*/
	
}
#secondary a:hover {
	/*border-left: 10px solid #444;
	border-right: 10px solid #700;
	background: #393939;*/
	background: #494949;
	border-left: 10px solid #555;
	border-right: 10px solid #700;
	color: #eee;
	width: 215px;
	padding-left: 15px;
}
#sidebar-left {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}
#sidebar-left-inner {
	border-left: 10px solid #dcdcdc;
	border-right: 10px solid #dcdcdc;
	width: 185px;
	padding: 15px;
	/*background: #262626;*/
	background: #f6f6f6;
	color: #878;
}
#sidebar-right {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}
#sidebar-right-inner {
	border-right: 10px solid #191919;
	border-left: 10px solid #222;
	width: 190px;
	padding: 15px;
	background: #262626;
}
#footer-inner {
	/*background: #222;*/
	border-top: 1px solid #ddd;
	color: #888;
	padding: 25px;
	font-size: 0.9em;
}
.node {
	margin: 0 0 10px;
}
.node-mine {
	margin-bottom: 30px;
}
.node-unpublished div.unpublished, .comment-unpublished div.unpublished {
	height: 0;
	overflow: visible;
	color: #d8d8d8;
	text-transform: uppercase;
	text-align: center;
	word-wrap: break-word;
	font: bold 75px/1 Impact, "Arial Narrow", Helvetica, sans-serif;
}
.node h2.title {
	padding: 5px 45px 4px 15px;
	border-left: 5px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: url(images/header-bg.png) repeat scroll 0 -50px #900;
}
.node h2 a {
	color: #f5f5f5;
}

.marker {
	color: #c00;
}
.node.node-unpublished .picture, .comment.comment-unpublished .picture {
	position: relative;
}
.node div.links {
	margin: 1em 0;
	clear: both;
}
ul.links {
	margin: 0;
	padding: 0;
}
ul.links.inline {
	display: inline;
}
ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}
#comments {
	margin: 1em 0;
}

.comment div.links {
	margin: 1em 0;
}
.block {
	margin-bottom: 1em;
	display:block;
	width:190px;
}
.block h2.title {
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: -1px;
	border-bottom: 1px #CCC dotted;
}
#search-block-form {
	margin-top: 5px;
	width:100%;
}

#search-block-form .form-text {
	width: 60%;
	height: 20px;
	font-size: 0.8em;
	padding: 4px 5px 0 5px;
}

/*
#search-block-form .form-text {
	background: url('images/search.png');
	border: 0;
	width: 79px;
	height: 20px;
	font-size: 12px;
	color: #ccc;
	padding: 4px 15px 0 25px;
}
#search-block-form .form-submit {
	background: url('images/search_submit.png');
	border: 0;
	width: 62px;
	height: 24px;
	font-size: 12px;
	color: #ccc;
	padding: 0 5px 4px;
}*/
.error {
	color: #c00;
}
.more-link {
	text-align: right;
}
#user-login-form {
	text-align: left;
}
tr.even, tr.odd {
	border-bottom: none;
	padding: 0;
}
td.active {
	/*background: transparent;*/
	background-color: #eee;
}
td 
{
	padding-left: 20px;
}
li a.active {
	color:#DA3B3B;
}
li.collapsed {
	list-style-image: url('images/menu-collapsed.png');
}
li.expanded {
	list-style-image: url('images/menu-expanded.png');
}
li.leaf {
	list-style-image: url('images/menu-leaf.png');
}
.form-item, .form-checkboxes, .form-radios {
	margin: 1em 0;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
	border: 2px solid #c00;
}
.form-item label {
	display: block;
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 0.9em;
}
.form-item label.option {
	display: inline;
	font-weight: normal;
}
.form-required {
	color: #c00;
}
.form-item .description {
	font-size: 0.85em;
}
.form-checkboxes .form-item, .form-radios .form-item {
	margin: 0.4em 0;
}
.container-inline div, .container-inline label {
	display: inline;
}
.tips {
	margin: 0;
	padding: 8px 0 0 16px;
	font-size: 0.9em;
}
.section-admin tbody {
	border-top: 1px solid #ccc;
}
.section-admin th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
.section-admin tbody th {
	border-bottom: 1px solid #ccc;
}
.section-admin thead th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
tr.even, tr.odd {
	border-bottom: 1px solid #ccc;
	padding: 0.1em 0.6em;
} 
tr.odd {
	/*background: #444;*/
	background-color:#EEEEEE;
}
tr.even {
	background: transparent;
}
span.clear {
	display: block;
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
	margin-bottom: -1px;
}
.node-top {
	/*background: #444;
	border: 1px #555 solid;*/
	padding: 0.3em;
	font-size: 0.9em;
}
.resizable-textarea .grippie {
	border-width: 0 2px 2px;
	border-style: solid;
	border-color: #777;
	background: #ddd;
}
.tabs ul.primary li a {
    background: transparent;
    border: 1px dotted #CCC;
}

.tabs ul.primary li.active a {
background: #fbfbfb;
border-color:#BBBBBB #BBBBBB #FFFFFF;
border-style:solid;
border-width:1px;
}

.tabs ul {
    border-bottom: 1px dotted #ccc;
}

div.center {
	width: 100%;
	text-align: center;
}

pre.console {
	font: 11px verdana, monotype;
	font-weight: bolder;
	white-space: pre;
	background-color: #000;
	border: 1px solid #CCC;
	color: #eee;
	display: block;
	margin: 0.5em;
	overflow: auto;
	padding: 0.5em;
}

#content p {	text-align: justify; }

#user-login-form li.openid-link, #user-login-form li.user-link, #user-login li.openid-link, #user-login li.user-link {
	margin-top: 15px;
}

div#block-search-0 {	width: 100%; }

#edit-search-block-form-1-wrapper label {	display: inline; }

.comment_forbidden { background: url('images/comment-bg.png') repeat-x; }

.book-navigation { background: #fdfdfd url(images/hbg.gif) repeat-x scroll 0px 0px; }

/**
 * Special image mapping
 */
/*blockquote {
  padding: 0 24px 0 0;
  background: url(icons/blockquote.png) right top no-repeat;
}*/
.comment-new h3.title {
  float: right;
  background: url(icons/new.png) left center no-repeat;
  padding: 2px 0 2px 20px;
}
.meta .editlink {
  float: left;
  background: url(icons/pencil.png) left center no-repeat;
}
/*.meta .submitted */ 
.submitted {
  background: url(icons/date.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
  margin-top: 4px;
  margin-bottom: 4px;
}
div.taxonomy {
  background: url(icons/tag_red.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.blog_usernames_blog {
  background: url(icons/user.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.book_add_child {
  background: url(icons/book-add.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.print_html,
ul.links li.book_printer {
  background: url(icons/printer.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.print_mail {
  background: url(icons/email.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.print_pdf {
  background: url(icons/page_white_acrobat.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.comment_forbidden {
  background: url(icons/comment.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.comment_new_comments,
ul.links li.comment_reply,
ul.links li.comment_add {
  background: url(icons/comment_add.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.comment_delete {
  background: url(icons/comment_delete.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.comment_edit {
  background: url(icons/comment_edit.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.comment_comments {
  background: url(icons/comments.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.node_read_more {
  background: url(icons/arrow_down.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.statistics_counter {
  background: url(icons/chart_curve.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}
ul.links li.upload_attachments {
  background: url(icons/attachment.png) left center no-repeat;
  padding: 2px 18px 2px 22px;
}

span.help {
	background: url(icons/help.png) left center no-repeat;
  padding: 4px 10px 4px 34px; font-weight: bold; background-position-x: 4px;}

.page-academy div#content-area div.item-list li {
	background: url(icons/book.png) left center no-repeat;
	padding: 4px 26px 4px 32px; 
}

.node-inner { margin-bottom: 48px; padding-right: 32px; }
div.node-inner div.links { background-color: #fafafa; }

div.sticky.node-teaser {background: url(icons/nodes/sticky.png) right top no-repeat;}
div.node-teaser.node-type-books {background: url(icons/nodes/node-type-books.png) right top no-repeat;}
div.node-teaser.node-type-project_release {background: url(icons/nodes/node-type-project_release.png) right top no-repeat;}
div.node-teaser.node-type-story {background: url(icons/nodes/node-type-story.gif) right top no-repeat;}

#comments-title {
	background: url(icons/comment-title.png) left center no-repeat;
	padding: 4px 26px 4px 40px;
}

div.comment-inner h3.title
{
	padding: 0;
	font-size: 0.85em;
}

.project-new {
  background: url(icons/new.png) right center no-repeat;
  padding: 3px 40px 3px 0px;
}

.new {
	color: #c00;
	background: url(icons/new_.png) right center no-repeat;
	padding: 3px 40px 3px 0px;
}

.project-title { font: normal normal normal 1.5em/normal Helvetica, Arial, sans-serif; text-shadow: #FCC 1px 1px 2px; }

h3.extension {
  background: #888 url(icons/plugin.png) left center no-repeat;
  padding: 2px 4px 2px 36px;
  background-position-x: 4px;
}

h3.extension sub, sup{
  font-size: 0.5em;
}

div.book-navigation ul.menu { padding-top: 40px; margin-bottom: 40px; }

div.comment-inner h3.title { background: none; }
div.comment-inner div.submitted { font-size: 0.8em; }
div.comment-inner {border-left: 4px solid #CCC; padding-left: 20px; padding-top: 10px; background: #FDFDFD url(images/hbg.gif) repeat-x scroll 0px 0px;}

/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */
		
		.easy-accordion{display:block;position:relative;overflow:hidden;padding:0;margin:0}
		.easy-accordion dt,.easy-accordion dd{margin:0;padding:0}
		.easy-accordion dt,.easy-accordion dd{position:absolute}
		.easy-accordion dt{margin-bottom:0;margin-left:0;z-index:5;/* Safari */ -webkit-transform: rotate(-90deg); /* Firefox */ -moz-transform: rotate(-90deg);-moz-transform-origin: 20px 0px;  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);cursor:pointer;}
		.easy-accordion dd{z-index:1;opacity:0;overflow:hidden}
		.easy-accordion dd.active{opacity:1;}
		.easy-accordion dd.no-more-active{z-index:2;opacity:1}
		.easy-accordion dd.active{z-index:3}
		.easy-accordion dd.plus{z-index:4}
		.easy-accordion .slide-number{position:absolute;bottom:0;left:10px;font-weight:normal;font-size:1.1em;/* Safari */ -webkit-transform: rotate(90deg); /* Firefox */ -moz-transform: rotate(90deg);  /* Internet Explorer */ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
		 
		 
		/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */
		
		dd p{line-height:120%}
					
		#accordion{width:700px;height:195px;padding-top:30px;padding-bottom:30px;background:#fff; margin: auto;}
		#accordion h2{font-size:1.5em;margin:0px}
		#accordion dl{width:700px;height:195px}	
		#accordion dt{height:56px;line-height:44px;text-align:right;padding:10px 15px 0 0;font-size:1.1em;font-weight:bold;font-family: Tahoma, Geneva, sans-serif;text-transform:uppercase;letter-spacing:1px;background:#fff url(images/slide-title-inactive-2.jpg) 0 0 no-repeat;color:#990000}
		#accordion dt.active{cursor:pointer;color:#fff;background: url(images/header-bg.png) repeat scroll 0 -30px #900}
		#accordion dt.hover{color:#994444;}
		#accordion dt.active.hover{color:#fff}
		#accordion dd{padding:25px;background:url(images/slide.jpg) bottom left repeat-x;border:1px solid #dadada;border-left:0;margin-right:3px}
		#accordion .slide-number{color:#994444;left:10px;font-weight:bold}
		#accordion .active .slide-number{color:#fff}
		#accordion dd img{float:right;margin:0 0 0 30px;position:relative;top:-20px}