body.popup {
	background:#242424;
	margin: 20px 10px 10px;
	text-align: left;
}
#applesearch .sbox_l  {
	/*default styling*/
}

#applesearch .sbox_r  {
	/*default styling*/
}

#applesearch .sbox input {
	/*default styling*/
	border: 0;
	height: 13px!important; 
	width: 155px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
	float:left;
}

#content {
	clear: both;
}

/* LOGIN */
.login_flash {
	background: #c00;
	border: #000;
	color: #fff;
	width: 146px;
	padding: 3px;
	margin-bottom: 3px;
}

#login_username, 
#login_password,
.searchbox,
.side_selectbox {
	width: 137px;
	height: 15px;
	font: 10px "Verdana", "Arial", sans-serif;
	color: #000;
	margin-bottom: 3px;
}
.side_selectbox {
	width: 154px;
}
#login_username, 
#login_password,
.searchbox {
	background: url(/images/boxes/side/login/loginbox.gif) no-repeat;
	padding: 5px 10px;
	border: 0;
}
.left_col_info {
	margin: 5px 0 5px;
}
.newsl_info {
	margin: 0 0 5px;
}
.useractions {
	margin: 0 0 7px;
}
.select_lang {
	clear:both;
	border-top: 1px solid #eee;
	padding: 4px 0 0;
}
.login_submit {
	margin: 5px 0 0;
}
.login_left {
	float: left;
	padding-right:10px;
}
.login_right {
	float: left;
	padding-bottom: 5px;
}

div.profilephoto,
div.big_profilephoto {
	position: relative;
	width:41px;
	height:41px;
	overflow:hidden;
	padding: 0;
	background-repeat:no-repeat;
}
div.big_profilephoto {
	width:190px;
	height:285px;
}

/* Guestbook pagination */
div.window_pagination {
	padding: 10px 0 4px;
}
div.window_pagination div.left,
div.window_pagination div.right {
	width:70px;
	padding:2px 0 0;
	height: 25px;	
}
div.window_pagination div.left {
	float: left;
}
div.window_pagination div.center {
	float: left;
	text-align: center;
	left: 95px;
	width: 335px;
	height: 25px;
	font-weight: normal;
}
div.window_pagination div.right {
	float: right;
	text-align: right;
}
div.window_pagination {
	font-size: 10px;
	color: #d22224;
	font-size: 12px;
	letter-spacing: -0.1em;
	padding: 4px 0 4px;
}
div.window_pagination a {
 	padding: 2px 2px 2px 2px;
	margin: 2px;
	text-decoration: none;
	color: #d22224!important;
	font-weight: bold;
}
div.window_pagination div.center a {
	font-weight: normal;
	letter-spacing: 0;
}
div.window_pagination a:hover {
	text-decoration: underline;
}
div.window_pagination span.current {
	text-decoration: underline;
	padding: 2px 2px 2px 2px;
	margin: 2px;
}

/* FORM ELEMENTS */
.formframe {
	border: 1px solid #ccc;
	background:#f0f0f0;
	padding: 5px;
	font-weight: bold;
}
.textfield_header {
	font: bold 18px "Lucida Grande", Arial, sans-serif;
	width: 99%;
}
.textfield_boldtext,
.textfield_shoutbox {
	font: bold 12px "Lucida Grande", Arial, sans-serif;
	margin-bottom: 3px;
}
.textfield_shoutbox_wide {
	font: bold 12px "Lucida Grande", Arial, sans-serif;
	margin-bottom: 3px;
	border: 1px solid #333;	
}
.textfield_shoutbox {
	border: 0;
	padding: 3px;
}
.textfield_small {
	font: 10px "Lucida Grande", Arial, sans-serif;
	width: 100px;
}
.textfield_wide,
.textfield_area,
.textarea_comment,
.textarea_shoutbox,
.textarea_writeboard,
.textarea_shoutbox_wide {
	font: 10px "Lucida Grande", Arial, sans-serif;
	width: 99%;
}
.textfield_area {
	height: 250px;
}
.textarea_comment,
.textarea_shoutbox_wide {
	height: 130px;
}
.textarea_shoutbox {
	height: 60px;
	background: url(/images/boxes/center/shoutbox.gif);
	height: 103px;
	padding: 5px;
	width: 469px;
	border: 0;
	resize: none;
}
.textarea_shoutbox_wide {
	height: 60px;
	height: 103px;
	padding: 5px;
	width: 469px;
	border: 1px solid #333;
	border-style: solid;
	resize: none;
}

.textarea_writeboard {
	height: 400px;
}
.submit {
	font: 14px "Lucida Grande", Arial, sans-serif;
	padding: 3px 10px 3px 10px;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
a {
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.greytext {
	color: #777;
}
hr {
	color: #cfcfcf;
    background-color: #cfcfcf;
    height: 1px;
    border:0;
    margin-bottom:0;
}

.flash {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
  	margin-right: 7px;
	margin-top: 7px;
	width: 400px;
}

.flash.good {
	border-color: #9c9;
	color: #060;
	background: #E2F9E3;
}
.flash.bad {
	border-color: #740001;
	color: #fff;
	background: #8f0001;
}
.flash div.errors {
	font-size: 11px;
}

/* BLOG */
div.maindark.blog a {
	color: #fff;
}

div.hentry {
  padding: 0 0 40px 0;
  position: relative;
}
div.hentry.overview {
  padding: 15px 0 15px 0;
  border-bottom: 1px dotted #333;
}
div.hentry.summary {
  padding: 5px 0 15px 0;
  border-bottom: 1px dotted #333;
}

div.entry-content,
div.short-content {
  margin-top: 15px;
  width: 460px;
  overflow: hidden;
  font-size: 10px;
}
div.entry-content a {
	color: #d22224!important;
	font-weight: bold;
}
div.short-content {
	margin-top: 10px;
}
div.tags {
	margin-top: 10px;
	font: italic 11px Arial, sans-serif;
}
div.maindark.blog .bylinetext {
	font-size: 10px;
}
div.maindark.blog a.bylinetext {
	font-weight: bold;
}

div.maindark.blog .right {
	font-size: 10px;
}

div.maindark.blog .byline,
div.blog_box .byline {
	width: 24px;
	height: 24px;
	overflow:hidden;
	padding: 0;
	margin-right: 4px;
	background-repeat:no-repeat;
	float: left;
}

h2.entry-title {
  margin: 0;
  font-weight: normal;
  color: #d22224;
  font-size: 22px;
}
h2.entry-title a,
h3.entry-title a {
	color: #d22224!important;
}
h3 a.band {
	font-weight: bold;
}
h3 a.band.relations {
	text-decoration: underline;
}
h2.job,
h2.job a {
  margin: 0;
  font-weight: normal;
  color: #d22224!important;
  font-size: 18px;
}
.jobinfo {
	font: 11px "Helvetica Neue", Verdana, Arial, sans-serif;
	margin-bottom: 8px;
}

ul.latest_comments {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.latest_comments li {
	margin: 0;
	padding: 5px;
}

.smalltext {
	font-size: 9px;
}

.grey {
	color: #666;
}

div.maindark.blog div.left {
	position:absolute;
	width:300px;
	padding-top:2px;
	padding-left:0px;
	height: 25px;
}

div.maindark.blog div.right {
	position:static;
	text-align:right;
	left:350px;
	padding-right:10px;
	padding-top:2px;
	height: 25px;
}

/* fotografbox */

div.byline {
	padding: 6px 7px 6px 7px;	
}
div.byline div.right {
	width: 120px;
	overflow: hidden;
}
div.byline .photo,
div.attendee .photo {
	width: 41px;
	height: 41px;
	overflow:hidden;
	padding: 0;
	margin-right: 4px;
	background-repeat:no-repeat;
	float: left;
}
div.attendee .photo {
	padding-right: 4px;
}
div.latest_blog .photo {
	width:152px;height:101px;
	background-repeat: no-repeat;
}
div.latest_blog .excerpt {
	font-style: italic;
	margin: 5px 0 5px;
}

div.byline div.photographer {
	font-size: 12px;
	letter-spacing: -0.1em;
	background: url(/images/boxes/side/dotted-line.gif) no-repeat bottom;
	width:119px;
}

div.byline div.photographer-name {
	font-size: 12px;
	letter-spacing: -0.1em;
}

span.artist-gigdate {
	font-size: 10px;
	letter-spacing: -0.1em;
}

div.maindark h3,
div.maindark.blog h3.entry-title,
div.maindark h4 {
	font-family: "Helvetica Neue", Arial, "MS Trebuchet", sans-serif;	
	font-size: 16px;
	color: #d22224;
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}
div.maindark h4 {
	font-size: 14px;
}

div.maindark div.text {
	font-size: 10px;
}
div.bandmember {
	height: 40px;
	width: 154px;
	float: left;
	font-size: 10px;
	display: block;
}

div.maindark a {
	color: #fff;
}
div.maindark h3 a {
	color: #d22224;
}
div.shout,
div.wideshout {
	clear: both;
	width: 465px;
}
div.wideshout {
	width: 650px;
}
div.shout div.left,
div.wideshout div.left,
div.review div.left {
	float: left;
	width:70px;
	padding-bottom: 3px;
/*	height:85px; */
}

div.shout div.right,
div.wideshout div.right,
div.review div.right {
/* 	position:static; 
	margin-left: 75px;*/
	float: left;
	text-align:left;
	margin-left: 10px;
/*	height:85px; */
	width:385px;
	position: relative;
	margin-bottom: 3px;
}
div.review div.right {
	width: 350px;
}
div.review div.right div.text {
  	font-size: 10px;
	margin-top: 15px;
}
div.wideshout div.right {
	width: 570px;
}

div.edit_profile div.photo,
div.shout div.photo,
div.wideshout div.photo,
div.review div.photo {
	width: 70px;
	height: 70px;
	overflow:hidden;
	padding: 0;
	background-repeat:no-repeat;
}
div.shout div.right div.name,
div.shout div.right div.name a,
div.wideshout div.right div.name,
div.wideshout div.right div.name a {
	position:absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -0.1em;
	color: #d22224;
	width: 250px;
}

div.shout div.right div.date,
div.wideshout div.right div.date {
	position:static;
	text-align:right;
	margin-left: 100px;
	font-style: italic;
	font-size: 12px;
	letter-spacing: -0.1em;
}

div.shout div.right div.text,
div.wideshout div.right div.text {
	font-size: 11px;
	letter-spacing: -0.03em;
}

div.greybar {
	width: 482px;
	height: 48px;
	margin-top:1px;
}
div.greybar div.left {
	background-repeat: no-repeat!important;
	float: left;
	width:48px;
	height:48px!important;
}
div.greybar b a,
div.gig_more_info b a {
	font-weight: bold;
}
div.greybar div.right a.all {
	display: block;
	z-index: 60;
	height: 48px;
	width: 482px;
	margin: 0;
}
div.greybar div.right {
/* 	position:static; 
	margin-left: 75px;*/
	float: left;
	text-align:left;
	height:28px;
	width:420px;
	background: url(/images/boxes/center/about/employee_grey.gif) no-repeat;
	color: #fff;
	padding: 8px 7px 12px 7px;
	margin-top: 0px;
}
div.greybar a {
	color: #fff;
}
div.greybar div.right:hover {
	background: url(/images/boxes/center/about/employee_red.gif) no-repeat;
}

div.greybar div.moreinfo {
	position: absolute; 
	top: 17px; 
	left: 370px;
	visibility: hidden;
	font-size: 10px;
}
div.greybar div.all div.moreinfo {
	top: 6px;
	left: 355px;
	width: 60px;
	padding: 3px;
}
div.greybar div.moreinfo a {
	font-weight: bold;
}
div.greybar div.right:hover div.moreinfo {
	visibility: visible;
}
div.greybar ul {
  float: left;
  list-style-type: none;
  width: 200px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  margin-bottom: 3px;
  text-align: left;
  line-height: 1.3em;
}
div.greybar ul.festival {
	width: 350px;
}
div.greybar ul li {
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
  height: 16px;
}


div.greybar_small {
	float: left;
	width: 220px;
	height: 41px;
	margin-top:1px;
	margin-right: 2px;
}
div.greybar_small div.left {
	background-repeat: no-repeat!important;
	float: left;
	width:41px;
	height:41px!important;
}
div.greybar_small div.right a.all {
	display: block;
	z-index: 60;
	height: 41px;
	width: 179px;
	margin: 0;
}
div.greybar_small div.right {
/* 	position:static; 
	margin-left: 75px;*/
	float: left;
	text-align:left;
	height:28px;
	width:167px;
	background: url(/images/boxes/center/profile/user_attendee.gif) no-repeat;
	color: #fff;
	padding: 5px 6px 8px 6px;
	margin-top: 0px;
}
div.greybar_small div.right:hover {
	background: url(/images/boxes/center/profile/user_attendee_red.gif) no-repeat;
}
div.greybar_small a {
	color: #fff;
}

div.greybar_smaller {
	float: left;
	width: 179px;
	height: 41px;
	margin-top:1px;
	margin-right: 2px;
}
div.greybar_smaller div.left {
	background-repeat: no-repeat!important;
	float: left;
	width:41px;
	height:41px!important;
}
div.greybar_smaller div.right a.all {
	display: block;
	z-index: 60;
	height: 41px;
	width: 131px;
	margin: 0;
}
div.greybar_smaller div.right {
/* 	position:static; 
	margin-left: 75px;*/
	float: left;
	text-align:left;
	height:28px;
	width:119px;
	background: url(/images/boxes/center/profile/user_attendee_small.gif) no-repeat;
	color: #fff;
	padding: 5px 6px 8px 6px;
	margin-top: 0px;
	overflow: hidden;
}
div.greybar_smaller div.right:hover {
	background: url(/images/boxes/center/profile/user_attendee_small_red.gif) no-repeat;
}
div.greybar_smaller a {
	color: #fff;
}


div.gig_more_info {
	position:relative;
	width: 482px;
	height: 196px;
	margin: 0;
	padding: 0;
}
div.gig_more_info div.left {
	float: left;
	width:48px;
	height: 196px; 
	background: url(/images/boxes/center/artist/calendarbig.gif) no-repeat;
}
div.gig_more_info div.left div.photo {
	height: 48px;
	background-repeat: no-repeat;
}

div.gig_more_info div.right {
/* 	position:static; 
	margin-left: 75px;*/
	float: left;
	text-align:left;
	width:416px;
	height: 196px; 
	color: #fff;
	padding: 10px 7px 12px 11px;
	background: url(/images/boxes/center/artist/calendarbig.gif) no-repeat -48px 0px;
}

div.gig_more_info a {
	color: #fff;
}
div.gig_more_info div.moreinfo {
	position: absolute; 
	top: 12px; 
	left: 394px;
	font-size: 10px;
}
div.gig_more_info div.moreinfo a {
	font-weight: bold;
}
div.gig_more_info div.right:hover div.moreinfo {
	visibility: visible;
}
div.gig_more_info table {
	font-size: 10px;
}
div.gig_more_info table td {
	width: 150px;
}
h3.date {
	margin-top: 10px!important;
/*	margin-bottom: 10px!important; */
}

a.red,
b.red,
a.readmore {
	color: #d22224!important;
	font-size: 12px;
	letter-spacing: -0.1em;
}
span.red {
	color: #d22224!important;
}
b.red {
	font-style: italic;
}
a.readmore {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
a.readmore.blog,
a.readmore.wiki {
	font-size: 11px;
	letter-spacing: 0;
}
a.readmore.wikiedit,
span.red.wikiedit {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
a.relations {
	text-decoration: underline;
}
a.readmore.blog.relations {
	text-decoration: underline;
}

ul.tabs {
	width: 500px;
	padding: 0;
	margin: 0;
	list-style: none;
	top: 0;	
	clear:both;
	z-index: 900;
	height: 28px;
}
ul.tabs li {
	background: url(/images/boxes/center/tabs/off-trans.png) no-repeat;
	width: 105px;
	left: 0;
	position: absolute;
	padding: 7px 7px 0 0;
	margin: 0;
	font-size: 12px;
	height: 20px;
	text-align:center;
	color: #fff;
	z-index: 5;
}
/*ul.tabs.menu1 { background: url(/images/boxes/center/tabs/1-on.gif); }
ul.tabs.menu2 { background: url(/images/boxes/center/tabs/2-on.gif); }
ul.tabs.menu3 { background: url(/images/boxes/center/tabs/3-on.gif); }
ul.tabs.menu4 { background: url(/images/boxes/center/tabs/4-on.gif); }
ul.tabs.menu5 { background: url(/images/boxes/center/tabs/5-on.gif); }
*/
ul.tabs li.menu2 { left: 99px; z-index: 4; }
ul.tabs li.menu3 { left: 198px; z-index: 3;}
ul.tabs li.menu4 { left: 297px; z-index: 2;}
ul.tabs li.menu5 { left: 395px; z-index: 1;}


ul.tabs li.on { 
	background: url(/images/boxes/center/tabs/on-trans.png);
	z-index: 6;
}

ul.tabs li a {
	color: #fff;
}

ul.tabs li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* VENUE */
.venuephoto {
	width: 415px;
	height: 276px;
	overflow:hidden;
	padding: 0;
	margin-right: 4px;
	background-repeat:no-repeat;
	float: left;
	margin-bottom: 6px;
	position:absolute;
}
.venuephotothumbnails {
	position: static;
	margin-left: 420px;
	width: 50px;
	height: 276px;
	text-align: right;
}
.venuephoto .vinjett,
.big_profilephoto .vinjett{
	position: absolute;
	font-weight: normal;
	font-family: lucida grande, tahoma, sans-serif;
	font-size: 9px;
	padding-top: 2px;
	color: #666666;
	text-transform: none;	
	z-index: 3;
	text-align: right;
	width: 405px;
	top: 260px;
	height: 25px;
	/* background-image: url(vit_overlay_565.png); */
	background-color: #ffffff;
	margin-bottom: 0px;
	padding: 2px 5px 2px 5px;
	opacity:.70;
}
.first_page_photo .vinjett {
	position: absolute;
	font-weight: normal;
	font-family: lucida grande, tahoma, sans-serif;
	font-size: 9px;
	padding-top: 2px;
	color: #666;
	text-transform: none;	
	z-index: 3;
	text-align: right;
	width: 490px;
	height: 12px;
	bottom: 0px;
	background: #fff url(/images/overlays/500x5.gif) no-repeat bottom;
/*	margin-bottom: 0px; */
	padding: 2px 5px 2px 5px;
	opacity:.70;
}
.first_page_photo .vinjett a {
	color: #666;
}
div.first_page_photo {
	z-index: 10;
/*	margin-bottom: -3px; */
	text-align: center;
	background: url(/images/boxes/center/maindark.gif) repeat-y;
}
.big_profilephoto .vinjett {
	width:180px;
	height:12px;
	top: 269px;
}
.venuephoto img,
.big_profilephoto img {
	position: absolute;
	z-index: 10;
}
.employeephotothumbnails {
	padding-top: 3px;
}

.venuephotothumb,
.employeephotothumb {
	width: 48px;
	height: 49px;
	overflow:hidden;
	padding: 0;
	margin-right: 4px;
	background-repeat:no-repeat;
	float: left;
	margin-bottom: 8px;
}
.employeephotothumb {
	width: 62px;
	height: 62px;
	margin-right: 1px;
}
#overlay{z-index:100;position:absolute;}

#quickbuy,
#quickbuy_loading {
	background: #fff;
	border: 2px solid #ccc;
	font: 10px Arial, Verdana, sans-serif;
	color: #000;
	padding: 4px;
}
#wiki_older {
	padding: 5px 5px 5px;
}
#quickbuy_loading{background-image:url(/images/loaders/spinner.gif);
					background-repeat:no-repeat;
					margin-left:0px;
					margin-top:104px;
					width:16px;
					height:14px;
				}

#quickbuy table tr td {
	border-bottom: 1px solid #e7e7e7;
	line-height: 13px;
}

div.cart_item_overlay{
	text-align: left;
	background: url(/images/overlays/cart_item.gif) no-repeat;
	z-index:600;
	position:absolute;
	left:1px;
	top:152px;
	width:164px;
	height:16px;
	overflow:hidden;
	font-size: 9px;
	padding: 2px;
}
div.cart_item_overlay a {
	color: #c00;
}
div.cart_item_overlay div.left {
	position: absolute;
	width: 127px;
	height: 14px;
	margin-top: 2px;
}

div.cart_item_overlay div.right {
	position: absolute;
	left: 145px;
	height: 14px;
	margin-top: 2px;
}	

table.orderinfo {
	width: 445px;
	border-collapse: collapse;
}
table.orderinfo tr.top,
table.orderinfo tr.bottom {
	background: url(/images/boxes/center/shop/tabletop.gif) no-repeat;
	height: 27px;
	width: 445px;
	font-size: 11px;
	color: #fff;
	border-bottom: 1px solid #090908;
}
table.orderinfo tr.top.small,
table.orderinfo tr.bottom.small {
	font-size: 9px;
}
table.orderinfo tr.bottom {
	background: url(/images/boxes/center/shop/tablebottom.gif) no-repeat;
}

table.orderinfo tr.top td {
	padding: 5px;
}
table.orderinfo tr.alt {
	background: url(/images/boxes/center/shop/tablebottom-grey.gif) no-repeat;
}
table.orderinfo tr.one,
table.orderinfo tr.two {
	height: 22px;
	font-size: 9px;
	border-bottom: 1px solid #090908;
}
table.orderinfo tr.one td,
table.orderinfo tr.two td {
	padding: 5px;
}

table.orderinfo td.c {
	text-align: center;
}

table.orderinfo tr.one {
	background: #707070;
}

table.orderinfo tr.two {
	background: #444;
}

table.profile {
	width: 486px;
	border-collapse: collapse;
}
table.profile tr.top,
table.profile tr.bottom {
	background: #444 url(/images/boxes/center/profile/tabletop.gif) no-repeat;
	height: 27px;
	width: 486px;
	font-size: 11px;
	color: #fff;
}
table.profile tr.top.small,
table.profile tr.bottom.small {
	font-size: 9px;
}
table.profile tr.top.big {
	background: #444 url(/images/boxes/center/profile/tabletop_big.gif) no-repeat;
	height: 78px!important;
	margin: 0;
	padding: 0;
}
table.profile tr.bottom {
	background: #707070 url(/images/boxes/center/profile/tablebottom.gif) no-repeat;
}
table.profile tr.bottom.big.dark {
	background: #444 url(/images/boxes/center/profile/tablebottom_big_dark.gif) no-repeat;
	height: 49px;
}

table.profile tr.top td {
	padding: 5px;
}
table.profile tr.alt {
	background: url(/images/boxes/center/profile/tablebottom-grey.gif) no-repeat;
}
table.profile tr.one,
table.profile tr.two {
	height: 22px;
	font-size: 9px;
	border-bottom: 1px solid #090908;
}
table.profile tr.one td,
table.profile tr.two td,
table.profile tr.bottom td {
	padding: 5px;
}

table.profile td.c {
	text-align: center;
}

table.profile tr.one {
	background: #707070;
}

table.profile tr.two {
	background: #444;
}
.edit_profile .textfield_file {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	width: 80px;
	margin-right: 210px;
	border: 0;
}
.edit_profile .textfield {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	width: 150px;
	height: 14px;
	border: 0;
	margin-bottom: 1px;
}
.edit_profile .textarea {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	width: 250px;
	height: 70px;
	border: 0;
	margin-bottom: 1px;
}

.boxarshop,
.roundedinput,
.datebox,
.roundedinput_large {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	width:125px;
	height:14px;
	border: 0;
	margin-bottom: 5px;
}
.roundedinput {
	width: 198px;
	height: 19px;
	background: url(/images/boxes/center/guestbook/input.gif) no-repeat;
	padding: 3px;
}
.roundedinput_large {
	width: 216px;
	padding: 3px;
	height: 19px;
	background: url(/images/boxes/center/events/textbox.gif) no-repeat;
}
.datebox {
	width: 97px;
	height: 19px;
	padding: 3px;
	background: url(/images/boxes/center/events/datebox.gif) no-repeat;
}
.guestbook_textarea {
	background: url(/images/boxes/center/guestbook/textarea.gif) no-repeat;
	font: 11px Verdana, Arial, sans-serif;
	width: 224px;
	height: 107px;
	padding: 3px;
	border: 0;
}
.gastbok_buttons {
	clear: both;
	text-align:right;
	padding-top: 5px;
}
.gastbok_form_field {
	padding: 0;
	margin: 0;
}
.lefttext_gastbok{
	float:left;
	width:210px;
	padding-left:10px;
}
.righttext_gastbok{
	float: left;
	width:230px;
	padding-right:10px;
/*	margin-left:230px; */
}

.disclaimer {
	font-size: 9px;
}

div.guestbookpost {
	margin-bottom: 4px;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.guestbookpost_top {
	background: url(/images/boxes/center/guestbook/inlaggtop.gif) no-repeat;	
	height: 6px;
}
div.guestbookpost_middle {
	background: url(/images/boxes/center/guestbook/inlaggbg.gif) repeat-y;
	width: 458px;
	padding: 1px 9px 1px 9px;
}
div.guestbookpost_bottom {
	background: url(/images/boxes/center/guestbook/inlaggbottom.gif) no-repeat;	
	height: 5px;
}
div.guestbookpost span.name,
div.guestbookpost span.name a {
	color: #b80000;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.guestbookpost span.date {
	color: #fff;
	font: italic 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.guestbookpost div.adminguestbook {
	margin-top: 7px;
	color: #787878;
	font-style: italic;
}
table.festivalinfo {
	border-collapse: collapse;
	font-size: 11px;
}
table.festivalinfo tr.festival_even {
	background: url(/images/boxes/center/festivals/even.png);
}
table.festivalinfo tr.festival_even.future {
	background: url(/images/boxes/center/festivals/future_even.png);
}
table.festivalinfo tr td {
	padding: 4px 10px 4px 10px;
}
table.festivalinfo tr.festival_odd.future {
	background: url(/images/boxes/center/festivals/future_odd.png);
}
table.festivalinfo td.name {
	width: 370px;
}

.date {
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}

.imagebrowser {
	width:621px;border: 1px solid #000;padding:5px;
}

b.infopage_header {
	color: #d22224;
	font-size: 18px;
}

.wiki_text p {
	margin: 0 0 5px;
}

.wikiinfo {
	border: 1px solid #333;
	background: #fff;
	color: #000;
	padding: 5px;
}
.wikiinfo a {
	color: #000!important;
}
.gfdl_info {
	color: #aaa;
}
.gfdl_info a {
	color: #aaa!important;
	text-decoration: underline;
}
.latestnewsbox {
	position: relative;
 	font-size: 10px;
	padding: 6px;
	
}
.latestnews {
	background: url(/images/boxes/center/latestnews/widedots.gif) repeat-y;
}
div#latestnews_1 {
	float: left;
	width: 152px;
	padding-right: 8px;
}
div#latestnews_2 {
	float: left;
	width: 152px;
	padding: 0 8px 0;
}
div#latestnews_3 {
	float: left;
	width: 152px;
	padding-left: 8px;
}
.latestnewsbox div.photo {
	width:152px;
	height:101px;
	overflow:hidden;
	padding: 0;
	background-repeat:no-repeat;
}

div.employee div.left {
	float: left;
	width:190px;
	height:350px;
}

div.employee div.right {
	float: left;
	text-align:left;
	padding-left: 13px;
	width:255px;
	font-size: 10px;
}
a.get_to_ical {
	background: #fff url(/images/boxes/center/calendar/ical.gif) no-repeat;
	color: #333!important;
	padding: 3px 3px 3px 19px;
	font-size: 10px;
	border: 1px solid #ccc;
}
div.calendar_box {
	position: absolute;
	right: 0;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 10px;
	text-align: left;
	width: 120px;
	z-index:100;
}
div.calendar_box a {
	color: #777;
	text-decoration: none;
}
div.calendar_box a:hover {
	color: #777;
}

ul.bigOnes {
  float: left;
  list-style-type: none;
  width: 200px;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.5em;
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
}
ul.smallOnes {
  float: left;
  list-style-type: none;
  width: 130px;
  overflow: hidden;
  border-left: solid 2px #DADADA;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  padding-left: 5px;
  text-align: left;
  line-height: 1.5em;
}
ul.bigOnes li,
ul.smallOnes li {
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
}

ul.bigOnes a,
ul.smallOnes a {
  text-decoration: none;
}
ul.bigOnes a:hover,
ul.smallOnes a:hover {
  text-decoration: underline;
  background-color: transparent;
}

#map_div a.standard {
	color:#000!important;
}

div.attendee {
	width:150px;
	color: #777;
	padding: 7px;
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
}
div.attendee a.profile {
	font-weight: bold;
	margin-bottom: 5px;
}

#remember_me_notice {
	border: 1px solid #e2c822; padding: 3px; margin-top: 4px; margin-bottom: 4px; background: #fff97d; 
}

html .blog_share_link {
	margin-top: 3px;
	padding:2px 0 0 20px; height:16px; background:url(/images/boxes/side/share_on_blog.gif) no-repeat top left; 
}

html .add_to_favorites_link {
	margin-top: 3px;
	padding:2px 0 0 20px; height:16px; background:url(/images/boxes/center/icons/star_outline-trans.png) no-repeat top left; 
}
html .remove_from_favorites_link {
	margin-top: 3px;
	padding:2px 0 0 20px; height:16px; background:url(/images/boxes/center/icons/star-trans.png) no-repeat top left; 
}
html .swedish_link {
	margin-top: 3px;
	padding:0 0 0 20px; height:16px; background:url(/images/boxes/side/login/se.gif) no-repeat top left; 
}
html .english_link {
	margin-top: 3px;
	padding:0 0 0 20px; height:16px; background:url(/images/boxes/side/login/gb.gif) no-repeat top left; 
}
html .comments_link {
	padding:0 0 0 12px; height:10px; background:url(/images/boxes/center/comment.gif) no-repeat 0 3px;
}

#blog_share textarea {
	width: 150px;
	height: 70px;
	font: 10px Verdana, sans-serif;
}
div.userbadge {
	float: left;
	margin: 4px;
}
div.userbadge div.photo {
	width: 70px;
	height: 70px;
	overflow:hidden;
	padding: 0;
	background-repeat:no-repeat;
}
div.attendee.short {
	height: 42px;
}

.category_hover {
	border: 1px solid #eee;
	background: #ffffcc;
}
.pressfile {
	padding: 5px;
} 
.pressfile img {
	margin-top: 2px;
	margin-right: 6px;
	height: 49px;
	width: 49px;
}
.classic_link {
	color: #0066cc;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.yellowmarker {
	color: #000;
	background: #ff0;
}
div.tabbed {
	padding-top: 10px;
	padding-left: 15px;
}
.whitebread {
	color: #fff;
	font: 11px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

/* DATE SLIDER */

#slider {
	background: url(/images/boxes/center/search/dateslider.gif) no-repeat 10px top; 
	clear: both; 
	float: left; 
	height: 16px; 
	margin: 20px 20px 20px; 
	position: relative; 
	width: 411px;
	height: 30px;
}

#scale_0, #scale_1, #scale_2, #scale_3, #scale_4 {position: absolute; top: 18px; font-size: 10px;}
#scale_0 {left: 0}
#scale_1 {left: 155px}
#scale_2 {left: 195px}
#scale_3 {left: 260px}
#scale_4 {right: 0}
#slider_select {
	background: url(/images/boxes/center/search/highlight.gif) repeat-x left top; 
	height: 8px; 
	left: 10px; 
	position: absolute; 
	top:0; 
	width: 393px
}
#slider_start, #slider_end {
	height: 30px;
	position: absolute;
	top: -35px;
	width: 30px;
}
#slider_start {
}
#slider_end {
}
h3#slider_start_label, h3#slider_end_label {
	position: absolute;
	background: url(/images/boxes/center/search/label.gif) no-repeat;
	color: #000;
	font: normal 12px Arial, Helvetica, "Bitstream Vera Sans", sans-serif; 
	height: 17px;
	left: -1px;
	padding: 0 5px 0 5px;
	width: 90px;
	top: -28px;
	z-index: 15;
}
h3#slider_end_label {
	left: 325px;
}
#slider_start_tab, #slider_end_tab {
	cursor:move; 
	background: url(/images/boxes/center/search/handle_left.gif) no-repeat; 
	height: 23px; 
	position: absolute; 
	right: 0; 
	text-indent: -9000px; 
	top: 23px; 
	width: 28px;
}
#slider_start {left: -70px; z-index: 2}
#slider_end {right: -12px; z-index: 1}
#slider_end_tab {background: url(/images/boxes/center/search/handle_right.gif) no-repeat}
h3#slider_start_label.close  {
	margin-left: -60px
}
h3#slider_end_label.close  {
	margin-left: 47px
} 

#search {
	margin: 10px 30px 10px; 
	font: 11px Verdana,Arial,Helvetica,sans-serif;
}
#search .text {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	width: 321px;
	height: 12px;
	padding: 3px;
	border: 0;
	margin-bottom: -1px;
	background: url(/images/boxes/center/search/freetext.gif) no-repeat;
}
#search ul {
	float: left;
    list-style-type: none;	
  	margin: 0;
  	padding: 0;
  	text-align: left;
  	overflow: hidden;
}
#search ul.first {
  width: 60px;
}
#search ul.second {
  width: 330px;
  padding-left: 5px;
}
#search ul.first li {
	padding: 2px 0 3px;
}
#search ul li {
	margin-bottom: 6px;
}
#search .scrolling_list {
	background: url(/images/boxes/center/search/scrolling_list.gif) no-repeat;
	width: 317px;
	padding: 5px;
	height: 137px;
	overflow: auto;
	color: #000;
}
#search .scrolling_list li {
	width: 280px;
	padding: 3px 0 4px;
	margin: 1px 0 1px;
}
#search .scrolling_list a {
	color: #000;
	width: 270px;
	height: 20px;
	padding: 3px 0 4px;
}
#search .scrolling_list a:hover {
	background: #dadada;
}
#search .scrolling_list li.checked {
	background: #dadada;
}
#search .select {
	width: 317px!important;
	font: 11px Verdana,Arial,Helvetica,sans-serif!important;	
}
#search #city_scroller,
#search #venue_scroller {
	padding-top: 4px;
}
a.nohover:hover {
	text-decoration: none;
}
a.rss {
	vertical-align: top;
	padding:0 0 0 20px; 
	height:16px; background:url(/images/boxes/center/rss_icon.gif) no-repeat top left;
}
img.rss_icon {
	vertical-align: top;
}

html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?45:26981) no-repeat top left; }

h3.workgroup {
	margin: 10px 0 2px;
	color: #bd0000;
	font-size: 14px;
}

.nearby_venue {
	background: #fff;
	padding: 1px 5px 1px 5px;
	clear: both;
	height: 52px;
	margin-bottom: 1px;
}
.nearby_venue .venuephotothumb {
	margin: 0;
	margin-top: 2px;
}
.nearby_venue .text {
	float: left;
	padding: 7px 5px 7px;
	width: 100px;
}
.nearby_venue.grey {
	background: #e5e5e5;
}
table.search td {
	padding-bottom: 5px;
}
table.search td.first {
	padding-right: 4px;
}

table.eventsform td{
	padding-right: 5px;
}
select.events_select {
	width: 222px;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	height: 22px;
	padding: 3px 0 0;
	border: 0;
}

/* ARticles */
div.articlessummary {
	width: 483px;
	padding: 15px 9px 15px 8px;
}
div.articles .lefttext,
div.articlessummary .lefttext {
	float:left;
	width:230px;
	padding-right: 5px;
}
div.articlessummary .lefttext {
	width: 235px;
	margin-bottom: 10px;
}
div.articles .righttext,
div.articlessummary .righttext{
	float: left;
	width:231px;
}
div.articlessummary .righttext {
	width: 225px;
	margin-bottom: 10px;
}
div.articles .photo {
	width: 226px;
	height: 226px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
div.articlessummary .widephoto {
	width: 233px;
	height: 161px;
	background-repeat: no-repeat;
	background-position: 9px 9px;
}

div.articles .articletype,
div.articlessummary .articletype,
div.latest_article .articletype,
.fotocredit,
div.article .articletype,
div.latestnewsbox .articletype,
div.blog .blog_category a,
div.three_questions .articletype {
	font: 10px "Helvetica Neue", Verdana, Arial, sans-serif;
	letter-spacing: -0.05em;
	color: #c3c3c3;
}
div.blog .blog_category {
	margin-bottom: -5px;
}
div.articles .fotocredit a {
	color: #c3c3c3!important;
}
div.articlessummary .articletype { color: #767676; }
div.article .articletype { color: #747474; }
div.latestnewsbox .articletype { color: #747474; }
div.three_questions .articletype { color: #fff;}
div.articles .headline,
div.articlessummary .headline,
div.latest_article .headline,
div.latestnewsbox .headline {
	font: 28px "Helvetica Neue", Verdana, Arial, sans-serif;
	color: #cf0001;
	line-height: 26px;
	margin-bottom: 8px;
}
div.articlessummary .headline {
	font-size: 21px;
	line-height: 19px;
	font-weight: bold;
	letter-spacing: -0.01em;
}
div.latest_article .headline {
	font-size: 23px;
	line-height: 21px;
	font-weight: bold;
	letter-spacing: -0.05em;
}
div.latestnewsbox .headline {
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: -0.01em;
}
div.articles .headline {
	font-weight: bold;
	letter-spacing: -0.01em;
}
div.articles .puff,
div.articlessummary .puff,
div.latest_article .puff {
	font: 12px "Helvetica Neue", Verdana, Arial, sans-serif;
	font-style: normal;
}
div.latest_article .puff {
/*	font-style: italic; */
	letter-spacing: 0.02em;
}
div.articles div.readmore,
div.articlessummary div.readmore {
	margin-top: 5px;
}
div.articles a.readmore,
div.articlessummary a.readmore {
	font-weight: normal;
}
div.articlessummary div.articlenew {
	clear: both;
}

div.articlesarchive {
	width: 249px;
	float: left;
}
div.articlesarchive.rightcol {
	margin-left:2px;
}
div.articlesarchive div.header {
	width: 249px;
	background: url(/images/boxes/center/header_half.gif) no-repeat;
	font-size: 12px;
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
	font-weight: normal;
	height: 22px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 11px;
	padding-top: 6px;
	letter-spacing: -0.1em;
	color:#fff;
}
div.articlesarchive div.content {
	width: 219px;
	background: url(/images/boxes/center/articles/archiveback.gif) no-repeat;
	height: 138px;
	padding: 10px 15px 8px 15px;
	font: 12px "Helvetica Neue", Verdana, Arial, sans-serif;
}
div.articlesarchive a {
	color: #fff;
}
div.articlesarchive div.content span.date {
	font-size: 11px;
	font-weight: normal;
	color: #cf0001;
	text-transform: none;
	font-variant: normal;
}
div.articlesarchive div.content a.rss { padding:0px 0 2px 12px; font-size: 10px; height:12px; color: #999; background:url(/images/boxes/center/articles/rss.gif) no-repeat 0 1px; margin-right: 5px; }
div.articlesarchive div.content a.archive { padding:0px 0 2px 15px; font-size: 10px; height:12px; color: #999; background:url(/images/boxes/center/articles/archive.gif) no-repeat 0 1px; }

div.latest_article a.puff,
div.latest_article a.puff:hover {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

div.article_photo.left {
	padding-right: 10px;
	margin-top: -2px;
}
div.article_photo.right {
	padding-left: 10px;
	margin-top: -2px;
}

div.article_photo .liquidround {
	text-align: left;
	margin:0px auto;
	background:#fff url(/images/boxes/center/articles/rounded_leftside-trans.png) repeat-y left top;
}
div.article_photo .liquidround .top {
   width:100%;
   height:9px;
   background:url(/images/boxes/center/articles/rounded_top-trans.png) no-repeat left top;
}
div.article_photo .liquidround .top span {
   display:block;
   position:relative;
   height:9px;
   background:url(/images/boxes/center/articles/rounded_topright-trans.png) no-repeat right top;
}
div.article_photo .liquidround .centercontent {
	position:relative;
	background:url(/images/boxes/center/articles/rounded_rightside-trans.png) repeat-y right top;
	padding:1px 0 0 9px;
	margin:0 0 -54px 0;
}
div.article_photo .liquidround .bottom {
	height:60px;
	background:url(/images/boxes/center/articles/rounded_bottom-trans.png) no-repeat left bottom;
}
div.article_photo .liquidround .bottom span {
	display:block;
	position:relative;
	height:59px;
	background:url(/images/boxes/center/articles/rounded_bottomright-trans.png) no-repeat right bottom;
}
div.article_photo .fotocredit,
div.article_photo .fotocredit a {
	color: #000;
	text-align: right;
	padding-right: 5px;
	margin-top: -2px;
}
.fotocaption {
	position: relative;
	color: #aaa;
	font: italic 11px "Helvetica Neue", Verdana, Arial, sans-serif;
}
.fotocaption.below {
	padding-left: 5px;
}

.article {
	clear: both;
	padding: 10px;
}
div.article span.subheader,
div.article p.subheader {
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #cc0002;
}
div.articlesidebar {
	float: right;
	width: 200px;
	padding: 0 5px 10px 5px;
	border-left: #c6c6c6 dotted 1px;	
	margin-left: 15px;
	font-size: 90%;
	color: #747474;
	font: 11px "Helvetica Neue", Verdana, Arial, sans-serif;
	letter-spacing: -0.02em;
}

div.articlesidebar div {
	float: none;
}
div.articlesidebar div.articlefact {
	padding: 0 2px 9px 9px;
}
div.articlesidebar h3 {
	color: #cb0002;
	font: bold 11px "Helvetica Neue", Verdana, Arial, sans-serif;
}

div.quote {
	text-align: center;
	background: url(/images/boxes/center/articles/quote-trans.png) no-repeat 5px 5px;
	font: italic 24px "Times New Roman", Times, serif;
	color: #e00002;
	width: 120px;
}
div.quote.left {
	float: left;
	padding: 10px 20px 10px 5px;
}
div.quote.right {
	float: right;
	padding: 10px 5px 10px 20px;
}
.preamble {
	margin-bottom: 10px;
	font: bold 10pt "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
.body {
	font: 9pt "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

.credit,
.credit a {
	font: bold 10pt "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 10px;
}

table.coverage {
	width: 470px;
	border-collapse: collapse;
}
table.coverage tr.even {
	background: #888;
}
table.coverage tr.odd {
	background: none;
}
table.coverage tr.top td {
	font-weight: bold;
}
table.coverage td {
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	padding: 3px;
}
table.coverage td.event {
	width: 250px;
}
table.coverage td.city {
	width: 100px;
}
table.coverage td.photographer {
	width: 120px;
}

div.service {
	display: table;
	padding-top: 7px;
	width: 470px;
}
div.service div.left {
	clear: left;
	float: left;
	width: 170px;
}
div.service div.right {
	float: left;
	width: 300px;
	padding-top: 7px;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
.box-quantity {
	width: 50px;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
.box-size {
	width: 120px;
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

div.shopping_steps {
	background: #ffc;
	width: 500px;
	padding: 5px 0px 0;
	display: table;
	color: #000;
}
div.shopping_steps div.step {
	float: left;
	height: 20px;
	padding: 0 6px;
	color: #aaa;
	border-right: 1px solid #ccc;
	font-size: 11px;
}
div.shopping_steps div.step a {
	color: #aaa;
}
div.shopping_steps div.active {
	font-weight: bold;
	color: #000;
}
div.shopping_steps div.active a {
	color: #000;
}
div.shopping_steps div.step.step1 {	width: 120px; }
div.shopping_steps div.step.step1.active {	width: 135px; }
div.shopping_steps div.step.step2 {	width: 80px; }
div.shopping_steps div.step.step2.active {	width: 90px; }
div.shopping_steps div.step.step3 {	width: 105px; }
div.shopping_steps div.step.step3.active {	width: 115px; }
div.shopping_steps div.step.step4 {	width: 80px; border-right: 0; }

div.shopping_steps div.step.done {
	background: url(/images/boxes/center/icons/tick-trans.png) no-repeat 3px 0;
	padding-left: 22px;
}

.checkboxes {
	padding-top: 4px;
	line-height: 14px;
	font-size: 11px;
}
.order_verify {
	padding: 8px 15px 8px 15px;
	text-align: left;
	width: 445px;
}
.accepted_cards {
	font-size: 10px;
	padding-top: 5px;
}


div.headerthin {
	height:21px;
	width:465px;
	background: url(/images/boxes/center/artist/headerthin_arrowup.gif) no-repeat;
	padding-left: 10px;
	padding-top: 7px;
	font-weight: bold;
	margin-top: 2px;
	clear:both;
	font: 12px "Helvetica Neue", Helvetica, Verdana, Arial, "MS Trebuchet", sans-serif;
	letter-spacing: -0.1em;
}

div.headerthin.constant,
div.headerthin.constant:hover {
	background: url(/images/boxes/center/artist/headerthin.gif) no-repeat;
}
div.headerthin.open {
	background: url(/images/boxes/center/artist/headerthin_arrowdown.gif) no-repeat;
}

div.headerthin a {
	display: block;
	height: 28px;
	width: 500px;
	margin: 0;
}
div.headerthin a:hover {
	text-decoration: none;
}
div.headerthin:hover {
	background: url(/images/boxes/center/artist/headerthin_arrowdown.gif) no-repeat;
}
div.headerthin.open:hover {
	background: url(/images/boxes/center/artist/headerthin_arrowup.gif) no-repeat;
}

div.letterlist {
	padding: 10px 0 10px;
	font-size: 11px;
}
div.letterlist a:hover {
	color: #c2000b;
	text-decoration: none;
}
div.letter_result {
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, "MS Trebuchet", sans-serif;
	padding: 5px 0 0 10px;
	line-height: 15px;
}
div.article_archive_result {
	font: 11px "Helvetica Neue", Helvetica, Verdana, Arial, "MS Trebuchet", sans-serif;
	padding: 5px 5px 0 5px;
}
div.article_archive_result table.articles {
	width: 465px;
}
div.article_archive_result table.articles td.date,
div.article_archive_result table.articles td.extended_date {
	font: bold 11px "Helvetica Neue", Helvetica, Verdana, Arial, "MS Trebuchet", sans-serif;
	color: #bbb;
	text-transform: lowercase;
	width: 50px!important;
	height: 12px!important;
	overflow:hidden;
}
div.article_archive_result table.articles td.extended_date {
	width:90px!important;
}
div.article_archive_result table.articles td.headline,
div.article_archive_result table.articles td.festivalheadline {
	font: 12px "Helvetica Neue", Helvetica, Verdana, Arial, "MS Trebuchet", sans-serif;
	width: 300px;
	height: 12px;
}
div.article_archive_result table.articles td.festivalheadline {
	width: 260px;
}
div.article_archive_result table.articles td.gig {
	font: 12px "Helvetica Neue", Helvetica, Verdana, Arial, "MS Trebuchet", sans-serif;
	width: 270px;
	overflow: hidden;
}
div.article_archive_result table.articles td.type {
	text-align: right;
	font: 11px "Helvetica Neue", Verdana, Arial, sans-serif;
	letter-spacing: -0.05em;
	color: #666;
	width: 70px;
}
div.article_archive_result table.articles td.venue {
	text-align: right;
	font: 11px "Helvetica Neue", Verdana, Arial, sans-serif;
	letter-spacing: -0.05em;
	color: #666;
	width: 150px;
	height: 14px;
	overflow: hidden;
}

br.clear { clear: both; }

div.three_questions div.headline {
	margin-top: -3px;
	font-size: 18px;
}
div.three_questions div.subheader {
	font-style: italic;
	font-size: 10px;
	margin-top: -3px;
}
div.three_questions div.body {
	padding-top:10px;
	font-size: 11px;
}
a.newsheader {
	font-weight: bold;
}
a.newsheader:hover {
	text-decoration: none;
}
a.puff:hover {
	text-decoration: none;
}
div.city {
	float: left; 
	padding-right: 10px;
	width: 200px;
	height: 50px;
	overflow: hidden;
}

body.popup ul {
	margin: 10px 10px 10px 25px;
}

body.popup p {
	margin-top: 10px;
}

div.rating {
	float: left;
	background: url(/images/boxes/center/articles/ratings-trans.png) 0px 0px;
	width: 33px;
	height: 33px;
}
div.rating.off.rate1 { background-position: 0 0; }
div.rating.on.rate1 { background-position: 0 33px; }

div.rating.off.rate2 { background-position: 143px 0; }
div.rating.on.rate2 { background-position: 143px 33px; }

div.rating.off.rate3 { background-position: 108px 0; }
div.rating.on.rate3 { background-position: 108px 33px; }

div.rating.off.rate4 { background-position: 70px 0; }
div.rating.on.rate4 { background-position: 70px 33px; }

div.rating.off.rate5 { background-position: 34px 0; }
div.rating.on.rate5 { background-position: 34px 33px; }

div.rating_small {
	float: left;
	background: url(/images/boxes/center/articles/ratingsmall-trans.png) 0px 0px;
	width: 14px;
	height: 16px;
}
div.rating_small.off { background-position: 0 16px; }
div.rating_small.on { background-position: 0 0; }

table.littlereview td.headline {
	width: 70px;
}
table.littlereview td.rating {
	width: 70px;
}
/*             styles for the star rater                */    
.star-rating{
    list-style:none;
    margin: 0px;
    padding:0px;
    width: 80px;
    height: 16px;
    position: relative;
    background: url(/images/boxes/center/icons/star_outline-trans.png) top left repeat-x;        
}
.star-rating li{
    padding:0px;
    margin:0px;
    /*\*/
    float: left;
    /* */
}
.star-rating li a.rate {
    display:block;
    width:16px;
    height:16px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
}
.star-rating li a.rate:hover{
    background: url(/images/boxes/center/icons/star-trans.png) left center;
    z-index: 2;
    left: 0px;
    border:none;
}
.star-rating a.one-stars{
    left: 0px;
}
.star-rating a.one-stars:hover{
    width:16px;
}
.star-rating a.two-stars{
    left:16px;
}
.star-rating a.two-stars:hover{
    width: 32px;
}
.star-rating a.three-stars{
    left: 32px;
}
.star-rating a.three-stars:hover{
    width: 48px;
}
.star-rating a.four-stars{
    left: 48px;
}    
.star-rating a.four-stars:hover{
    width: 64px;
}
.star-rating a.five-stars{
    left: 64px;
}
.star-rating a.five-stars:hover{
    width: 80px;
}
.star-rating li.current-rating{
    background: url(/images/boxes/center/icons/star-trans.png) left bottom;
    position: absolute;
    height: 16px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
.star-rating li.current-rating a.all {
	display:block;
	height: 16px;
	width:80px;
}

.short-content p {
	margin-bottom: 6px;
}
div.total_rating {
	font-size: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;
}
div.review {
	padding-top: 8px;
}

div.news {
	padding-bottom: 5px;
}

td.birthday select {
	font-size: 10px;
	width: 50px;
}
td.birthday select#user_birthday_2i {
	width:100px;
}
div.rockfoto_employee {
	color: #fff;
	border: 1px solid #a00;
	margin: 4px 4px 8px;
	padding: 4px;
}

div.maindark.shopinfo { font-size: 11px; }
div.maindark.shopinfo p { margin-bottom: 8px; }

div.blog_year_link {
	padding: 6px;
	padding-left: 17px;
}
div.blog_year_link,
div.blog_year_link a {
	color: #D22224;
	font-size: 12px;
	font-weight: bold;
}


div.festivaltop {
	height: 151px;
	margin-bottom: 1px;
}

/* more articles */
div.morearticles {
	padding-top: 40px;
}

div.morearticles div.morearticles_header {
	background: #960000;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	color: #fff;
	margin-left: 10px;
	display: inline;
}
div.morearticles div.morearticles_links {
	margin-top: 1px;
	border-top: 1px solid #960000;
	width: 458px;
	padding: 4px;
	padding-left: 10px;

}
div.morearticles hr {
	margin-top: 1px;
	border: 0;
	background: #960000;
	height: 1px;
	
}