@charset "utf-8";
/* CSS Document */
body {
	background: #bbb url(../images/bgz.jpg);
  color:#666;
  font-family: Arial, sans-serif;
  font-size:11px;
  line-height: 14px;
  padding:20px;
}

#siteDescription{
  display:none;
}

a {
  color:#444444;
  outline:none;
  text-decoration:none;
}


p {
  /*
  margin: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
  */
}

a:hover	{
  color:#c51e28;
  text-decoration:none;
}

a:active {
  outline: none;
}

input, textarea, select, button{
  background-color:#bbb;
  -moz-border-radius:4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius:4px;
  padding: 3px;
  border:0px;
  margin-top: 0px;
  font-size:11px;
  font-family: Arial, sans-serif;
}

select {
  background-color:#fff;
  margin-right: 6px;
  margin-top: 4px;
}

input {
  background-color: #fff;
}


.formTable td{
  padding:2px;
}


.fl{float:left;display:block;}
.fr{float:right;display:block;}
.small{font-size:9px;}



.topItem{
  height:50px;
  width:200px;
}

.topItem a{
  display:block;
}

.topItem a.selected{
  background-color:rgb(197, 30, 40);
  font-weight:bold;
  color:white;
}

.item, .item2, .itemPanel, .rightAd {
  background:white;
  -moz-border-radius:4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  float:left;
  text-align:center;
  margin-right:10px;
  margin-bottom:10px;
}

.item2, .itemPanel, .rightAd{
  width:180px !important;
  padding:10px !important;
  text-align:left !important;
}

.itemPanel{
  clear:left;
}

.item2 .permalink{
  display:none;
}

.item2 .addressZone{
  padding-top:4px;
  padding-bottom:6px;
  border-bottom:1px solid #CCCCCC;
  width:180px;
  overflow:hidden;
}

.item2 .addressZone a{
  display:block;
  width:180px;
  color:#666;
}

.advertisement{
  background: white url(../images/stripe.png);;
}

.rightAd{
  width:160px !important;
  margin-top:80px;
}

.item2:hover{
  background-color:#e6e6e6;
}

.item2 h3{
  padding-top:6px;
  position:relative;
  padding-right:17px;
}

.item2 h3 span{
  position:absolute;display:block;right:0;top:4px;
}


.item2 h4{
  margin-bottom:6px;
}

.item2 p.eventSummary{
  border-bottom:1px solid #CCCCCC;
  margin-top:6px;
  padding-bottom:6px;
}

.eventPrice{
  display:block;
}

.shareZone{
  width:100px;
  float:left;
  padding-top:3px;
}

.shareZone a{
  float:left;
  width:16px;
  text-align:left;
  margin-right:2px;
}

.gCalIcon{
  margin:1px 0 0 2px;
}

.hourZone{
  float:right;
  text-align:center;
}

.hourZone img{
  
}



.topItem h1 {
  font-size: 11px;
  font-weight: normal;
  padding-top:18px;
}

.itemImageContainer{
  overflow:hidden;
  text-align:center;
}

.itemImageContainer img{
  width:180px;
}

.miniHelp{
  background: white url(../images/ucgen.gif) no-repeat center bottom;
  height:30px;
  font-size:10px;
  text-align:center;
}

.miniHelp span{
  display:block;
  background-color: #F0F0F0;
  -moz-border-radius:4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius:4px;
  height:20px;
  padding-top:4px;
}

#calendarDiv{
  
}

#calendarHeader{
  width:100%;
  font-weight:bold;
  margin-bottom:6px;
}


#calendarTable{
  width:100%;
  font-size:105%;
}

#calendarTable thead{
  background-color:rgb(75,75,75);
  color:white;
  font-weight:bold;
}

#calendarTable td, #calendarTable th{
  text-align:center;
}

#calendarTable td a{
  display:block;
  height:100%;
  padding:2px;
}

#calendarTable td a:hover{
  color:white;
  font-weight:bold;
}

.selectedThing{
  background-color:rgb(197,30,40) !important;
}

.selectedThing a, .selectedCat{
  color:white !important;
  font-weight:bold !important;
}

.selectedCat{
  background-color:rgb(197,30,40) !important;
}


.day_0{background-color:rgb(210,210,210);}
.day_1{background-color:rgb(147,188,172);}
.day_2{background-color:rgb(112,184,170);}
.day_3{background-color:rgb(223,188,60);}
.day_4{background-color:rgb(214,136,38);}
.day_5{background-color:rgb(202,73,41);}
.day_6{background-color:rgb(169,51,39);}


#mainCategories{
}

#mainCategories li{
  display:block;
  width:45px;
  float:left;
  text-align:center;
}

.bull{
  font-size:28px;
  height:24px;
  font-weight:bold;
}

#mainCategories li span{
  display:block;
}


#mainCategories li a{
  font-size:11px;
  display:block;
  font-weight:normal;
  margin-top:6px;
}

.cat_all{color:black}
.cat_music{color:#ffa748}
.cat_culture{color:#91cf89}
.cat_night{color:#66a7e7}

#subCategories li{
  display:block;
  border-bottom:1px solid #c51e28;
  height:16px;
  padding-top:1px;
}

#subCategories li span.fl{
  width:80%;
}
#subCategories li span.fr{
  width:20%;
  text-align:right;
}

.formSubmitSuccess{
  display:block;
  color:rgb(207,27,36);
  margin:4px 0 8px 0;
}



