/* --------- /stylesheets/screen.css --------- */ 
/* CSS Document */
* {
  margin:0;
  padding:0;
}
html {
  font-size:100%;
  font-family:Arial, Helvetica, sans-serif;
}
body {
  font-size:0.75em;
  background:#F1F1F1;
}
.bg_wrapper {
  padding-bottom:1px;
  position:absolute;
  width:100%;
  z-index:2;
}
.clear {
  clear:both;
  font-size:0;
  line-height:0;
}
.clear_left {
  clear:left;
  font-size:0;
  line-height:0;
}
.main_holder {
  width:80.6em;
  margin:0 auto;
  position:relative;
}
a img {
  border: none;
}
a {
  color:#333333;
  outline:none;
}
a:hover {
  color:#CD0101;
}
/* BG HOLDER
--------------------------------------------------------------- */
#bg_holder {
  width:100%;
  height:690px;
  background:url(/images/bg_stretch.jpg) 1px top repeat-x;
  position:absolute;
  z-index:1;
}
#bg_holder .left_bg div {
  background:url(/images/bg1.jpg) right top no-repeat;
  height:690px;
}
#bg_holder .right_bg div  {
  background:url(/images/bg4.jpg) left top no-repeat;
  height:690px;
}
#bg_holder .left_bg, #bg_holder .right_bg {
  background:url(/images/bg_side_stretch.jpg) left top repeat-x;
}
#bg_holder .mid_bg {
  background:url(/images/bg2.jpg) left top no-repeat;
  width:80.6em;
}
#bg_holder .mid_bg div {
  background:url(/images/bg3.jpg) right top no-repeat;
  height:690px;
  width:80.6em;
}
/* TOP PANEL
--------------------------------------------------------------- */
.top_panel {
  height:40px;
  background:#e35655 url(/images/top_bg.jpg) bottom repeat-x;
  position:relative;
  z-index:3;
}
.top_panel .spacer {
  width:80.6em;
}
.top_menu {
  height:40px;
  position:absolute;
  right:0;  
}
.top_menu ul {
  list-style-type:none;
}
.top_menu ul li {
  float:left;
}
.top_menu a {
  float:left;
  padding:10px 15px;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}
.top_menu a:hover {
  text-decoration:underline;
  color:#fff;
}
.top_menu .sep {
  padding:4px 0;
}
.top_menu .add_cal img {
  float:left;
  position:relative;
  top:8px;
  margin-right:-9px;
}

/* LOGIN
--------------------------------------------------------------- */
.login_holder {
  padding:0 5px;
}
.top_panel .login {
  position:absolute;
  margin:0 17px 0 20px;  
  width:16em;
  height:118px;
  background:url(/images/login_stretch.jpg) repeat-x 0 38px;
}
.top_panel .login * {
  position:relative;
  z-index:102;
}
.top_panel .login .holder {
  padding:10px 10px 0 10px;  
}
.top_panel .login .r_l {
  margin-left:-15px;
  position:absolute;
  top:38px;
  left:0;
}
.top_panel .login .r_r {
  margin-right:-15px;
  position:absolute;
  top:38px;
  right:0;
}
.login .login_start {
  color:#FFFFFF;
  height:15px;
  margin-top:-1em;
  padding-bottom:5px;
  padding-top:18px;
  text-align:center;
  white-space:nowrap;
}
.login a {
  color:#fff;
  text-decoration:none;
  font-size:11px;
}
.login a:hover {
  text-decoration:underline;
  color:#fff;
}
.login h2 {
  font-size:12px;
  margin:9px 0 5px;
  font-weight:bold;
  color:#fff;
}
.login .input_text {
  width:14.75em;
}
.login .input_text input {
  width:100%;
  background:#ca0e00 url(/images/input_login_bg.jpg) top repeat-x;
  border:0;
  padding:3px 2px;
  font-size:11px;
  color:#ffdddd;
  margin-bottom:1px;
  float:left;
  border:1px solid #c11515
}
.login .input_text:hover input,
.login .input_text input.focused {
  border:1px solid #ee5555;
  background:#ca0e00 !important;
}

.login .logical_end input {
  background:#ca0e00;
  background-image:none !important;
}
.login label {
  color:#ffcccc;
  font-size:11px;
}
.login .input_submit {
  margin-right:-2px;
  width:15.25em;
  margin-top:2px;
}
.login .input_submit:hover input {
  border:1px solid #e03427;
}
.input_submit input, .submit input {
  cursor:pointer;
}
.login .input_checkbox {
  margin-top:2px;
  position:absolute;
  z-index:104;
}
.login .input_checkbox input {
   margin-right:3px;
   vertical-align:middle
}
* html .login .input_checkbox input { margin:0 0 0 -3px; }
.login .input_submit input {
  background:#c91414 url(/images/input.jpg) top repeat-x;
  border:1px solid #d03f04;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:3px;
  font-family:Arial, Helvetica, sans-serif;
  width:100px;
  position:absolute;
  margin-left:7em;
}

/* TOP LOGIN 
--------------------------------- */
table.user_top td {
  vertical-align:top;
}
.user_name {
  padding-bottom:4px;
}
.user_name a {
  font-size:13px;
  font-weight:bold;
  height:15px;
}
.user_name img  {

}
.user_top .avatar {
  float:left;
  border:1px solid #a30404;
}
.user_top .avatar a {
  float:left;
  border:1px solid #700303;
}
.user_top .avatar a img {
  border:1px solid #c9c9c9;
  max-width:60px;
  max-height:60px;
  width: expression(this.width > 60 ? 60: true);
  height: expression(this.height > 60 ? 60: true);
}
.user_top .avatar a:hover img {
  border:1px solid #ffb800;
}
.user_top .controls {
  padding:0 0 0 10px;
}
.user_top .controls a {
  display:block;
  font-size:10px;
  clear:both;
  height:20px;
}
.user_top .controls a:hover {
  text-decoration:none;
}
.user_top .controls a:hover span {
  text-decoration:underline;
}
.user_top .controls a img {

}
.user_top .controls a span {
  height:16px;
  padding:0 0 0 3px;
  line-height:19px;
}
.user_top .controls input.logout  {
  cursor: pointer;
  background-color:transparent;
  border:none;
  color:#fff;
  margin:0;
  padding:0;
  font-size:10px;
  text-align:left;
  margin-top:2px;
  font-family:Arial, Helvetica, sans-serif;
  float:left;
}

* html .user_top .controls .bt {
  margin-top:-15px;
}
.user_top .controls .bt img {
  float:left;
  margin-right:2px;
}
* html .user_top .controls .bt img  {
  margin-right:5px;
}
html>body .user_top .controls .bt img  {
  *margin-right:6px;
}
.user_name .god img {
  float:left;
  margin-right:5px;
  margin-top:2px;
}

/* TOP CONTENT
--------------------------------------------------------------- */
.top_content {
  height:190px;
}
.top_content .logo {
  margin-top:73px; 
  display:block;
  float:left;
  margin-bottom:10px;
  text-align:center;
  width:19em;  
}
.top_content .top_mid_content {
  float:left;
  width:40.7em;
  /* changed by arturaz from margin:15px 0 0 0.8em; looks nicer IMHO */
  margin:10px 0 0 0.8em;
}
.top_mid_content .top_goog_bans {
  text-align:center;
  margin-bottom:10px;
}
.top_mid_content .top_custom_bans {
  text-align:center;
}

/* HTMLIZE
--------------------------------------------------------------- */
.htmlize {
  font-size:11px;
}
.htmlize p {
    margin-bottom: 0.8em;
}
/* TODO: Padaryt, kad skirtusi nuo em */
.htmlize h3 {
    font-size:1.3em;
    margin-bottom:0.4em;
}
.htmlize em {
    font-weight: bold;
    font-style: normal;
}
.htmlize_preview img {
  width:16px;
  height:16px;
}

/* TOP PANEL 
--------------------------------------------------------------- */
.top_panel { }
* html .top_panel div { height:1px; }
.top_panel .container {
  min-height:150px;
  padding-bottom: 0.5em;
}
* html .top_panel .container { height:150px;}
.top_panel .t { background:url(/images/round_t.jpg) top repeat-x; }
.top_panel .b { background:url(/images/round_b.jpg) bottom repeat-x; }
.top_panel .l { background:url(/images/round_l.jpg) left repeat-y; }
.top_panel .r { background:url(/images/round_r.jpg) right repeat-y; }
.top_panel .t_l { background:url(/images/round_t_l.jpg) top left no-repeat; }
.top_panel .t_r { background:url(/images/round_t_r.jpg) top right no-repeat; }
.top_panel .b_l { background:url(/images/round_b_l.jpg) bottom left no-repeat; }
.top_panel .b_r { background:url(/images/round_b_r.jpg) bottom right no-repeat; }


.ad_750 {
  display:none;
}
.ad_468 {
  width:468px;
  height:60px;
  background:#d6d6d6
}

.hidden {
  display:none;
}
/**
 * Calendar
 */
.calendar_tooltip {
  z-index: 300;
  background-color: #fff;
  border: 2px solid #BA0505;
}
.calendar_tooltip ul {
  list-style-type: none;
  margin-bottom:-1px;
  width:100%;
}
.calendar_tooltip ul li {
  padding:3px 5px;
  background: url(/images/dotted_hor.gif) bottom repeat-x;
}
.calendar_tooltip ul li span {
  font-size:11px;
  color:#666;
}

.calendar_holder .event {
  padding:0;
}

.calendar_valign {
}
/* --------------------------------- */
/* MAIN ---------------------------- */
/* --------------------------------- */
.ads {
  text-align: center;
  width: 17em;
  margin-bottom: 10px;
}
.main {
  padding:10px 12px 15px 14px;
  background:#fff;
}
.left_tab {
  float:left;  
}
.mid_tab {
  float:left;
  margin-left:1.1em;
  width:60.2em;
}
* html .mid_tab {
  display:inline;
}
table * {
  vertical-align:top;
}
/* --------------------------------- */
/* MENU ---------------------------- */
/* --------------------------------- */
.left_tab .menu {
  width:17em;
  margin-bottom:10px;
}
.rounder_t, .rounder_b { border-left:1px solid #fff; border-right:1px solid #fff;  height:1px;  font-size:0px; line-height:0px;  position:relative; z-index:101;  }
.rounder_b_red { border-left:1px solid #BA0505; border-right:1px solid #BA0505;  height:1px;  font-size:0px; line-height:0px;  position:relative; z-index:101;  }
.roundee { margin:-1px 0;  position:relative; z-index:100; }

.d_rounder_t, .d_rounder_b { height:2px;  font-size:0px; line-height:0px;  position:relative; z-index:101;  }
.d_rounder_t div, .d_rounder_b div { height:2px; font-size:0px; line-height:0px; position:relative; z-index:101;  }
.d_rounder_t {
  background:url(/images/double_round_t_l.gif) top left no-repeat;
}
.d_rounder_t div {
  background:url(/images/double_round_t_r.gif) top right no-repeat;
}
.d_rounder_b {
  background:url(/images/double_round_b_l.gif) bottom left no-repeat;
}
.d_rounder_b div {
  background:url(/images/double_round_b_r.gif) bottom right no-repeat;
}
.d_roundee { margin:-2px 0;  position:relative; z-index:100; }




.menu ul {
  list-style-type:none;  
}
.menu ul li {
  padding-bottom:2px;
  background:url(/images/menu_sep.jpg) bottom repeat-x;
}
.menu ul li ul li {
  background:none;
  padding:0;
}
.menu ul li a, .menu ul li span {
  display:block;
  background:#ca1414 url(/images/menu_u.jpg) repeat-x top;
  color:#fff;
  padding:4px 1em 3px 1em;
  text-decoration:none;
  font-size:1em;
  position:relative;
  z-index:100;
  font-weight:bold;
  width:15em;
}
.menu ul li ul li a {
  width:auto;
}
.menu ul li a:hover {
  background:#DA0807 url(/images/menu_a.jpg) repeat-x top;
  color:#fff;
}

.menu .rss {
  position:absolute;
  display:block;
  padding:0;
  background:none;
  z-index:102;
  margin-left:15em;
  margin-top:-19px;
  width:10px;
}
.menu ul li ul li .rss {
  margin-left:14.85em;
}
.menu ul li ul li .rss a,
.menu ul li ul li .rss a:hover {
  border:0;
}
.menu .rss a, .menu .rss a:hover  {
  padding:0;
  background:none;
  width:10px;
}
.rss img {
  width:16px;
  height:16px;
}
.observations .rss img {
  width:14px;
  height:14px;
}
.menu .help_b {
  position:absolute;
  display:block;
  padding:0;
  background:none;
  z-index:102;
  margin-left:13em;
  margin-top:-19px;
  width:10px;  
}
.menu ul li ul li .help_b {
 margin-left:-999em;
}
.menu ul li ul li:hover .help_b {
margin-left:13.3em;
}
.menu ul li ul li .help_b a,
.menu ul li ul li .help_b a:hover {
  border:0;
}
.menu .help_b a, .menu .help_b a:hover  {
  padding:0;
  background:none;
  width:10px;
}



.menu ul li ul {
  background-color:#8f0b0b;  padding:2px 2px 0 2px;
}
* html .menu ul li ul li {
  display:inline;
}
.menu ul li ul li a {
  background:none;
  border:none;
  padding:2px 5px 3px 20px;
  background-color:#760404;
  border-bottom:1px solid #680505;
  font-weight:normal;
  font-size:11px;
}
.menu ul li ul li a:hover {
  border:none;
  border-bottom:1px solid #af440f;
  text-decoration:none;
  background:#ffa42c;
}
.r_top {
  position:absolute;
  z-index:200;
  height:1px;
  background:url(/images/round.jpg) left no-repeat;
  width:15.8em;
  overflow:hidden;
}
.r_top div {
  background:url(/images/round.jpg) right no-repeat;  width:100%;
}
.r_r {
  z-index:200;
}


.add_event_btn {
  margin-bottom:10px;
  width:17em;
}
.add_event_btn a {
  display:block;
  height:51px;
  background:url(/images/busiu_pranesti_button.jpg) 50% 0 no-repeat;
  font-size:0;
  line-height:0;
  width:204px;
  text-indent:1px;
  color:#800303;
  margin:0 auto;
}
.add_event_btn a:hover {
  background:url(/images/busiu_pranesti_button.jpg) 50% -51px no-repeat;
  color:#800303;
}
.add_event_btn a:active {
  background:url(/images/busiu_pranesti_button.jpg) 50% -102px no-repeat;
}
.add_event_btn span {
  display:none;
}

/* --------------------------------- */
/* FORMATTING ---------------------- */
/* --------------------------------- */
.window_mid {
  background-color:#fff;
}
.special_page_title {
  font-size:12px;
  color:#fff;
  background:url(/images/special_header_lightbulb.jpg) left top no-repeat;
  padding:40px 0 30px 20px;
  float:left;
  width:220px;
  margin-right:10px;
}
.ad_468 {
  float:left;
}
.mid_tab h2.roundee {
  padding-bottom:2px;
  background:url(/images/menu_sep.jpg) bottom repeat-x;
  position:relative;
}
.mid_tab h2.roundee span {
  background:#CA1414 url(/images/menu_u.jpg) repeat-x top;
  color:#FFFFFF;
  font-size:12px;
  padding:5px 10px;
  display:block;  
}
input {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}
h1 {
  font-size:18px;
}
h1 img {
  vertical-align:middle;
}
.form_holder p img {
  padding:1px;
  border:1px solid #ccc;
}
.form_holder .profile_bunny_username img {
  vertical-align:middle;
  margin-bottom:0.3em;
}
.form_holder .ext_profile a {
  text-decoration:none;
}
.form_holder .ext_profile a:hover {
  text-decoration:underline;
}
.form_holder .ext_profile a em {
  font-style:normal;
  text-decoration:none;
}
.form_holder .profile_bunny_username a {
  color:#CD0101;
}
.form_holder .profile_facebook_id a {
  color:#085FAF;
}
/* --------------------------------- */
/* FOOTER  ------------------------- */
/* --------------------------------- */
.footer .bot_bg {
  background:url(/images/bottom_s.jpg) repeat-x top;
  height:37px;
}
.footer .b_l {
  background:url(/images/bottom_l.jpg) no-repeat top left;
  height:37px;
}
.footer .b_r {
  background:url(/images/bottom_r.jpg) no-repeat top right;
  height:37px;
}
.footer .b_c {
  background:url(/images/bottom_c.jpg) no-repeat top center;
  height:37px;
}
.footer { background:#cc0000 url(/images/footer_t.jpg) repeat-x top; clear:both; position:relative; }
.footer .cont { background:url(/images/footer_b.jpg) repeat-x bottom; min-height:100px; padding:0 0 20px; }
* html .footer {
  height:100px;
}
.footer {
  color:#FFCCCC;
}
.footer a {
  color:#ffcccc;
}
.footer a:hover {
  color:#fff;
  text-decoration:none;
}
.footer .poll .controls {
  color:#ffcccc;
}
.footer .poll .inf {
  margin-top:11px;
}
.footer .poll {
  margin-left:8px;
  float:left;
  width:17em;
}
.footer .poll h3 {
  font-size:13px;
  color:#ffcccc;
  font-weight:normal;
  margin-top:10px;
  margin-bottom:10px;
}

* html body .footer .poll h3 {  margin-bottom:5px; }
.footer .poll form ul {
  list-style-type:none;
  margin-bottom:15px;
}
.footer .poll form ul li {
  clear:both;
  margin-bottom:0.3em;
}
.footer .poll form ul input {
  margin-right:5px;
  float:left;
}
* html .footer .poll form ul input { margin:0 0 0 -5px; }


.footer .poll .submit input  {
background:#C91414 url(/images/input.jpg) repeat-x scroll center top;
border:1px solid #D03F04;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
padding:3px;
width:100px;
}
.footer .poll form ul label {
  color:#fff;
  font-size:11px;
  line-height:11px;
  float:left;
  width:14em;
}
.footer .poll ul {
  list-style-type:none;
  width:16em;
}
.footer .poll ul li {
  font-size:11px;
  color:#fff;
}
.footer .poll .value {
  font-weight:bold;
}
.footer .poll .count {
  color:#d94f4f;
 font-size:10px;
 display:block;
}
.footer .poll .percent_holder {
  background:#d94f4f;
}
.footer .poll .percentage {
  background:#ffcccc;
  margin-bottom:5px;
  font-size:0px;
  line-height:0px;
  height:2px;
}
.footer .poll .overall {
  color:#ffcccc;
  font-size:10px;
}
.footer h2 {
  font-size:16px;
  font-weight:bold;
  color:#fff;
}
.footer h2 a {
  color:#fff;text-decoration:none;
}
.footer h2 a:hover {
  text-decoration:underline;
}
.footer .blog {
  float:left;
  margin-left:20px;
  width:300px;
}
.footer .blog2 {
  float:left;
  margin-left:20px;
  width:300px;
}
.footer .blog ul {
  list-style-type:none;
  margin-top:10px;
}
.footer .blog li {
  margin-bottom:10px;
}
.footer .blog li a {
  text-decoration:none;
}
.footer .blog li a:hover {
  text-decoration:underline;
}
.footer .blog li .date {
  font-size:10px;
  color:#fff;
}

.footer .banners { text-align:right; }

.subfooter {
  background:#989493;
  color:white;
  padding:1em;
  text-align:left;
}
.subfooter .banners a {
  margin-right: 0.3em;
  text-decoration:none;
}
.subfooter .text_links {
  float: right;
  margin-top: 0.5em;
}
.subfooter .text_links a:hover {
  text-decoration:none;
}
.subfooter a {
  color:#fff;
}


/* --------------------------------- */
/* EVENT SHOW ---------------------- */
/* --------------------------------- */
.event {
  padding:1em 0.6em;
  color:#494949;
}
.event a {
  color:#c31313;
}
.event a:hover {
  text-decoration:none;
}
.event h2 {
  color:#ff9000;
  font-size:14px;
  font-weight:bold;
  position:relative;
  z-index:100;
  margin-bottom:0.5em;
  padding:0;
  background:none;
}
.event .flyer {
  float:left;
  margin-right:0.7em;
}
.event .flyer img {
  border:1px solid #ccc;
  margin-bottom:0.6em;
  max-width:340px;
}
.event_organizers {
  color:#5c5c5c;
  font-size:12px;
  font-weight:bold;
  position:relative;
  z-index:100;
}
.event_organizers a {
  text-decoration:none;
  color:#5c5c5c;
}
.event_organizers a:hover {
  background-color:#5c5c5c;
  color:#fff;
}
.event_date_top {
  color:#5c5c5c;
  font-size:12px;
  font-weight:bold;
  margin-top:-0.3em;
  position:relative;
  z-index:99;
}
h2.event_title {
  margin-top:0 !important;
  color:#ff9000;
  font-size:20px;
  line-height:20px;
  font-weight:bold;
  position:relative;
  z-index:100;
  margin-top:0.3em;
  margin-bottom:-2px;
  padding:0;
  background:none;
}
.event_tags {
  color:#c31313;
  position:relative;
  z-index:99;
}
.event_details {
  margin-top:0.7em;
  margin-bottom:10px;
}
.event_place {
  color:#c31313;
  font-weight:bold;
  font-size:1.2em;
}
.event_place a, .event_tags a {
  color:#c31313;
}
.event_place a:hover, .event_tags a:hover {
  background-color:#c31313;
  color:#fff;
}
.event_tags a {
  text-decoration:none;
}
.event_time {
  margin-top:1em;
}
.event .event_artists .tags a {
  font-weight:normal;
  font-size:11px;
  color:#494949;
  text-decoration:none;
}
.event .event_artists .tags a:hover {
  background:none;
  text-decoration:underline;
}
.event .event_artists .stage {
  margin-top:10px;
  margin-bottom:5px;
  font-weight:bold;
}
.event .event_artists .stage ul {
  margin-top:4px;
}
.event .event_artists ul {
  font-style:normal;
  margin-top:0.5em;  
}
.event .event_artists,
.event .event_descr
{
  padding:10px 15px 20px 15px;
  background:#f9f9f9 url(/images/event_logical_bg.jpg) top repeat-x;
}
.event_descr .htmlize {
  font-size:12px;
}
.event_artists a {
  font-weight:bold;
}
.event_artists a:hover {
  background-color:#c31313;
  color:#fff;
}
.event_artists ul {
  list-style-type:none;
}
.event_descr {
  
}
.event .event_right {
  float:right;
  width:170px;
  position:relative;
  z-index:101;
  margin:0 0 0.9em 0;
}
.grey_box {
  background:#f3f3f3;
  border:1px solid #e9e9e9;
  padding:0.5em;
}
.event_info {
  width:43em;
  position:relative;
  z-index:100;
}
.event .event_right .grey_box .content_block {
    padding:10px 20px 10px 20px;
    text-align:center;
    background: url(/images/dotted_hor.gif) top repeat-x;
}
.event .event_right .grey_box .content_block form {
  /* It looks better on 150dpi */
  text-align:center;
}
.event .event_right .grey_box .content_block p {
  text-align:left;
  font-size:11px;
  margin-bottom:5px;
}
.event .announcer {
  margin-bottom:5px;
  float:right;
  margin-left:5px;
  line-height:14px;
  text-align:right;
  position:relative;
  z-index:104;
  width:13em;
}
.event .announcer * {
  line-height:14px;
}
.event .announcer img {
  vertical-align:middle;
}
.event .toolbox {
  margin:5px 0 10px;
  float:right;
}
.event .toolbox img {
  margin-bottom:3px;
}

/* --------------------------------- */
/* GALLERIES (EVENT SHOW) ---------- */
/* --------------------------------- */
.galleries {
  padding-top:0.5em;
  width:170px;
}
.galleries h3 {
  font-size:1em;
}
.galleries .new_gallery {
  width:170px;
  background:#fff url(/images/add_pics.jpg) center  center no-repeat;
  margin-bottom:2px;
}
.galleries .new_gallery a {
  height:68px;
  display:block;
  border:1px solid #E9E9E9;
}
.galleries .new_gallery a:hover {
  border:1px solid #ccc;
}
.galleries .gal_thumb {
  text-align:center;
}
.gal_info {
  text-align:right;
  padding-right:4px;
}
.galleries .gal_thumb {
  border:1px solid #E9E9E9;
  padding:4px;
  margin:0.2em 0 0.5em;
  text-align:left;
  position:relative;
}
.galleries .gal_thumb a img {

}
.galleries .gal_thumb .img_holder {
  text-align:center;
}

.galleries .view_gal .view_gal_link {
  display:block;
  padding:3px 0 0 10px;
  width:140px;
  color:#333333;
  font-weight:bold;
  text-decoration:none;
  background:url(/images/edit-find.jpg) right bottom no-repeat;
}
.galleries .view_gal #event_gallery_link {
  color:#8e8e8e;
  padding:0 10px 5px 10px;
  margin-top:-2px;
  display:block;
  font-size:11px;
  text-decoration:none;
}
.galleries .view_gal a:hover,
.galleries .view_gal #event_gallery_link:hover
 {
  text-decoration:underline;
}

/* --------------------------------- */
/* RATINGS (EVENT SHOW) ------------ */
/* --------------------------------- */
.ratings {
  width:118px;
  margin:0 auto;
}
.portal_rating {
  height:95px;
  background:#910e0f url(/images/event_rating.jpg) top center no-repeat;
}
.forecast_rating {
  height:86px;
  width:116px;
  margin:0.2em 0 0.7em 1px;
  background:#ef9f0e url(/images/event_forecats.jpg) top center no-repeat;
}
.vote_count {
  font-size:0.9em;
  color:#aa1415;
  padding:0 6px 0.2em 0;
  text-align:right;
}
.ratings .head {
  font-size:0;
  line-height:0;
  height:14px;
  color:#fff;
  text-align:center;
  padding-top:6px;
}
.ratings .portal_rating .rating {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  text-align:center;
  font-weight:bold;
  color:#ffa200;
  margin-top:7px;  
  height:42px;
}
.portal_rating .awaiting {
  height:35px;
  text-align:center;
  font-weight:bold;
  color:#ffa200;
  padding:15px 0 0 0;
}
.ratings .forecast_rating .rating {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  text-align:center;
  font-weight:bold;
  color:#e01201;
  margin-top:5px;
  height:40px;
}
.ratings .general {
  font-size:34px;

}
.ratings .decimal {
  font-size:21px;

}

.rate_zone .inactive {
  text-align:center;
}
.ratings .forecast_rating .add_info {
  text-align:center;
  font-weight:bold;
  margin:-4px 0 0 0;
  font-size:1em;
}
.ratings .forecast_rating .add_info a {
  color:#e01201;
}
.ratings .add_info {
  font-size:0.9em;
  margin:2px 0pt 0.9em 1px;
  line-height:1.1em;
}
.ratings .add_info .important {
  
}
.portal_rating .rating .unknown {
  line-height:40px;
  font-size:21px;
}
/* --------------------------------- */
/* RATING Stars -------------------- */
/* --------------------------------- */
.rating_container {
  clear:both;
}
.rating_container a {
  float:left;
  display:block;
  width:21px;
  height:21px;
  border:0;
  background-image:url(/images/star_selector.jpg);
}
.rating_container a.rating_off {
  background-position:0 0px;
}
.rating_container a.rating_half {
  background-position:0 -21px;
}
.rating_container a.rating_on {
  background-position:0 -42px;
}
.rating_container a.rating_selected {
  background-position:0 -63px;
}
#rating_message {
  height:26px;
  font-size:14px;
  text-align:center;
  font-weight:bold;
  color:#ffa200;
  padding:23px 0 0 0;
  overflow:hidden;
  white-space:nowrap;
  color:#ffd893;
}
#rating_stars {
  margin:0 0 0 6px;
}
#rating_stars a {
  cursor:pointer;
  cursor:hand;
}
/* --------------------------------- */
/* BUTTON (EVENT SHOW) ------------- */
/* --------------------------------- */

.part_status_holder {
  margin-bottom:10px;
}
.participation_status {
  display:block;
  width:154px;
  color:#fff;
  font-size:17px;
  
  text-decoration:none;
  font-weight:bold;
}
.participation_status input.submit {
  background:#b51716 url(/images/busiu_button.jpg) 0 -94px no-repeat;
}
.participation_status input.submit:hover {
  background-position:0 -47px;
  background-color:#d2441e;
}
.participation_status_active {
  display:block;
  width:154px;
  color:#fff;
  font-size:17px;
  text-decoration:none;
  font-weight:bold;
}
.participation_status form, .participation_status form * {
  background:transparent;
}
.participation_status input.submit {
  height:47px;
  width:154px;
  border:0px solid #fff;
  color:#fff;
  font-size:17px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  cursor:pointer;
  cursor:hand;
}
.participation_status_active span {
  display:block;
  height:33px;
  width:154px;
  color:#fff;
  font-size:17px;
  font-weight:bold;
  padding:14px 0 0 0;
  text-align:center;
    background:#b51716 url(/images/busiu_button.jpg) 0 0 no-repeat;
}
* html .participation_status_active span {
  height:32px;
}
.currently_participating {
  
  font-size:1em;
  font-weight:bold;
}
.cancel_participation {
  text-align:right;
}
.cancel_participation input {
  background:transparent;
  border:none;
  padding-left:20px;
  height:25px;
  background:url(/images/cancel_participation.jpg) 0px 6px no-repeat;
  width:9em;
  color:#777;
  cursor:pointer;
  text-align:left;
}
.cancel_participation input:hover {
  background:url(/images/cancel_participation.jpg) 0px -49px no-repeat;
  color:#444;
}
/* --------------------------------- */
/* PARTICIPANTS  ------------------- */
/* --------------------------------- */
.participants {
  margin:1em 0;
}
.participants h2 {
  margin-left:15px;
}
.participants p {
   margin-left:15px;
}
.participants ul {
  list-style-type:none;
  margin:0.5em 0 0 15px;
}
.participants li {
  float:left;
  color:#2b2b2b;
  width:11.5em;
  margin:0 0.5em 1em 0;
  height:60px;
  list-style-type:none;
}
.participants li .avatar {
  width:54px;
  text-align:center;
  float:left;  
  margin-right:4px;
}
.participants li .avatar a {
  display:block;
  font-size:0;
  line-height:0;
}
.participants li .avatar a img {
  border:1px solid #bbb;
  padding:1px;
}
.participants li .avatar a:hover img {
  border:1px solid #ddd;
}
.participants li .name {
  display:block;
  overflow:hidden;
  line-height:11px;
  font-weight:bold;
}
.participants li .name a {
  font-size:10px;
  line-height:11px;
  color:#333;
  text-decoration:none;
}
.participants li .name a:hover {
  text-decoration:underline;
  color:#C31313;
}
.participants li .city {
  font-size:10px;
  margin-bottom:8px;
}
.participants li .exteranl_links {
}
.see_all a {
  font-weight:bold;
  color:#5c5c5c;
}
/* --------------------------------- */
/* ENTITY TEMPLATE ----------------- */
/* --------------------------------- */
.entity {
  padding-bottom:10px;
}
.entity_control {
  width:140px;
  float:right;
  display:inline
}
.entity_main {
  float:left;
  width:46em;
  margin-left:10px;
  display:inline;
}
.entity .grey_box {
  padding:10px 0 7px;
}
.entity_control #observation_control {
  text-align:center;
  padding:10px 0;
}
.entity_control #observation_control form {
  margin:0 auto;
}
.entity_main h1 {
  padding:10px 10px 16px 5px;
  line-height:20px;
}
.entity_main h1 a {
  line-height:20px;
}
.entity_main h1 .head_rss {
  float:left;
  margin-top:-1px;
  margin-right:5px;
}
* html .entity_main h1 .head_rss {
  margin-top:0;
}
.mid_tab .entity_main h2.roundee {
  padding:0;
  background:none;
}
.mid_tab .entity_main h2.roundee span {
  background:#979393 url(/images/mini_name_bg.jpg) repeat-x scroll center top;
  color:#fff;
  display:block;
  font-size:12px;
  padding:5px 10px 3px;
  text-align:left;
}
.entity_type {
  font-weight:normal;
  font-size:12px;
  text-transform: lowercase;
}
.entity .comments_main_body {
  padding:6px;
}
.entity_tags ul {
  list-style-type:none;
}
.entity_tags li {
  float:left;
  padding-right:10px;
  padding-bottom:7px;
}
.entity_stats li {
  height:1.5em;
  list-style-type:none;
}
.entity_tags .cont {
  padding:7px 10px 5px 10px;
}
.entity_stats .cont {
  padding:7px 10px 10px 10px;
}
.entity .events {
  padding-top:10px;
}
.entity .cont h2 {
  font-size:12px;
  margin-bottom:5px
}
.entity_more {
  color:#333333;
  font-size:14px;
  background:url(/images/edit-find.png) left center no-repeat;
  padding-left:20px;
  margin:10px 0 0 10px;
  font-weight:bold;
}

/* --------------------------------- */
/* MINI EVENT ---------------------- */
/* --------------------------------- */
.show_events {
  list-style-type:none;
  margin:0 5px 10px 5px;
}
.show_events .date {
  font-size:12px;
  font-weight:bold;
  color:#333333;
 /* background:#fff url(/images/dotted_hor.gif) bottom repeat-x;*/
  padding:10px 4px 4px 0;
  line-height:22px;
  width:58.8em;
  text-transform: lowercase;
}
.show_events .date img {
  margin:0 3px;
  vertical-align:middle;
}
.show_events .notice {
  position:relative;
  padding:5px 0 0 5px;
}
table.mini_event {
  clear:both;
}
.mini_event .event_name {
  width:38.5em;
  background:#979393 url(/images/mini_name_bg.jpg) repeat-x scroll center top;
}
.mini_event .event_name a,
.mini_event .event_name span
 {
  display:block;
  color:#fff;
  padding:4px 8px;
  text-decoration:none;
  font-weight:bold;
  background:url(/images/double_round_t_l.gif) top left no-repeat;
}
.mini_event .event_name a:hover {
  text-decoration:underline;
}
.mini_event .event_stickers {
  width:15.9em;
  padding:2px 3px 1px;
  vertical-align:middle;
}
.mini_event .event_stickers img {
  height:17px;
}
.mini_event .info {
  background:#f3f3f3 url(/images/double_round_b_l.gif) bottom left no-repeat ;
  height:100px
}
.mini_event .event_props {
  width:4.1em;
  background:#f3f3f3 url(/images/double_round_b_r.gif) bottom right no-repeat ;
  position:relative;
}
.mini_event .event_props .d_round_t_r {
  position:absolute;
  width:4.1em;
  background:url(/images/double_round_t_r.gif) top right no-repeat;
  height:2px;
}
.mini_event .thumb {
  width:7em;
  float:left;
  padding:9px 10px;
  text-align:center;
}
.mini_event .thumb  img {
  border:3px solid #ccc;
  display:block;
  margin:0 auto;
  max-width:80px;
}
.mini_event .thumb a:hover  img {
  border:3px solid #e7c76a;  
}
.mini_event .other_info {
  width:29em;
  float:left;
  padding:6px 8px 8px 2px;
}
.mini_event .event_place {
  font-size:12px;
}
.mini_event .event_place a {
  text-decoration:none;
}
.mini_event .event_artists {
  font-size:11px;
  padding:7px 15px 0 0;
  color:#6a6a6a;
}
.mini_event .event_artists a {
  font-weight:normal;
  text-decoration:none;
  color:#6a6a6a;
}
.mini_event .event_artists a:hover {
  color:#fff;
}
.mini_event .event_description {
  font-size:11px;
  margin-top:7px;
}
.mini_event .event_description * {
  font-size:11px;
}
.mini_event .tags {
  float:left;
  width:15em;
  padding:8px 0;
  color:#494949;
}
.mini_event .tags .tags_holder {
  min-height:50px;
}
.mini_event .tags a {
  color:#494949;
  text-decoration:none;
}
.mini_event .tags a:hover {
  background:#fbc118;
  color:#fff;
}
/* ------------------------------------ */
li.mini_event .normal .event_name {
  background:#979393  url(/images/mini_name_bg.jpg) top repeat-x;
}
li.mini_event .normal .event_stickers {
  background:#d6d6d6;
}

li.mini_event .participant .event_name {
  background:#6ea660 url(/images/mini_name_green_bg.jpg) top repeat-x;
}
li.mini_event .participant .event_stickers {
  background:#bbdbb3;
}

.participant .event_place, .participant .event_place a {
  color:#4b803d; 
}
.participant .event_place a:hover {
   background:#4b803d; 
   color:#f3f3f3;
}

li.mini_event .in_progress .event_name {
  background:#f9a316 url(/images/in_progress_head.jpg) repeat-x scroll center top;
}
li.mini_event .in_progress .event_stickers {
  background:#F9A316;
}
/*.mine .event_name {
  background:#CD0101;
}

.mine .event_stickers {
  background:#cf6162;
}*/
.mine .event_props {


}
/* ------------------------------------ */
.mini_rating {
  height:30px;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  vertical-align:baseline;
  padding-top:10px;
  line-height:20px;
}
.mini_rating:first-letter {
  font-size:20px;
}
.mini_event .real {
  background:#CA1414 url(/images/menu_u.jpg) repeat-x center top;
  color:#fbc118;
}
.mini_event .forecast {
  background:#fbc118 url(/images/mini_forecast_bg.jpg) repeat-x center top ;
  color:#cd0101;  
}
.in_progress .real {
  background:#F9A316 url(/images/in_progress_head.jpg) repeat-x scroll center top;
  color:#FFFFFF;
}
/* ------------------------------------ */
.mini_event .info_icons {
  padding:8px 0;
}
.mini_event .info_icons span {
  display:block;
  margin-bottom:1px;
  color:#494949;
}
.mini_event .info_icons .comments a {
  display:block;
  background:url(/images/icon_comment.jpg) left center no-repeat;
}
.mini_event .info_icons .photos a {
  display:block;
  background:url(/images/camera_icon.jpg) left center no-repeat;
}
.mini_event .info_icons .participations a {
  display:block;
  background:url(/images/icon_ppl.jpg) left center no-repeat;
}
.mini_event .info_icons a {
  text-decoration:none;
  margin:0 0 0 0.6em;
  text-align:right;
  width:2.6em;
  padding-left:0.2em;
  color:#494949;  
}
.mini_event .info_icons a:hover {
  color:#dc0505;
}
.mini_event .info_icons .price {
  display:block;
  background:url(/images/icon_dollar.jpg) left center no-repeat;
  width:2.6em;
  padding-left:0.2em;
  margin:0 0 0 0.6em;
  text-align:right;
}
.mini_event .info_icons .price_free {
  color:green;
  font-weight:bold;
}
.mini_event .toolbox {

}
.mini_event .toolbox .edit {
  padding:0;
  font-size:10px;
}
.mini_event .toolbox .edit a {
  display:block;
  background:url(/images/icon_edit.jpg) left -3px no-repeat;
  margin:0;
  color:#fff;
  text-decoration:none;
  padding:0 0.3em 0.2em 2em;
  line-height:12px;
}
.mini_event .toolbox .edit a:hover {
  text-decoration:underline;
  color:#fff;
}
/* SIDE WIN 
-------------------------------------------------------------- */
.side_holder {
  margin-bottom:10px;
  width:17em;
}
.side_win h2 {
  background:url(/images/cal_head_bot.jpg) repeat-x center bottom;
  padding-bottom:2px;
}
.side_win h2 span, .side_win h2 a, .side_win h2 label {
  background:#373737 url(/images/cal_head.jpg) repeat-x scroll center top;
  color:#fff;
  display:block;
  font-size:12px;
  padding:5px 10px 3px;
  text-align:left;
  display:block;
}
.side_win h2 a:hover {
  text-decoration:underline;
  color:#fff;
}
.side_win .cont {
  border:1px solid #e9e9e9;
}
.observations h3 {
  background:#dddddd;
  font-size:12px;
  color:#373737;
  padding:3px 9px;
}
.observations {
   margin-bottom:10px;
}
.observations ul {
  list-style-type:none;
}
.observations li {
  background:url(/images/dotted_hor.gif) bottom repeat-x;
  padding:3px 9px 4px 30px;
  vertical-align:middle;
  position:relative;
}
.observations li:hover {
  background:#f7f7f7 url(/images/dotted_hor.gif) bottom repeat-x;;
}
.observations li a {
  display:block;
}
.observations .cont {
  background:#F3F3F3;
  border-bottom:0;
}
.observations .rss {
  position:absolute;
  left:-999em;
}
.observations li:hover .rss {
  position:absolute;
  left:13.6em;  
}
.observations .events {
  position:absolute;
  left:9px;  
}
.observations .events img {
  width:14px;
  height:14px;
}
.observations a {
  text-decoration:none;
}
.observations .edit { 
  position:absolute;
  margin-left:13.5em;
  margin-top:-21px;
}
.observations .edit img { width:16px; height:16px; }
.observations .rss_ov { 
  position:absolute;
  margin-left:15em;
  margin-top:-21px;
}
.observations .rss_ov img {  
  width:16px;
  height:16px;
}
.observations p {
  font-size:11px;
  padding:10px 14px;  
  color:#666666;
  background:url(/images/dotted_hor.gif) bottom repeat-x;
}
.observations p a {
  text-decoration:underline;
}
.observations p a:hover {
}
.observations p.now {
  text-align:left;  line-height:14px;
  text-align:center; 
  background:#ededed url(/images/dotted_hor.gif) bottom repeat-x;
}
.observations p.now img {
  vertical-align:middle;
  padding-bottom:1px;
  margin-right:5px;
}
.observations p.now a {
  color:#CD0101;
  font-size:12px;
  line-height:12px;
  text-decoration:none;
}
.observations p.now a:hover {
  color:#444;
}
.observations li {
  position:relative;
}
.observations li form {
  position:absolute;
  right:0.5em;
}
.search_sidebar .last_searches h3 {
  background:#DDDDDD none repeat scroll 0 0;
  color:#373737;
  font-size:12px;
  padding:3px 9px;
}
.search_sidebar .last_searches ul {
  background:url(/images/dotted_hor.gif) bottom repeat-x;
  list-style-type:none;
  padding-bottom:1px;
}
.search_sidebar .last_searches li {
   font-size:11px;   
   padding:1px 9px 1px;
}
.search_sidebar .last_searches li.odd {
  background:#f7f7f7;
}
.search_sidebar .last_searches li a {
  color:#666666;text-decoration:none;display:block;
}

.search_sidebar .last_searches li a:hover {
  text-decoration:underline;
}

   

/* SEARCH TAB
-------------------------------------------------------------- */
.search_sidebar .cont {
  border:1px solid #e9e9e9;
  border-bottom:0;
  background:#F3F3F3;
}
.search_sidebar p {
  font-size:11px;
  padding:10px 14px;   
  color:#666666;
  background:url(/images/dotted_hor.gif) bottom repeat-x;
}
.search_form {
  padding:7px 10px 9px;
  background:#A5A3A4 url(/images/search_fld_bg.jpg) repeat-x scroll center top;
}
.search_sidebar .input_txt {
  float:left;
  position:relative;
  width:10em;
  margin-top:2px;
}
.search_sidebar .input_txt input {
  position:relative;
  background:#fff;
  border:1px solid #cccccc;
  vertical-align:middle;
  width:100%;
}
.search_sidebar .input_submit {
  position:relative;
  float:left;
  vertical-align:middle;
  margin-bottom:-2px;
}
#search_help_link {
  margin:0 0 0 2px;  
  font-size:11px;
  color:#fff;
}
#search_help_link a,
#search_help_link span {
  font-size:11px;
  color:#fff;
}
#search_help_link a:hover {
  text-decoration:none;
}

/* SEARCH
-------------------------------------------------------------- */
.searches ul {
  list-style-type:none;
}
.searches .odd {
  background:#f5f5f5;
}
.searches .even {
  background:#f1f1f1 ;
}
.searches li {
  padding:0.5em 0.8em;
}
.searches li:hover {
  background:#FFE79F;
}
.searches li a {
  text-decoration:none;
}
.searches li a:hover {
  text-decoration:underline;
  color:#333;
}

/* FORM TABS
-------------------------------------------------------------- */
.tabs {
  height:1.25em;  
  padding:4px 0;
  position:relative;  
  z-index:101;
}
.tabs ul {
  list-style-type:none;
  margin-left:10px;  
  position:absolute;
  top:0;
}
.tabs li {
  float:left;
}
.tabs li a {
  display:block;
  float:left;
  background:#373737 url(/images/cal_head.jpg) repeat-x center top;
  color:#dddddd;
  font-weight:bold;
  padding:4px 8px;
  text-decoration:none;  
  border:1px solid #fff;  border-bottom:0;
}
.tabs li a:hover {
  color:#fff;  
  border:1px solid #e1e1e1;
  border-bottom:0;
}
.tabs li.active a,
.tabs li.active a:hover {
  background:#f3f3f3;
  color:#373737;
  border:1px solid #e1e1e1;  
  border-bottom:0;  
}
/* FORMS
-------------------------------------------------------------- */
.form_holder {
  clear:both;
  border:1px solid #e1e1e1;
  background:#f3f3f3;
  padding:10px 20px 20px 20px;
  margin-bottom:10px;
  position:relative;
  z-index:100;
}
.upload_photos_form {
  background:#f0f0f0;
}
.form_holder .padded {
  padding-left:20px;
}
.form_holder ul {
  list-style-type:none;
}
.form_holder fieldset {
  border:none;
}
.form_holder label {
  display:block;
  clear:both;
}
.form_holder input {
  padding:1px;
}
.form_holder .info {
  background:url(/images/info_form.jpg) 4px 4px no-repeat;
  margin:5px 0;
}
.form_holder .info p, .form_holder .info pre, .form_holder .info dl {
  margin:0 300px 0 35px;
  padding:5px 10px;
  border-left:2px solid #ccc;
  color:#828282;  
  min-height:20px;
}
.form_holder .info pre {
  padding-left: 20px;
  padding-bottom: 0px;
}
.form_holder .info dl {
  padding-left: 20px;
}
.form_holder .info dl dd {
  padding-left: 20px;
  padding-bottom: 10px;
}
.form_holder .info ul {
  margin:0 300px 0 35px;
  padding:5px 10px;
  border-left:2px solid #ccc;
  color:#828282;  
  min-height:20px;
}
.form_holder .info ul li {
  margin-left:15px;
}
.form_holder textarea {
  font-family:Arial, Helvetica, sans-serif;
  overflow:auto;
  font-size:12px;
  padding:1px;
  display:block;
}
.form_holder .submit {
  padding-top:10px;
}
.form_holder .submit input {
  background:#373737 url(/images/submit_but_bg.jpg) repeat-x center top;
  border:1px solid #ccc;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:3px;
  font-family:Arial, Helvetica, sans-serif;
  width:100px;
}
.form_holder .submit input:hover {
  background:#373737 url(/images/submit_but_bg.jpg) repeat-x 0 -80px;
}
.form_holder .wide_btn input {
  width:150px;
}
.form_holder span.submit input {
  padding:1px 3px;
  height:10px;
}
.form_holder .quasi_link input {
  width:9em;
  background:none;
  border:0px solid #ccc;
  font-size:12px;
  font-weight:bold;
  color:#D11717;
  padding:3px;
  cursor:pointer;
  cursor:hand;
}
.form_holder .bordered_table {
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;  
  width:100%;
  margin-top:5px;
}
.form_holder .bordered_table td,
.form_holder .bordered_table th
 {
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;  
  padding:3px 6px;
  vertical-align:middle;
  text-align:center;
}
.delete_img {
  float:left;
  margin-right:5px;
}
.login_fld .input input {
  width:12em;
}
.form_holder .checkbox {
  padding-top:6px;
} 
.form_holder .checkbox label {
  display:inline;
}
.form_holder .checkbox input {
  vertical-align:middle;
}
* html .form_holder .checkbox input {
  margin:0 0 0 -3px;
}

.form_holder .checkbox label {
  display:inline;
}
* html .form_holder li {
  font-size:0;
  line-height:0;
}
* html .form_holder li *,
* html .form_holder li li
{
  font-size:12px;
  line-height:normal;
}
.form_holder .input_text input {
  width:17em;
  font-size:12px;  
}
.form_holder .input_textarea textarea {
  height:15em;
  overflow:auto;
  width:30em;
}
.form_holder .input_textarea_blog textarea {
  height:18em;
  overflow:auto;
  width:45em;
  padding:5px;
}
.indicator {
  margin-left:17.53em;
  margin-top:-20px;
  position:absolute;
  height:0;
  clear:both;  font-size:12px;
  line-height:normal;
}
.profile_form textarea {
  width:19em;
  font-size:12px;
}
.profile_form .indicator {
  margin-left:19.6em !important;
  font-size:12px;
}
* html .profile_form .other_portals {
  margin:0 0 0 5px;
}

.htmlize_preview {
  padding:10px 0;
}
.htmlize_preview_holder {
}
.comment_form .htmlize_preview_holder {
  clear:both;
}
.htmlize_preview_content {
  padding:15px 25px 5px 25px;
  background:#fff;
  border:3px solid #E1E1E1;
  /* TODO: olek, look if this looks fine for you */
  width:37.7em;
  margin-top:5px;
}
.comment_form .htmlize_preview_content {
  width:auto;
}

.comment_form .rate_event_comment .round_span {
  float:left;
  background:url(/images/round_span_l.jpg) top left no-repeat;
  margin-right:5px;
  color:#888;
}
.comment_form .rate_event_comment .round_span:hover {
  color:#666;
}
.comment_form .rate_event_comment .round_span .cont {
  float:left;
  background:url(/images/round_span_r.jpg) top right no-repeat;
  padding:3px 10px;
  height:20px;
}
.comment_form .rate_event_comment .round_span .checkbox {
  padding:3px 0;
}
* html .comment_form .rate_event_comment {
  margin-bottom:-10px;
}



.rate_event_comment .checkbox input {
  line-height:12px;
  float:left;
  margin-right:3px;
}
.rate_event_comment .checkbox label {
  float:left;
}
* html .rate_event_comment .checkbox input {
  margin:-3px 3px 0 -4px;
}


.round_span .label {
  float:left;
  padding:2px 6px 3px 0;
}
#rate_zone_small {
  float:left;
}
#rate_zone_small .rating_message {
  padding-right: 0px;
  padding-left: 6px;
}
.rating_container_small {
  float:left;
  position:relative;
}

.rating_container_small a {
  float:left;
  display:inline;
  width:18px;
  height:18px;
  border:0;
  background-image:url(/images/small_rating_on.jpg);
}
.rating_container_small a.rating_off {
  background-position:0 -36px;
}
.rating_container_small a.rating_selected {
  background-position:0 -18px;
}


.status_checker {
  clear:both;
  font-size:12px;
  height:0;
  line-height:normal;
  margin-left:17.8em;
  margin-top:-9999px;
  position:absolute;
  z-index:103;
}
.status_checker_shown {
  margin-top:-20px;
}
.status_checker img {
  vertical-align:middle;
  margin-right:3px;
}
.status_checker span {
  color:#666;
  font-size:11px;
}
.form_holder .inputExtension {
  margin-left:3px;
}

.status_checker_info .status_info_holder {
  padding:10px; margin:5px 0; background:#efefef; border:1px solid #ccc;
}
.critical .status_info_holder {
  border:2px solid #ed7a0d;
  padding:10px 15px 15px 100px;
  background:#fff url(/images/warning_icon.jpg) 10px 10px no-repeat;
}
.critical .status_info_holder h2 {
  padding-left:0;
}
.critical img {
  vertical-align:middle;
}
.critical a:hover {
  color:#ED7A0D;
}
.status_info_holder ul {
  margin:15px 30px;
  list-style-type:disc;
}

/* FORM_ERRORS
-------------------------------------------------------------- */
.fieldWithErrors input, .fieldWithErrors textarea {
  border:2px solid #e35555;
}
.error_messages {
  background:url(/images/errors_icon.jpg)  2px 10px no-repeat;
  padding:10px 30px 10px 35px;
}
.error_messages h2 {
  padding:0 0 0 10px !important;
  border-left:2px solid #dd9595;
  font-size:12px !important;
  color:#C31313 !important;
}
.error_messages ul,
.error_messages p  {
  border-left:2px solid #dd9595;
  padding:0 250px 7px 10px;
  color:#666;
}



/* ACCORDION
--------------------------------- */
.accordion_toggle, .horizontal_accordion_toggle {
  cursor: pointer;
}
.accordion_toggle_active, .horizontal_accordion_toggle_active {
}
.horizontal_accordion_toggle {
}
.horizontal_accordion_toggle, .horizontal_accordion_content {
  float: left;
}
#observations_accordion h2 {
  background:#979393 url(/images/mini_name_bg.jpg) repeat-x scroll center top;
  color:#fff;
  display:block;
  font-weight:bold;
  padding:5px 10px !important;
  font-size:13px;
}
#observations_accordion h2.accordion_toggle_active {
  background:#6ea660 url(/images/mini_name_green_bg.jpg) top repeat-x;
}
#observations_accordion .accordion_content .acc_container {
  padding:10px 10px 20px 10px;
  background:#efefef;
}
#observations_accordion .accordion_content textarea {
  border:1px solid #ccc;
  margin-right:30px;  
}
* html #observations_accordion .accordion_content textarea {
  margin-top:-1px;
}
#observations_accordion .inc,
#observations_accordion .exc
 {
  background:#ccc;
  width:20px;
  height:60px;
}
#observations_accordion h3 {
  font-size:12px;
  font-weight:bold;
  padding:3px 8px; 
  background:#979393 url(/images/mini_name_bg.jpg) repeat-x scroll center top;
  color:#FFFFFF;
  margin-left:20px;
}
#observations_accordion h3.horizontal_accordion_toggle_active {
  background:#6ea660 url(/images/mini_name_green_bg.jpg) top repeat-x;
  color:#fff;
}

.auto_complete {
  position:absolute;
}
.auto_complete li {
   border-bottom:1px solid #e1e1e1;
}
.auto_complete .main {
  padding:0;
}

.auto_complete .tag_list {
  font-size:11px;
  color:#333333;
}


* html .form_holder .indicator { margin-left:17.99em; }

.new_event_form textarea {
  width:30em;
  overflow:auto;  
}
.input_artists .indicator {
   margin-left:30.7em !important;
}
.new_event_form .descr textarea {
  width:30em;
  height:15em;
  overflow:auto;
}
.form_holder .logical_block_start {
  margin:10px -20px 0;
  padding:10px 20px 0;
  background:url(/images/dotted_hor.gif) top repeat-x;
}
#event_start, #event_end  {
  float:left;
}
.mid_tab h2.blank, h1 {
  font-size:16px;
  padding:5px 10px;
  color:#333;
  position:relative;
}
h1 {
}
.form_holder h2 {
  font-size:14px;
  padding:5px 10px 10px 0px;
  padding-bottom:10px !important;
  color:#000;
}
.mid_tab .blank_info p {
  margin-bottom:10px;
  padding:0 10px;
  color:#333;  
}
.register_info {
  background:url(/images/busiu_register.jpg) no-repeat left bottom;
  height:75px;
  padding:20px 90px 0 110px;
}
/* UNIVERSAL WINDOW FOR CONTENT
--------------------------------- */
.win_holder {
  clear:both;
  border:1px solid #e1e1e1;
  background:#f3f3f3;
  padding:10px 20px 20px 20px;
  margin-bottom:10px;
  position:relative;
  z-index:100;
}
.win_holder h2 {
    font-size:14px;
  padding:5px 10px 10px 0px;
  padding-bottom:10px !important;
  color:#000;
}
.win_holder ul {
  margin-left:2em;
  margin-bottom:10px;
}
.win_holder ul a {
  text-decoration:none;
}
.win_holder ul a:hover {
  text-decoration:underline;
}
.win_holder ul li {
  padding-bottom:2px;
}

/* UNIVERSAL WINDOW FOR CONTENT 2
--------------------------------- */
.content_win_holder {
  margin-bottom:10px;
}
.content_win h2 {
}
.content_win h2 span, .content_win h2 a, .content_win h2 label {
  background:#979393 url(/images/mini_name_bg.jpg) repeat-x scroll center top;
  color:#fff;
  display:block;
  font-size:12px;
  padding:5px 10px 5px;
  text-align:left;
  display:block;
}
.content_win h2 a:hover {
  text-decoration:underline;
  color:#fff;
}
.content_win .cont {
  border:1px solid #d6d6d6;
}

.content_win_red h2 span, .content_win_red h2 a, .content_win_red h2 label {
  background:#DA0807 url(/images/menu_a.jpg) repeat-x scroll center top;
  color:#fff;
  display:block;
  font-size:12px;
  padding:5px 10px 3px;
  text-align:left;
  display:block;
}
.content_win_red .cont {
  border:2px solid #BA0505;
}



/* ERRORS FLASHES 
--------------------------------- */
.flashes {
  margin-bottom:10px;  
}
#flash {
  padding:7px 10px;
  background:#fbc118;
  margin:-2px 0;  position:relative; z-index:100;
}

/* --------------------------------- */
/* COMMENTS ------------------------ */
/* --------------------------------- */
#comment_message_preview_toggle {
  font-size:11px;
}
table.comment_form {
  width:100%;
  margin-bottom:15px;
}
.comment_form .event_name {
  width:42em;
}
.comment_form .event_name a {
  font-size:14px;
  padding:5px 12px;
  color:#fff;
}
.comment_form .event_name a:hover { color:#fff; }
.comment_form .event_stickers {
  background:#d6d6d6 url(/images/double_round_t_r.gif) top right no-repeat;
  border-left:1px solid #fff;
}
.comment_form .input_area {
  background:#f2f2f2 url(/images/double_round_b_l.gif) bottom left no-repeat;
}
.comment_form .info {
  background:#f2f2f2 url(/images/double_round_b_l.gif) bottom right no-repeat;
}
.comment_form .input_area {
  padding:12px 0 12px 12px;
}
.comment_form .input_area textarea {
  font-size:12px;
  border:1px solid #e6e6e6;
  width:40.4em;
  height:130px;
  margin-bottom:6px;
  overflow:auto;
  font-family:Arial, Helvetica, sans-serif;
  padding:0.3em;
}
.comment_form .read_all {
  font-size:10px;
  float:left;
}
.comment_form .submit {
  float:right;
}
.comment_form .info {
  padding:12px;
  color:#979797;
  font-size:11px;
}
.comment_form .info p {
  margin-bottom:5px;
}
.comment_form .info ul {
  margin-left:1em;
  list-style-type:none;
}
.comment_form .info h3 {
  font-size:13px;
}
.comment_form div.submit {
  text-align: right;
}
.comment_form div.submit input {
  background:#c31313 url(/images/menu_u.jpg) repeat-x top;color:#fff;
  padding:3px 10px 3px 10px;
  cursor:pointer;
  margin-right:0.35em;
  border:0;
  width:7em;
}
.comment_form div.submit input:hover {
  background:#DA0807 url(/images/menu_a.jpg) repeat-x scroll center top;
  cursor:pointer;
}
.comment {
  margin:0 0 5px 10px;
}
.comments_main_body .odd {}
.comments_main_body .even {}
.comment .avatar {
}
.comment .comment_body_span {
  float:left;
  width:41.5em;
  margin-right:4px;
}
.comment .heading {
  background:#f2f2f2;
  border-bottom:1px solid #e1e1e1;
  padding:3px 10px;
  color:#333333;
  font-size:10px;
}
.comment .heading .name {
  font-size:13px;
  color:#ca1413;
  padding:0 2px;
  font-weight:bold;
}
.comment .heading .name a { text-decoration:none; }
.comment .heading .name a:hover { text-decoration:underline; }
.comment .moderation {
  float:right;
}
.comment .moderation form,
.comment .moderation span
 {
  float:left;
  padding:0 0 0 6px;
}
.comment .moderation span {
  line-height:16px;
}
.comment .comment_content {
  padding:15px 20px 0 15px;
  color:#494949;
  font-size:12px;
}
.comment .avatar img {
  border:1px solid #e1e1e1;
  padding:1px;
}
.comment:hover .heading {
  border-bottom:1px solid #e7e7e7;
}
.comment .avatar {
  float:left;
  line-height:0;
}
.avatar .avatar_zoom img,
.avatar .avatar_zoom a {
  border:0 !important;
}
.comment .avatar .avatar_content {
  float:left;
} 
.comment .avatar .avatar_zoom {
  float:left;
  margin-left:-22px;
  margin-top:4px;
  display:none;
}
.participants .avatar .avatar_zoom {
  margin-top:-18px;
  margin-left:10px;
  display:none;
}
.participants .avatar .avatar_zoom a img {
  border-bottom:1px solid #fff !important;
}
.comment .avatar:hover .avatar_zoom,
.participants .avatar:hover .avatar_zoom
 {
  display:block;
}
.avatar .avatar_zoom a {
  display:block;
}
.avatar .avatar_zoom a img {
  border:1px solid #ccc !important;
  padding:0 !important;
}
.avatar .avatar_zoom a:hover img {
  border:1px solid #fff !important;
  padding:0 !important;
}
.comments .comment .avatar a {
  border:1px solid #e7e7e7;
  float:left;
  display:block;
}
.comment:hover .avatar img,
.comment .avatar a:hover img {
  border:1px solid #bbb;
  padding:1px;
}
.more_comments {
  padding-top:10px;
}

.hidden_comment .heading,
.hidden_comment .heading .name a{
  color:#777;
  font-size:10px;
}
.comment .heading .name a img {
  margin-bottom:-2px;
}

.comment .avatar {
  width:56px ;
  float:left;
}
.comment .avatar .avatar_content,
.comment .avatar .avatar_zoom {
  float:right;
}
.comment .avatar .avatar_zoom {
  margin-top:4px;
  margin-right:-22px;
}
* html .comment .avatar .avatar_zoom img {  
  position:absolute;
  margin-left:26px;
}
.comment .comment_body_span {
  width:51.5em;
  padding-left:10px;
}



/* BACK BUTTON --------------------- */

.back_button {
  text-align:right;
  margin-bottom:5px;
  position:relative; /* peekaboo */
  padding-bottom:3px;
  margin-left:170px;
}
.back_button img {
  width:16px;
  height:16px;
}
.form_holder .back_button {
  float:right;
}
.back_button a {
  text-decoration:none;
  color:#c84f39;
  font-weight:bold;
  line-height:20px;
}
.back_button a:hover {
  color:#C31313;
  text-decoration:underline;
}
.back_button img {
  margin-right:0.4em;
  vertical-align:middle;
}
/* --------------------------------- */
/* COMMENT INDEX ------------------- */
/* --------------------------------- */
.comment_index {
  margin:0.6em;
}

/* PAGINATION ------------------- */
.pagination {
  text-decoration:none;
  padding:0.5em 0 1.5em;
  text-align:center;
}
.pagination a {
  text-decoration:none;  
  color:#C31313;
  padding:0.15em 0.5em;
  font-weight:bold;
  font-size:11px;
}
.pagination a:hover {
 /* background:#FEB902;*/
  color: #C31313;
  border-bottom:2px solid #C31313
}
.pagination span {
  padding:0.15em 0.5em;
  font-size:11px;
}
.pagination .current {
  text-decoration:none;  
  background:#C31313;
  color:#fff;
  font-weight:bold;
  font-size:14px;
  padding:0.25em 0.6em;
}
.pagination .disabled {
  color:#666;  
}



/* --------------------------------- */
/* USER PAGE ----------------------- */
/* --------------------------------- */
.user_page .column_left {
  width:26em;
  float:left;
  display:inline;
}
.user_page .column_left .holder {
  padding:10px;
}
.user_page .column_right {
  width:33em;
  float:left;
  margin-left:10px;
  display:inline;
}
#observation_controlervations li {
  padding:3px 9px 4px 9px;
}
#observation_controlervations li:hover {
  background:#f9f9f9;
}
#observation_controlervations .cont {
  color:#F6F5F6
}
.user_page .participations ul {
  list-style-type:none;
}
.user_page .participations .odd {
  background:#F4F4F4;
}
.user_page .participations .even {
  background:#f9f9f9;
}
.user_page .participations li {
  padding:0.5em 0.8em;
}
.user_page .participations li:hover {
  background:#fff;
}
.user_page .participations li a {
  text-decoration:none;
}
.user_page .participations li .date {
  color:#333;
  font-size:10px;
  font-weight:bold;
  margin-bottom:0.2em;
  padding:1px 2px;
}
.user_page .participations li .date img {
  vertical-align:middle;
  margin-right:2px;
  width:16px;
  height:16px;
}
.user_page .participations li a {
  display:block;
}
.user_page .see_all {
  text-align:right;
  font-weight:normal;
}
.user_page .see_all a {
  font-size:11px;
  text-decoration:none;font-weight:normal;
}
.user_page .see_all a:hover {
  text-decoration:underline;font-weight:normal;
}
.user_page .avatar img {
  border:1px solid #bbb;
  padding:1px;
}
.user_page .avatar  {
  margin-right:0.6em;
}
.user_page .user_info {
  margin: 0 0 10px;
  width:100%;
}
.user_page .avatar {
  text-align:right;
}
.user_page .avatar a {
  border:1px solid #e7e7e7;
  float:right;
}
.user_page .avatar a:hover img {
  border:1px solid #666;
}
.user_page h2 {
  font-size:14px;
  font-family:Tahoma;
  font-weight:bold;
  color:#666666;
}
.user_page .user_info .city {
  color:#666666;
}
.user_page .user_about {
  margin:0 0 15px;
}
.user_page .user_info .obs {
  vertical-align:bottom;
  padding-bottom:1px;
}
#observation_control .watch  input {
  background:url(/images/watch_btn.jpg) top left no-repeat;
}
#observation_control .watch:hover input {
  background:url(/images/watch_btn.jpg) 0 -23px no-repeat;
}
#observation_control .unwatch input {
  background:url(/images/unwatch_btn.jpg) top left no-repeat;
}
#observation_control .unwatch:hover input {
  background:url(/images/unwatch_btn.jpg) 0 -23px no-repeat;
}
#observation_control .watch,
#observation_control .unwatch {
  width:112px;
}


.user_page .user_about {
  color:#333;
}
.user_page .user_toolbox {
   background: url(/images/dotted_hor.gif) top repeat-x;
   margin:0 0 10px;
   padding-top:8px;
   text-align:right;
   color:#666;   
}
.user_page .user_toolbox a {
  color:#666;
  font-size:11px;
  text-decoration:none;
}
.user_page .user_toolbox a:hover {
  text-decoration:underline;
}
.user_page .user_toolbox a.msg {
  background:url(/images/msg_icon.jpg) left center no-repeat;
  padding-left:18px;
}
.user_page .achievements ul {
  border:1px solid #dbdada;
  border-bottom:0;
  font-size:11px;
}

.user_page .achievements li {
  list-style-type:none;
  padding:3px 10px;
  border-bottom:1px solid #dbdada;
  color:#666666;
}
.user_page .achievements li:hover {
  background:#f1f1f1;
}
.user_page .achievements li a {
  text-decoration:none;
}
.user_page .achievements li:hover a {
  text-decoration:underline;
}
.user_page .achievements .rss {
  float:right;
  margin-top:-1px;
}
.user_page .achievements li img {
  vertical-align:middle;
}
.user_page .observations li {
  padding:3px 12px 4px 12px;
}

.external_links_holder {
  margin-bottom:7px;
}
.external_links {
  margin-bottom:3px;
  font-size:11px;
  line-height:16px;
  color:#929292;
}
.column_left h3 {
  font-size:12px;
  padding:0 0 5px 5px;
  color:#929292;
}
.external_links a {
  color:#666666;
  text-decoration:none;
}
.external_links a:hover {
  color:#CD0101;
  text-decoration:underline;
}

.external_links .ext_link {
  float:left;
  padding-left:20px;
  position:relative;
}
.external_links .desc {
  float:right;
  position:relative;
}
.external_links .bunny_lt {
  background:#ffeded;
  border:1px solid #febbbb;
  padding:2px 5px;
}
.external_links .bunny_lt:hover {
  background:#f6caca;
}
.external_links .bunny_lt .ext_link  {
  background:url(/images/bunny.lt.gif) left center no-repeat;
}
.external_links .facebook_id {
  background:#d0ddf9;
  border:1px solid #becff3;
  padding:2px 5px;
}
.external_links .facebook_id a:hover {
  color:#2e3c58;
}
.external_links .facebook_id:hover {
   background:#afc5f0;
}
.external_links .facebook_id .ext_link  {
  background:url(/images/facebook.png) left center no-repeat;
}
/* --------------------------------- */
/* CHATS --------------------------- */
/* --------------------------------- */

#chat_participations {
}
#chat_participations .chat {
  position:relative;
  border-bottom:1px solid #ddd;
}
#chat_participations .odd {
  background:#f9f9f9;
}
#chat_participations .even {
  background:#f2f2f2;
}
#chat_participations .chat:hover {
  background:#f5f5f5;
}
#chat_participations .unread {
  background:#FFE79F;
}
#chat_participations .unread:hover {
  background:#FFD34F;
}
#chat_participations .status {
  position:absolute;
  padding:0.2em 0.4em 0.1em;
}
#chat_participations .chat_info {
  padding:0.5em 1em 0.5em 2.5em;
}
#chat_participations .title {
  font-size:14px;
}
#chat_participations .title a {
  text-decoration:none;
  font-weight:bold;
}
#chat_participations .created_on {
  color:#888;
  font-size:11px;  
}
#chat_participations form {
  position:absolute;
  right:0.5em;
  top:0.5em;
}
#chat_participations form input {
  position:absolute;
}
#chat_participations .no_messages {
  padding:5px 10px;
}
.new_chat_link {
  padding:8px 36px 16px;
  background:url(/images/add_chat_icon.jpg) left center no-repeat;
  color:#C84F39;
  text-decoration:none;
  font-weight:bold;
  display:block;
  width:15em;
}
.new_chat_link:hover {
  text-decoration:underline;
}
.chat {
  padding:0 0.6em;
}
.chat .comment .heading,
.chat .comment .htmlize {
  font-size:12px;
}
.chat .message {
  margin-bottom:10px;
  width:43em;
}
.chat a {
}
.chat .comment {
  margin-left:5px;
  position:relative;
}


.chat .comment .avatar {
  width:56px;
  float:left;
}
.chat .comment .avatar .avatar_content,
.chat .comment .avatar .avatar_zoom {
  float:right;
}
.chat .comment .avatar .avatar_zoom {
  margin-top:4px;
  margin-right:-22px;
}
* html .chat .comment .avatar .avatar_zoom img {  
  position:absolute;
  margin-left:26px;
}
.chat .comment .comment_body_span {
  width:37em;
  padding-left:10px;
}
.chat ul.messages {
  list-style-type:none;
  float:left;
  width:43em;
}
.chat .comment_form {
  margin-top:10px;
}
.chat .comment .heading {
  background:#F2F2F2 url(/images/double_round_t_r.gif) no-repeat scroll right top;;
}
.leave_chat_but {
  background:url(/images/leave_chat_icon.jpg) top left no-repeat;
}
.leave_chat_but:hover {
  background:url(/images/leave_chat_icon.jpg) 0 -50px no-repeat;
}
.chat .participations_list  {
  margin-bottom:1em;
  width:15em;
  float:right;
}
* html .chat .participations_list  {
  margin-right:-10px;
}
.chat .participations_list h2 {
  font-size:12px;
  padding:0.8em 0;
  color:#333;
}
.chat .participations_list ul {
  margin:0;
}
.chat .participations_list .holder {
  border:1px solid #e1e1e1;
  background:#f3f3f3;
  padding:0 1em;
}
.chat .participations_list .holder .participants li {
  margin-bottom:0.5em;
  width:13.5em;
  position:relative;
  z-index:102;
}
.s_back_but {
  float:right;
  margin-right:10px;
  margin-top:8px;
}
.chat .notice .holder {
  background:#FFE79F none repeat scroll 0 0;
  padding:5px 10px;
}
.chat .notice .holder p {
  font-size:12px;
  margin:0;
}

/* --------------------------------- */
/* BLOG  --------------------------- */
/* --------------------------------- */
ul.blog {
  list-style-type:none;
  margin:10px;
}
.blog_post {
  margin-bottom:10px;
}
.blog_post .heading {
  background:#A7A5A6;
  color:#fff;  
  border-bottom:3px solid #ccc;
  padding:0.3em 15px 0.4em;
}
.blog_post .heading .user {
  float:left;
  font-size:12px;
}
.blog_post .heading .user a  {
  color:#fff;
}
.blog_post .heading .created_at {
  float:right;
}
.blog_post .cont {
  border:0;
  padding:15px;
  color:#333333;
}
.blog_post h3 {
  margin-bottom:10px;
  font-size:14px;
}
.blog_post p {
  margin-bottom:10px;
  line-height:1.3em;
  font-size:12px;
}
.blog_post h3 a {
  color:#333;
  text-decoration:none;
} 
.blog_post h3 a:hover {
  color:#BA0505;
  text-decoration:underline;
} 
h1.blog_index {
  margin-bottom:10px;
}
.blog_post .toolbox {
  text-align:right;color:#666;padding-top:10px;
}
.blog_post .toolbox a {
  color:#666;
}
.blog_post .toolbox a:hover {
  color:#BA0505;
}
.blog_post .toolbox .comments a {
  background:transparent url(/images/icon_comment_grey.jpg) no-repeat scroll left center;
  padding-left:15px;
}
.blog_post .toolbox .updated_at {
  float:left;
  font-style:italic;
  color:#666666;
}
.blog_post_show {
  padding:0 10px 10px 10px;
}

/* HELP
-------------------------------------------------------------- */
.help_wrap ul {
  list-style-type:none;
}
.help_wrap .odd {
  background:#f5f5f5;
}
.help_wrap .even {
  background:#f1f1f1 ;
}
.help_wrap li {
  padding:0.5em 0.8em;
}
.help_wrap li:hover {
  background:#FFE79F;
}
.help_wrap li a {
  text-decoration:none;
}
.help_wrap li a:hover {
  text-decoration:underline;
  color:#333;
}
.help_topic {
  margin:10px;
}
.help_topic .heading {
  background:#A7A5A6;
  color:#fff;  
  border-bottom:3px solid #ccc;
  padding:0.3em 15px 0.4em;
}
.help_topic .heading .user {
  float:left;
}
.help_topic .heading .created_at {
  float:right;
}
.help_topic .cont {
  border:0;
  padding:15px;
  color:#333333;
}
.help_topic .cont .artists_list {
    border: 1px solid #ccc;
    margin:10px;
    padding:6px;
    width:30em;
}
.help_topic h2, .help_topic h3
 {
  margin-bottom:10px;
  font-size:14px;
}
.help_topic p {
  margin-bottom:10px;
  line-height:1.3em
}
.help_topic h3 a {
  color:#333;
  text-decoration:none;
} 
.help_topic h3 a:hover {
  color:#BA0505;
  text-decoration:underline;
} 
.help_topic .cont ul,
.help_topic .cont ol
 {
  margin-left:2.5em;
  margin-bottom:10px;
}
.help_topic .flash_holder {
  margin-bottom:10px;
  padding:10px;
}
.help_b_b {
  margin-top:5px;
  padding-right:10px;
}

.help_topic table.banners td {
  text-align: center;
  vertical-align: middle;
}
.help_topic table.banners img {
  margin: 0.2em;
}
.help_topic table.banners input {
  width: 100%;
}

/* INFOS
-------------------------------------------------------------- */
.content_info{
  background:url(/images/info_white.jpg) 4px 4px no-repeat;
  margin:5px 0 10px 10px;
}
.content_info p {
  margin:0 300px 0 35px;
  padding:5px 10px;
  border-left:2px solid #E2E2E2;
  color:#828282;  
  min-height:20px;
}
.content_info ul {
  margin:0 300px 0 35px;
  padding:5px 10px;
  border-left:2px solid #E2E2E2;
  color:#828282;  
  min-height:20px;
}
.content_info ul li {
  margin-left:15px;
}
.help_info{
  background:url(/images/khelpcenter.jpg) 4px 4px no-repeat;
  margin:5px 0 10px 10px;
  height:60px;
  padding-top:10px;
}
.help_info p {
  margin:0 300px 0 80px;
}

.top_quote {
  position:absolute;
  margin-left:107px;
  background:url(/images/top_quote.jpg) bottom left no-repeat;
}
.top_quote a {
  display:block;
  color:#575151;
  text-decoration:none;
  font-weight:normal;
  padding:6px 14px 22px;
  background:url(/images/top_quote_r.jpg) bottom right no-repeat;
  font-size:14px;
}
.top_quote a span {
  font-weight:bold;
  color:#BA0505;
}
.top_quote a:hover {
  text-decoration:underline;
  color:#BA0505;
}

/* CITY FILTER
--------------------------------- */
.filter_holder {
  padding:5px;
}
.city_filter .current a {
  font-weight: bold;
  text-decoration:none;
}
.city_filter {
  padding:12px 15px 7px;
  background:#F3F3F3;
}
.city_filter h2 {
  font-size:12px;
}
.city_filter ul {
  list-style-type:none;
  position:relative;
  z-index:105;
}
.city_filter ul li {
  float:left;
  padding-right:1.5em;
  padding-bottom:5px;
}
.city_filter a {
  padding-left:5px;
}
/* USER LIST
--------------------------------- */
.user_list .avatar_zoom {
  display:none;
}
.user_list ul {
  list-style-type:none;
}
.user_list .odd {
  background:#F4F4F4;
}
.user_list .even {
  background:#f9f9f9;
}
.user_list li {
  padding:0.6em;
  position:relative;
}
.user_list li:hover {
  background:#fff;
}
.user_list .last_action {
  font-size:11px;
  position:relative;
  color:#a5a5a5;
  text-align:right;
  margin-bottom:7px;
}
.user_list .right_h {
  position:absolute;
  right:0.6em;
  top:0.6em;
}
.user_list .avatar_content {
  padding:0 7px 0 0;
  float:left;
  height:54px;
  position:relative;
  width:54px;
  text-align:center;
}
.user_list .avatar_content img {
  padding:1px;
  border:1px solid #eee;
}
.user_list .user_name a {
  font-weight:normal;
}
.user_list .user_name {
  padding:0;
}
.user_list .avatar_content a:hover img {
  padding:1px;
  border:1px solid #ccc;
}
.user_list .city {
  color:#ccc;
  padding-bottom:6px;
}
.user_list .city a {
  color:#999;
  text-decoration:none;
  font-size:11px;
}
.user_list .city a:hover {
  text-decoration:underline;
}
.iconspace {
  width:16px;
  float:right;
  height:16px;
  margin-right:3px;
  position:relative;
}
.user_list .external_profile_link img {
  margin-bottom:-2px;
}
.showing-items {
  font-size:11px;
  padding-left:10px;
}
.selector_holder {
  margin-bottom:10px;
  margin-left:7px;
  width:18em;
}
#flavor_selector {
  background:#FFE59F;
  padding:7px 10px;
}
#flavor_selector a {
  margin:0 5px;
  line-height:16px;
  text-decoration:none;
}
#flavor_selector a.current {
  font-weight: bold;
  font-size:12px;
  text-decoration:none;  border-bottom:2px solid #EFAE00;
}
/* FILTER DROPDOWN
-------------------------------------------------------- */
.filter_dd {
  background:url(/images/filter_dd_s.jpg) top left repeat-x;
  float:left;
  margin:0 0 0 7px;
  display:inline;
  color:#666666;
}
.filter_dd .bg_l {
  background:url(/images/filter_dd_l.jpg) top left no-repeat;
  float:left;
}
.filter_dd .bg_r {
  height:30px;
  background:url(/images/filter_dd_r.jpg) top right no-repeat;
  float:left;
}
.filter_dd .element {
  position:relative;
  float:left;
  display:inline;
  border-right:1px solid #e7e7e7;
}
.filter_dd .last {
  border:0;
}
.filter_dd .element .remove {
 position:absolute;
 right:8px;
 top:8px;
}
.filter_dd .element .remove img {
 border:1px solid #eee;
}
.filter_dd .element .remove:hover img {
 background:#e7e7e7;
 border:1px solid #ccc;
}
.filter_dd .element span {
  float:left;
  display:inline;
  margin:0 3px;
}
.filter_dd .element span.has_children  {
  background:url(/images/filter_dd_selected_l.jpg) left -999px no-repeat;
}
.filter_dd .element span i {
  float:left;  
  padding:7px 30px 7px 10px;
  font-style:normal;
}
.filter_dd .element span.has_children i {
  background:url(/images/filter_dd_selected_r.jpg) right -999px no-repeat;
}
.filter_dd .element:hover span.has_children  {
  background:url(/images/filter_dd_selected_l.jpg) left 3px no-repeat;
  cursor:pointer;
}
.filter_dd .element:hover span.has_children  i {
  background:url(/images/filter_dd_selected_r.jpg) right 3px no-repeat;
}
.filter_dd .element .down_arrow {
  position:absolute;
  right:8px;
  top:13px;
}
.filter_dd .element ul {
  display:none;
  position:absolute;
  left:3px;
  top:29px;
  list-style-type:none;
  border:1px solid #9e9e9e;
  background:#fff;
  z-index:101;
}
.filter_dd .element:hover ul {
  display:block;
  min-width:130px;
}
.filter_dd .element ul a {
  display:block;
  padding:2px 30px 2px 10px;
  border-bottom:1px solid #e7e7e7;
  text-decoration:none;
  color:#666666;
  white-space:nowrap;
  font-size:12px;
  line-height:16px;
}
.filter_dd .element ul li {
  font-size:0;
  line-height:0;
}
.filter_dd .element li a:hover,
.filter_dd .element li.active a {
  background:#f0f0f0;
  color:#666666;
}


/* ADD ARTISTS FORM 
--------------------------------------- */
#event_artists_js {
  padding:5px 0 0;
}
#event_artists_js input {
  width:12em;
  float:left;
  margin-right:2px;
}
#event_artists_js .labels {
  padding-left:5px;
}

#event_artists_js .labels span {
  width:12em;
  padding:0px 8px 3px 0;
  float:left;
}
#event_artists_js .stage {

}
#event_artists_js .stage .container {
  padding-left:15px;
  margin-left:8px;
  border-left:1px solid #d1d1d1;
  margin-bottom:10px;
}
#event_artists_js span.plus {
  float:left;
  padding:3px 0 4px 20px;
  background:url(/images/plus.jpg) left center no-repeat;
  /*color:#75b931;*/
  color:#777;
  height:14px;
}
#event_artists_js span.remove {
  float:left;
  padding:1px 0 2px 20px;
  margin-left:3px;
  cursor: pointer;
  background:url(/images/remove.jpg) left center no-repeat;
  color:#777;
  height:14px;
}
#event_artists_js span.plus:hover,
#event_artists_js span.remove:hover {
  text-decoration:underline;
}
#event_artists_js .stage_name_holder {
  padding-bottom:8px;
}
#event_artists_js .stage_name_holder .stage_header {
  padding:3px 8px 3px 0;
  float:left;
}
#event_artists_js .stage_name_holder .stage_name {
  float:left;
}
#event_artists_js .add_stage,
#event_artists_js .add_artist
{
  cursor: pointer;
}
#event_artists_js .add_stage {
  margin-bottom: 1em;
}
#event_artists_js .artists {
  clear:both;
  padding:0 0 5px 5px;
}
#event_artists_js .artist {
  padding-bottom:0.2em;
}
#event_artists_input_type_selector {
  padding:5px 0 7px;
}
#event_artists_input_type_selector a {
  text-decoration:none;
}
#event_artists_input_type_selector .current,
#event_artists_input_type_selector .current:hover
 {
font-weight:bold;text-decoration:underline;color:#639F27;
}
#event_artists_input_type_selector a:hover {
  color:#426F14;
}
/* FACEBOOK CHECKBOX
--------------------------------------- */
.facebook_checkbox {
  padding:0 0 10px 70px;
  background:url(/images/facebook_ico.jpg) 0 5px no-repeat;
}
.facebook_checkbox .checkbox,
.facebook_checkbox .select 
{
  margin-bottom:10px;
}
/* NEW CALENDAR
--------------------------------------- */
.js_form  span.plus {
  float:left;
  padding:3px 0 4px 20px;
  background:url(/images/plus.jpg) left center no-repeat;
  /*color:#75b931;*/
  color:#777;
  height:14px;
  margin:0 0 0 2px;
  display:inline;
}
.js_form span.remove {
  float:left;
  padding:1px 0 2px 20px;
  margin-left:3px;
  cursor: pointer;
  background:url(/images/remove.jpg) left center no-repeat;
  color:#777;
  height:14px;
}
.js_form span.plus:hover,
.js_form span.remove:hover {
  text-decoration:underline;
}
.js_form .stage_name_holder .filter_name {
  float:left;
}
.js_form .add_filter
{
  cursor: pointer;
}
.js_form .add_filter {
  margin-bottom: 1em;
}
.js_form .artists {
  clear:both;
  padding:0 0 5px 5px;
}
.js_form .artist {
  padding-bottom:0.2em;
}
.new_cal .input_radio label {
  display:inline;
}
/* --------- /stylesheets/calendar.css --------- */ 
/* CALENDAR
-------------------------------------------------------------- */
.calendar_holder { 
  border: solid #9e9e9e;
  border-width: 0 1px; 
  background:#ECEAEB;
}
.calendar_holder .top_notch {
  display: block; 
  position:relative; 
  top: -1px;
  left: 0;
  border:solid #9e9e9e;
  border-width:1px 0 0;
}
.calendar_holder .bottom_notch {
  border:solid #9e9e9e;
  border-width:0 0 1px; /* bottom border only */
  position:relative;
  top: 2px; /* pushed down a little to create the bottom notches */
}
.calendar_holder .cal {
  position:relative;
  top:-2px;
}

.calendar_holder .calendar_header div {
	position:relative;
}
.calendar_holder .cal_dd {
  position:absolute;
  right:8px;
  top:3px;
}

.calendar_holder .filter_wrapper {
  
}
.calendar_holder .filter_wrapper .filter_holder {
  position:absolute;
  z-index:101;
  width:100%;
  background:#333;
  padding:0;
  left:0;
  top:-9999px;
}
.calendar_holder .with_choices:hover .filter_holder {
  border-top:2px solid #5f5f5f;
  top:20px;
}
.calendar_holder .with_choices:hover .calendar_header {
	cursor:pointer;
}
.calendar_holder .with_choices:hover .calendar_header div {
  background:#696969 url(/images/cal_head.jpg) 0 -100px repeat-x;	cursor:pointer;
}
.calendar_holder .filter_wrapper ul {
  list-style-type:none;  
}
.calendar_holder .filter_wrapper li {
  font-size:0;
  line-height:0;
  font-size:11px;
}
.calendar_holder .filter_wrapper li * {
  font-size:11px;
  line-height:normal;
}
.calendar_holder .filter_wrapper li a {  
border-bottom:1px solid #666;  padding:3px 8px 3px;color:#ddd;text-decoration:none;display:block;
}
.calendar_holder .filter_wrapper li a:hover {
  background:#555;
  color:#eee;
}
.calendar_holder .filter_wrapper li.active a {  
  background:#494949;
  color:#eee;
  cursor:default;
}

.calendar_valign {
  width:18em;  
  display:inline;
  float:right;
  margin-right:10px;
}
.calendar_valign .height {
  width:18em;
  height:185px;
  vertical-align:middle;
  
}

.hidden {
  display:none;
}
.calendar_tooltip {
  z-index: 300;
  background-color: #fff;
  border: 2px solid #BA0505;
}
.calendar_tooltip ul {
  list-style-type: none;
  margin-bottom:-1px;
  width:100%;
}
.calendar_tooltip ul li {
  padding:3px 5px;
  background: url(/images/dotted_hor.gif) bottom repeat-x;
}
.calendar_tooltip ul li span {
  font-size:11px;
  color:#666;
}
table.calendar {
  width:98%;
  margin-left: auto;
  margin-right:auto;
}
th.calendar_header {
  display:none;
}
.calendar_header {
  border-bottom:2px solid #333;
}
.calendar_header div {
  display:block;
  text-align:left;
  padding:5px 10px 3px 10px;
  color:#fff;
  background:#373737 url(/images/cal_head.jpg) 0 0 repeat-x;
  font-size:12px;
  height:14px;
}
.calendar_header div a {
  color:#fff;
  text-decoration:none;
}
.calendar_header div a:hover {
  text-decoration:underline;
}
#calendar_body {
  background:#ecebeb url(/images/calendar_bg.jpg) repeat-x top;
  padding:5px 0 3px;
}
.calendar abbr {
  border:none;
}
.calendar .dayName th {
  text-align:left;
  color:#fff;
}
.calendar td {
  border:1px solid #fff;
  width:14%;
  padding:2px 2px 0 2px;
  text-align:right;
  color:#555555;
  font-size:12px;
}
.calendar td.otherMonth {
  color:#858585;
}
.calendar td.day {
  background:#fff;
}
.calendar td.weekendDay {
  color:#8d8c8c;
}
.calendar td.event a {
  color:#fff;
  text-decoration:none;
  display:block;
  padding:2px 2px 0 0;
  background:#ba0505;
}
.calendar td.otherMonth a {
  /* TODO */
  /* background: #ECB2B2; */
}
.calendar td.selected a {
  background:#FFBF00;
}
.calendar td.selected a:hover {
  background:#EFB70E;
}
.calendar td.event a:hover {
  color:#fff;
  text-decoration:none;
  background:#ef0000;
}
.calendar td.selected a:hover {
  background:#FFCF3F;
}
.calendar td.today {
  font-weight: bold;
  border:1px solid #555555;
}
.calendar td.today a {
  border:1px solid #fff;
  padding:1px 1px 0 0;
}
.calendar td.otherMonth a {
  background:#DF8B8B;
}
.calendar td.otherMonth a:hover {
  background:#BA0505;
}
.calendar td.event {
  padding:0;
}/* --------- /stylesheets/autocomplete.css --------- */ 
div.auto_complete {
  width: 350px;
  background: #fff;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
  cursor: pointer;
}
div.auto_complete ul li * {
  cursor: pointer;
}
div.auto_complete ul li.selected {
  background-color: #ffb;
}
div.auto_complete ul li .main {
  background:none;
  display:block;
  font-size:1.1em;
  font-weight:bold;
}
div.auto_complete ul strong.highlight {
  color: #800; 
  margin:0;
  padding:0;
}
div.auto_complete ul .title {
    font-weight: bold;
}
div.auto_complete ul .type {
    text-transform: lowercase;
    color: gray;
}
#photo_controls .auto_complete {
	min-width:171px !important;
}
* html #photo_controls .auto_complete {
	width:171px !important;
}
/* --------- /stylesheets/lightbox.css --------- */ 
#lightbox {
position: absolute;
left: 0; 
width: 100%; 
z-index: 106; 
text-align: center; 
line-height: 0;
}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

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

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

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

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

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

#overlay{ position: absolute; top: 0; left: 0; z-index: 105; width: 100%; height: 500px; background-color: #000; }
/* --------- /stylesheets/showcase.css --------- */ 
.event_photos {
  width:722px;
}
.gallery_win_holder {
  margin-bottom:10px;
  width: 722px;
}
.gallery_win h2 {
}
.gallery_win h2 span, .gallery_win h2 a, .gallery_win h2 label {
  background:#979393 url(/images/mini_name_bg.jpg) repeat-x scroll center top;
  color:#fff;
  display:block;
  font-size:12px;
  padding:5px 10px 3px;
  text-align:left;
  display:block;
}
.gallery_win h2 a:hover {
  text-decoration:underline;
  color:#fff;
}
.gallery_win .cont {
  border:2px solid #A7A5A6;
}
.add_photos_link {
  padding:4px 36px 8px;
  position:absolute;
  z-index:101;
  background:url(/images/add_photos_icon.jpg) left center no-repeat;
  color:#C84F39;
  text-decoration:none;
  font-weight:bold;
}
.add_photos_link:hover {
  color:#C31313;
  text-decoration:underline;
}
.back_button {
  z-index:100;
}
.gallery_name {
  margin-top:10px;
  width:640px;
  margin:10px auto 3px;
  color:#666;
  font-size:11px;
}

#gallery {
  position: relative;
  width: 718px;
}
#gallery .img_holder {
  float:left;
  height:140px;
  width:170px;
  position:relative;
  text-align:center;
  display:inline;
}
#gallery .img_holder:hover  {
  background:#EFEFEF;
}
#gallery .img_holder table td {
  width:170px;
  height:120px;
  border-collapse:collapse;
  vertical-align:middle;
}
#gallery .img_holder a {  
}
#gallery .img_holder a img { 
  border:1px solid #ddd;
  padding:1px;
  background:#bbb;
  max-width:120px;
  max-height:100px;
  width: expression(this.width > 120 ? 120: true);
  height: expression(this.height > 100 ? 100: true);
}
#gallery .img_checkbox {
  bottom:2px;
  right:5px;
  position:absolute;
}
#gallery img {
}
#gallery .img_holder a.active img {
  padding:3px;
  background:#FFCC1B url(/images/bg_thumb.jpg) repeat-x scroll center top;
  border:0;
}
#gallery .controls .top {
  position: absolute;
  right: 0;
  top: 0;
}
#gallery .controls .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
#gallery .controls a {
  display:block;
  height:21px;
  width:21px;
  background-position:0 0;  
  background-repeat:no-repeat;
}
#gallery .controls a:hover {
  display:block;
  height:21px;
  width:21px;
  background-position:0 -21px ;
}
.event_photos .controls .inactive {
  background-position:0 -42px !important;
  cursor:default;
}
#gallery_first {
  background-image:url(/images/first_btn.jpg);
}
#gallery_up {
  background-image:url(/images/prev_btn.jpg);
}
#gallery_down {
  background-image:url(/images/next_btn.jpg);
}
#gallery_last {
  background-image:url(/images/last_btn.jpg);
}
.event_photos .controls .inactive {
  color: gray;
}
#photo { cursor: pointer; }
#photo_progress {
  z-index: 1000;
  position: absolute;
  left: 50%;
  top: 50%;
}
#photo_total { float: right; }
#photo_frame {
  height:480px; 
  width:640px;
  padding:4px;
  border:1px solid #dcdcdc;
  background:#eeeeee url(/images/img_zone_bg.jpg) top repeat-x;
}
#photo_frame table td {
  width:640px;
  height:480px;
  vertical-align:middle;
  text-align:center;
}
#photo_holder {
  width:650px;
  margin:0 auto 10px;
  position:relative;
}
#photo_controls {
  position:absolute;
  top:1px;
  right:0;
  z-index:101;
  background:url(/images/photo_controls_left.gif) left bottom no-repeat;
}
#photo_controls .cont {
  background:url(/images/photo_controls_right.jpg) right bottom no-repeat;
  padding:2px 5px 1px 5px;
}
.photo_score {
  float:left;
	display:inline;
}
.tag_form {
  float:left;
}
.tag_form  .indicator {
	margin-top:-18px;
	margin-left:185px;
}
.tag_form .input_txt {
  float:left;
  position:relative;
  width:10em;
  margin-top:1px;
}
* html .tag_form .input_txt {
  margin-top:-1px;
}
html>body .tag_form .input_txt {
  *margin-top:-1px;
}
.tag_form .input_txt input {
  position:relative;
  background:#fff;
  border:1px solid #cccccc;
  vertical-align:middle;
  width:100%;
  font-size:10px;
  padding:1px 0 2px 2px;
  color:#666666;
}
.tag_form .input_submit {
  position:relative;
  float:left;
  vertical-align:middle;
  margin-left:-1px;
}
.photo_score span.label {
  padding:0 6px 3px 5px;
	display:inline;
  line-height:18px;
  font-size:10px;
  color:#666666;
	float:left;
}
.photo_score .separator {
  float:left;
  margin:0 1px;
}
.photo_score form {
  float:left;
	width:20px;

}
#photo_score {
  float:left;
  line-height:18px;
	height:19px;
  font-size:10px;
  width:20px;
	padding:0 3px;
  color:#666666;
	text-align:center;
}
#photo_score img {
	padding-top:1px;
}
.photo_score .positive { color: green!important; }
.photo_score .negative { color: red!important; }
.photo_score form input {
  position:absolute;
  float:left;
	width:20px;
	height:19px;
}
.photo_score form img {
  width:20px;
  height:19px;
  padding:0;
  cursor: pointer;
}
.photo_score form:hover img {
  background-color: #d0d0d0;
}
#photo_tags_holder {
  width:70%;
  float:left;
  padding:0.5em 0 0 0.5em;
}
#photo_tags {
	min-height:18px;
}
* html #photo_tags {
	height:18px;
}
#photo_tags img {
	vertical-align:middle;
}
#photo_tags_holder h2 {
  color:#666;
  font-size:12px;
}
#photo_tags_holder a {
  color:#333333;
  text-decoration:none;
}
#photo_tags_holder a:hover {
  text-decoration:underline;
}
#photo_title {
  float:right;
  font-size:11px;
  color:#666;
  padding:0.5em 0.5em 0 0;
}
#photo_title img {
	vertical-align:middle;
}
#viewport_controls {
  text-align:right;
  font-size:10px;
}
#viewport_controls a.inactive {
  color:#999;
}
#viewport_controls a {
  text-decoration:none;
  color:#666;
}
#gallery_smaller {
  padding-left:10px;
  padding-right:5px;
  background:url(/images/minus_icon.jpg) center left no-repeat;
}
#gallery_bigger {
  padding-left:10px;
  padding-right:5px;
  background:url(/images/plus_icon.jpg) center left no-repeat;
}
.deletion_controls {
  float:right;
  margin:0.4em 0.4em 0 0 ;
}
#gallery_showing {
  float:left;
  font-size:11px;
  color:#666;
  padding:0.4em 0 0 0.4em;
}/* --------- /stylesheets/datepicker.css --------- */ 
/**
 * Styles for DatePicker
 */

.datepickerControl {
    border:        1px solid #999999;
    background-color:  #EEEEEE;
    padding:      5px;
		margin-left:1px;
    z-index: 200;
}

.datepickerControl td {
    text-align:      center;
    font-family:    sans-serif;
    font-size:      11px;
    padding:      1px;
}

.datepickerControl tr.monthLabel td {
    background:  #373737 url(/images/cal_head.jpg) repeat-x scroll center top;

    color:      #FFFFFF;
    font-weight:    bold;
}

.datepickerControl tr.navigation td {
    cursor:        pointer;
}

.datepickerControl tr.navigation td:hover {
    text-decoration:  underline;
}

.datepickerControl tr.dayLabel td {
    /*
    border:        1px solid #C0D8EA;
    background-color:  #C0D8EA;
    */
    border:        1px solid #EEEEEE;
    background-color:  #BA0505;
    color:        white;
}

.datepickerControl td.day, .datepickerControl td.dayothermonth {
    cursor:        pointer;
    background-color:  #FFFFFF;
    border:        1px solid #EEEEEE;
    width:        2em;
}

.datepickerControl td.dayothermonth {
    color:        #999999;
    font-style:      italic;
}

.datepickerControl td.day:hover {
    background-color:  #EBE4C0;
} 

.datepickerControl td.weekend {
    background-color:  #CCCCCC;
    font-style:      italic;
}

.datepickerControl td.today {
    font-weight:    bold;
}

.datepickerControl td.hour {
    cursor:        pointer;
    background-color:  #FFFFFF;
    border:        1px solid #EEEEEE;
    width:        2em;
}

.datepickerControl td.minute {
    cursor:        pointer;
    background-color:  #FFFFFF;
    border:        1px solid #EEEEEE;
    width:        2em;
}

.datepickerControl td input,
.datepickerControl td button {
    font-size:      11px;
    padding:      0;
    border:        1px solid #999999;
    text-align:      center;
}

.datepickerControl td.ampm {
    cursor:        pointer;
    background-color:  #CCCCCC;
    border:        1px solid #EEEEEE;
    width:        2em;
}

.datepickerControl td.current {
    font-weight:    bold;
    background-color:  #EBC2C0;
}

.datepickerControl input.current {
    background-color:  #EBC2C0;
}

.datepickerControl td.current:hover {
    background-color:  #EBC2C0;
}
