/* $Id: drupal.css,v 1.147.2.8 2006/12/14 20:20:21 killes Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
tr.even, tr.odd {
  padding: 0.1em 0.6em;
}
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('../../misc/menu-expanded.png');
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url('../../misc/menu-collapsed.png');
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url('../../misc/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, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.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;
  width:98%;
}
.book-navigation .page-previous {
  text-align: right;
  width: 42%;
  display: block;
  float: left;
}
.book-navigation .page-up {
  margin: 0 5%;
  width: 4%;
  display: block;
  float: left;
} 
.book-navigation .page-next {
  text-align: left;
  width: 42%;
  display: block;
  float: left;
}
.node-unpublished, .comment-unpublished {
  background-color: #fff4f4;
}
.preview .node, .preview .comment .forum-comment {
  background-color: #fafde7;
}
.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 {
	font-size:11px;
}
#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;
  width: 98%;
}
.forum-topic-navigation .topic-previous {
  text-align: right;
  float: left;
  width: 46%;
}
.forum-topic-navigation .topic-next {
  text-align: left;
  float: right;
  width: 46%;
}
.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;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url('../../misc/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('../../misc/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('../../misc/menu-expanded.png') 5px 50% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url('../../misc/menu-collapsed.png');
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend a {
  display: block;
}
/*
** Collapsing fieldset width limit
*/
.fieldset-category {
  width: 530px;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 14px;
  background: #eee url('../../misc/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;
}
/*//////// drupal.css ends ////*/




html, body {
	margin:0;
}
body {
	text-align:center;
	min-width:1000px;
	font-family:Arial;
	padding:0;

}
ul {
	display:block;
}
div.fixed {
	position: fixed;
	width:100%;
	z-index:110;
}
img {
	border:0;
}
#wraper {
	overflow:hidden;
	width:1024px;
	margin:0 auto;
	height: 100%;
	text-align:left;
	position:relative;
}
.ftop {
	top:0;
	height:90px;
}
.fbottom {
	bottom:0;
}
#header	{
	width:1023px;
	position:relative;
	height:81px;
	text-align:left;
	margin:0 auto;
	z-index:111;
}
#mmargin-fix {
	float:left;
	clear:both;
	width:86px;
	height:20px;
}
#shadows {
	left:0;
	top:-38px;
	position:relative;
	width:1023px;
	margin:0 auto;
	z-index:110;
	text-align:left;
	background-image:url('images/images.gif');
	background-position:170px 0px;
	background-repeat:no-repeat;
}
#mmain {
	float:left;
	width:682px;
	height:23px;
	padding:9px 0 0 105px;
	position:relative;
	z-index:110;
}
#mmain .mainlevel {
	font-size:12px;
	color:#818181;
	padding:0 7px;
	text-decoration:none;
}

#content {
	margin:43px auto 0 auto;
	width:1003px;
	z-index:1;
	text-align:left;
	padding-bottom:43px;
	color:#636363;
	font-size:12px;
}
#cmargin-fix {
	float:left;
	width:7px;
	height:550px;
	margin:0;
	background:url('images/mygrad.gif') repeat-x 0 0;
}
#cmargin-fix-snd {
	float:left;
	width:7px;
	height:550px;
	margin:0;
}
#levi {
	float:left;
	width:506px;
	height:500px;
	margin:0;
	background:url('images/mygrad.gif') repeat-x 0 0;
	padding:43px 0 0 0;
}
#desni {
	float:left;
	width:480px;
	height:580px;
	margin:0;
	padding:43px 0 0 9px;
	overflow:hidden;
}
#desni #pollview {
	overflow:hidden;
	height: 256px;
	overflow-y:scroll;
}
#header ul {
	list-style:none outside;
	text-align:left;
	margin:0;
	height:43px;
	overflow:hidden;
}
#header li {
	float:left;
}
#header li.nonlink {
	padding:11px;
}
#header li.mexit {
	margin-top:4px;
	padding-right:20px;
}
#header li.mexit span {
	display:block;
	width:46px;
	height:13px;
	background-image: url('images/images.gif');
	background-position:-175px -66px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#header li.mthis {
	background:#04b5cc;
}
#header li.mthis a:hover {
	background:#04b5cc;
}

#mzero {
	background-color:#aed4de;
	background-image: url('images/images.gif');
	background-position:-689px -43px;
	background-repeat:no-repeat;
	float:left;
	width:488px;
	padding:0 0 0 9px;
}
#mzero li {
	font-size:18px;
	color:white;
}
#header li a {
	display:block;
	color:white;
	padding:11px;
	text-decoration:none;
}
#header li a.beng {
	width:62px;
	background-position:-62px -43px;
	padding:7px;
	margin-top:13px;
}
#header li a.beng:hover {
	background-position:-62px -64px;
}
#mzero li a:hover {
	color:white;
	background:#5bc3d1;
}
#log_and_lan {
	background-color:#aed4de;
	width:526px;
	float:right;
	padding:0;
}
#log_and_lan li {
	font-size:12px;
	color:white;
	float:right;
	overflow:hidden;
}
#login form {
	width:260px;
	overflow:hidden;
	display:none;
}
#login form, #login #login_msgs {
	float:right;
}
#login form p {
	padding:0;
	margin:0;
	float:right;
}
#login .visible {
	display:block;
}

#login #fsubmit {
	color:white;
}
#login input {
	width:60px;
	height:14px;
	padding:3px 7px;
	color:#ababab;
	margin:0 0 0 2px;
	border:0;
	line-height:15px !important;
	background-image:url('images/images.gif');
	float:left;
}
#login a.lgn_first  {
	padding: 2px 6px;
	float:left;
	text-decoration:none;
	display:inline !important;
}
#login a.lgn_first:hover  {
	text-decoration:underline;
}
#login a.buttons {
	margin-left:2px;
	padding: 3px 5px;
	background: url('images/images.gif') -713px -91px;
	width: 10px;
	float: left;
	display: block;
}
#login a.buttons:hover {
	background-position: -713px -112px;
}
#login #mypage {
	margin-left:2px;
	padding: 3px 7px;
	background: url('images/images.gif') 0px -43px;
	width: 48px;
	float: left;
	display: block;
}
#login #mypage:hover {
	background-position: 0px -64px;
}
#login .eusername1 {
	background-position: -230px -180px;
}
#login #fpassword {
	background-position: -305px -66px;
}
#login #femail1, #login #femail2 {
	background-position: -305px -88px;
}
#login #fsubmit {
	background:#d0ea22;
	cursor:pointer;
}
#login #login_msgs {
	margin:2px 5px 0 0;
	width:220px;
	overflow:hidden;
	text-align:right;
}
#login #logout_frm {
	padding-top:2px;
}

li.nonlink {
    padding:11px 0px;
}



/* meni */
.ddmx{
	border:0px none  !important ; 
}
.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
	text-decoration:none;
	padding: 0px 7px 0px 7px  !important ; 
	top: 0px !important ; 
	left: 0px; 
	font-size: 11px !important ; 
	font-family: Arial, Helvetica, sans-serif !important ; 
	text-align: left !important ; 
	font-weight: normal !important ; 
	color: #818181 !important ; 
	display: block; 
	white-space: nowrap; 
	position: relative; 
	background-image:none;
}
.ddmx td.item11 {
	padding:0 !important ; 
	border-top: 0px none  !important ; 
	border-left: 0px none  !important ; 
	border-bottom: 0px none ;
	border-right: 0 !important ; 
	white-space: nowrap !important ; 
}
.ddmx td.item11-last {
	padding:0 !important ; 
	border: 0px none  !important ; 
	white-space: nowrap; 
}
.ddmx td.item11-acton {
	padding:0 !important ; 
	border-top: 0px none  !important ; 
	border-left: 0px none  !important ; 
	white-space: nowrap; 
	border-bottom: 0px none ;
}
.ddmx td.item11-acton-last {
	border: 0px none  !important ; 
}
.ddmx .item11-acton-last a.item1,
.ddmx .item11-acton a.item1,
.ddmx .item11-acton-last a:hover,
.ddmx .item11-acton a:hover,
.ddmx .item11 a:hover,
.ddmx .item11-last a:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
	background-image:none;
}
.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
	padding: 1px 3px  !important ; 
	font-size: 11px !important ; 
	font-family: Arial, Helvetica, sans-serif !important ; 
	text-align: left !important ; 
	display: block; 
	white-space: nowrap; 
	position: relative; 
	z-index:500; 
	opacity:0.85; 
}
.ddmx a.item2 {
	background-image:none;
	background-color: #eff2dc; 
	color: #818181; 
	border-top: 0px none  !important ; 
	border-left: 0px none  !important ; 
	border-right: 0px none  !important ; 
	text-decoration:none;
}
.ddmx a.item2-last {
	background-image:none;
	background-color: #eff2dc; 
	color: #818181; 
	border-bottom: 0px none  !important ; 
	z-index:500; 
}
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
	background-color:#04b5cc;
	color:white;
	background-image:none;
	border-top: 0px none  !important ; 
	border-left: 0px none  !important ; 
	border-right: 0px none  !important ; 
}
.ddmx .section {
	border: 0px none  !important ; 
	position: absolute; 
	visibility: hidden; 
	display: block; 
	z-index: -1; 
}
.ddmxframe {
	border: 0px none  !important ; 
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

#footer {
	width:1023px;
	position:relative;
	height:22px;
	background:#e5e5e5;
	font-size:11px;
	color:#313131;
	text-align:left;
	bottom:0;
	margin:0 auto;
	z-index:110;
	overflow:hidden;
}
#footer span {
	display:block;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:10px;
}
#footer a {
	font-size:11px;
	color:#313131;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#f1 {
	padding-right:18px;
	float:left;
}
#f2 {
	display:block;
	border-left:#b5b5b5 solid 1px;
	border-right:#b5b5b5 solid 1px;
	float:left;
	overflow: hidden;
	width: 435px;
	height: 14px;
}
.mooquee
{
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
	padding:5px;

}
.mooquee-text
{
	/* don't change */
	position: absolute;
}


#f3 {
	padding-right:14px;
	float:left;
}
#f4 {
	padding-right:9px;
	float:right;
}
#f5 {
	padding-right:6px;
	float:right;
}
#f6 {
	padding-right:32px;
	float:right;
	font-weight:bold;
}
.clearfix {
	clear:both;
}

#mw {
    position: relative;
    overflow: hidden;
    width: 430px;
    height: 22px;
}
#mq {
    position: absolute;
    left: 0px;
    top: -5px;
    white-space: nowrap;
}

#meniexitfest, #menimusic  {
    display: none;
}
#menimyexit{
    display: block;
}


#cmain1,
#cmain2 {
	margin:4px 6px 0 0px;
	width:492px;
	height:195px;
	float:left;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
#cmain1 h4,
#cmain2 h4 {
	float:left;
	padding:2px 0 6px 5px;
	color:#5e5e5e;
	font-size:24px;
	margin:0;
	height:30px;
	overflow:hidden;
}
#log_and_lan .button,
#content .button,
.col1  .button
 {
	display:block;
	float:right;
	height:6px;
	margin:6px 5px 0 0;
	line-height:6px;
	color:white;
	font-size:12px;
	padding:7px;
	overflow:hidden;
	text-decoration:none;
	background-image:url('http://www.exitfest.org/dizajnsajta/images/images.gif');
	text-indent:3px;
}
#levi #slika a {
	color:black;
	text-decoration:none;
}
#levi #slika a:hover {
	text-decoration:underline;
}
#levi .bmore,
#desni .bmore {
	width:47px;
	background-position:0 -43px;
}
#levi .bnl,
#desni .bnl {
	width:62px;
	background-position:-62px -43px;
}
#levi .brss,
#desni .brss {
	width:21px;
	background-position:-139px -43px;
}
#levi .badd,
#desni .badd,
#razno .badd,
#album .badd {
	width:70px;
	background-position:-62px -43px;
	padding:7px 3px !important;
}
#levi a.bmore:hover,
#desni a.bmore:hover {
	background-position:0 -64px;
}
#levi a.bnl:hover,
#desni a.bnl:hover {
	background-position:-62px -64px;
}
#levi a.brss:hover,
#desni a.brss:hover {
	background-position:-139px -64px;
}
#levi a.badd:hover,
#desni a.badd:hover,
#razno a.badd:hover,
#album a.badd:hover {
	background-position:-62px -64px;
}
.ctabs {
	clear:both;
	height:24px;
	list-style:none outside;
	margin:0;
	padding:0;
	text-align:left;
	line-height:22px;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	text-indent:23px;
}
.ctabs li {
	display:inline;
	padding:0 11px;
	margin-bottom:4px;
	border-right:1px solid #ccc;
	font-size:11px;
}
.ctabs li.last {
	border-right:0;
}
.ctabs li.author {
	border:none;
	margin-left:29px;
}
.ctabs li.author span {
	display:none;
}
.ctabs li.author span img {
	padding-top:5px;
}
.ctabs li.author span>first {
	display:inline;
}
.ctabs a {
	color:#81cc00;
	text-decoration:none;
}
.ctabs a:hover {
	text-decoration:underline;
}
.cauthor {
	font-size:10px;
	text-decoration:none;
	display:block;
	margin-bottom:5px;
}
.cauthor:hover {
	text-decoration:underline;
}
#cnews1,
#cnews2 {
	float:left;
	clear:both;
	list-style:none outside;
	width:292px;
	height:206px;
	margin:0;
	padding:0 10px 0 0;
	color:#5e5e5e;
	font-size:11px;
	overflow:hidden;
}
#cnews2 {
	width:280px;
	height:181px;
}
#cnews1 li,
#cnews2 li {
	clear:both;
}
#cnews2 li {
	display:none;	
}
#cnews2 #cn12 {
	display:block;
	}
#cnews1 img,
#cnews2 img {
	float:left;
	margin-right:15px;
}
#cnews1 a,
#cnews2 a {
	color:#5e5e5e;
}
#cnews1 .ctitle,
#cnews2 .ctitle {
	float:left;
	width:292px;
	display:block;
	color:#5e5e5e;
	font-size:18px;
	text-decoration:none;
	margin:5px 0;
}
#cnews2 .ctitle {
	width:280px;
	}
#cnews1 .ctitle:hover,
#cnews2 .ctitle:hover {
	color:black;
}
#ctitles1,
#ctitles2 {
	float:left;
	list-style:none outside;
	width:190px;
	margin:0;
	padding:0;
	font-size:12px;
	background-image:url('http://www.exitfest.org/dizajnsajta/images/images.gif');
	background-position:-1px -259px;
}
#ctitles1 {
	background:none;	
}

#ctitles1 li,
#ctitles2 li {
	line-height:16px;
	height:24px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
#ctitles1 li.last,
#ctitles2 li.last {
	border-bottom:0;
}
#ctitles1 li a,
#ctitles2 li a {
	display:block;
	padding:5px 0 9px 22px;
	height:10px;
	text-decoration:none;
	color:#7f7f7f;
}
#ctitles1 li a:hover,
#ctitles2 li a:hover {
	background:#5b5b5b;
	color:white;
}
#cmain1 h4 span,
#cmain2 h4 span {
	color:#aed4de;
}
#cmain1 {
    height: 270px;
}
#cmain2 {
	margin:0;
	width:480px;
	height:245px;
	float:left;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
#slika {
	width:470px;
	height:300px;
	margin:0 auto;
	overflow:hidden;
}
#slika h5 {
	width:423px;
	margin:186px auto 0 auto;
	padding:10px 10px 18px 10px;
	background:white;
	color:#383838;
	font-size:18px;
}
#slika p {
	width:423px;
	height:35px;
	margin:0 auto;
	background:white;
	color:#383838;
	font-size:9px;
	padding:10px 10px 10px 10px;
}
#desni img {
	padding:43px 0 0 21px;
	margin:0;
}

#razno {
	clear:both;
	margin-top:14px;
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	width:1001px;
}
#razno ul {
	float:left;
	list-style:none outside;
	padding:0;
	margin:0;
}
#razno h3,
#album h3{
	color:#5e5e5e;
	font-weight:bold;
	font-size:24px;
	float:left;
	margin:0;
}
#razno .drugi li a {
	margin-left:19px;
}
#razno h3 {
	padding-left:19px;
}
#razno h3 span,
#album h3 span {
	color:#aed4de;
}
#razno .prvi {
	width:374px;
	height:292px;
	overflow:hidden;
}
#razno .prvi li a {
	color:black;
	text-decoration:none;
	display:block;
}
#razno .prvi li a:hover {
	text-decoration:underline;
}
#razno .prvi li {
	border-bottom:1px solid #b0b0b0;
	overflow:hidden;
	height:44px;
	padding:21px 22px 16px 18px;
	color:black;
}
#razno .prvi h2 {
	font-size:36px;
	font-weight:900;
	float:left;
	padding-right:21px;
	margin:0;
}
#razno .prvi p {
	float:right;
	font-size:12px;
	margin:0;
	width:223px;
}
#razno .prvi .last {
	border-bottom:none;
}
#razno .drugi {
	width:318px;
	height:292px;
	overflow:hidden;
}
#razno .drugi .i {
	display:block;
	padding:0 20px 5px 5px;
	text-decoration:none;
	color:#6c6c6c;
	overflow:hidden;
	height:75px;
	
}
#razno .drugi .i:hover {
	background:#5b5b5b;
	color:white;
}
#razno .drugi li {
	overflow:hidden;
	height:80px;
	padding:0;
	
}
#razno .drugi h4 {
	font-size:18px;
	margin:0;
	padding:5px 0;
	/*overflow:hidden;
	height:22px; */
}
#razno .treci {
	width:309px;
	height:292px;
	overflow:hidden;
}
#razno .treci img {
	height:246px;
	overflow:hidden;
}
#razno .badd {
	float:left;
}
#razno li.header {
	height:26px;
	overflow:hidden;
}
#razno li.header {
	padding:11px 0 14px 0;
	border-bottom:1px solid #b0b0b0;
	height:26px;
}
#razno li.header a {
	float:right;
	color:white;
}
#razno li.header a:hover {
	text-decoration:none;
}
#album  h3 {
	margin:3px 0 0 7px;
	float:left;
}
#album  .badd {
	float:right;
}

#slider-outer {
	width:999px;
    overflow: hidden;
    border: 1px solid black;
	clear:both;
	height:134px;
	margin:9px 0;
}

#slider-inner {
   	width:2000px;
	height:134px;
	margin:0;
}
#slider-inner a {
	border:3px solid white;
	overflow:hidden;
	display:block;
	float:left;
	width:128px;
	height:128px;
	overflow:hidden;
}
#slider-inner a:hover {
	border:3px solid gray;
}

#footer_home{
	margin:0px;
	padding:0px;
	width:100%;
	font-size:0.9em;
	background:url('images/fut_line.gif');
	background-repeat:repeat-x;
}

#foot_levaslika {
	width:131px;
	height:120px;
	margin-top:10px;
	float:left;
	background-image:url('images/terminator.gif');
}

#foot_try {
	width:356px;
	height:39px;
	clear:both;
	margin:0 0 20px 155px;
	background-image:url('images/try_this.gif');
}

#foot_terminator {
	width:680px;
	float:left;
	margin:10px 0 30px 30px;
}

#foot_terminator a{
	color:black;
	text-decoration:none;
	line-height:25px;
}

#foot_terminator a:hover {
	color:#9a9a9a;
}

#foot_inner_left {
float:left;
color:#c4c1b9;
}

#foot_inner_right {
text-align:right;
float:right;
color:#c4c1b9;
}
#foot_inner_left a,
#foot_inner_right a {
	text-decoration:none;
	color:#286ea0;
}

#foot_inner_left a:hover,
#foot_inner_right a:hover {
	color:#bababa;
	text-decoration:none;
}

.wrapper.tagadelic {
    text-align : justify;
    margin-right: 1em;
  }
.tagadelic.level1 {
    font-size : 1em;
  }
.tagadelic.level2 {
    font-size : 1.2em;
  }
.tagadelic.level3 {
    font-size : 1.4em;
  }
.tagadelic.level4 {
    font-size : 1.6em;
  }
.tagadelic.level5 {
    font-size : 1.8em;
  }
.tagadelic.level6 {
    font-size : 2em;
  }
.tagadelic.level7 {
    font-size : 2.2em;
  }
.tagadelic.level8 {
    font-size : 2.4em;
  }
.tagadelic.level9 {
    font-size : 2.6em;
  }
.tagadelic.level10 {
    font-size : 2.8em;
  }
  
  
  
  
  
  
  
  
  
  
.breadcrumb {
	color:#05bed3;
	text-decoration:none;
	font-size:10px;
	padding:45px 0 0 227px;
	margin:0;
	
}
.breadcrumb a {
	color:#286EA0;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#BABABA;
	text-decoration:none;
}
#content h1 {
	font-size:24px;	
	color:black;
	margin:0 0 0 226px;
	width:550px;
}
.col1 h2,
.col3 h2,
#forum h2,
.box1 h2 {
	width:90px;
	height:8px;
	overflow:hidden;
	padding:6px 10px;
	line-height:8px;
	font-size:11px;
	font-weight:normal;
	margin:0;
	color:white;
	background: url('images/images.gif') no-repeat 0 -85px;
}
#forum h3 {
	width:90px;
	height:8px;
	overflow:hidden;
	padding:6px 10px;
	line-height:8px;
	font-size:11px;
	font-weight:normal;
	margin:0;
	color:white;
	background: url('images/images.gif') no-repeat 0 -172px;
}
.box1 h2 {
	width:97px;
	padding:6px;	
}
#menu-tree ul {
	list-style:disc inside none;
}
#menu-tree li.expanded {
	margin:20px;
}
.col1 .block ul,
.col3 .block ul {
	list-style:none outside;
	text-align:left;
	margin:10px 0 15px 0;
	padding:0;
	display:block;
}
.col1 .block a,
.col3 .block a {
	display:block;
	width:181px;
	color:#7f7f7f;
	font-size:11px;
	border-top:1px solid #ccc;
	text-decoration:none;
	padding:7px 0 7px 19px;
}
.col1 .block a:hover,
.col3 .block a:hover {
	background:#5b5b5b;
	color:white;
}
.col1 .block a.more,
.col3 .block a.more {
	color:#595959;
	margin-bottom:10px;
}
.col1 .block a.more:hover,
.col3 .block a.more:hover {
	text-decoration:underline;
	background:none;
	color:#595959;
}
.col2 ul.primary {
	margin:5px 0 0 0;
}
#donji {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height:30px;
	color:#C4C1B9;
	font-size:11px;
	overflow:hidden;
	padding:30px 0 0 0;
}
#donji a {
	float:left;
	display:block;
	color:#313131;
	text-decoration:none;
	margin:4px;
}
#donji a:hover {
	text-decoration:underline;
}
#donji .f_cc {
	width:80px;
	height:15px;
	background-image:url('images/fut_cc.gif');
}
#donji .f_mc {
	width:96px;
	height:15px;
	background-image:url('images/fut_member.gif');
}
#donji .f_bm {
	width:18px;
	height:18px;
	border:1px solid #e5e5e5;
}
#donji a.f_bm:hover {
	border:1px solid #808080;
}
#donji .f_1 {
	margin-left:23px;
	background-image:url('images/b_delicious.png');
}
#donji .f_2 {
	background-image:url('images/b_digg.png');
}
#donji .f_3 {
	background-image:url('images/b_technorati.png');
}
#donji .f_4 {
	background-image:url('images/b_yahoo_myweb.png');
}
#donji .f_5 {
	background-image:url('images/b_google.png');
}
#donji .f_6 {
	background-image:url('images/b_live.png');
}
#donji .f_7 {
	background-image:url('images/b_facebook.png');
}

#donji .f_ba {
	width:90px;
	height:15px;
	background-image:url('images/mali.gif');	
}
#donji .f_ma {
	width:123px;
	height:15px;
}
#donji .f_r {
	float:right;
}
#donji p {
	float:left;
	display:block;
	color:#313131;
	margin:4px;
}
.col {
	float:left;
	margin:15px 19px 0 0;
}
.col1 {
	width:200px;
	font-size:11px;
	overflow:hidden;
}
.col2 {
	width:572px;
	font-size:12px;
	overflow:hidden;
	margin-right:0;
}
.col3 {
	width:200px;
	float:left;
	margin-right:0px;
	font-size:11px;	
}
.col3 h4 {
	font-size:11px;
}
.block-tagadelic {
	margin-top:20px;
}
.block-tagadelic .content {
	margin:10px 0;
}
.block-tagadelic .content a {
	color:#636363;
	text-decoration:none;
}
.block-tagadelic .content a:hover {
	text-decoration:underline;
}
#block-user-3 a {
	height:50px;
}
#block-user-3 img {
	float:left;
}
#block-user-3 p {
	float:right;
	width:100px;
	overflow:hidden;
}
.poll_wrt {
	padding-left:10px;
}
.block-poll #poll_vote {
	border:none;
	background:url('images/images.gif') no-repeat 0 -43px;
	width: 47px;
	clear:both;
	display:block;
	height:6px;
	margin:6px 0 10px 65px;
	line-height:6px;
	color:white;
	font-size:12px;
	padding:7px;
	overflow:hidden;
	text-decoration:none;
	text-indent:3px;
	cursor:pointer;
}
.block-poll #poll_vote:hover {
	background:url('images/images.gif') no-repeat 0 -64px;
}
#poll_msg {
	clear:both;
	border:1px solid red;
	color:red;
	padding:5px;
	display:none;
}
ul.primary {
	height:21px;
	width:553px;
	margin-top:10px;
	padding:0;
	display:block;
}
ul.primary li {
	display:inline;
	margin:0;
	padding:0;
}
ul.primary li a {
	background:url('images/images.gif') no-repeat 100% -91px;
	border:none;
	float:left;
	margin:0 1px 0 0;
	padding:0 15px 0 0;
	color:#9d9684;
	text-align:center;
	line-height:10px;
}
ul.primary li a span {
	background:url('images/images.gif') no-repeat 0 -106px;
	border:none;
	display:block;
	float:left;
	margin:0;
	padding:6px 0 6px 15px;
	height:9px;
	color:#9d9684;
	text-align:center;
	line-height:10px;
	cursor:pointer;
}
ul.primary li a:hover {
	background-position:100% -113px;
	color:white;
}
ul.primary li a:hover span {
	background-position:0 -128px;
	color:white;
}
ul.primary li.active a {
	border:none;
}
ul.primary li.active a {
	background:url('images/images.gif') no-repeat 100% -113px;
	border:none;
	color:white;
}
ul.primary li.active a span {
	background:url('images/images.gif') no-repeat 0 -128px;
	border:none;
	color:white;
}
.snd {
	width:260px;
	margin:0 26px 20px 0;
	float:left;
}
.node .type {
	margin:0;
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	background:#b6dee8;
	color:white;
	padding:2px 4px;
}
.node .title {
	color:#2b72a6;
	font-size:15px;
	font-weight:bold;
	display:block;
	height:33px;
	padding:10px 5px 0 5px;
	text-decoration:none;
	overflow:hidden;
}
.node .title:hover {
	color:black;
}
#post-authors {
	border-bottom:1px solid #d6d6d6;	
}
#post-forum-links {
	border-top:1px solid #d6d6d6;	
	padding-top:4px;
}
.node .submitted,
.node .postedin,
.comment .title,
.forum-comment .title,
.comment .new {
	color:black;
	font-size:10px;
	font-weight:normal;
	height:13px;
	border-bottom:1px solid #d6d6d6;
	margin:0;
	float:left;
	width:100%;
}
.trd .submitted,
.trd .postedin,
.comment .title,
.forum-comment .new,
.comment .new {
	width:50%;
}
.node .postedin,
.forum-comment .new,
.comment .new {
	float:right;
	text-align:right;
}
.comment h2.new {
	color:red;
}
.node .hbox_left,
.node .hbox_right,
.comment .hbox_left,
.comment .hbox_right {
	font-size:11px;
	width:50%;
	float:left;
	border-bottom:1px solid #D6D6D6;
	margin:0;
	height:47px;
	padding:7px 0;
	overflow:hidden;
}
.node .hbox_right,
.comment .hbox_right {
	float:right;
	text-align:right;
}
.node .hbox_right a,
.node .hbox_left a,
.trd .content a,
.comment .hbox_right a,
.comment .hbox_right span,
.comment .hbox_left a,
.forum-comment a,
.comment .content a {
	color:#286ea1;
	text-decoration:none;
}
.comment .hbox_right span {
	cursor:pointer;
}
.forum-comment a:hover {
	text-decoration:underline;
}
.node .hbox_left a:hover,
.node .hbox_right a:hover,
.trd .content a:hover,
.comment .hbox_left a:hover,
.comment .hbox_right a:hover,
.comment .hbox_right span:hover,
.comment .content a:hover {
	text-decoration:underline;
}
.node .hbox_left img,
.node .hbox_left a,
.node .hbox_left span,
.comment .hbox_left img,
.comment .hbox_left a,
.comment .hbox_left span {
	padding:0 7px;
	float:left;
}
.node .hbox_left a,
.comment .hbox_left a {
	padding-top:35px;
}
.node .hbox_left span,
.comment .hbox_left span {
	padding-top:35px;
}
.trd .content,
.comment .content {
	padding-top:11px;
}
.snd .content {
	width:260px;
	height:260px;
	overflow:hidden;
	margin-top:5px;
}
.node .arrow {
	width:9px;
	height:9px;
	margin:27px auto 3px 4px;
	background: url('images/images.gif') no-repeat -111px -85px;
}
.node .links {
	width:100%;
	height: 40px;
	border-top:1px solid #d5d5d5;
	color:black;
	margin:0;
	font-size:10px;
	text-align:left;
}
.node .links a,
.node .links span {
	color:#2a73a8;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
}
.node .links a:hover,
.node .links span:hover {
	text-decoration:underline;
}
.submitted a,
.comment .title a {
	color:#2c73a7;
	text-decoration:none;
}
.submitted a:hover,
.forum-comment .title a:hover,
.comment .title a:hover {
	text-decoration:underline;
}
.trd,
.comment,
.forum-comment {
	border:1px solid #bbb;
	padding:10px 10px 0 10px;
	width:531px;
	margin-bottom:10px;
}
.comment,
.forum-comment {
	padding:10px;
}
.jezicak {
	width:23px;
	height:23px;
	background:url('images/images.gif') no-repeat -206px -80px;
	margin-right:-11px;
	margin-bottom:-1px;
	margin-left:auto;
}
.jezicak-forum {
	width:23px;
	height:23px;
	background:url('images/images.gif') no-repeat -206px -80px;
	margin-right:-12px;
	margin-bottom:-12px;
	margin-left:auto;
}
.jezicakie {
	width:23px;
	height:23px;
}

#forum thead th {
	border-bottom: 0px;
}
#forum thead tr {
	padding: 0px;
	height: 20px;
}
#forum {
	margin: 0 19px 0 0;
}
#forum a {
	color:#2c73a7;
	text-decoration:none;
}
#forum a:hover {
	text-decoration:underline;
}
#forum .topics,
#forum .posts,
#forum .replies {
	font-size: 15px;
	font-weight: bold;
}
#forum tr,
#forum td.active {
	background-color: #ffffff;
}

.event-location {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.event-loc-header {
    padding-bottom: 5px;
}
.event_locdesc_container {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}
.event-location .mesto {
    text-transform: uppercase;
    float: left;
}
.event-location .mesto .event_view_place a {
    color: black;
    font-weight: bold;
    font-size: 17px;
}
.event-location .mesto .event_view_town a, .event-location .mesto .event_view_state a {
    color: black;
    font-size: 12px;
}
.event-location .mesto .event_view_gmap a {
    color: #a4d7f6;
}
.event-location .vreme {
    font-size: 25px;
    font-weight: bold;
    color: #b6dee8;
    text-align: right;
    float: right;
}
.event-description {
    float: left;
    width: 245px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.event-lineup {
    float: right;
    width: 265px;
    padding-bottom: 20px;
}
.event-desc-title, .event-lineup-title, .event-poster-title, .event-poster-title {
    color: #a3d8f6;
    font-size: 10px;
}
.event-desc-text, .event-lineup-text {
    color: black;
    font-size: 10px;
    text-transform: uppercase;
}
.event-promotion {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}
.event_poster, .event_video {
    width: 265px;
    float: left;
}
#event_attending {
    padding: 10px 0;
}
.event_submitted {
    font-family: arial;
    font-size: 9px;
    text-transform: uppercase;
    color: #303030;
}
.event_submitted a {
    text-decoration: none;
    font-size: 15px;
    font-family: arial;
    text-transform: uppercase;
    color: #04bdd5;
}
#event_blue {
    color: #a5d8f6;
}
#event_attending {
    color: #303030;
}
#event_going_da {
    width: 87px;
    height: 23px;
    background-image: url('images/images.gif');
    background-position: -250px -150px;
}
#event_going_ne {
    width: 138px;
    height: 23px;
    background-image: url('images/images.gif');
    background-position: -111px -150px;
}
.event_going_switch {
    cursor: pointer;
    cursor: hand;
}
.outside {
    width: 130px;
    height: 40px;
    float: right;
    margin-top: 5px;
    background-image: url('images/images.gif');
    background-position: -175px -108px;
}
.event_view_gmap_icon {
    width: 8px;
    height: 8px;
    float: left;
    overflow: hidden;
    margin: 2px 5px 0 0;
    background-image: url('images/images.gif');
    background-position: -175px -80px;
}
.event-teaser-owner {
    text-align: right;
    text-transform: uppercase;
    font-size: 9px;
}
.event-teaser-date {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    padding: 10px 5px;
}
.event-teaser-place a {
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
.event-teaser-section {
    color: #03bcd8;
}
.event-teaser-town a, .event-teaser-state a, .event-teaser-lineup-text, .event-teaser-desc-text {
    font-size: 10px;
    color: #666666;
    text-decoration: none;
}
.mceContentBody {
	width:494px !important;
	min-width:494px !important;
	text-align:left;
}
table.mceEditor {
	margin-left:1px;
	width:514px !important;
	height:160px;
}
.mceEditor img {
	display: inline;
}
.mceEditorIframe {
	height:100px;
	width:511px !important;
}
#box table.mceEditor {
	margin-left:1px;
	width:514px !important;
	height:160px !important;
}
#box .mceEditorIframe {
	height:100px !important;
	width:511px !important;
}
#edit-subject {
	background-color: #F0F0F0;
	border:1px solid #ccc;
	width:514px;
}
#wysiwyg4comment {
	color:#5b5b5b;
	text-decoration:none;
	padding-bottom:20px;
	display:block;
}
#box {
	width:533px;
	height:354px;
	overflow:hidden;
	position:fixed;
	top:100px;
	background:white;
	border:5px solid #aed4ed;
	padding:5px;
	display:none;
}
#box .title {
	margin:0;
}
#box .form-submit {
	width:111px;
	overflow:hidden;
	font-size:11px;
	font-weight:normal;
	margin:0 5px 5px 0;
	padding:2px 0 3px;
	color:white;
	border:none;
	background: url(images/images.gif) no-repeat 0 -150px;
	cursor:pointer;
}
#box .form-submit:hover {
	background-position: 0 -172px;
}
.preview .comment {
	width:494px;
}
#box .node {
	display:none;
}
#box #comment_form {
	margin-top:10px;
	overflow-y:scroll;
	height:326px;
}
#box #iks {
	position:absolute;
	width:29px;
	height:14px;
	padding:3px;
	color:white;
	text-align:center;
	top:5px;
	right:5px;
	background:url('images/images.gif') no-repeat -139px -43px;
	cursor:pointer;
}
#box #iks:hover {
	background-position:-139px -64px;
}

/* Distributed as part of The Coolest DHTML Calendar
   Author: Mihai Bazon, www.bazon.net/mishoo
   Copyright Dynarch.com 2005, www.dynarch.com
*/

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 0px solid #bdb2bf;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/normal-bg.gif");
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
}

.calendar {
  border-color: #797979;
}

/* Header part -- contains navigation buttons and day names. */

#calendar-container .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/title-bg.gif") repeat-x 0 100%;
  color: #000000;
  font-weight: bold;
}

.calendar .nav {
  font-family: verdana,tahoma,sans-serif;
}

#calendar-container .calendar .nav div {
    padding: 7px;
    background: transparent url("../../modules/event/jscalendar-1.0/skins/aqua/menuarrow.gif") no-repeat 100% 100%;
    background-position: 0px 0px;
}

.calendar thead tr { background: url("title-bg.gif") repeat-x 0 100%; color: #000; }

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  padding: 2px;
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/title-bg.gif") repeat-x 0 100%; color: #000;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 0px solid #797979;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #c44;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/hover-bg.gif");
  /* border-bottom: 1px solid #797979; */
  /* padding: 2px 2px 1px 2px; */
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/active-bg.gif"); color: #fff;
  padding: 3px 1px 0px 3px;
  border-bottom: 1px solid #797979;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/dark-bg.gif");
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  font-family: verdana,tahoma,sans-serif;
  width: 2em;
  color: #000;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #999;
}
.calendar tbody .day.othermonth.oweekend {
  color: #f99;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 0px solid #797979;
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/dark-bg.gif");
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.wn {
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/rowhover-bg.gif");
}

.calendar tbody td.today { font-weight: bold; /* background: url("today-bg.gif") no-repeat 70% 50%; */ }

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/hover-bg.gif");
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #c44;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 0px solid #797979;
  padding: 1px 3px 1px 1px;
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/active-bg.gif"); color: #fff;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px;
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/status-bg.gif") repeat-x 0 0; color: #000;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #7c7;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #797979;
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/normal-bg.gif"); color: #000;
  z-index: 100;
  font-size: 90%;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/hover-bg.gif"); color: #000;
}

.calendar .combo .active {
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/active-bg.gif"); color: #fff;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #797979;
  padding: 1px 0px;
  text-align: center;
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/dark-bg.gif");
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 5px 0px 6px;
  font-weight: bold;
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/normal-bg.gif"); color: #000;
}

.calendar td.time .hour,
.calendar td.time .minute {
  font-family: monospace;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/hover-bg.gif"); color: #000;
}

.calendar td.time span.active {
  background: url("../../modules/event/jscalendar-1.0/skins/aqua/active-bg.gif"); color: #fff;
}
.messages {
	border:1px solid #ccc;
	padding:5px;
	font-size:11px;
	margin:0 19px 20px 0;
}
.messages a {
	color:#aed4de;
	text-decoration:none;
}
.messages a:hover {
	text-decoration:underline
}
.view-content a {
	color:#aed4de;
	text-decoration:none;
}
.view-content a:hover {
	text-decoration:underline
}
.view-content-tracker .odd {
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}
.view-content-tracker .even {
	background: white;
	border-bottom: 1px solid #CCCCCC;
}
.view-content-tracker .view-field {
	padding:0 5px;
}
.help {
	border:1px solid #ccc;
	padding:5px;
	font-size:11px;
	margin:0 19px 20px 0;
	font-weight:bold;
}
.help a,
#node-form a,
#comment_form a {
	color:#aed4de;
	text-decoration:none;
}
.help a:hover,
#node-form a:hover,
#comment_form a:hover {
	text-decoration:underline;
}
.news .more,
.albums .more {
	display:block;
	margin-top:10px;
	color:#2B72A6;
	text-decoration:none
}
.news .more:hover,
.albums .more:hover {
	text-decoration:underline
}
.news .field-label,
.albums .field-label,
.books .field-label,
.movies .field-label,
.reports .field-label {
	display:none;
}
v\:* {
  behavior:url(#default#VML);
}

.gmap-tooltip{
   padding: 2px;
   margin: 0;
   border: solid black 1px;
}


div.rating{
  float:left;
  padding: 1em 0;
  margin-right: 2em;
}

.rating .cancel,
.rating .star {
  float: left;
  width: 17px;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
}

.rating .cancel,
.rating .cancel a {
  background: url('../../modules/jrating/images/delete.gif') no-repeat 0 -16px;
}

.rating .star,
.rating .star a {
  background: url('../../modules/jrating/images/star.gif') no-repeat 0 0px;
}

.rating .cancel a,
.rating .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0px;
}

.rating div.on a {
  background-position: 0 -16px;
}

.rating div.hover a.mod,
.rating div a.mod:hover {
  background-position: 0 -32px;
}

.rating .rating-text {
  margin-left: 1em;
}

.rating .rating-message {
  margin-top: 1.5em;
  padding: 0 1em;
  clear: both;
}

.rating .num-votes {
  clear: left;  
}

form.rating {
  display: none;
}

/* hack for clearing the float */
.rating-item:after { 
    content: "."; 
    display: block; 
    height: 0;
    font-size:0;
    clear: both; 
    visibility: hidden;
}

.rating-item {
  display: inline-block;
 }
 
 #baners {
 	background:url('images/fut_line.gif') repeat-x 0 0;
 	padding:15px 0 10px 0;
 	margin-bottom:0;
	margin-left:0;
	margin-right:0;
 }
 #baners li {
 	display:inline;
 	margin:0 10px 0 0;
 }
 #baners li.last {
 	margin:0;
 }
 #baners li img {
 	width:239px;
 	height:75px;
 	background:black;
 }
