/* SXSWinfo CSS */

body
{
	margin: 0;
	padding: 0;
	background-color: white;	
	-webkit-text-size-adjust:none;		  /* Turn off font resizing */
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a, a:visited
{
	color: #5c9499;
}

#header
{
	background:#323132;
	padding: 2px 5px 0px 5px;
	vertical-align: middle;
	height: 40px;
}

#header img
{
	padding-top: 1px;
}

#header div.byline
{
	padding-top: 9px;
}

#header h1, #header h1 a, #header h1 a:visited 
{
	margin:0;
	padding-top:0px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	font-size:14px;
	font-weight:bold;
	color: #999999;
	display: inline;
	text-decoration: none;
	vertical-align: middle;
}

#header h2 {
	padding: 0px;
	margin: 0px;
	display: inline;
	font-size: 8px;
	color: #999999;
	float: right;
	font-style: normal;
}

#outermost {
	width: 320px;
	padding: 0px;
	margin: 0px;
}

li.tabitem {
	list-style-type: none;
	display: inline;
	padding: 8px 5px 4px 5px;
	font-weight: bold;
}

li.tabitem:first-child {
	border-left: none;
}

li.tabitem a {
	color: #323132;
	text-decoration: none;
}

li.tabitem a:visited {
	color: #323132;
	text-decoration: none;
}

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

li.tabitem.active {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: none;
	background: #86DAE1;
	opacity: .75;
}

li.tabitem.active a {
	color: white;
}

#daybrowser {
	background: #86DAE1;
	opacity: .75;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-border-radius: 8px;
}

#dayselector {
	margin: 0px;
	padding-left: 5px;
}

#daybrowser li.tabitem {
	list-style-type: none;
	display: inline;
	padding: 3px 5px 3px 4px;
	border: 1px solid #999999;
	background: #999999;
	-webkit-border-radius: 8px;
	font-weight: bold;
}

#daybrowser li.tabitem:first-child {
	border-left: none;
}

#daybrowser li.tabitem a {
	color: #323132;
	text-decoration: none;
}

#daybrowser li.tabitem a:visited {
	color: #323132;
	text-decoration: none;
}

#daybrowser li.tabitem a:hover {
	text-decoration: underline;
}

#daybrowser li.tabitem.active {

}

#daybrowser li.tabitem.active a {
	color: white;
}

#nav
{
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 5px;
	height: 18px;
	background: white;
}

#contentarea
{
	margin-top: -1px;
}

#tabs
{
	margin: 0px;
	padding: 0px;
}

#browsetype
{
	color: black;
	width: 105px;
	float:right;
	text-align: right;
	padding: 0px 5px 0px 0px;
}

/* schedule grid css */

div.venue div.header, div.time div.header
{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	color: #323132;
}

div.venue div.header a, div.venue div.header a:visited
{
	color: #323132;
}

div.shows
{
	margin-left: 5px;
	margin-right: 0px;
	font-size: 11px;
}

div.expand
{
	display: none;
	font-weight: normal;
	font-size: 11px;
	float: right;
	cursor: pointer;
}

div.venue
{
	margin-bottom: 5px;
}

td
{
	line-height: 15px;
}

td.bandname
{
	padding-top: 5px;
	vertical-align:top;
	width: 40%;
}

td.bandname a, td.venue a:visited
{
	font-weight: bold;
	color: #006d7a;
}

td.venue
{
	vertical-align:top;
	padding: 5px;
	width: 40%;
}

td.time
{
	vertical-align:top;
	padding: 5px;
	width: 20%;
}

td.genre
{
	vertical-align:top;
	padding: 5px 0px 0px 0px;
	width: 30%;
	text-align: right;
}

/* band list css */

div#controlarea {
	background: #86DAE1;
	opacity: .75;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
	margin: 0px 5px 10px 5px;
	-webkit-border-radius: 8px;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

#alphabet div.letter {
	border: 1px solid #999999;
	background: #999999;
	-webkit-border-radius: 3px;
	color: #323132;
	font-weight: bold;
	font-style: normal;
	float: left;
	width: 10px;
	padding: 2px;
	margin: 5px 5px 0px 0px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

#alphabet div.letter.active {
	color: white;
}

div.bands {
	line-height: 18px;
}

div.band, div.venue, div.time, div.bandinfo {
	background: #EEEEEE;
	-webkit-border-radius: 8px;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	color: #323132;
}

div.band a.bandname, a.bandname:visited
{
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #323132;
}

div.band span.genre {
	font-size: 11px;
	font-style: italic;
}

div.showcases
{
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 14px;
	border-bottom: 1px solid white;
}

#bandname
{
	color: black;
	display: none;
	clear: both;
	padding: 5px 15px 5px 15px;
	font-size: 15px;
	font-weight: bold;
}

#bandname .genre
{
	color: #323132;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

div.bandinfo h2
{
	font-size: 14px;
	font-style: italic;
}

div.bandinfo p
{
	line-height: 16px;
}

div.iconlink
{
	float: right;
}
div.iconlink img
{
	border: 0px;
}