/* Copyright (c) 2009, UAB "Internovitas". All rights reserved. */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 88px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.yui-panel .ft .working {
    background: url('/images/loading.gif') no-repeat left center;
}html, body {
    background: #fff;
    font: 13px Arial, sans-serif;
    color: #000;
}

a, a:hover {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #71919c;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

.article-content, #content .article-content {
    color: #563f26;
    line-height: 20px;
}

.article-content p, #content .article-content p {
    padding-bottom: 10px;
}

.article-content ul, .article-content ol, #content .article-content ul, #content .article-content ol {
    padding: 10px 0 10px 30px;
}

.article-content ol li, #content .article-content ol li {
    list-style-type: decimal;
}

.article-content ul li, #content .article-content ul li {
    list-style-type: disc;
}

.post-content, #content .post-content {
    font-size: 12px;
    color: #454545;
    line-height: 18px;
}

.event-content, #content .event-content {
    color: #6b6b6b;
    line-height: 18px;
}html, body {
    width: 100%;
}

body {
    min-width: 1004px;
}

h1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

#outer .pad {
    padding: 10px;
}

.pager {
    padding-top: 20px;
    clear: both;
}

.pager div {
    font-size: 12px;
    text-align: center;
}

.pager .total {
    padding-bottom: 5px;
}

.pager div span {
    font-weight: bold;
}

.errors li {
    display: block;
    text-align: center;
    padding: 2px 0;
    color: #e00;
}

.dialog-errors {
    padding-bottom: 10px;
}

.text-field {
    color: #989898;
    padding: 4px;
    width: 200px;
    display: block;
}

textarea.text-field {
    height: 100px;
}

label, #outer .form .read-only {
    display: block;
    font-weight: bold;
}

label span, #outer .form .read-only span {
    color: #e00;
}

#outer .message {
    padding: 20px 0;
    text-align: center;
}

#outer .form {
    width: 312px;
    margin: 0 auto;
    padding: 20px 0;
}

#outer .form .error_list li {
    display: block;
    font-size: 11px;
    color: #e00;
}

#outer .form .buttons {
    text-align: center;
    padding-top: 20px;
}

#outer .form label, #outer .form .read-only {
    margin-bottom: 4px;
}

#outer .form .read-only {
    color: #555;
}

#outer .form .text-field {
    margin-bottom: 14px;
    width: 300px;
    color: #000;
}

#outer .form .captcha-field {
    margin-bottom: 4px;
}

.popup-form .text-field {
    color: #000;
}

.popup-form .text-field {
    margin-bottom: 10px;
}

.popup-form label {
    margin-bottom: 4px;
}

#outer {
    background: #dbeff0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#wrapper {
    margin-left: 32%;
    width: 100%;
    background: #fff;
    position: relative;
}

#container {
    margin-left: -32%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#content {
    padding-top: 22px;
    overflow: hidden;
}

#content .generic-form {
    margin-top: 3px;
}

#content .generic-form .delete-logo {
    margin: -8px 0 14px;
}

#content .generic-form .delete-logo label {
    font-weight: normal;
    font-size: 13px;
    display: inline;
    padding-left: 3px;
}

#content .column {
    width: 50%;
    overflow: hidden;
    float: left;
}

#content .left .pad {
    padding: 0 5px 0 0;
}

#content .left {
    margin-right: -1px;
}

#content .right .pad {
    padding: 0 0 0 5px;
}

#about, #page {
    float: left;
    overflow: hidden;
}

#about {
    width: 32%;
}

#page {
    width: 68%;
}

#menu {
    border-bottom: 1px solid #ddd9d4;
    margin-top: 16px;
}

#menu ul {
    top: 1px;
    overflow: hidden;
    position: relative;
}

#menu ul li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 10px;
    padding-bottom: 14px;
}

#menu ul li a {
    font-weight: bold;
    text-decoration: none;
}

#menu ul li.selected {
    background: url('/images/menu-item-selected.png') no-repeat center bottom;
}

#menu ul li.selected a, #menu ul li.selected a:hover {
    color: #71919c;
}

#outer .button-01, #outer .button-01 span {
    display: block;
    position: relative;
}

#outer .button-01 span {
    right: 1px;
    bottom: 1px;
}

#outer .button-01 {
    background: #cecbc2;
    padding: 2px 0 0 2px;
}

#outer .button-01, #outer .button-01:hover {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#outer .button-01 span.inner {
    background: #7a756b;
}

#outer .button-01 span.inner span {
    padding: 5px 7px;
    background: #c9592d;
}

#outer .block-01 {
    background: #f9f7ed;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #bdbdbd;
    padding: 10px 14px;
}

#outer h1.block-01, #outer h2.block-01, #content .generic-form {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

#outer h1.media-type {
    margin-top: 10px;
}

#outer .background-color-01 {
    background: #fff;
}

#outer .background-color-02, #outer .button-01 span.inner span.background-color-02 {
    background: #71919c;
}

#outer .background-color-03 {
    background: #eff8f8;
}

#outer .color-01 {
    color: #520522;
}

#outer .color-02 {
    color: #563f26;
}

#outer .color-03 {
    color: #374849;
}

#about .info {
    margin: 20px 20px 0;
    background: url('/images/people.png') no-repeat center bottom;
    padding-bottom: 220px;
}

#about .info .logo {
    text-decoration: none;
    display: block;
    width: 258px;
    height: 99px;
    background: url('/images/logo.png') no-repeat left top;
    margin-bottom: 20px;
}

#about .info .logo span {
    display: none;
}

#about .info h2 {
    font-size: 16px;
    font-weight: bold;
    color: #252d2e;
    padding-bottom: 8px;
}

#about .info p {
    line-height: 22px;
    padding-bottom: 20px;
}

#about .block-01 {
    margin-bottom: 10px;
}

#about .block-01 h1, #about .block-01 p {
    margin: 0 10px;
}

#about .block-01 p {
    font-size: 12px;
}

#about .block-01 h1 {
    padding-bottom: 8px;
}

#outer .subscribe h1 {
    margin: 0 10px;
    padding-bottom: 8px;
}

#about .actions {
    overflow: hidden;
    padding: 10px 0 6px;
}

#about .actions .button-01 {
    float: left;
    margin-right: 10px;
}

#outer .subscribe {
    margin: 0;
}

#outer .subscribe form {
    padding-bottom: 6px;
}

#outer .subscribe .text-field {
    display: inline;
}

#outer .subscribe input {
    font-size: 11px;
    width: 150px;
}

#outer .story-preview {
    margin-top: 2px;
}

#outer .story-preview p {
    line-height: 20px;
}

#outer .story-preview .title {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 0;
    display: block;
    float: left;
}

#outer .story-preview .title:hover {
    text-decoration: underline;
}

#outer .first-story-preview .title {
    font-size: 16px;
}

#outer .story-preview p {
    clear: both;
}

#outer .story-preview .title, #outer .story-preview p, #outer .more-news a {
    color: #563f26;
}

#outer .more-news {
    padding: 10px 14px;
    margin-bottom: 18px;
}

#login-dialog, #password-reset-dialog {
    width: 232px;
}

#login-dialog .reset {
    padding-bottom: 10px;
}

#outer #newsletter-response {
    padding-bottom: 6px;
    text-align: left;
}

#outer #newsletter-response .errors li {
    text-align: left;
}

#outer .media-categories {
    padding: 15px;
}

#outer .media-categories a {
    text-decoration: none;
    color: #919191;
    line-height: 20px;
    font-size: 14px;
}

#outer .media-categories .selected a {
    color: #000;
    text-decoration: underline;
}

#outer .media-categories a:hover {
    text-decoration: underline;
}

#content .filter {
    margin: 10px;
}

#content .filter .text-field {
    width: 260px;
    margin-bottom: 14px;
    color: #000;
}

#content .filter label {
    margin-bottom: 4px;
    font-weight: bold;
}

#content .filter button {
    border: 0;
    padding: 0;
    margin: 0;
    background: #fff;
    cursor: pointer;
}

#content .filter .media-search {
    overflow: hidden;
}

#content .filter .media-search .text-field, #content .filter .media-search button {
    display: block;
    float: left;
}

#content .filter .media-search .text-field {
    margin-right: 4px;
}

#outer .media-container {
    overflow: hidden;
}

#outer .media-container .item {
    width: 112px;
    float: left;
    margin: 5px 7px;
    display: block;
    text-decoration: none;
    color: #6b6b6b;
    cursor: pointer;
}

#outer .media-container .item:hover {
    text-decoration: underline;
}

#outer .media-container .item .thumbnail {
    width: 102px;
    height: 76px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
}

#outer .media-container .item .name {
    display: block;
    text-align: center;
    padding-top: 3px;
    font-size: 11px;
}

#outer .media-container .all {
    padding-top: 10px;
    clear: both;
    text-align: right;
}

#content .comment-count {
    font-size: 10px;
    color: #b00;
    font-weight: bold;
}

#content .article-title {
    margin-bottom: 10px;
    color: #5e7d88;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

#content .article-title:hover {
    text-decoration: underline;
}

#content .publishing-rules {
    font-size: 11px;
    padding: 10px 20px 20px;
    line-height: 15px;
}

#content .article-meta {
    font-size: 11px;
    margin: -6px 0 10px;
    font-style: italic;
    color: #7f7f7f;
}

#outer .eu-info {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background: url('/images/eu.png') no-repeat 50% 34px;
    height: 52px;
    padding-bottom: 30px;
}

#outer .credits {
    color: #666;
    font-size: 11px;
    text-align: center;
    padding-bottom: 20px;
}

#outer .credits a, #outer .credits a:hover {
    color: #666;
}

#outer .button-link {
    line-height: 16px;
    background: url('/images/add.png') no-repeat left center;
    padding-left: 20px;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    background-repeat: no-repeat;
    background-position: left center;
}

#outer .add-link {
    background-image: url('/images/add.png');
}

#content .interactive-title {
    overflow: hidden;
}

#content .interactive-title span {
    display: block;
    float: left;
}

#content .interactive-title .button-link {
    display: block;
    float: right;
}

#content .media-network {
    overflow: hidden;
}

#content .media-network a {
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    width: 91px;
    height: 68px;
    margin: 10px 5px;
    display: block;
    text-decoration: none;
}

#outer .bottom-links {
    padding: 10px 30px;
}

#outer .bottom-links, #outer .bottom-links a {
    color: #8d8d8d;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

#outer .bottom-links a:hover {
    text-decoration: underline;
}

#outer .topic {
    padding: 10px;
    border-bottom: 1px solid #e9e8df;
    overflow: hidden;
}

#outer .topic, #outer .topic a {
    color: #767676;
}

#outer .topic .time {
    font-size: 11px;
    padding-bottom: 3px;
}

#outer .topic .time a {
    text-decoration: none;
    font-weight: bold;
    color: #60888f;
    font-size: 12px;
}

#outer .topic .time a:hover {
    text-decoration: underline;
}

#outer .topic .title, #outer .topic .answer-count {
    float: left;
}

#outer .topic .title {
    width: 78%;
    margin-right: -1px;
}

#outer .topic .answer-count {
    width: 22%;
    text-align: right;
    font-size: 12px;
}

#content .poll-container {
    color: #563f26;
    background: url('/images/poll-bg.png') no-repeat 20px 0;
    padding-left: 70px;
    margin: 14px 0;
}

#content .poll-container .question {
    padding-bottom: 14px;
}

#content .poll-container .question a {
    color: #908f8f;
}

#content .poll-container ul {
    padding-bottom: 8px;
}

#content .poll-container ul li {
    padding: 2px;
}

#content .poll-container label {
    display: inline;
    float: none;
    font-weight: normal;
    font-size: 11px;
    padding-left: 5px;
}

#content .poll-container .results {
    font-size: 11px;
    margin-top: -5px;
}

#content .poll-container .results .answer {
    padding-top: 5px;
}

#content .poll-container .results .total {
    padding-top: 20px;
}

#content .poll-container .results .total span {
    font-weight: bold;
}

#content .poll-container .results .answer span {
    font-weight: bold;
}

#content .poll-container .bar-container {
    margin-right: 40px;
}

#content .poll-container .bar-container div {
    height: 12px;
    line-height: 0;
    background: #dddddd;
    position: relative;
}

#content .user-logo {
    background-position: right center;
    background-repeat: no-repeat;
    float: right;
    width: 91px;
    height: 68px;
}

#content .block-01 .member-info-link {
    text-decoration: none;
    color: #563f26;
}

#content .block-01 .member-info-link:hover {
    text-decoration: underline;
}

#content .tag-cloud {
    padding: 15px;
}

#content .tag-cloud li {
    display: inline;
}

#content .tag-cloud a {
    text-decoration: none;
    color: #919191;
}

#content .tag-cloud a:hover {
    text-decoration: underline;
}

#content .filter .date-range-title {
    margin-bottom: 4px;
    font-weight: bold;
}

#content .filter .date-range {
    overflow: hidden;
}

#content .filter .date-range .text-field, #content .filter .date-range .clndr {
    display: block;
    float: left;
}

#content .filter .date-range .text-field {
    width: 80px;
    padding: 2px 4px;
    font-size: 12px;
    margin: 0;
}

#content .filter .date-range .fields {
    overflow: hidden;
    padding-bottom: 14px;
}

#content .filter .date-range .clndr {
    width: 19px;
    height: 19px;
    overflow: hidden;
    cursor: pointer;
    background: url('/images/calendar.png') no-repeat left top;
    margin: 0 20px 0 3px;
}

#content .filter .option label {
    display: inline;
    font-weight: normal;
    padding-left: 3px;
}

#content .filter .option {
    padding-bottom: 4px;
}

#content .filter .button {
    width: 260px;
    border-top: 1px solid #cecece;
    padding: 10px;
}

#content .filter .field-option {
    margin: -6px 0 12px;
}

#content .news-item-container .item span {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #6b6b6b;
    padding-bottom: 3px;
}

#content .news-item-container .item {
    border-bottom: 1px dashed #ddd9d4;
    padding: 5px 0;
}

#content .news-item-container .item a {
    text-decoration: none;
}

#content .news-item-container .item a:hover {
    text-decoration: underline;
}

#content .news-item-container .more-news {
    margin: 10px 0 0;
    padding: 0;
}

#content .event-container {
    padding: 10px;
}

#content .event-container .more-news {
    padding: 0;
    margin: 0;
    text-align: right;
}

#content .event-container .event {
    overflow: hidden;
    margin-bottom: 12px;
}

#content .event-container .event .range {
    font-size: 11px;
    font-weight: bold;
    color: #3f3f3f;
    line-height: 20px;
}

#content .event-container .event a, #content .event-container .more-news a {
    color: #6b6b6b;
}

#content .event-container .event a {
    text-decoration: none;
}

#content .event-container .event a:hover {
    text-decoration: underline;
}

#content .event-container .event .date {
    background: #f0f0f0 url('/images/event-bg.png') repeat-x top left;
    width: 58px;
    text-align: center;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #b7b7b7;
    padding: 3px 4px 5px;
    overflow: visible;
    float: left;
    margin-right: 10px;
}

#content .event-container .event .date .month {
    display: block;
    color: #7e7e7e;
    font-size: 10px;
}

#content .event-container .event .date .day {
    display: block;
    color: #3f3f3f;
    font-size: 20px;
    line-height: 34px;
}

#content .generic-content h1.block-01 {
    margin-bottom: 10px;
}

#content .generic-content p {
    padding: 0 14px 10px;
}