/* CSS Reset - Conform Browsers */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
  min-width: 1020px;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #640017;
}

a:hover {
  color: #d30030; 
}

/* CSS */

body {
  padding: 0;
  margin: 0;
  text-align: center; /*Centering for IE */
  line-height: 1.5em;
  background: #373737;
  color: #333333;
}

/* Main Layout */

#page-wrapper { 
  padding: 0;
  text-align: left; /* Reset text alignment */
}

.width-wrapper {
  margin: 0 auto; /* Center on Page */
}

#shadow-left, #shadow-right {
  margin: 0 auto; /* Center on Page */
}

#shadow-left {
  background: url(shadow-left.png) left repeat-y;
}

#shadow-right {
  background: url(shadow-right.png) right repeat-y;
}

#main-page {
  padding-left: 5px;
  background: #ffffff url();
}

#main-content {
  float: left;
  width: 100%;
  background: #d6d6d6 url(sidebar-left-bg.png) bottom repeat-x;
  _background: url();
}

#main-content-inner {
  padding: 10px;
  background: #ffffff;
}

#main-content-inner-inner {
  float: left;
  width: 501px;
  background: #ffffff;
}

#squeeze-2 {
}

#middle-wrapper {
}

#middle-wrapper .sidebar-left {
  float: left;
  z-index: 1;
  position: relative;
}

#middle-wrapper .sidebar-right {
  float: right;
  z-index: 1;
  position: relative;
}

#middle-wrapper .width-wrapper {
}

.width25 { width:100% }
.width33 { width: 33.3% }
.width50 { width: 49.9% }
.width100 { width: 99.9% }

/* Header  */

#header-wrapper {
  height: 123px;
  background: url(header-bg.png) 50% 0 no-repeat;
  border-bottom: 1px solid #000000;
}

#site-name {
  float: left;
  padding-right: 10px;
  line-height: 90px;
  font-size: 60px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  color: #333333;
}

#site-logo {
  float: left;
  padding-top:10px;
  padding-right: 10px;
  margin-top:25px;
}

#site-slogan {
  float: left;
  width: 100px;
  line-height: 11px;
  padding-top: 30px;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
}

.search_box {
  float: right;
  margin-top:3px;
}

*html .search_box {
  float: right;
  margin-top:1px;
}

.top_banner {
  float: right;
  width:468px;
  height:60px;
  text-align:right;
  margin-top:15px;
}


/* Top Content Regions */

#dynamic-block {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #dddddd;
  background: #ffffff url(title-wrapper-bg.png) top repeat-x;
}

#dynamic-block h2 {
  font-weight: bold;
  padding:5px;
  background:#D6D6D6 url(right-block-bg.png) repeat-x scroll center bottom;
  border:1px solid #AAAAAA;
}

#top-content-regions {
  margin-bottom: 10px;
  color: #333333;
}

#top-content-regions .userblock-inner h2 {
  color: #333333;
  padding: 10px;
  line-height: 25px;
  font-size: 1.3em;
  border: 1px solid #bbbbbb;
  background: #ffffff url(title-wrapper-bg.png) top repeat-x;
}

#top-content-regions .userblock-inner {
  padding: 10px;
  font-size: 1.0em;
  background: #f9f9f9;
  border: 1px solid #dddddd;
}

#top-content-regions .userblock-inner .content {
  padding-top: 10px;
}

#top-content-regions .right {
  margin-left: 5px;
}

#top-content-regions .left {
  margin-right: 5px;
}

#top-content-regions-2 {
  margin-bottom: 10px;
  color: #333333;
}

#top-content-regions-2 .userblock-inner h2 {
  color: #333333;
  padding: 10px;
  line-height: 25px;
  font-size: 1.3em;
  border: 1px solid #bbbbbb;
  background: #ffffff url(title-wrapper-bg.png) top repeat-x;
}

#top-content-regions-2 .userblock-inner {
  padding: 10px;
  font-size: 1.0em;
  background: #f9f9f9;
  border: 1px solid #dddddd;
}

#top-content-regions-2 .userblock-inner .content {
  padding-top: 10px;
}

#top-content-regions-2 .right {
  margin-left: 5px;
}

#top-content-regions-2 .left {
  margin-right: 5px;
}

/* Feature Blocks */

.feature {
  position: relative;
  _position: static;
}

.imagecache-feature_block_image img {
  float: right;
  padding: 5px;
  margin-left: 5px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.views-field-title {
  padding: 0 145px 10px 0;
  font-size: 1.3em;
  font-weight: bold;
}

.views-field-body {
  padding: 0 10px 20px 0;
  _padding: 0 10px 0 0;
  color: #444444;
}

.views-field-view-node {
  position: absolute;
  _position: static;
  margin: 10px;
  _margin: 10px 0 0 0;
  float: right;
  bottom: 0;
  right: 0;
}

/* Footer */

.footer-wrapper {
  background: #060707 url(footer-wrapper-bg.png) top repeat-x;
}

#footer-left {
  background: url(footer-left.png) top left no-repeat;
}

#footer-right {
  background: url(footer-right.png) top right no-repeat;
}

#footer-middle {
  margin: 0 55px;
  background: #ffffff;
}

.language_options img{
 padding:0 5px 0 5px;
 color:#000;
}

#footer-regions {
  padding-top:20px; 
  color: #ffffff;
  background: #060707 url(footer-wrapper-bg-b.png) top repeat-x;
}

#footer-regions .userblock-inner h2 {
  color: #CCFF00;
  font-size: 1.5em;
  background: 0;
}

#footer-regions .userblock-inner {
  padding: 10px;
  font-size: 0.85em;
}

#footer-regions .userblock-inner a {
  color: #ffffff;
}

#footer-regions .userblock-inner a:hover {
  text-decoration: underline;
}

#footer-regions .userblock-inner .more-link {
  text-align: left;
}

#footer-regions .userblock-inner .more-link a:hover {
  color: #666666;
}

#footer-regions .userblock-inner .content {
  padding: 10px 0;
}

#footer {
  padding-bottom: 10px;
}

.footer-message {
  float: right;
  font-size: 0.85em;
  font-weight: bold;
  color: #bbbbbb;
  line-height: 35px;
}

/* Banner */

.banner {
  padding-bottom: 0;
  margin-bottom: 10px;
}

/* Sidebar Blocks */

.sideblock-inner {
  border-right: 1px solid #bbbbbb;
  background: #d6d6d6;
}

.left-sideblock h3 {
  padding: 0 5px;
  line-height: 47px;
  font-size: 1.3em;
  font-weight: bold;
  color: #333333;
  background: url(left-block-header.png) right no-repeat;
  border-right: 1px solid #ebebeb;
}

.left-sideblock .content {
  padding: 10px;
  background: #d6d6d6 url(left-block-content.png) top left no-repeat;
  border-right: 1px solid #ebebeb;
}

.left-sideblock .content .content {
  padding: 10px;
  background: #d6d6d6 url();
  border-right: 1px solid #ebebeb;
}

.left-sideblock .collapsiblock .h2-icon {
  padding-left: 21px;
  background: url(uncollapsed.png) 0 50% no-repeat;
}

.left-sideblock .collapsiblockCollapsed .h2-icon {
  padding-left: 21px;
  background: url(collapsed-1.png) 0 50% no-repeat;
}

.right-sideblock h3 {
  padding: 0 10px;
  line-height: 30px;
  font-size: 1.0em;
  font-weight: bold;
  color: #640017;
  border: 1px solid #bbbbbb;
  background: #ffffff url(title-wrapper-bg.png) top repeat-x;
}

.right-sideblock .content h3 {
  padding: 0;
  line-height: 30px;
  font-size: 0.85em;
  font-weight: bold;
  color: #666666;
  border: 0;
  background: 0;
}

.right-sideblock .sideblock-inner {
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px;
  border: 1px solid #bbbbbb;
  background: #d6d6d6 url(right-block-bg.png) bottom repeat-x;
  font-size: 0.85em;
}

.right-sideblock .sideblock-inner .content {
  padding: 5px;
}

.content_link{
 float:left;
 width:645px; 
 }
.right-sideblock .collapsiblock .h2-icon {
  display: block;
  background: url(uncollapsed.png) 100% 50% no-repeat;
}

.right-sideblock .collapsiblockCollapsed .h2-icon {
  display: block;
  background: url(collapsed-1.png) 100% 50%  no-repeat;
}

.right-sideblock .sideblock-inner .content {
  padding-top: 10px;
}

/* Custom Regions */

#top-regions {
  background: #dddddd;
}

#bottom-regions {
  background: #cccccc;
}

.userblock {
  float: left;
}


/* Lists */

ul.menu {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

li.expanded, li.collapsed, li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

.item-list ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

.views-field-field-image-fid img{
 background:#fff;
 padding:5px;
 border:1px solid #DDDDDD;
 }

.item-list ul li {
  margin:0;
  padding:0 150px 0 0px;
  list-style-image: none;
  list-style-type: none;
  display:inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0em;
}

#user-login-form .item-list ul {
  margin: 10px 0;
  padding: 0;
  border: none;
  font-size: 0.85em;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: center;
}

/* Sideblock Menu & lists */

.sideblock-inner .item-list ul li {
  margin: 0;
  padding: 3px 0;
  background: url(list-divider.png) bottom repeat-x; 
}

.sideblock-inner ul.menu li {
  margin: 0;
  padding: 3px 0;
  background: url(list-divider.png) bottom repeat-x; 
}

.right-sideblock .sideblock-inner .item-list ul li {
  margin: 0;
  padding: 0;
  background: url() bottom repeat-x; 
}

.sideblock-inner ul.menu ul {
  margin: 0;
  padding: 10px;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

.sideblock-inner ul.menu li li {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  background: url() bottom repeat-x;
}

.sideblock-inner ul.menu li li li {
  font-size: 1.0em;
}

.sideblock-inner ul.menu li li a {
  color: #000000;
}

.sideblock-inner ul.menu li li a:hover {
  color: #d30030;
}

.sideblock-inner ul.menu li li a:active {
  color: #640017;
}

.sideblock-inner li li.expanded, .sideblock-inner li li.collapsed, .sideblock-inner li li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: disc;
  list-style-position: inside;
}

.more-link {
  margin-top: 10px;
}

.more-link a {
  padding: 4px;
  color: #ffffff;
  background: #666666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.more-link a:hover {
  color: #666666;
  background: #ffffff;
}

/* Top Links */

#top-links h2 {
  display: none;
}

#top-links {
  line-height: 30px;
}

#top-links ul li a {
  padding: 0 10px;
  text-decoration: none;
  font-size: 0.85em;
  color: #f2b4c3;
  background: url(tl-divider.png) right no-repeat;
}

#top-links ul li a:hover {
  color: #ffffff;
}

#top-links ul li {
  float: left;
}

#top-links-empty  {
  height: 30px;
}

/* Primary Links */

#primary-links h2 {
  display: none;
}

#primary-links {
  height: 40px;
  border-bottom: 5px solid #000000;
  background: url(primary-links-bg.png);
}

#primary-links ul {
  line-height: 40px;
}

#primary-links ul li a {
  display: block;
  margin: 0 1px 0 0;
  padding-left: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #dddddd;
  text-decoration: none;
}

#primary-links ul li a{
  display: block;
  padding-right: 8px;
  margin-right: 2px;
	
}

#primary-links ul li a:hover, #primary-links ul li a.active {
  background:#000;
  color: #ffffff;
}
#primary-links ul li a:hover, #primary-links ul li a.active{
  background:#000000;
}

#primary-links ul li {
  float: left;
}

/* Primary Links Level Two */

#primary-links li ul {
  position: absolute;
  margin: 0px 0 0 1px;
  padding: 10px;
  width: 175px;
  left: -999em;
  background: #353535 url(primary-dd-bg.png) bottom repeat-x;
  border: 1px solid #111111;
  z-index: 10;
}

#primary-links li ul li {
  width: 175px;
}

#primary-links li:hover ul, #primary-links li.sfHover ul {
  left: auto;
}

#primary-links li ul li a {
  font-size: 1.0em;
  line-height: 25px;
  padding: 0 5px;
  margin: 1px;
  width: 160px;
  color: #bbbbbb;
}

#primary-links ul li ul li a span {
  display: block;
  padding-right: 0;
  margin-right: 0;
}

#primary-links li ul li a:hover {
  margin: 0px;
  color: #111111;
  background: #ffffff url(title-wrapper-bg.png) top repeat-x;
  border: 1px solid #111111;
}

#primary-links li ul li a:hover span {
  background: 0;
}

#primary-links li ul li a.active {
  margin: 0px;
  color: #dddddd;
  background: #ffffff url(primary-links-bg.png) top repeat-x;
  border: 1px solid #111111;
}

#primary-links li ul li a.active span {
  background: 0;
}

#primary-links li ul ul {
  margin: -30px 0 0 165px;
}

#primary-links li:hover ul ul, #primary-links li.sfHover ul ul, #primary-links li:hover ul ul ul, #primary-links li.sfHover ul ul ul, #primary-links li:hover ul ul ul ul, #primary-links li.sfHover ul ul ul ul {
  left: -999em;
}

#primary-links li li:hover ul, #primary-links li li.sfHover ul, #primary-links li li li:hover ul, #primary-links li li li.sfHover ul, #primary-links li li li li:hover ul, #primary-links li li li li.sfHover ul {
  left:auto;
}

#primary-links li ul li.expanded {
  background: url(expanded-1.png) 100% 50% no-repeat;
}

#primary-links li li a {
  width: 160px;
}


/* Secondary Links */

#secondary-links h2 {
  display: none;
}

#secondary-links {
  margin-bottom: 10px;
  height: 30px;
  background: #d6d6d6 url(right-block-bg.png) bottom repeat-x;
  border: 1px solid #aaaaaa;
}

#secondary-links ul {
  line-height: 30px;
}

#secondary-links ul li a {
  display: block;
  margin: 0 1px 0 0;
  padding: 0 10px;
  font-size: 1.0em;
  font-weight: bold;
  color: #111111;
  text-decoration: none;
  background: url(secondary-divider.png) 100% 50% no-repeat;
}

#secondary-links ul li a span {
  display: block;
}

#secondary-links ul li {
  float: left;
}

#secondary-links ul li a:hover {
  background: #111111;
  color: #ffffff;
}

/* Secondary Links */

#footer-links h2 {
  display: none;
}

#footer-links {
  height: 35px;
  background: #640017;
  color:#fff;
  padding:15px 0 0 0;
}

#footer-links a {
  font-size: 1.0em;
  color: #FFFFFF;
  text-decoration: none;
}

#footer-links ul {
  line-height: 35px;
}

#footer-links ul li a {
  padding: 0 10px;
  font-size: 1.0em;
  color: #FFFFFF;
  text-decoration: none;
}

#footer-links ul li a:hover {
  text-decoration: underline;
}

#footer-links ul li {
  float: left;
}

/* Teaser */

.teaser .title-wrapper {
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.0em;
  background: #ffffff url(title-wrapper-bg.png) top repeat-x;
  border: 1px solid #dddddd;
}

.teaser {
  margin-bottom: 10px;
}

.teaser .teaser-title {
  float: left;
  width: 25%;
  _width: 24.9%
}

.teaser .teaser-title h2 {
  line-height: 1.2em;
  font-size: 1.2em;
}

.teaser .teaser-content {
  float: left;
  font-size: 1.0em;
  font-weight: normal;
  width: 100%;
  _width: 99.9%
}


.teaser .comment_comments a, .teaser .comment_add a {
  background: url(comment.png) 50% 5px no-repeat;
  padding: 40px 5px 5px 5px;
}

.teaser .node_read_more a {
  background: url(readmore.png) 50% 5px no-repeat;
  padding: 18px 5px 5px 5px;
}

.teaser .teaser-links ul.links li.comment_comments a:hover, .teaser .teaser-links ul.links li.comment_add a:hover  {
   background: #dddddd url(comment-hover.png) 50% 5px no-repeat;
   border: 1px solid #999999;
   color: #d2d2d2;
}

.teaser .teaser-links ul.links li.node_read_more a:hover  {
   background: #dddddd url(readmore-hover.png) 50% 5px no-repeat;
   border: 1px solid #999999;
   color: #d2d2d2;
}

.teaser .wrapper {
  margin: 0px;
  padding: 5px;
}

.teaser .field-field-image {
  float: left;
}

.teaser .field-field-image img {
  padding: 5px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.comment-count {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.comment-count h3 {
  font-size: 18px;
  color: #666666;
}

/* Content */

.title {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
}

.node .title {
  border-bottom: 3px solid #eeeeee;
}

.submitted {
  font-size: 0.85em;
  color: #999999;
  padding-bottom: 10px;
}

.field-field-slide-text {
  padding-bottom: 10px;
  font-weight: bold;
  color: #000000;
}

.field-field-image {
  margin: 0;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}

.field-field-image img {
  padding: 5px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

p {
  padding-bottom: 10px;
  text-align:justify;
}

.links {
  padding-bottom: 10px;
}

#comments {
  clear:both;
}

.breadcrumb {
  font-size: 0.85em;
}

/* Comments */

.comment {
  margin: 0 0 10px 0;
  padding: 10px;
  color: #333333;
  font-size: 1.0em;
  background: #f6f6f6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #dddddd;
}

.comment .content {
}

.comment-title-submitted {
   color: #999999;
}

.comment h3 {
  margin: 0;
  padding: 0;
  color: #333333;
}

.comment h3 a {
  color: #333333;
}

.comment .picture {
  float: left;
  height: 40px;
}

.comment .picture img {
  margin-right: 10px;
  height: 40px;
}

.comment-title-wrapper {
  padding:10px;
  background: #eeeeee;
}

li.comment_delete a {
  padding-left: 1.3em;
  font-size: 0.85em;
  background: url(mini-trash.png) no-repeat left;
}

li.comment_edit a {
  padding-left: 1.3em;
  font-size: 0.85em;
  background: url(mini-edit.png) no-repeat left;
}

li.comment_reply a {
  padding-left: 20px;
  font-size: 0.85em;
  background: url(mini-comment.png) no-repeat left;
}

.comment a:hover {
  color: #000000;
}

/* Pager */

ul.pager {
  margin-bottom: 10px;
}

.item-list .pager li  {
  padding: 0;
}

.item-list .pager li a  {
  display:inline;
  list-style-type:none;
  padding: 2px 10px;
  font-size: 0.85em;
  background: #eeeeee;
  border: 1px solid #666666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.item-list .pager li.pager-current {
  display:inline;
  list-style-type:none;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 0.85em;
  background: #333333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
} 

.item-list .pager li:hover a {
  color: #ffffff;
  background: #999999;
  border: 1px solid #333333;
} 

/* Search Form */

#search {
}

#search .form-text {
  padding: 0 10px;
  padding-top: 7px;
  width: 218px;
  height: 30px;
  background: transparent url(search-form-bg.png) no-repeat;
  border: 0px;
  font-size: 18px;
  color: #999999;
  vertical-align: middle;
}

#search .form-submit {
  width: 92px;
  height: 37px;
  margin-top: 0;
  background: transparent url(search-submit-bg.png) no-repeat;
  border: 0px;
  vertical-align: middle;
  text-indent: -99999;
}

#search .form-submit:hover {
  background: transparent url(search-submit-bg-hover.png) no-repeat;
}
  
#search .form-submit:active {
  background: transparent url(search-submit-bg-active.png) no-repeat;
}  
  
#search .form-item {
  width: 238px;
  height: 37px;
  margin-bottom:0em;
  margin-top:0em;
}

/* Aggregator */

#aggregator .feed-description, #aggregator .feed-url, #aggregator .feed-updated  {
  padding-bottom: 1.0em;
}

#aggregator .feed-item-meta {
  font-size: 10px;
  color: #666666;
}

/* Admin */

#edit-name-wrapper .form-text, #edit-pass-wrapper .form-text {
  width: 100px;
}

.form-submit {
  margin-top: 10px;
  font-weight: bold;
  color: #666666;
  border: 1px solid #999999;
  background: url(form-submit.png) top repeat-x;
}

#user-login-form .form-submit {
  margin-top: 0px;
}

.form-submit:hover {
  color: #ffffff;
  border: 1px solid #444444;
  background: url(form-submit-hover.png) top repeat-x;
}

.block-region {
  background: url(trans.png);
  background-color: 0;
  margin-bottom:0 px;
  margin-top: 0px;
  padding: 3px;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  border: 2px dashed #666666;
  text-align: center;
}

div.admin-panel {
  margin:0;
  padding: 0;
}

div.admin-panel h3 {
  padding: 10px 0;
}

div.admin-panel .body {
  padding:0 0px 0px 0px;
}

div.admin-panel .description {
  font-size: 0.85em;
}

div.admin .left, div.admin .right {
  float:left;
  margin-left: 0;
  width:47%;
}

ul.primary {
  border-bottom: 0px solid #dddddd;
  border-collapse:collapse;
  height:auto;
  line-height:normal;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 10px 0px;
  padding:0 0 10px 0;
  white-space:nowrap;
}

ul.primary li a {
  background-color: #eeeeee;
  border-color: #dddddd;
  color: #666666;
  font-size: 1.0em;
  border-style:solid solid solid;
  border-width: 1px;
  height: auto;
  margin-right: 0em;
  padding: 5px 5px;
  text-decoration:none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.primary li a:hover {
  background-color:#ffffff;
  color: #000000;
  border-color:#999999 #999999 #999999;
}

ul.primary li.active a {
  background-color:#FFFFFF;
  color: #000000;
  border-color:#333333 #333333 #333333;
  border-style:solid;
  border-width:1px;
}
table {
  width: 100%;
  border: 1px solid #999999;
  overflow: scroll;
}

thead th {
  padding: 5px;
  font-size: 0.85em;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
  background: #cdcdcd url(form-submit.png) top repeat-x;
}

tr.odd {
  background: #eeeeee;
}

tr.even {
  background: #e8e8e8;
}

tr.region-empty {
  background: #eeeeee;
}

td {
  padding: 5px;
}

td.region {
  background: #a6a6a6 url(form-submit-hover.png) top repeat-x;
}

td.version, td.description {
  font-size: 0.85em;
}

td label {
  font-weight: bold;
}


dt {
}

dd {
  font-size: 0.85em;
  padding-bottom: 10px;
}

#content-display-overview-form {
  overflow: scroll;
}

/* Fieldsets */

fieldset {
  margin: 20px 0;
}

.fieldset-wrapper {
  background: #eeeeee;
  padding: 10px;
  border: 1px solid #dddddd;
}

html.js fieldset.collapsible {
  position:relative; 
  margin-bottom: 10px;
}

html.js fieldset.collapsed {
  border-bottom-width:0;
  border-left-width:0;
  border-right-width:0;
}

html.js fieldset.collapsible legend a {
  display: inline;
  line-height: 30px;
  padding: 2px 5px;
  color: #ffffff;
  font-size: 1.1em;
  background: #666666;
  border: 1px solid #111111;
}

html.js fieldset.collapsible legend a {
  padding-left:5px;
}

html.js fieldset.collapsed legend a {
  display: inline;
  line-height: 30px;
  padding: 2px 5px;
  padding-left: 5px;
  color: #333333;
  background: #ffffff url(title-wrapper-bg.png) top repeat-x;
  border: 1px solid #dddddd;
}

html.js fieldset.collapsed legend a:hover, html.js fieldset legend a {
  display: inline;
  line-height: 30px;
  padding: 2px 5px;
  padding-left: 5px;
  color: #ffffff;
  background: #666666;
  border: 1px solid #111111;
}

html.js fieldset.collapsed legend a {
  line-height: 30px;
  background-position: top;
}

fieldset .resizable-textarea {
  width: 95%;
}

fieldset .form-text {
  width: 95%;
}

.node-form .form-submit {
  margin-top: 10px;
}

/* Forum Styles */

#forum {
  color: #000000;
  background: #ffffff url() top repeat-x;
}

#forum ul.links {
  padding-bottom: 10px;
}

#forum ul.links li, #forum ul.links li a {
 padding: 0;
 margin: 0;
 color: #000000;
}

#forum ul.links li a:hover {
 padding: 0;
 margin: 0;
 color: #666666;
}

/* Main Forum table */

#forum table {
  width: 100%;
  font-size: 1.0em;
}

#forum td { 
  padding: 10px;
}

#forum th { 
  padding-left: 5px;
  font-size: 0.85em;
  color: #000000;
  font-weight: bold;
}

#forum th a, #forum th a.active{ 
  padding-left: 5px;
  color: #000000;
}

#forum .odd {
  background: #e0e0e0; 
  color: #000000;
}

#forum .even {
  background: #c5c5c5; 
  color: #000000;
}

/* Container Styles */

#forum .container {
  padding: 5px;
  background-color: #eeeeee; 
  color:#000000; 
  font-weight: normal; 
  font-size: 1.0em ;
}

#forum .container a {
  color:#000000;
  font-weight:bold;
}

#forum .container .name {
  float: left; 
  padding: 0; 
  margin: 0; 
  font-size: 1.3em;
}

#forum .container .description {
  margin: 0;
  float: right; 
  color:#000000;
}

#forum .name a {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#forum .description {
  padding: 0;
  margin: 0;
}

#forum tr td.forum {
  background-image: url(forum-default-1.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 36px;
}

#forum td {
  padding: 10px 0;
  margin: 0;
}

#forum div.indent {
  margin-left: 0;
}

#forum .title {
  font-size: 1.0em;
}

#forum .active {
  color: #000000;
}

#forum th img {
  padding-left: 10px;
}

#forum td.icon {
  padding: 0;
  margin: 0;
  text-align: center;
}

.forum-topic-navigation {
  margin-bottom: 10px;
}

.forum-topic-navigation .topic-next {
  text-align: right;
}

.forum-topic-navigation .topic-previous {
  text-align: left;
}

/* Typography */

h1 {
  padding:0 0 0 10px;
  font-size: 1.3em;
  font-weight: bold;
  
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
}

h3 {
  padding-bottom: 10px;
  font-size: 1.3em;
  font-weight: bold;
}

h4 {
  padding-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
  color: #333333;
}

h5 {
  padding-bottom: 10px;
  font-size: 1.0em;
  font-weight: bold;
  color: #333333;
}

p.alert {
  margin: 10px 0;
  padding: 10px 15px 10px 54px;
  color: #523A00;
  border-top: 3px solid #FEC201;
  border-bottom: 3px solid #FEC201;
  background: #FFEDB5 url(alert.png) 15px 50% no-repeat;
}

p.info {
  margin: 10px 0;
  padding: 10px 15px 10px 54px;
  color: #001045;
  border-top: 3px solid #0023A1;
  border-bottom: 3px solid #0023A1;
  background: #BACAFF url(info.png) 15px 50% no-repeat;
}

p.notice {
   margin: 10px 0;
  padding: 10px 15px 10px 54px;
  color: #363636;
  border-top: 3px solid #5C5C5C;
  border-bottom: 3px solid #5C5C5C;
  background: #D9D9D9 url(modify.png) 15px 50% no-repeat;
}

p.download {
  margin: 10px 0;
  padding: 10px 15px 10px 54px;
  color: #26420E;
  border-top: 3px solid #5EAA1F;
  border-bottom: 3px solid #5EAA1F;
  background: #DAFFBA url(download.png) 15px 50% no-repeat;
}

li.check {
  padding-left: 30px;
  padding-bottom: 10px;
  list-style-position: outside;
  list-style-type: none;
  font-size: 1.0em;
  font-weight: bold;
  color: #333333;
  background: url(checkmark.png) 0px 10% no-repeat;
}

.block ul {
  margin:0;
  padding:0 0 0 0;
}

blockquote {
  margin: 20px;
  padding-left: 45px;
  background: url(openquote.png) top left no-repeat;
} 

blockquote p {
  padding-right: 35px;
  background: url(closequote.png) bottom right no-repeat;
} 

pre {
  padding: 10px;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border: 1px outset #333333;
  background: #ededed;
}