fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */





#logo a {overflow:hidden;}
#logo span {padding-left:3000px;}

/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(../img/tree0000.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(../img/tree-bot.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(../img/tree0000.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right; /* LTR */
  padding-left: 0.25em; /* LTR */
  clear: right; /* LTR */
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right; /* LTR */
}
.more-help-link {
  font-size: 0.85em;
  text-align: right; /* LTR */
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc; /* LTR */
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../img/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px; /* LTR */
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../img/menu-exp.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(../img/menu-col.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../img/grippie0.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../img/draggabl.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../img/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right; /* LTR */
}
.progress-disabled {
  float: left; /* LTR */
}
.ahah-progress {
  float: left; /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../img/throbber.gif) no-repeat 0px -18px;
  float: left; /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}

/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
  font-weight: bold;
}

/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
  font-weight: bold;
}

/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px; /* LTR */
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px; /* LTR */
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}



ul.menu {
  list-style: none;
  border: none;
  text-align:left; /* LTR */
}
ul.menu li {
  margin: 0 0 0 0.5em; /* LTR */
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../img/menu-exp.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../img/menu-col.png); /* LTR */
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../img/menu-lea.png);
  padding: 0.2em 0.5em 0 0; /* LTR */
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}






body {
  margin: 0;
  padding: 0;
  background:url(../img/tail0000.gif) repeat-x 50% 0 #242424;
  font:normal 11px Arial;
  color: #657172;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #657172;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #657172;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Tahoma;
}

h1, .h1 {
  font-size: 170%;
}

h2, .h2 {
  font-size: 13px;
  line-height: 17px;
  color:#4c4a2f;
  font-weight:bold
}

h3, .h3 {
  font-size: 140%;
}

h4, .h4 {
  font-size: 130%;
}

h5, .h5 {
  font-size: 120%;
}

h6, .h6 {
  font-size: 110%;
}

h1 {padding:5px 0px 4px 22px; background:url(../img/title_bg.gif) no-repeat 0px 4px;}
.c2 h2, .c2 .h2	{
	color:#000 !important;
	font-size:13px;
	font-weight:bold;
	background:url(../img/title_bg.gif) no-repeat 0px 4px;
	padding:5px 0px 4px 22px;	
}
.c1 h2, .c1 .h2	{padding:5px 0px 5px 22px;}
h2 a, .h2 a	{
	color:#4c4a2f !important;
	font-size:14px;
}
ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #9f2802;
  text-decoration: none;
}

a:hover {
  color: #9f2802;
  text-decoration: underline;
}

a:active, a.active {
  color: #9f2802;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin:0px 0px 0px 0px;; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
   margin:0px 0px 0px 0px;/* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding:0px 0px 0px 20px;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(../img/bullet_l.gif) no-repeat 0px 4px; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(../img/bullet_d.gif) no-repeat 0px 4px; /* LTR */
}

ul li.collapsed {
   background: transparent url(../img/bullet_l.gif) no-repeat 0px 4px; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
  color:#4b4b4b;
  font-size:11px
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(../img/task-lis.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../img/watchdog.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  width: 100%;
  border-collapse:collapse;
  border:0px;
}
tbody {
	border:none
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
  padding:0px 1px 0px 0px;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding:0px 0px 0px 0px;
  vertical-align:top;
  
}

tr.even, tr.odd, tbody th {
  
}

tr.odd, tr.info {
  background-color: none;
}

tr.even {
  background-color: none;
}

tr.drag {
  background-color: none;
}

tr.drag-previous {
  background-color: none;
}
tr.odd td {
  
}
tr.odd td.active {
  background-color:none;
}

tr.even td.active {
  background-color:none;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #aab7c5;
  background-color:none;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 13px;
  color: #000000;
  display:block;
  padding:5px 0px 10px 15px;
  margin:0px 0px 0px 22px;
  background:url(../img/submited.gif) no-repeat 0 7px;
}

.description {
  line-height: 150%;
  padding:0px 0px 0px 15px !important;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin:0px 0px 10px 0px; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
  background: #d2e6f3 url(../img/bg-navig.png) repeat-x 50% 100%;
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin:0px 0px 0px 0px;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
  background:none !important;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2, #header-region .h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region .h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
  
}

#wrapper #container {
	padding:0px 0px 0px 0px;
}

#wrapper #container #header {
  height: 80px;
}

#wrapper #container #header #logo-floater {
  position: absolute;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #container #header h1 img {
  padding-top: 16px;
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 60px 0 5em;
  width: 210px;
  float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
}
.block 	{background:url(../img/whosonli.gif); width:223px; margin:0px 0px 7px 0px;}
.block div	{background:url(../img/whosonlj.gif) no-repeat 0 bottom;}
.block div div {background:url(../img/whosonlk.gif) no-repeat 0 0; width:100%}
.block div div div {background:none; width:auto}
.block .content {background:none}
.block h2, .block .h2	{
	color:#242424;
	font-size:19px;
	padding:18px 0px 10px 26px;
	width:197px;
}
.block ul {
	padding:6px 0px 0px 0px;
}
.block ul li {
	background:url(../img/whosonll.gif) no-repeat 0 7px;
	padding:7px 0px 8px 21px;
}
.block ul li a {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline
}
.block ul li a:hover {
	text-decoration:none;
}

.block .content {
  margin:0px 0px 0px 0px;
  padding:11px 9px 10px 20px;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background:none !important;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
  margin:0px 0px 0px 0px;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  background: #fff url(../img/bg-conte.png) repeat-x 50% 0;
  position: relative;
}

#wrapper #container #center .right-corner {
  background: transparent url(../img/bg-conte.png) no-repeat 100% 0;
  position: relative;
  left: 10px;
}

#wrapper #container #center .right-corner .left-corner {
  padding: 60px 25px 5em 35px;
  background: transparent url(../img/bg-conte.png) no-repeat 0 0;
  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 4em 0 -3em;
  color: #898989;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

.breadcrumb {
  font-size: 12px;
}
	
.breadcrumb, .breadcrumb a {
  color: #ff9f00 !important;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
 #topmenu { padding-left:10px}
#topmenu ul {
  margin: 0;
  padding:22px 0px 0px 0px;
  float: left; /* LTR */
  position: relative;
  z-index: 4;
}

#topmenu ul li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background:url(../img/topmenu_.gif) no-repeat right 50%
}
#topmenu ul li.last { background:none;}

#topmenu ul li a, #topmenu ul li a:link, #topmenu ul li a:visited {
  display: block;
  margin:0px 0px 0px 0px;
  padding:0px 6px 0px 6px;
  color: #010101;
  font-size:12px;
  font-weight:bold;
  background:none;
}

#topmenu ul li a:hover, #topmenu ul li.active a {
  color: #fd5100;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}
ul.tabs {
	
}

ul.tabs li	{
	background:url(../img/tabs_top.gif) repeat-x 0 0 #f2f2f2;
	display:block;
	float:left;
}
ul.tabs li span	{
	background:url(../img/tabs_lef.gif) no-repeat 0 0;
	display:block
}
ul.tabs	li span span {
	background:url(../img/tabs_rig.gif) no-repeat right 0;
	text-align:center;
	padding:4px 20px 4px 20px;
	display:block;
}
ul.tabs	li a {
	color:#535353 !important;
	font-size:13px;
	font-weight:bold;
	background:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:block;
}
ul.tabs	li a:hover {
	color:#ff6100 !important;
	margin:0px 0px 0px 0px;
}
#tabs-wrapper {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  position: relative;
  border-bottom:1px solid #cbcbcb
}
ul.primary {
  padding:10px 0px 1px 0px;
  margin:6px 0px 0px 0px;
   /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin:10px 0px 0px 0px;
  padding:0px 0px 0px 10px;
}
h2.with-tabs, .with-tabs {
 color:#fff
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  padding:0px 0px 0px 0px;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  background:none;
  border:none;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  color: #ff6100 ;
  font-weight:bold;
}
ul.primary li.active a {
	background:none !important;
	border:none;
	display:block;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: normal;
}

table.sticky-enabled td{
	padding:2px 0px 2px 5px;
}

/**
 * Nodes & comments
 */
.node {
  margin: 0px 0px 0px -26px;
  padding:0px 0px 10px 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}
div.links	{
	padding:0px 0px 0px 20px;}
.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 15px;
}
.node .links ul.links li a {
	color:#ff6100;
	font-size:13px;
	font-weight:bold;
	padding:2px 0px 0px 0px;
}
.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #000;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(../img/gradient.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(../img/gradient.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(../img/bg-bar-w.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(../img/bg-bar00.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(../img/gradient.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(../img/menu-exp.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(../img/menu-col.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
   /* LTR */
}

#block-node-0 img, .feed-icon {
  padding-top: 4px; margin:0px 0px 0px 5px;
}

#block-node-0 .content {
  padding:5px 15px 5px 0px;
}


#block-user-2 {
}
/**
 * Login Block
 */
#user-login-form {
  text-align: left;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding:0px 0px 10px 0px;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(../img/gradient.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}
.taxonomy {
	padding:0px 0px 0px 22px;}
/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

#block-user-1	{background:url(../img/navigati.jpg) no-repeat 0 bottom #242424; width:223px; margin:0px 0px 6px 0px;}
#block-user-1 div	{background:url(../img/navigatj.jpg) no-repeat 0 0;}
#block-user-1 div div {background:url(../img/spacer00.htm)}
#block-user-1 .content {background:none}
#block-user-1 h2, #block-user-1 .h2	{
	color:#242424 !important;
	font-size:19px;
	padding:18px 0px 10px 26px;
	width:197px
}
#block-user-1 ul {
	padding:6px 0px 0px 0px;
}
#block-user-1 ul li {
	background:url(../img/navigati.gif) no-repeat 0 6px;
	padding:7px 0px 8px 30px;
}
#block-user-1 ul li a {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline
}
#block-user-1 ul li a:hover {
	text-decoration:none;
}
#block-user-1 ul li.active a {
	text-decoration:none;
	color:#ffc800;
}

#block-user-2	{background:url(../img/whosonli.gif); width:223px}
#block-user-2 div	{background:url(../img/whosonlj.gif) no-repeat 0 bottom;}
#block-user-2 div div {background:url(../img/whosonlk.gif) no-repeat 0 0}
#block-user-2 div div div {background:none}
#block-user-2 .content {background:none}
#block-user-2 h2, #block-user-2 .h2	{
	color:#242424;
	font-size:19px;
	padding:18px 0px 10px 26px;
	width:197px
}
#block-user-2 ul {
	padding:6px 0px 0px 0px;
}
#block-user-2 ul li {
	background:url(../img/whosonll.gif) no-repeat 0 7px;
	padding:7px 0px 8px 21px;
}
#block-user-2 ul li a {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline
}
#block-user-2 ul li a:hover {
	text-decoration:none;
}
#block-user-0	{background:url(../img/userlogi.gif) no-repeat 0 bottom #fd7e03; width:223px; margin:0px 0px 6px 0px;}
#block-user-0 div	{background:url(../img/userlogj.gif) no-repeat 0 0;}
#block-user-0 div div {background:url(../img/spacer00.htm)}
#block-user-0 .content {
	background:none;
	font-size:12px;
	color:#fff;
}
#block-user-0 .form-text{
	width:171px !important;
	height:16px
}
#block-user-0 h2, #block-user-0 .h2	{
	color:#fff;
	font-size:19px;
	padding:18px 0px 10px 26px;
	width:197px
}
#block-user-0 ul {
	padding:0px 0px 0px 0px;
}
#block-user-0 ul li {
	background:url(../img/navigati.gif) no-repeat 0 6px;
	padding:2px 0px 0px 30px;
}
#block-user-0 ul li a {
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}
#block-user-0 ul li a:hover {
	text-decoration:none;
}
#block-user-3 {
	font-family:Arial;
	font-size:12px;
	color:#505050;
}
#block-user-3 h3	{
	color:#ff6100;
	font-size:13px;
	font-weight:bold;
	font-family:Arial;
}
/*------------------------------------------*/
#main	{
	width:746px;
	margin:auto;
	padding:30px 0px 0px 0px;
}
.clr	{clear:both}
.width	{width:100%}

#header .bg1	{
	background:url(../img/header_r.jpg) no-repeat right 0
}
#header .bg2	{
	background:url(../img/header_l.jpg) no-repeat 0 0; height:200px}

#logo	{ padding:80px 0 0 40px; height:52px;}
#logo a	{ background:transparent url(../img/logo.gif) no-repeat scroll 0 0; height:95px; display:block; height:129px; width:270px; margin:-76px 0px 0px 385px; }
#logo .slogan	{ font-size:18px; font-style:italic; font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif; color:#fff;}
#topmenu	{height:57px}
#mid		{height:17px}
#pathway	{margin:0px; padding:0; color:#ccc; line-height:1.5}
#pathway a { color:#ffad00;}
#pathway span { font-weight:bold;}



.c_tl		{background:url(../img/c_tl0000.gif) no-repeat 0 0}
.c_tr		{background:url(../img/c_tr0000.gif) no-repeat right 0 }
.c_bl		{background:url(../img/c_bl0000.gif) no-repeat 0 bottom}
.c_br		{background:url(../img/c_br0000.gif) no-repeat right bottom; width:100%}
.c_br .space{padding:14px 16px 15px 16px; overflow:hidden; zoom:1;}
.c_t		{background:url(../img/c_t00000.gif) repeat-x 0 0 #fff}
.c_l		{background:url(../img/c_line00.gif) repeat-y 0 0}
.c_r		{background:url(../img/c_line00.gif) repeat-y right 0}
.c_b		{background:url(../img/c_line00.gif) repeat-x 0 bottom}

.c2	.c_tl	{background:url(../img/c2_tl000.gif) no-repeat 0 0 #f2f2f2}
.c2	.c_tr	{background:url(../img/c2_tr000.gif) no-repeat right 0 }
.c2	.c_bl	{background:url(../img/c2_bl000.gif) no-repeat 0 bottom}
.c2	.c_br	{background:url(../img/c2_br000.gif) no-repeat right bottom;}
.c2	.c_br .space	{padding:22px 26px 22px 26px;}
.c2 .content{padding:0px 19px 0px 22px; color:#535353; font-size:13px; line-height:18px}
.c2 .content img {margin:5px 10px 5px 0px;}

.c1			{width:232px; float:left;}
.c2			{overflow:hidden; zoom:1;}
.c1 .space	{padding:0px 9px 0px 0px;}
.c2 .space	{padding:45px 60px 15px 30px;}

.title_bg	{background:url(../img/title_bg.gif) repeat-x 0 0 #323232; margin:0px 0px 8px 0px; width:100%}
.title_tl	{background:url(../img/title_tl.gif) no-repeat 0 0;}
.title_tr	{background:url(../img/title_tr.gif) no-repeat right 0}
.title_bl	{background:url(../img/title_bl.gif) no-repeat 0 bottom}
.title_br	{background:url(../img/title_br.gif) no-repeat right bottom; padding:12px 0px 12px 0px; width:100%}	
h1 {color:#fff; font-size:16px; font-family:Arial}
.title_br h2.title a, h2.title, .title_br h2, .title_br .h2 {color:#fff !important; font-size:13px; font-family:Arial}
.title_br .space	{padding:6px 0px 20px 0px !important; width:100%}

.pillow		{height:25px}

.li li		{
	border-bottom:1px solid #d2d2d2;
	padding:3px 0px 3px 0px;
}
.li li a	{
	background:url(../img/li_bg000.gif) no-repeat 3px 5px;
	padding:0px 0px 0px 19px;
	color:#535353;
}
/*--------------------------------------------------------------------*/
#search		{width:246px; float:right}
#search-theme-form #edit-search_theme_form_keys {
	width:154px;
	height:16px;
	border:1px solid #585858;
	background:#f4f4f4;
	margin:8px 0px 7px 0px;
}
#search-theme-form input {
	font-size:11px;
	font-family:tahoma;
	height:21px;
	vertical-align:middle;
	background:url(../img/search_b.gif) no-repeat 0 0;
	border:none;
	width:69px;
	height:22px;
}

#search-theme-form div {padding:10px 0px 15px 0px;}
#search-theme-form .box_bot {
	padding:5px 0px 5px 0px;
}
#footer h2, #footer .h2	{
	color:#c2ccb7;
	font-size:11px;
	font-weight:normal;
}
#footer .space	{
	padding:6px 0px 0px 15px;
}
#footer div, #footer div div, #footer div div div {background:none; width:auto}

#book-outline	{min-width:inherit}
.bord	{border:1px solid #585858; border-right:none}
#system-themes-form {width:auto}
#system-themes-form h2, #system-themes-form .h2	{background:none; padding:0px 0px 0px 3px;}
thead.tableHeader-processed {
	background:url(../img/tableHea.gif) repeat-x
}
thead.tableHeader-processed th {
	padding:7px 0px 7px 5px;
}
.compact-link {
	padding:0px 0px 0px 10px;}


.active { font-weight:bold;}

.topcasinos { width:100%; border:1px solid #ccc; margin:12px 0;}
.topcasinos td { padding:6px 3px; vertical-align:middle;}
.topcasinos .even td {background-color: #f6faff;}
.topcasinos thead td { background-color:#ccc; color:#fff; font-weight:bold}
.topcasinos .rank { width:18px; text-align:right;}
.topcasinos .pic { width:16px; padding:0; }
.topcasinos .name { font-size:10pt;}
.topcasinos .us { text-align:center;}
.topcasinos .bonus { text-align:center;}
.topcasinos .match { text-align:center;}
.topcasinos .review { text-align:center;}
.topcasinos .piclink { display:block; width:16px; height:16px; overflow:hidden; background-position:0 0; background-repeat:no-repeat;}
.topcasinos .piclink span {display:block; padding-top:17px;}
