body{
/*  background: #384354 url('/venueMontage/imgs/bg-gradient.png') repeat-x top left;*/
  color: #333;
  font-family: Arial;
  font-size: 13px;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

img{
	border: 0px;
}

a{
	color: #557595;
}

/* Header and venue title */


#header{
	margin: 0px;
	text-align: right;
	overflow: hidden;
	background: #FFF;
	}
	
#header-inner{
	width: 850px;
	margin: 0px auto;
	position: relative;
	text-align: right;
}
	
#header-inner #venue_logo{
	float: left;
}

.backToLink{
	width: 185px;
	padding: 0px;
	font-size: 10px;
	margin: 0px;
	float: right;
}

#content{
	width: 966px;
	margin: 15px auto;
	background: url('/venueMontage/imgs/bg-content.gif') repeat-y 4px 5px;
	padding: 0px 0px 20px 0px;
        border: 1px solid #CCC;
}

#content-inner{
	position: relative; top: -10px;
}

#content-header{
/*	background: url('/venueMontage/imgs/bg-content-topcorner.gif') no-repeat right top;*/
	padding: 20px 50px 10px 80px;
	height: 50px;
	position: relative; top: -5px;
	margin: 0px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}

#content-header h1{
	float: left;
	position: relative; top: 10px;
}

#bella-logo-sm{
	margin-left: 35px;
	position: relative; top: 3px;
}
#player{
	width: 610px;
	height: 560px;
	float: left;
	margin: 0px 20px 0px 40px;
	padding: 0px;
}

#notes{
	clear: both;
	margin: 0px 50px;
}

#notes-content{
	column-count: 2;
	column-gap: 2em;
	-moz-column-count: 2;
	-moz-column-gap: 1.5em;
	-moz-column-rule: none;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: none;
}

#tease{
	width: 248px;
	margin: 0px 0px 0px 670px;
	padding: 0px;
}

#tease > div{
	margin-bottom: 5px;
	}

#notes_tease{
	border: solid 1px #CCC;
	}
	
#notes_tease-inner{
	background: url("/venueMontage/imgs/bracket_blue.gif") left top no-repeat;
	padding: 45px 10px 5px 30px;
	margin: 4px;
	color: #666;
}

#notes_tease h2{
	padding: 0px;
	margin: 0px 0px 1em 0px;
	color: #FFF;
	font-size: 19px;
	}

#notes_tease p{
	margin: 0em 0px 0px 0px;
}

.tease_circle{
	position: relative; top: 7px;
	padding-left: 10px;
}
h1{
	font-weight: normal;
	font-size: 20px;
	color: #557595;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#bugs div{
	font-size: 14px;
	padding: 0px 10px;
	margin: 10px 0px;
	width: 100px;
	float: left;
}

#bugs .bug-wide{
	width: 100%;
}
#bugs div p{
	margin: 0px 0px .5em 0px;
	padding: 0px;
}

#bugs div p a{
	margin: 0px 0px .5em 0px;
	padding: 0px;
	font-size: 12px;
}

#bugs div p a:after{
	content: url("/venueMontage/imgs/arrow-blue.gif");
}

.bug-1{
	border-right: solid 1px #ccc;
}

.bug-2{
	padding-left: 10px;
	margin-left: 0px;
	padding-right: 0px;
}

.tundra #content .dijitButtonNode{
	background: #557595;
	color: #FFFFFF;
	padding: 3px 0px;
	margin: 0px;
	width: 100%;
}

.tundra #content .dijitButtonNode:hover,
.dijitButtonText:hover{
	cursor: pointer;
}

.dijitToggleButtonIconChar{
	display: none;
	width: 0px;
}

.dijitButtonText{
	color: #FFFFFF;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.closeText{
	display: none;
}

.tooltip{
	width: 200px;
}

#notes{
	border: dotted 1px #ccc;
	padding: 20px;
	}
#notes h3{
	color: #557595;
	background: url("/venueMontage/imgs/header-bullet_blue.png") left center no-repeat;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 1em 0px;
	font-size: 16px;
}
/* Form */



#form{
	padding: 0px 50px;
	width: 250px;
}

#form .dijitButton{
	margin: 0px;
}

#dialogColor fieldset#formShort label{
	clear: both;
	display: block;
	font-size: 11px;
}
#form fieldset{
	border: 0px;
	margin: 10px 0px;
	padding: 0px;
}

#form #submitButton{
	background: #557595;
	color: #FFFFFF;
	padding: 3px 8px;
	}

#form .error{
	color: #F00;
}

#dialogColor_underlay { background-color: #666; }

/* NO FORM */

/* Blurb */
#blurb{
	height: 270px;
	background: #f5f5f5;
	border: solid 1px #CCC;
	padding: 0px 25px;
	color: #333;
	line-height: 1.2;
}

#blurb p:first-child{
	font-weight: bold;
	}

#blurb p strong{
	font-size: 16px;
	}

.venue_links{
	margin-top: 5px;
	font-size: 11px;
	color: #333;
}

.venue_links p{
	float: right;
	width: 300px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 11px;
}

.venue_links span{
	font-size: 12px;
	font-weight: bold;
}
