
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
  background: transparent;
}

html,body {

  height: 100%;
  line-height: 17px;
}

body {
  behavior: url('iehover.htc'); / * Do not remove or modify */
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------------------------
 * GENERAL
 *----------------------------------------------------------------------*/

/* Links */
a, a:visited {
  text-decoration: none;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  
  line-height: 1.4em;
  margin-bottom: 5px;
  margin-top: 5px;
}

h1 {
  font-size: 16px;
  margin-bottom: 20px;
  display: block;

}

h2 {
  font-size: 14px;
  font-weight: 600;
  padding-top: 13px;
  text-transform:uppercase;

}

h3 {
font-size:11px;
font-weight:bold;
padding-top:-2px;
text-transform:uppercase;
}

h4 {
   font-size: 12px;
  font-weight: 600;
  padding-top: 13px;
  text-transform:uppercase;
}

h5 {
  font-size: 12px;
  font-weight: 600;
  padding-top: 13px;
  text-transform:uppercase;
}

/* General Tags */
p {
  padding: 6px 0 6px 0;
}

.sidebar p
{ padding: 0;}

blockquote,cite {
  clear: both;
  display: block;
}

code, pre {
  font-size: .9em;
}

caption {
  text-align: left;
}

acronym, abbr {
  border-bottom: 1px dotted;
}

acronym:hover, abbr:hover {
  cursor: help;
}

/* Tables 
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  
  width: 100%;
  margin: 5px 0;
}

table caption {
  font-size: 1.4em;
  line-height: 1.6em;
}

th {
  border: none;
 
  
  padding: 4px 2px;
  font-size: 10px;
}

thead th {
  border-bottom: none;
 font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

td {
  border: none;
  
  
  padding: 0px;
padding: 5px 5px 0 5px;

  
}


/*.table-wrapper {
  overflow: auto;
}

.node .table-wrapper,
.view .table-wrapper {
  overflow: visible;
}

.table-wrapper table {
  margin: 10px .2%;
  width: 99.5%;
}

table.package,
#tracker table {
  width: 99.5%;
}

td.menu-disabled {
  border-bottom: 1px solid;
}

tr.even,tr.odd {
  border-bottom: none;
  padding: 0;
}
*/
/* Lists */
ul,ol {
  clear: both;
  list-style-image:url("clist_bullet.jpg");
  margin-left:30px;
}

dl {
  width: 100%;
  margin: 10px 0;
}

dt {
  font-weight: 400;
  padding: 2px 0;
  border: none;
}

dd {
  margin: 0;
  padding: 10px 0;
}

/*------------------------------------------------------------------------
 * LAYOUT
 *----------------------------------------------------------------------*/
 
#wrapper {
  height: auto !important;
  
  width: 900px;
  margin: 0 auto -5em;
}

#footer {
  clear: both;
  font-size: .95em;
  height: auto;
  min-height: 5em;
  text-align: center;
  width: 900px;
  margin: 0 auto;
  padding: 2.6em 0 1em;
}

/* Rounded corners in footer */
.bottom {
  /* height: 16px;
  clear: both;*/ 
}

.bottom span {
  position: relative;
  height: 16px;
  display: inline-block;
  line-height: 16px;
}

.bottom .fl {
  /* float: left;
  background: url('images/bg-footer-bl.png') no-repeat left bottom;
  width: 25px;*/
}

.bottom .middle {
  /* float: left;
  width: 910px;
  z-index: 99;*/
}

.bottom .fr {
  /* background: url('images/bg-footer-br.png') no-repeat right bottom;
  width: 25px;
  float: left;
  z-index: 100;*/
}

#sidebar-left,
#sidebar-right {
  overflow: hidden;
}

/* Both Sidebars */
.both #sidebar-left {
  width: 167px;
  float: left;
}

.both #main {
  width: 626px;
  float: left;
}

*html .both #main {
  width: 625px;
  float: left;
  overflow:hidden;
}

.both #sidebar-right {
  width: 167px;
  float: right;
  overflow:hidden;
}

/* Left Sidebar */
.left #sidebar-left {
  width: 167px;
  float: left;
}

.left #main {
  width: 793px;
  float: left;
}

/* Right Sidebar */
.right #main {
  width: 793px;
  float: left;
}

.right #sidebar-right {
  width: 167px;
  float: right;
}

/* No Sidebar */
.no-sidebar #main {
  width: 95%;
  margin: 0 auto;
}

/* General */
.container {
  clear: both;
}

#content {
  clear: both;
}

.push {
  clear: both;
  height: 5em;
}

.main-inner {
  padding: 0px 20px;
/*  height:750px;
overflow:auto;*/

}

.sidebar .inner {
  padding: 15px 0px 2px 0px;
  
  background-color:#f6f6f6;
}

#content-top,
#content-bottom {
  clear: both;
  margin: 25px 0;
}

/* height must match .push margin top vertical total     */
#page-title {
  display: block;
  padding-right: 16px;
  text-align: right;
  line-height: 2em;
}

#header #site-name {
  display: block;
  font-size: 3.7em;
  line-height: normal;
  margin-left: 15px;
  padding: 10px 0;
}

#header img.logo {
  display: block;
  float: left;
  margin: 0px;
  padding-left: 30px;
  
}

#header #slogan {
  clear: left;
  float: left;
  font-style: italic;
  margin: 0 0 0 15px;
}

/* Primary Navigation (sources)
 * Administration Menu
 * http://drupal.org/project.admin_menu
 * Sons of suckerfish
 * http://www.htmldog.com/articles/suckerfish
 */
#navigation {
  width: 100%;
  clear: both;
  min-height: 3em;
  
}

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 3em;
  z-index: 1000;
  position: static;
}

#navigation ul a {
  display: block;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
}

#navigation ul ul {
  border: 1px solid #666;
  border-top: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 16em;
}

#navigation li {
  float: left;
  line-height: 3em;
  margin: 0 !important;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  border-left: 1px solid #666;
}

#navigation li.expanded  {
  padding-right: .65em;
  background-image: none;
}

#navigation li.expanded:hover {
  padding-right: 0;
}

#navigation li.expanded:hover a {
  padding: 0 1.25em 0 1.93em;
}

#navigation li:first-child {
  border-left: none;
}

#navigation li li:first-child {
  border: none;
}

#navigation li li {
  border: 0;
  line-height: 2.65em;
}

/* second-level lists */
#navigation li ul {
  position: absolute;
  margin: 0;
  width: 16em;
  left: -999em;
}

/* third-and-above-level lists */
#navigation li li.expanded ul {
  margin: -2.65em 0 0 16em!important;
}

#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li:hover ul ul ul ul,
#navigation li:hover ul ul ul ul ul,
#navigation li.sfhover ul ul,
#navigation li.sfhover ul ul ul,
#navigation li.sfhover ul ul ul ul,
#navigation li.sfhover ul ul ul ul ul {
  left: -999em;
}

/* lists nested under hovered list items */
#navigation li:hover ul,
#navigation li li:hover ul,
#navigation li li li:hover ul,
#navigation li li li li:hover ul,
#navigation li li li li li:hover ul,
#navigation li.sfhover ul,
#navigation li li.sfhover ul,
#navigation li li li.sfhover ul,
#navigation li li li li.sfhover ul,
#navigation li li li li li.sfhover ul {
  left: auto;
}

/* Layout options
 * Alignment from theme settings */
/* Credit: CSS Play, Centering Floats: http://www.cssplay.co.uk/menus/centered.html */

#navigation del {
  text-decoration: none;
}

#navigation .wrap-center {
  margin: 0 auto;
  display: table;
}

#navigation .wrap-left {
  float: left;
}

#navigation .wrap-right {
  float: right;
}

/*------------------------------------------------------------------------
 * GENERAL
 *----------------------------------------------------------------------*/

/* Breadcrumbs */
.breadcrumb {
	float:left;
  margin: 0 0 10px;
}

/* Mission */
.mission {
  border: 1px solid;
  margin: 5px 0 15px 0;
  padding: 15px;
}

/* Node Title */
#main h1.title {
  font-style: normal;
  font-variant: normal;
  font-weight: 600;

  line-height: 120%;
  margin: 0;
font-size:14px;

}

/*------------------------------------------------------------------------
 * CONTENT REGIONS (content_top, content_bottom)
 *----------------------------------------------------------------------*/
 
#main div.block {
  border: none;
  margin: 0;
  padding: 0;
}
*#main .block .title {
	
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
padding-top: 10px

}



#main .block .content {
  padding: 0px;
}

/*------------------------------------------------------------------------
 * NODES
 *----------------------------------------------------------------------*/

.node {
  clear: both;
  display: block;
  margin: 0 0 8px;
  padding: 0px;
}

.node-sticky {
  border: 1px dotted;
}

.node .info p {
  margin: 0;
  padding: 0;
}

.node .info .btn-tags {
  float: left;
  position: relative;
}

.node .info .picture {
  float: left;
  margin: 0 10px 5px 0;
}

.node .content {
  padding: 5px 0 5px;
  clear: both;
}

.node .content dl {
  border-bottom: 1px solid;
  width: 100%;
  margin: 10px 0;
}

.node .content dt {
  border: 1px solid;
  font-weight: 700;
  padding: 4px 0 4px 8px;
}

.node .content dd {
  border-left: 1px solid;
  border-right: 1px solid;
  margin: 0;
  padding: 10px;
}

.node .content ol {
  list-style-type: decimal;
  margin: 0 0 0 35px;
}

.node .content ul {
  list-style-type: disc;
  margin: 0 0 0 35px;
}

.node .content li {
  padding: 2px 0;
}
/*------------------------------------------------------------------------
 * Button style node links
 *-----------------------------------------------------------------------*/
.btn-links,
.btn-tags {
  clear: both;
  margin: 10px 0 0 0;

}

.buttons {
  padding:0;
  margin:0;
  list-style:none;
  display: inline;
}

.buttons li {
  display: table-cell;
  padding: 0;
} 

.buttons a.button {
  margin: 0 2px;
  float: left;
  white-space: nowrap;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: lowercase;
}

.buttons em {
  font-style: normal;
  float: left;
  overflow: visible;
  line-height: 1.5em;
  font-size: .95em;
  margin: .3em .2em -.3em .2em;
  display: block;
}

.buttons div.button {
  background: none;
  margin: 0 2px;
  float: left;
  white-space: nowrap;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: lowercase;
}

.buttons div.button div {
  font-style: normal;
  float: left;
  overflow: visible;
  line-height: 1.5em;
  font-size: .95em;
  margin: .3em .2em -.3em .2em;
  display: inline-block;
}

.buttons a.button:hover {
  background-position: top left;
}

.buttons a.button:hover em {
  cursor: pointer;
}

.buttons div a:hover {
  cursor: pointer;
}

.buttons span {
  height: 7px;
  width: 7px;
  float: left;
  position: relative;
}

.buttons .tl {
  background-position: top left;
}

.buttons .tr {
  background-position: top right;
  float: right;
  position: static;
}

.buttons .bl {
  background-position: bottom left;
  clear: left;
  overflow: hidden;
}

.buttons .br {
  background-position: bottom right;
  clear: right;
  float: right;
  position: static;
  overflow: hidden;
}

/* Tag buttons */
.btn-tags {
  clear: right;
}

.btn-tags ul.links li {
  padding: 0 .25em;
}

.btn-tags  a.button {
  background-position: top left;
}

.btn-tags a.button:hover {
  background-position: bottom left;
}

.btn-tags em {
  font-size: .85em;
  overflow: visible;
}

.btn-tags a.button:hover em {
  cursor: pointer;
}
 
/* Comments */
.box {
  clear: both;
}

.box .title {
  display: block;
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 2em;
}

#comments {
  padding: 15px 10px;
}

#comments .box {
  clear: both;
  margin: 25px 0 0 0;
}

.comment {
  border: 1px solid;
  clear: both;
  display: block;
  margin: 0 0 15px 0;
}

.comment .title {
  display: block;
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 2em;
  text-indent: 8px;
}

.comment .title .new {
  padding-left: 4px;
}

.comment .info {
  clear: both;
  display: block;
  font-size: 0.95em;
  padding: 5px 10px;
}

.comment .info .picture {
  display: inline;
  margin: 0 10px;
}

.comment .info .picture img {
  display: inline;
  padding: 0 0 10px 0;
  vertical-align: middle;
}

.comment .content {
  padding: 5px 10px;
}

.comment .links {
  clear: both;
  display: block;
  float: none;
  height: auto;
  line-height: 45px;
  margin: 0;
  padding: 0 0 0 10px;
}

.sidebar .title {
	display: block;
	font-weight: bold;
	letter-spacing: normal;
	text-align: left;
	font-size: 10px;
	padding: 5px 5px 5px 10px; 
}

.sidebar .block .content .title {
  background: none!important;
  border: none!important;
}

.sidebar .block {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
}

.sidebar ul.menu {
  border-bottom: none;
}

.sidebar ul.menu ul,
.sidebar ul.menu ul ul {
  border: none;
}

.sidebar ul.menu li {
border-bottom:1px dotted #DCDBDB;
list-style:none outside none;
margin:0;
padding:3px 0 3px 10px;
}

.sidebar ul.menu a,
.sidebar ul.menu a:visited {
  
  display: block;
  line-height: 17px;

}

.sidebar ul.menu li:last-child a {
  border-bottom: 0;
}

.sidebar ul.menu li li:last-child a {
  border-bottom: none;
}

.sidebar ul.menu li a {
 
}

.sidebar ul.menu li li a {
  text-indent: 18px;
}

.sidebar ul.menu li li li a {
  text-indent: 30px;
}

.sidebar ul.menu ul {
  background: none;
  padding-top: 0;
}

.sidebar .item-list ul {
  list-style: disc outside;
  margin: 0 0 0 7px;
}

.sidebar .item-list ul li {
  list-style-type: disc;
  margin: 0;
}

.sidebar .content {
  
  padding: 0px;
}

.advertisement {
padding: 0px;
}

/*.sidebar .content-menu {
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
}*/

.sidebar #user-login-form {
  text-align: left;
  padding: 5px;
}

/* User Profile */
.profile .picture {
  float: left;
}

/* Feed Icon */
.left #feed-icon {
  text-align: right;
  padding: 0 5px 0 0;
  clear: both;
}

.right #feed-icon {
  text-align: left;
  padding: 0 0 0 5px;
  clear: both;
}

/* Overrides */
ul.menu,ul.menu ul,ul.menu ul ul,ul.menu li,ul.menu li li,ul.menu li li li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

li a.active {
  font-weight: 700;
}


/* -------------------------------------------------------------------------
 * FORMS
 * ---------------------------------------------------------------------- */

form {
  clear: both;
  font-size: 1em;
}

.form-item {
  overflow: hidden;
  margin: .35em 0;
}

.form-item a {
  text-decoration:none;
}

/* Labels/Descriptions */
.form-item .description {
  font-size: .95em;
}

.form-item label,
.field-label {
  text-transform: uppercase;
  display: block;
  font-size: 1.0em;
}

ul.tips li { /* input filter tips */
  list-style: square;
  list-style-position: outside;
  margin: 0 0 0 25px;
  font-size: .95em;
}

/* Errors/Markers */
.messages, div.status, div.warning {
  border: 1px solid;
  margin: 0 0 10px 0;
  padding: 45px 10px 10px!important;
}

.form-item .error {
  border: 1px solid;
}

/* Inputs */
.form-radio,
.form-checkbox,
.form-file,
.form-select, select,
.form-text, input,
.form-textarea, textarea {
  font-size:15px;
}

.form-radio,
.form-checkbox {
  border: none;
}

.form-select option, select option {
  padding: 1px;
}

.form-text,
.form-textarea {
  padding: 4px 2px;
  border: solid 1px;
}

.form-autocomplete {
  padding: 2px;
}

/* Radio/Checkbox Labels */
.form-item label.option {
  display: inline;
  font-weight: normal;
  text-transform: none;
  padding: 0;
  margin: 0;
}

/* Fieldsets */
fieldset {
  padding: 4px 10px;
  margin: 10px 0;
  border: 1px solid;
}

fieldset legend a,
fieldset legend a:active,
fieldset legend a:focus,
fieldset legend a:visited {
  text-decoration: none;
}

fieldset fieldset {
  border: none;
  margin: 0;
  padding: 10px 0;
}

fieldset legend {
  font-size: .95em;
  font-weight: bold;
  text-transform: uppercase;
}

html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto!important;
}

.container-inline .form-item {
  display:inline;
}

/* Form item wrappers */
.form-checkboxes, .form-radios {
  margin: 1em 0 1em 0;
}

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

/*------------------------------------------------------------------------
TABS 
------------------------------------------------------------------------*/

.tab-wrapper {
  clear: both;
  width: 100%;
  margin: 10px 0;
}

.tabs-primary {
  border-bottom: 1px solid;
  height: 3.2em;
  width: 100%;
}

.tabs-primary ul {
  padding: 0;
  margin: 0;
  clear: both;
}

.tabs-primary li {
  float: left;
  list-style: none;
  font-weight: bold;
  line-height: 3em;
  margin: .35em 0 0 0;
}

.tabs-primary li.active {
  line-height: 3.5em;
  margin: 0;
}

.tabs-primary li a,
.tabs-primary li a:visited {
  float: left;
  display: block;
  padding: 0 8px;
  text-decoration: none;
  line-height: 3em;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: .95em;
}

.tabs-primary li:first-child a {
  border-left: solid 1px;
}

.tabs-primary li.active a,
.tabs-primary li.active a:visited {
  line-height: 3.35em;
  font-weight: bold;
  border: 1px solid;
}

.tabs-primary li a:hover,
.tabs-primary li.active a:hover {
  text-decoration: none;
}

.tabs-primary li a:focus,
.tabs-primary li a:active {
  outline: none;
}

/* ---- Second Level ---- */

.tabs-secondary {
  clear: both;
  float: left;
  width: 100%;
  margin: -2px 0 0 0;
}

.tabs-secondary ul {
  clear: left;
  margin: 0;
  padding: 0;
}

.tabs-secondary li {
  font-size: .95em;
  float: left;
  list-style: none;
}

.tabs-secondary li a,
.tabs-secondary li a:visited {
  float: left;
  display: block;
  padding: 0px 8px;
  text-decoration: none;
  font-weight: bold;
  line-height: 2em;
  white-space: nowrap;
}

.tabs-secondary li a:hover,
.tabs-secondary li a.active {
  text-decoration: none;
}

/*------------------------------------------------------------------------
 * PAGERS
 *-----------------------------------------------------------------------*/
.pager {
  clear: both;
  margin: 15px 0;
}

.pager a, .pager a:visited {
  background: #fff;
  padding: 0.5em;
  border:  solid 1px;
  margin: 0 8px 0 0;
  text-decoration: none!important;
}

.pager a:hover {
  padding: 0.5em;
  border: solid 1px;
}

.pager strong.pager-current {
  padding: 0.5em;
  margin:  0 8px 0 0;
  border: solid 1px;
}

/*------------------------------------------------------------------------
 * FORUM POSTS
 *-----------------------------------------------------------------------*/
 /* Common post classes */

.forum-post {
  clear: both;
  width: 99%;
  float: left;
  position: relative;
}

.forum-wrapper-left {
  float: left;
  width: 23%;
  overflow: hidden;
}

.forum-wrapper-right {
  float:left;
  overflow: hidden;
  width: 76.8%;
}
.with-picture {
  min-height: 225px;
}

.without-picture {
  min-height: 145px;
}

.forum-post ul,
.forum-post li {
  margin:0;
  padding:0;
  list-style:none;
}

.forum-post .content,
.forum-post-reply .content {
  float: left;
  clear: left;
  padding: .5em 1em;
  overflow:hidden;
  width:96%;
}

.forum-post .meta-post {
  float: left;
  clear: left;
  text-align: right;
  padding: .25em 1em;
  width: 96.5%;
  overflow:hidden;
}


.forum-post-reply .meta-post {
  float: left;
  clear: left;
  padding: .25em 1em;
  width: 96%;
  overflow:hidden;
}

.forum-post div.links {
  float: left;
  clear: both;
  width:100%; /* width required for IE */
}

.forum-post ul.links {
  padding: 0;
  margin:0;
}

.forum-post ul.links li {
  float: left;
  padding: 0px 5px;
}

.clear {
  clear:both;
}

/* Top Posts Only */

.forum-post-top .meta-post li.date {
  text-align:right;
}

/* Replies only */

.forum-post-reply {
  clear:both;
  float:left;
}

.forum-post-reply .meta-post li {
  float:left;
}

.forum-post-reply .meta-post li.date {
  text-align:left;
  width: 75%;
}

.forum-post-reply .meta-post li.comment-link {
  text-align:right!important;
  width: 25%;
}

/* Reply/Comment Form */
.forum-reply-form {
  clear:both;
  float:left;
  position:relative;
}

/* Drupal default overrides */

#comments {
  padding:0!important;
  clear:both;
}

#comments a.active {
  font-weight:400;
}

#forum ul {
  clear:both;
  position:relative;
}

#forum td.icon {
  padding:10px;
}

#forum .name a {
  padding:5px;
  font-size:1.3em;
}

#forum .forum-indented .name {
  font-size:1.1em;
  border-bottom:none;
  padding-left:25px;
}

#forum .description {
  font-size:.95em;
}

#forum .forum-indented .description {
  padding-left:25px;
}

#forum table + table .last-reply,
#forum table + table .replies {
  background:none;
}

td.icon img {
  display:block;
  margin-right:8px;
}

/*------------------------------------------------------------------------
 * MODULE SUPPORT
 *-----------------------------------------------------------------------*/
/* administration menu */
#admin-menu {
  font-size: .95em;
}

/* update status */
.versions table,
.versions td,
.versions th {
  border: none;
  overflow: auto;
}

/* coder */
.coder-warning pre {
  white-space: normal;
}

/* devel */
.dev-query {
  clear: both;
  background: #fff;
  padding: 25px;
  text-align: left;
  font-size: 12px;
  border-top: solid 1px #bbb;
}

.dev-query a, .dev-query a:visited {
  text-decoration: none;
}

.dev-query td {
  padding: 3px;
  font-size: .95em;
}

.dev-query span.marker,
.dev-query td.marker {
  background: #c00;
  color: #fff;
  border-color: #ddd;
}

.dev-query span.marker {
  padding: 3px;
}

.dev-query td.marker:hover {
  background: #c00;
}

/* polls */
.sidebar .block-poll .content .choices,.sidebar .block-poll .content .title {
  background: none;
  font-size: 1.0em;
  letter-spacing: -1px;
  text-indent: 0;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 5px;
}

.sidebar .block-poll .content .choices .form-item label {
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
  text-transform: none;
}

.sidebar .block-poll .content .choices .form-item .form-radios label {
  letter-spacing: normal;
  font-size: 1em;
}

.sidebar .block-poll .content ul {
  margin: 0;
  padding: 0;
}

.sidebar .block-poll .content ul li {
  display: block;
  padding: 0;
}

.sidebar .block-poll .content ul.links li a {
  display: block;
  line-height: 2em;
}

.sidebar .block-poll div.links {
  padding: 5px 0;
}

.sidebar .form-item {
  margin: 0 0 5px;
}
.sidebar .poll .vote-form {
  text-align:left;
}

.poll .bar {
  height: .6em;
  padding: 0;
}

.poll .bar .foreground {
  height: 1.5em;
}

.poll .vote-form .choices {
  display: table;
  margin: 0;
  text-align: left;
}

.vote-form,
.poll .total {
  text-align: left;
}

/* External Link */
.sidebar ul.menu a.ext {
  padding-right: 0;
}

/* Administer page */
div.admin .left {
  width:45.5%;
}

div.admin .right {
  width:45.5%;
}

.admin-list dt {
  border-bottom: 1px solid;
}

.admin-list dd {
  font-size: 0.95em;
  margin: 0;
  padding: 5px 0 15px;
}

/* blocks page */
#blocks td.block {
  border-top-style: none;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left-style: none;
  margin: 0;
  padding: 2px 2px 2px 8px;
}

/* open id link */
.openid-link {
  text-indent: 20px;
}

.advertisement {
	text-align: center;
	padding-top:5px;
	
	
}

#support-knap {
	text-align: center;
	padding-top:5px;
	
}

#search-block-form {
text-align: center;
}

hr  {
border: 0;
height: 1px;
color: #f0edda;
background-color: #f0edda;
}

table th.top {height:1.0em;  empty-cells:show; background-color:#FFFFFF; text-align:left; color:#ffffff; font-weight:normal;}

th { 
background: #444 url('bg-shade-light.png') bottom left repeat-x;;
font-size: 11px;
padding-left: 5px;
text-transform:uppercase;
height: 26px; 
color:#fff; 
text-align:left; 
font-weight:normal; 

}

table td {height:0.5em;   font-weight:normal; text-align:center; }


table {
  margin: 1em 0;
  width: 100%;
 
background: #fff url('bg-table.png') bottom left repeat-x;
border: 1px solid #eee;
}
td {
  padding: 3px 5px;
}

#forsidetekst_bg {
background: #fff url('forsidetekst-bg.jpg') bottom left no-repeat;
height: 305px;
width: 589px;

}

#forsidetekst {
padding: 5px;
color: #720232;
}

.panel-col-first {
border: 1px solid #eee;
padding: 0 3px;
background: #fff url('bg-table.png') bottom left repeat-x;
min-height: 240px;
}

.panel-col-last {
border: 1px solid #eee;
margin: 0 3px;
background: #fff url('bg-table.png') bottom left repeat-x;
min-height: 240px;
}

.panel-col-last h2 {
font-size:11px;
font-weight: bold;
text-transform:uppercase;
margin-top:-14px;
}

.panel-2col-stacked .panel-col-first {
float:left;
width:32%;
}

.panel-2col-stacked .panel-col-last {
float:right;
margin-right:2px;
width:64%;
}

#content-header {
float:right;
margin-top: -45px;
color: #777;

}

#content-header a,a:visited,a:active {
color: #777;
}

#content-header a:hover {
color: #777;
text-decoration:underline;
}

#search-block-form {
float:right;
margin-top: -27px;
padding-right: 5px;
}

#knapper {
padding-top: 10px;
}

.sidebar th {
background:#EEEEEE;
border-bottom:1px solid #666666;
border-top:1px solid #666666;
color:#666666;
height:auto;
text-transform:uppercase;
display:block;
font-size:10px;
font-weight:bold;
letter-spacing:normal;
padding:5px 5px 5px 10px;
text-align:left;
}
.custom_breadcrumbs_float{
	margin-top:15px;}
	





	
.custom_footer_outer_div{
	background-image:url(casinolisting-footer-design.gif); 
	width:960px; 
	height:271px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#fff;}
	
.custom_footer_left_div{
	width:290px;
	height:135px;
	float:left;
	margin-top:42px;
	margin-left:26px;
	text-align:left;
	padding-top:10px;}
.custom_footer_center_div{
	width:289px;
	height:135px;
	float:left;
	margin-top:42px;
	margin-left:21px;
	text-align:left;
	padding-top:10px;}
.custom_footer_right_div{
	width:289px;
	height:135px;
	float:left;
	margin-top:42px;
	margin-left:25px;
	text-align:left;
	padding-top:10px;}
	
.custom_margin_left_thirty{
	margin-left:0px;}
	
.custom_footer_overskrift{
	float:left;
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:13px;}
	
.custom_footer_slogan{
	clear:both;
	color:#999999;
	float:left;
	font-size:9px;
	line-height:13px;
	padding-top:0;
	text-decoration:none;}
	
.custom_footer_slogan a{
	color:#999999;
	text-decoration:none;}
.custom_footer_slogan a:hover{
	color:#2aa4e3;
	text-decoration:none;}
	
.custom_footer_text{
	color:#fff;
	clear:both;
	line-height:13px;
	text-align:left;
	font-size:11px;
	}
.custom_footer_text a{
	color:#2aa4e3;
	text-decoration:none;}
	.custom_footer_text a:hover{
	color:#2aa4e3;
	text-decoration:underline;}
	
	
.custom_footer_splitter{
	clear:both;
	height:7px;
	width:267px;}
	
	
a.visit_site{
background:url("visit_site.jpg") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
float:left;
font-size:12px;
font-weight:bold;
height:21px;
line-height:19px;
text-align:center;
text-indent:10px;
width:92px;
margin-left:25px;
}	

.copy_right{
 border-top:1px solid #bcbcbc;
 font-size:12px;
 color:#fff;
 text-align:center
}
	
.footer_link a{
  color:#fff;
  font-size:12px;
  text-decoration:none; 
  padding:0 4px;
}	
	
.footer_link a:hover{
  text-decoration:underline;  
}		
	
.copy_right p{
font-size:12px;
color:#fff;
margin:0;
}	
	
.copy_right p a{
color:#fff;
text-decoration:none;
}	
	


.reviews_banner img, .reviews img{
 float:left;
 margin:2px 5px 2px 0;
 border:1px solid #000;
 padding:2px;
 background:#fff;
}

.reviews{
    border-bottom:1px solid #ccc;
	margin:5px 0 10px 0;
	padding:5px;
	zoom:1;
}

.reviews h4 a:hover, .poke h4 a:hover{
color:#0C2D50;
text-decoration:none;
}

.reviews h4, .reviews h4 a, .poke h4, .poke h4 a{
 padding:0;
 margin:0;
 text-align:left;
color:#0D55AF;
 text-decoration:none;
 font-size:12px;
 margin:0 0 3px 0;
 font-weight:bold;
}

a.read-more{
color:#0D55AF;
text-decoration:none;
float:right;
font-size:12px;
font-weight:bold;
}		
	
#article_tbl{
background:url("bg-table.png") repeat-x scroll left bottom #FFFFFF;
border:1px solid #EEEEEE;
margin:1em 0;
width:100%;
}	
	

#article_tbl #title{
background:url("bg-shade-light.png") repeat-x scroll left bottom #444444;
border-bottom:3px solid #CCCCCC;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
height:26px;
line-height:27px;
padding-left:5px;
padding-right:1em;
text-align:left;
text-transform:uppercase;
}

#story h2{
background:url("bg-shade-light.png") repeat-x scroll left bottom #444444;
border-bottom:3px solid #CCCCCC;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
height:26px;
line-height:27px;
padding-left:5px;
padding-right:1em;
text-align:left;
text-transform:uppercase;
margin:0;
padding-top:0px;
}
	
#header-inner .logo{
width:450px;
float:left;
margin:0px 0 0 15px;
_margin:0px 0 0 7px;
}	
	
#header-inner .top_banner{
width:468px;
float:right;
margin:5px 15px 0 0;
_margin:5px 7px 0 0;
}		
	
	
	
	
	
	
	
	
	
	
