/** Add any custom styles (to be used across skins) to this css **/

/* $Id: drupal.css,v 1.147.2.3 2006/06/30 00:13:45 unconed Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 0em;
  padding: .0em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  color: black;
  background-color: white;
  height: 3px;		
}
img {
  border: 0px;
}
table {
  border-collapse: collapse;
  border: 0px;
  cellpadding: 0px;
}
th {
  text-align: left;
  padding-right: 0em;
  border-bottom: 3px solid #ccc;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 0px solid #ccc;
}
tr.even, tr.odd {
  padding: 0em 0em;
}
td.active {
  background-color: #ddd;
}

/*
** Menu styles
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../images/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../images/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../images/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
.block-region {
  background-color: #ffff66;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
br.clear {
  clear: both;
  height: 0;
}
.container-inline div {
  display: inline;
}
.error {
  color: red;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .icon a {
  color: #000;
  text-decoration: none;
}
.item-list .icon a:hover {
  color: #000;
  text-decoration: none;
}
.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;
  padding: 0;
  list-style: disc;
}
.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;
}
.form-item input.error, .form-item textarea.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;
}
.marker, .form-required {
  color: #ef7e19;
}
.more-link {
  text-align: right;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 400px;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.ok {
  color: #080;
}
#pager {
  clear: both;
  text-align: center;
}
#pager a, #pager strong.pager-current {
  padding: 0.5em;
}
.path {
  padding-bottom: 0.7em;
  font-size: 1.1em;
}

/*
** Module specific styles
*/
#aggregator .feed-source .feed-title {
  margin-top: 0;
}
#aggregator .feed-source .feed-image img {
  margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
  float: right;
  display: block;
}
#aggregator .feed-item {
  margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
  margin-bottom: 0;
  font-size: 1.3em;
}
#aggregator .feed-item-meta, #aggregator .feed-item-body {
  margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
  font-size: 0.9em;
}
#aggregator td {
  vertical-align: bottom;
}
#aggregator td.categorize-item {
  white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
  margin-top: 0;
}
#aggregator .categorize-item h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
.book-navigation .menu {
  border-top: 1px solid #888;
  padding: 1em 0 0 3em;
}
.book-navigation .page-links {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}
.book-navigation .page-previous {
  text-align: right;
}
.book-navigation .page-up {
  margin: 0 4em;
}
.book-navigation .page-next {
  text-align: left;
}
.node-unpublished, .comment-unpublished {
  background-color: #fff4f4;
}
.preview .node, .preview .comment {
  background-color: #ffffea;
}
.archive {
  margin: 1em 0 1em 0;
}
.calendar .row-week td a {
  display: block;
}
.calendar .row-week td a:hover {
  background-color: #888; color: #fff;
}
.calendar a {
  text-decoration: none;
}
.calendar a:hover {
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
}
.calendar td, .calendar th {
  text-align: center;
  border: 1px solid #000;
  padding: 1px;
  margin: 0;
  font-size: 0.8em;
}
.calendar td.day-blank {
  border: 0;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}
.forum-topic-navigation {
  padding: 1em 0 0 3em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}
.forum-topic-navigation .topic-previous {
  margin-right: 4em;
  text-align: right;
}
.forum-topic-navigation .topic-next {
  text-align: left;
}
.locale-untranslated {
  font-style: normal;
  text-decoration: line-through;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
td.revision-current {
  background: #ffc;
}
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;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}
#permissions td.module, #blocks td.region {
  font-weight: bold;
}
#permissions td.permission, #blocks td.block, #taxonomy td.term, #taxonomy td.message {
  padding-left: 1.5em;
}

#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  clear: left;
  float: left;
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right;
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left;
  margin: 0 auto;
  display: table;
}
.profile {
  clear: both;
  margin: 1em 0 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile dt {
  margin: 1em 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin:0;
}
.node-form .poll-form fieldset {
  display: block;
}
img.screenshot {
  border: 1px solid #808080;
  display: block;
  margin: 2px;
}
.search-form {
  margin-bottom: 1em;
}
.search-form p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results p {
  margin-top: 0;
}
.search-results dt {
  font-size: 1.1em;
}
.search-results dd {
  margin-bottom: 1em;
}
.search-results .search-info {
  font-size: 0.85em;
}
.search-advanced .criterion {
  float: left;
  margin-right: 2em;
}
.search-advanced .action {
  float: left;
  clear: left;
}
#tracker td.replies {
  text-align: center;
}
#tracker table {
  width: 100%;
}
.theme-settings-left {
  float: left;
  width: 49%;
}
.theme-settings-right {
  float: right;
  width: 49%;
}
.theme-settings-bottom {
  clear: both;
}
#user-login-form {
  text-align: center;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
table.watchdog-event th {
  border-bottom: 1px solid #ccc;
}
tr.watchdog-user {
  background: #ffd;
}
tr.watchdog-user .active {
  background: #eed;
}
tr.watchdog-content {
  background: #ddf;
}
tr.watchdog-content .active {
  background: #cce;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #dfd;
}
tr.watchdog-page-not-found .active, tr.watchdog-access-denied .active {
  background: #cec;
}
tr.watchdog-error {
  background: #ffc9c9;
}
tr.watchdog-error .active {
  background: #eeb9b9;
}

/* Tab navigation */
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  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;
  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 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Help module
*/
.help-items {
  float: left;
  width: 22%;
  padding-right: 3%;
}
.help-items-last {
  padding-right: 0;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
}
#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(../images/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../images/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin-top: 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed table *,
html.js fieldset.collapsed legend,
html.js fieldset.collapsed legend * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../images/menu-expanded.png) 5px 50% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(../images/menu-collapsed.png);
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend a {
  display: block;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 14px;
  background: #eee url(../images/grippie.png) no-repeat 100% 100%;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*  event calendar table styles  */
.event-calendar table {
  border: 1px solid #242;
  border-collapse: collapse;
  border-spacing: 0;
  width: 98%; /* Setting at 100% causes problem in Internet Explorer. */
  margin-bottom: 1em;
}
.event-calendar tr {
  padding: 0;
  margin: 0;
  background: white;
}
.event-calendar th {
  color: #000;
  background: #aac;
  text-align: center;
  padding: 1px 0.33em;
  border: 1px solid #242;
}
.event-calendar td {
  width: 14%; /* 14% is about 1/7 of total table width */
  border: 1px solid #bbb;
  color: #777;
  text-align: right;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.event-calendar th.heading {
  border-width: 1px 0px;
}
.event-calendar th.prev {
  text-align: left;
  border-width: 1px 0px 1px 1px;
}
.event-calendar th.next {
  text-align: right;
  border-width: 1px 1px 1px 0px;
}
.event-calendar th a {
  font-weight: bold;
  color: #363636;
}
.event-calendar td a {
  color: #222244;
  font-weight: bold;
  text-decoration: none;
}
.event-calendar td a:hover {
  text-decoration: underline;
}
.event-calendar td.sat, .event-calendar td.sun {
  background: #fdd;
}
.event-calendar td.selected {
  background: #99f;
}
.event-calendar td.today {
  background: #f99;
}
.event-calendar td.year, .event-calendar td.month {
  text-align: center;
  border-width: 1px 0px;
}

/*  days of the week header cells */
.event-calendar td.days {
  color: #cce;
  background: #224;
  text-align: center;
  border: 1px solid #242;
  border-width: 0 1px 1px 0;
}

/*  floating day number div  */
.event-calendar div.day {
  float: right;
  text-align: center;
  border: 1px solid gray;
  border-width: 0 0 1px 1px;
  padding: 0.125em 0.25em 0 0.25em;
  margin: 0;
  background: #f3f3f3;
}

/*  event node times for the body */
.event-nodeapi div {
  color: #000;
  padding: 0.5em 1em 0 0;
}
.event-nodeapi div label { color: #999; }

/*  individual node container  */
.event-calendar div.event {
  font-style: italic;
  background-color: #fff;
  border: solid 1px #555;
  text-align: left;
  margin: 0.25em 0 0.5em 0.25em;
}
.event-calendar div.title {
  padding-left: 3px;
}
.event-calendar div.title a {
  color: #000;
}
.event-calendar div.title a:hover {
  color: #c00;
}
.event-calendar .content {
  margin: 5px;
  padding: 3px;
  border-left: solid 2px #ddd;
  padding-left: 5px;
}
.event-calendar div.type {
  margin-left: 5px;
  font-size: 0.8em;
}
.event-calendar div.type a {
  color: #00c;
}
.event-calendar div.type a:hover {
  color: #c00;
}
.event-calendar div.links {
  padding-left: 3px;
}
.event-calendar div.links a {
  color: #00c;
}
.event-calendar div.links a:hover {
  color: #c00;
}
.event-calendar .start {
  font-style: normal;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 3px;
}
.event-calendar .end {
  font-style: normal;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 9px;
  font-size: 0.8em;
}
.event-calendar .ongoing {
  font-style: normal;
  color: #555;
  margin: 2px 0 2px 0;
  padding-left: 9px;
  font-size: 0.8em;
}
.event-calendar div.info {
  visibility: hidden;
  height: 0px;
  overflow:hidden;
  padding-left: 3px;
}

/*  individual node view styles  */
.event-calendar div.monthview .title {
  font-size: 0.8em;
}
.event-calendar div.dayview {
  width: auto;
}
.event-calendar div.tableview {
  width: auto;
}
.event-calendar div.tableview .links {
}
.event-calendar .event-empty {
  min-height: 6em;
}
/* hack to make Internet Explorer for Windows display calendar height correctly \*/
* html .event-calendar .event-empty {
  height: 6em;
}
/* end of hack */
.container-inline .day input {
  width: auto;
  display: inline;
}

/*  multi-day event top stripes  */
.event-calendar .event .stripe {
  height: 5px;
}
.event-calendar .event .stripe-1 {
  background-color: #FF6;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-2 {
  background-color: #F66;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-3 {
  background-color: #668CFF;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-4 {
  background-color: #FFB366;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-5 {
  background-color: #85FF66;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-6 {
  background-color: #A666FF;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-7 {
  background-color: #FFE066;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-8 {
  background-color: #66FFFF;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-9 {
  background-color: #FF66D9;
  height: 5px;
  width: 100%;
}
.event-calendar .event .stripe-10 {
  background-color: #DDD;
  height: 5px;
  width: 100%;
}

#block-event-1 .item-list ul li a { 
  margin-top: 8px; 
}

span.event-timeleft {
  padding-bottom: 3px;
  text-align: right;
  width: auto;
  display: block;
}
span.event-nodetype {
  padding: 0px 0px 0px 5px;
  display: block;
  width: auto;
  text-align: right;
  float: right;
}
.ical-link {
  text-align: right;
}
.event div.form-item {
  white-space: normal;
}

/* $Id: style.css,v 1.14.2.2 2006/05/23 09:53:42 killes Exp $ */

/*
** HTML elements
*/
body  {
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
body, p, td, li, ul, ol  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  vertical-align: top;
  
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  margin: 0;
}
h1 {
  color: #111;
  font-size: 1.4em;
}
h1:first-letter { 
  text-transform: capitalize; 
}
h2 {
  color: #369;
  font-size: 1.1em;
  line-height: 1.0;
}

tr.odd td, tr.even td {
  padding: 0.1em;
  font-size: 1.0em;
}
/*
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #ff8c00;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #eace8e;
}
a:hover, a:active {
  font-weight: bold;
  color: #ff4500;
  text-decoration: underline;
}
*/
fieldset {
  border: 1px solid #ccc;
}
p {
  margin: 0 0 1.3em 0;
  padding: 0;
}
blockquote {
  border-left: 4px solid #69c;
  padding: 0 15px 0 15px;
  margin: 25px 100px 25px 50px;
  color: #696969;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 1.2em;
  border: 1px solid #ddd;
}
.form-item {
  margin-top: 1em;
}
.form-item label {
  color: #000;
 /* font-size: 0.79em;*/

}
.item-list .title {
  color: #369;
  font-size: 0.85em;
}

/*
** Page layout blocks / IDs
*/
#primary-menu  {
  border-collapse: separate;
  background-color: #e0edfb;
  /*border: 1px solid #f00;*/
  /*border-bottom: 2px solid #69c; ivan */
}
#primary-menu tr {
  background: transparent url(../images/header-c.png) left;
}
td#home {
  background: transparent url(../images/logo-background.jpg) left top repeat;
}
/*Ivan promenio width u sledeca dva td-a sa 144 na 1px*/
td#home a:link img, td#home a:visited img {
  background: transparent url(../images/logo-active.jpg) repeat;
  width: 0px;
  height: 63px;
}
td#home a:hover img {
  /*background: transparent url(../images/logo-hover.jpg) repeat;*/
  width: 0px;
  height: 63px;
}
.primary-links, .primary-links a:link, .primary-links a:visited {
  color: #f00;
}
.primary-links a:hover {
  color: #ff8c00;
}
#primary-menu .primary-links   {
  background: transparent url(../images/header-b.jpg) left top no-repeat;
  font-size: 0.79em;
  background-color: #f18b1d;/* 369 */
}
#primary-menu .primary-links h1, #primary-menu .primary-links h2, #primary-menu .primary-links h3 {
  font-size: 2.3em;
  color: #369;
}
#secondary-menu {
  border-collapse: separate;
  background-color: #369;
  border-bottom: 3px solid #69c;
}
.secondary-links, .secondary-links a:link, .secondary-links a:visited  {
  color: #e4e9eb;
}
.secondary-links a:hover {
  color: #fff;
  text-decoration: underline;
}
#secondary-menu .secondary-links {
  font-size: 1.0em;
}
.tabs {
  margin: 15px 0 15px 0;
  font-size: 0.84em;
  
}
.tabs ul.primary {
  border-collapse: collapse;
  padding: 0 0 3px 10px;
  white-space: nowrap;
  list-style: none;
  margin: 0 0 0 0;
  height: auto;
  line-height: normal;
  border-bottom: 2px solid #336699;
}
.tabs ul.primary li {
  display: inline;
}
.tabs ul.primary li a {
  padding: 3px 10px 3px 10px;
  background: #fff url(../images/tabs-off.png) left top no-repeat;
  border-color: #777;
  border-width: 2px;
  border-style: none solid none none;
  height: auto;
  margin-right: 10px;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: normal;
  color: #000000;
}
.tabs ul.primary li.active a {
  background: #000 url(../images/tabs-on.png) left top no-repeat;
  border-right: 2px solid #ff6e2e;
  color: #ff6e2e;
}

.tabs ul.primary li a:hover {
  background-color: #00f;
  color: #ff4500;
  border-color: #777
}
.tabs ul.primary li.active a:hover {
  background: #000 url(../images/tabs-on.png) left top no-repeat;
  border-color: #ff6e2e;
  color: #010101;
}
.tabs ul.secondary {
  border-collapse: collapse;
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  white-space: nowrap;
  width: 100%;
  list-style: none;
  height: auto;
  line-height: normal;
  border-bottom: none;
}
.tabs ul.secondary li {
  display: inline;
  height: auto;
  padding: 0 0 0 10px;
  text-decoration: none;
  border-right: none;
}
.tabs ul.secondary li a {
  background: #fff url(../images/tabs-option-off.png) left center no-repeat;
  padding: 10px 0 10px 25px;
  margin: 0 0 0 0;
  color: #000;
  font-weight: normal;
}
.tabs ul.secondary li a.active {
  background: #fff url(../images/tabs-option-on.png) left center no-repeat;
  color: #ff6e2e;
  border-bottom: none;
}
.tabs ul.secondary li a:hover {
  background: transparent url(../images/tabs-option-hover.png) left center no-repeat;
  color: #FF0000;
}
#content {
  background-color: #fff;
}

#contentstart {
  background-color: #fff;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 0.85em;
  margin: 0.2em;
}
#search .form-text {
  width: 9em;
}
#search .form-submit {
  height: 1.5em;
}
#mission {
  background-color: #fff;
  color: #696969;
  border-top: 2px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px 10px 10px 10px;
  margin: 20px 35px 0 35px;
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
#site-info {
  background-color: #bdd3ea;
  background-image: url('../images/header-c.png');
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
.site-name {
  font-size: 36px;
  font-family: "Courier New", "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
.site-name a:link, .site-name a:visited {
  color: #f00;
}
.site-name a:hover {
  color: #ff8c00;
  text-decoration: none;
}
.site-slogan {
  font-size: 1.1em;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 30px 35px 50px 35px;
  /* fix background overlapping text in IE (aka Peekaboo Bug) */
  position: relative;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.70em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
font-size: 0.79em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
  font-size: 0.70em;
}
.error {
  border-color: red;
}
.nav {
  padding: 0;
  margin: 0;
}
#sidebar-left, #sidebar-right {
  font-size: 0.75em;
  width: 175px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 25px 10px 75px 10px;
  vertical-align: top;
  /* background: #FFFAF0; Ivan - changes to white */
  background: #FFFFFF;
}
#sidebar-left {
  /* border-right: 3px solid #f5f5f5; Ivan - disabled border to match suggested design */
}
#sidebar-right {
  border-left: 3px solid #f5f5f5;
}
#sidebar-left li, #sidebar-right li {
  font-size: 1em;
}
.node .content {
  text-align: left;
  font-size: 0.70em;
  line-height: 1.3;
}
.comment .content {
  text-align: left;
  font-size: 0.75em;
  line-height: 1.3;
}
#footer-message {
  padding: 15px 100px 30px 100px;
  font-size: 0.70em;
  text-align: center;
  color: #aaa;
}
table#footer-menu {
  border-top: 3px solid #6699cc;
  border-bottom: 3px solid #6699cc;
  background-color: #369;
  color: #e4e9eb;
}
table:thead {
  font-size: 0.70em;
}
#footer-menu td {
  padding: 5px;
  font-size: 0.75em;
}
#footer-menu .primary-links, #footer-menu a:link, #footer-menu a:visited  {
  color: #e4e9eb;
}
#footer-menu a:hover  {
  color: #fff;
  text-decoration: underline;
}
#footer-menu .primary-links h1, #footer-menu .primary-links h2, #footer-menu .primary-links h3 {
  font-size: 1.3em;
  color: #e4e9eb;
}
/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
#content .title, #content .title a {
  color: #369;
  line-height: 1.1;
  font-size: 1.0em;
}
.content h1 {
  color: #369;
  font-size: 1.9em;
}
.content h2 {
  color: #58b;
  
}
.content h3 {
  color: #69c;
  font-size: 1.5em;
}
.content h4 {
  color: #8be;
  font-size: 1.3em;
}
.content h5 {
  color: #96c6f6;
  font-size: 1.15em;
}
.submitted {
  color: #746c5a;
  font-size: 10px;
}
.links {
  color: #ff8c00;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
}
.links a {
  font-weight: bold;
}
.box {
  padding: 0 0 3px 0;
}
.box {
  padding: 0;
  margin: 0;
}
.box h2 {
  font-size: 9px;
}
.block .title h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff2121;
  font-size: 0.9em;
  font-weight: normal;
  padding: 10px 5px 10px 25px;
  margin-bottom: .25em;
  background: transparent url(../images/icon-block-with-line.png) left center no-repeat;
}
.block .content {
  padding: 5px 5px 5px 5px;
}
.block {
  /*margin-bottom: 1.5em;*/
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2.5em 0;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.83em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #fff;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title {
  font-size: 1em;
  padding: 10px 0 12px 19px;
  background: transparent url(../images/icon-comment.png) left center no-repeat;
}
.comment .new {
  font-weight: bold;
  font-size: 1em;
  margin-left: 2px;
  color: red;
}
.comment .picture {
  border: 1px solid #fff;
  float: right;
  margin: 10px;
}
.links {
  font-size: 0.75em;
}
.links .prev, .links .next, .links .up {
  font-size: 1.15em;
}
.titles .prev, .titles .next  {
  font-size: 0.85em;
  font-weight: bold;
  color: #444;
}
.hide {
  display: none
}
.nav .links .next a:link {
  padding: 17px 17px 17px 0;
  background: transparent url(../images/arrow-next.png) right center no-repeat;
}
.nav .links .next a:visited {
  padding: 17px 17px 17px 0;
  background: transparent url(../images/arrow-next-visited.png) right center no-repeat;
}
.nav .links .next a:hover {
  padding: 17px 17px 17px 0;
  background: transparent url(../images/arrow-next-hover.png) right center no-repeat;
}
.nav .links .prev a:link {
  padding: 17px 0 17px 17px;
  background: transparent url(../images/arrow-prev.png) left center no-repeat;
}
.nav .links .prev a:visited {
  padding: 17px 0 17px 17px;
  background: transparent url(../images/arrow-prev-visited.png) left center no-repeat;
}
.nav .links .prev a:hover {
  padding: 17px 0 17px 17px;
  background: transparent url(../images/arrow-prev-hover.png) left center no-repeat;
}
.nav .links .up a:link {
  padding: 11px 0 17px 0;
  background: transparent url(../images/arrow-up.png) center top no-repeat;
}
.nav .links .up a:visited {
  padding: 11px 0 17px 0;
  background: transparent url(../images/arrow-up-visited.png) center top no-repeat;
}
.nav .links .up a:hover {
  padding: 11px 0 17px 0;
  background: transparent url(../images/arrow-up-hover.png) center top no-repeat;
}

/*
** Module specific styles
*/
.content .active {
  color: #369;
}
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .source {
  color: #999;
  font-style: italic;
  font-size: 0.85em;
}
#aggregator .title {
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#tracker th {
  text-align: center;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fafafa;
}
#tracker th img {
  float: right;
}
#tracker tr.even, #tracker tr.odd {
  background-color: #fff;
}
#tracker td {
  vertical-align: top;
  padding: 1em 1em 1em 0;
  border-bottom: 1px solid #bbb;
}
#forum {
  margin: 15px 0 15px 0;
  background-color: #fff;
}
#forum table {
  width: 100%;
  border: 2px solid #69c;
}
#forum table tr th {
  text-align: center;
  background: #69c;
  color: #fff;
  font-size: 0.75em;
  border-bottom: 1px solid #aaa;
}
#forum table tr th a  {
  color: #fff;
  text-decoration: underline;
}
#forum table tr th img  {
  margin: 0;
}
#forum tr.odd {
  background: #e0edfb;
}
#forum tr.even {
  background: #fff;
}
#forum td {
  padding: 0.5em 0.5em 0.5em 0.5em;
}
#forum td.container {
  color: #000;
  background: #369 url(../images/forum-container.jpg) right top no-repeat;
  border: 2px solid #69c;
}
#forum td.container a {
  color: #e4e9eb;
  padding: 20px 0 20px 35px;
  background: transparent url(../images/forum-link.png) left center no-repeat;
}
#forum td.container a:visited {
  color: #e4e9eb;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .row-week td a {
  padding: 0.4em 0;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}
/*
** Contact Bay specific styles
*/
.user-member {
  font-size: 0.70em;
  line-height: 0.9;
}
.buddylist- {
  font-size: 0.70em;
}
.buddylist-buddylist {
  font-size: 0.70em;
  line-height: 0.9;
}
.buddylist-buddylist .item-list {
  line-height: 0.9;
}
.profile-profile_hobbies {
  font-size: 0.70em;
  line-height: 0.9;
}
.profile-profile_birthdate {
  font-size: 0.70em;
  line-height: 0.9;
}
.privatemsg-send-message {
  font-size: 0.70em;
  text-decoration: underline;
}
.profile .title {
  font-size: 1.1em;
  line-height: 0.9;
}
.profile .name{
  font-size: 0.70em;
  line-height: 0.9;
}
/**.form-item .description {
  font-size: 0.70em;
}*/
.profile-profile_real_name{
  font-size: 0.70em;
  line-height: 0.9;
}
.profile-profile_real_last_name{
  font-size: 0.70em;
  line-height: 0.9;
}
.profile-profile_city{
  font-size: 0.70em;
  line-height: 0.9;
}
.profile-profile_workplace{
  font-size: 0.70em;
  line-height: 0.9;
}

.field{
  font-size: 0.70em;
}
.form-item .option {
  font-size: 0.70em;
}
tr.odd a, tr.even a {
  font-size: 0.70em;
}
.profile {
  border-top: thin solid #eee;
}
.profile-profile_real_last_name{
  font-size: 0.70em;
  line-height: 0.9;
}
.menu .leaf:first-letter {
  text-transform: capitalize; 
}
.content li {
  font-size: 0.70em;
}
.item-list li {
  line-height: 1.2;
}
.box .content .title {
  font-size: 0.70em;
}
.user_profile_user {
width:20%;
height:20.0em;
border: 2px solid #eee;
font-size: 0.70em;
}
.users_table_layout {
width: 80%;
margin-bottom:5px;
}
.users_table_layout td {
width:20%;
height:13.0em;
border: 2px solid #eee;
font-size: 0.70em;
}
.search-results .title {
  font-size: 0.50em;
}
.profile_users_table_layout {
width:80%;
}
.profile_users_table_layout td{
width:20%;
height:13.0em;
border: 2px solid #eee;
font-size: 1.0em;
}
.profile h2.title {
  font-size:0.70em;
  width:110px;
  margin-top:13px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.profile dd {
  min-height:10px;
  margin:5px;
  margin-top:17px;
  margin-left:110px;
  margin-bottom:0px;
  padding:0px;
  
}

.profile dt {
  width:105px;
  background-color: #EEE;
  float:none;
  margin-bottom: -27px;
}

.form-item .option {
  line-height: 1.0
}
#buddylist_edit_groups_add, #buddylist_edit_groups_remove {
  border: 2px solid #eee;
}
#blockpic img {
  border: 3px solid #aaa;
}
.profile .picture {
  border: 3px solid #aaa;
  position: relative;
}
/** only .picture not enough for node */
.node .picture {
  border: 3px solid #aaa;
  float: right;
  margin: 0.1em;
}
.users_table_layout_groupname {
  line-height: 1.0em;
  width: 100px;
  font-size: 0.8em;
  margin-top:3px;
  margin-bottom:3px;
  background-color: #EEE;
}
.option label {
  font-size: 2.0em;
}
.users_table_layout .buddylist_groups_select .form-item{
  font-size: 1.4em;
  text-align: left;
  margin-top:0px;
  margin-bottom:0px;
}
#buddylist_edit_groups_remove .form-item {
  margin-top:0px;
  margin-bottom:0px;
}
#buddylist_edit_groups_add .form-submit, #buddylist_edit_groups_remove .form-submit, #buddylist_edit_groups_table .form-submit {
  font-size: 0.7em;
}
.privatemsg_folders {
  margin-top:5px;
  font-size: 0.7em;
}
.privatemsg_folders a {
  font-weight: normal;
  color: #000;
}
#privatemsg_list_form th, #privatemsg_list_form td {
  font-size: 0.7em;
  background-color: #EEE;
}
#privatemsg_list_form td {
  border: 1px solid #ede1ed;
}
#privatemsg_list_form a {
  font-size: 1.0em;
  background-color: #EEE;
  margin-left:2pxl
}
#privatemsg_list_form table{
  width=100%;
}
#privatemsg_list_form .form-submit {
  font-size: 0.7em;
}
#edit-folder {
  font-size: 0.7em;
}
#pager {
  font-size: 0.7em;
}
.privatemsg_table_messagedate {
  width:200px;
}
#invite_form {
  font-size:0.7em;
}
#invite_form .form-item .description {
  font-size:1.0em;
}
#invite_form fieldset label {
  font-size:1.0em;
}
#invite_form fieldset #edit-email, #invite_form fieldset #edit-message {
  font-size:1.0em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#invite_form fieldset .form-submit {
  font-size:1.0em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#user-login-form #edit-name, #user-login-form #edit-pass {
  font-size:0.9em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#user-login-form label {
  font-size:1.0em;
}
#user_login {
  font-size:0.8em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#user_login label, #user_login .form-submit {
  font-size:0.85em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#user_login #edit-name, #user_login #edit-pass{
  font-size:0.85em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#user_register {
  font-size:0.7em;
}
#user_register label {
  font-size:1.0em;
}
#user_register #edit-name, #user_register #edit-mail, 
               #user_register #edit-profile_real_name, 
	       #user_register #edit-profile_real_last_name, 
	       #user_register .form-submit {
  font-size:1.0em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#user_register .description {
  font-size:1.0em;
}
#user_pass {
  font-size:0.7em;
}
#user_pass label {
  font-size:1.0em;
}
#user_pass #edit-name, #user_pass #edit-mail, #user_pass .form-submit {
  font-size:1.0em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.users_table_layout #blockpic {
  width:100px;
  height:100px;
}
.users_table_layout #block_user_data {
  align:center;
  width:100px;
  /*height:40px;*/
}
.users_table_layout #block_user_data a{
  font-weight:normal;
}
.profile_users_table_layout #blockpic {
  width:100px;
  height:100px;
}

.profile_users_table_layout #block_user_data {
  align:center;
  width:100px;
  height:30px;
}
.profile_users_table_layout #block_user_data  a{
  font-weight:normal;
}
.front-notlogged {
  font-size:0.70em;
}
#home {
  width:0%;
  height:76px;
  /* width is now set to 0% - Ivan */
}
#site-info {
  width:0%;
}
#primary-links {
  width:65%;
}
.menu {
  font-size:0.95em;
}
.menu .leaf a, .menu .collapsed a, .menu .expanded a {
  font-weight: normal;
  color: #ff6e2e;
}  

.menu .leaf a:hover {
  color: #f00;
}
#main .title  {
  color: #f00;
}
.send-private-message {
  color: #000;
  font-size:0.70em;
  padding: 10px 15px 10px 32px;
  background: transparent url(../images/send-mail.png) left center no-repeat;
}
#user-login-form .form-item, #user-login-form .item-list  {
  font-size: 0.91em;
}
#user-login-form .form-item {
  margin-top: 0em;
}
#user-login-form #edit-name, #user-login-form #edit-pass {
  font-size: 1.0em;
}
#user-login-form a, #user-login-form label {
  color: #000;
  font-weight: normal;
}
#user-login-form .form-submit {
  font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 0.91em;
  margin-top: 0em;
  margin-bottom: 1.5em;
}
#user_edit legend {
  font-size: 0.70em;
  margin-bottom: 0.25em;
}
#user_edit fieldset .form-item label, #user_edit fieldset .form-item .description {
  font-size: 0.70em;
  font-weight:normal;
  letter-spacing: 0px
}
#user_edit fieldset .form-item input, #user_edit .form-item textarea {
  font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 0.70em;
  font-weight:normal;
  letter-spacing: 0px
}
#user_edit .form-submit {
  font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 0.70em;
}
#user_edit .collapsible .description {
  font-size: 0.70em;
}
#user_edit fieldset .picture img {
  border: 3px solid #aaa;
}
#user_edit .collapsible th {
  font-size: 0.70em;
}
#user_edit .collapsible td .form-item {
  font-size: 0.70em;
}
#user_edit .collapsible td .form-item label{
  font-size: 1.0em;
}
#privatemsg_list_form td a:visited {
  color: #eace8e;
}
#rcmail_form input{
  font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 0.70em;
  text-transform: capitalize;
}
.privatemsg_view {
  font-size:0.70em;
}
.privatemsg_view .links {
  font-size:1.0em;
}
.privatemsg_view p {
  margin-top: 10px;
}
#privatemsg_message_form {
  margin-top:10px;
}
#privatemsg_message_form .form-item label, #privatemsg_message_form .form-item input, #privatemsg_message_form .form-item textarea {
  font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 0.70em;
}
#privatemsg_message_form .container-inline .form-item label, #privatemsg_message_form .container-inline .form-item input{
  font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 0.70em;
}
#privatemsg_message_form .container-inline .form-select {
  font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 0.70em;
}
#privatemsg_message_form .tips{
  font-size: 0.70em;
}
#privatemsg_message_form a {
  font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 0.70em;
}
#privatemsg_message_form .form-submit{
  font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 0.70em;
}
#privatemsg_message_form a:visited {
  color: #eace8e;
}
#rcmail_send_form .form-submit{
  font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
  font-size: 1.0em;
  color: #ff8c11;
  font-weight: bold;
  text-align: left;
  border: none;
  border-width:6px;
  background-color:#fff; 
  
}

.normal-page{
margin-top: 1.0em;
font-size: 0.70em;
}

.members #profile .users_table_layout .no-unanswered_initiations{
  font-size: 0.70em;
}

.profile .invited-by {
  font-size: 0.70em;
}
.profile .counters {
  font-size: 0.70em;
}
.best-users-page #pager {
  font-size: 1em;
}
.number_of_users{
  font-size: 0.7em;
}
#block-user-3 .title{
  display: none;
}
#block-user-3 .content{
  color: #000;
}



#block-buddylist-0 .title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff2121;
  font-size: 0.9em;
  font-weight: normal;
  padding: 10px 5px 10px 25px;
  margin-bottom: .25em;
  background: transparent url(../images/icon-block-with-line.png) left center no-repeat;
}
#block-buddylist-0 .content a, #block-chat-0 .content a{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ff6e2e;
  font-size: 0.9em;
  font-weight: normal;
}

#user_give_membership_confirm  {
  margin-top: .25em;
  font-size: 0.70em;
}
#user_give_membership_confirm .form-submit {
  margin-top: .25em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.95em;
}

.profile-user-credits{
  margin-top:10px;
  font-size: 0.70em;	
}
.sms-messages {
  margin-top:10px;
  font-size: 0.70em;	
}
#sms_history_form .form-submit{
  margin-top:10px;
  font-size: 0.70em;
}
#sms_send_form {
  margin-top:10px;
  font-size: 0.70em;
}
#sms_send_form .form-item{
  margin-top:10px;
  font-size: 1.2em;
}
#sms_send_form .form-text, #sms_send_form .form-select, #sms_send_form .form-textarea{
  font-size: 0.79em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sms_send_form .form-submit{
  font-size: 0.95em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sms_result_form {
  font-size: 0.79em;
}
#sms_result_form .form-submit{
  font-size: 0.95em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#user_pass_reset {
  font-size: 0.70em;
}


af.objectSeparator
{
	background-color: black;
}
.af_table_control-bar-top
{
	background-color: #0000FF;
}

.af_table_control-bar-bottom
{
	background-color: #00FFFF;
}

.af_table_sub-control-bar
{
	background-color: #FFFFFF;
}

.af_column_cell-text
{
	background-color: #FFFF00;
}

.af_column_cell-text-band
{
	background-color: #FF00FF;
}

.af_column_cell-number
{
	background-color: #FF0000;
}

.af_column_cell-number-band
{
	background-color: #00FF00;
}

.af_column_cell-icon-format
{

}

.af_column_cell-icon-format-band
{

}

.af_column_header-text
{
	background-color: #00000F;
}

.af_column_header-number
{
	background-color: #000F00;
}

.af_column_header-icon-format
{

}

.af_column_row-header-text
{
	background-color: #0F0000;
}

.af_table_detail
{
	background-color: #000F00;
}

.af_table_column-footer
{
	background-color: #0D0F0F;
}

.duallist{
width:150px;
}
