/************ global styles  ********/

body
{
    margin: 0;
    padding: 0;
    background: #9F9F8A url(/Images/generic/gradientTile.jpg) repeat-x top;
    font: 72% Arial, Helvetica, sans-serif;
    color: #757561;
}

img {
	display: block;
	border: 0;
}

p	{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5;
}

.eventHeader 
{
	color: #4B4B3B;
	font-size: 1.6em;
	font-weight: normal;
	margin: 12px 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E3E3DA;
	
	}
h1	{
	color: #4B4B3B;
	font-size: 1.6em;
	font-weight: normal;
	margin: 12px 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E3E3DA;
}

.headingSub	{
	color: #757561;
}

h2	{
	color: #4B4B3B;
	font-size: 1.3em;
	font-weight: normal;
	margin: 25px 0 26px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #E3E3DA;
}

h3	{
	color: #4B4B3B;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px 0 5px 0;
	padding-top:20px;
}

h4	{
	color: #fff;
	border: 1px solid #827F55;
	background: #B6B27A;
	padding: 9px;
	text-align: center;
}

h5	{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

ul 	{
  	padding-left:12pt;
  	list-style-type:square;
}

ul p 	{
  	color: #757561;
}

a	{
	color: #7E300C;
	text-decoration: none;
}

#main a {
	/* text-decoration: underline; */
	border-bottom:1px dotted #7E300C;
}

.horiz {
	color: #4B4B3B;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #E3E3DA;
}
/* fix for IE 5.x font inheritence problem */
table {
	font-size: 100%;
}

.hide {	
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.clear {
	clear: both;
}

.topOfPage	{
	text-align: right;
	margin: 20px 0 10px;
	clear: both;
}

	.topOfPage a {
		font-size: 1em;
		margin: 10px 0 0 0;
		padding: 0 0 2px;
	}
	
.web-dev {
	text-align: center;
	padding: 10px;
	clear: both;
}

#main a.external {
	background: url(/Images/icons/newWindow.gif) 0 50% no-repeat;
	padding-left: 13px;
	border-bottom: 1px dotted #7e300c;
	text-decoration: none;
}

#main a.external-facebook
{
	background: url(/Images/icons/facebook-icon.png) 0 50% no-repeat;
	padding-left: 19px;
	border-bottom: 1px dotted #7e300c;
	text-decoration: none;
	
}

#main a.external-myspace
{
	background: url(/Images/icons/myspace-icon.png) 0% 50% no-repeat;
	padding-left: 19px;
	border-bottom: 1px dotted #7e300c;
	text-decoration: none;
	
}

.linkItem .band-image 
{
	float: left;
    border: 2px solid #7E300C;
	} 

.band-image a {
	display: block;
	border:none;
	}
.linkItem .band-links 
{
	float: left;
	width: 250px;
	height: 160px;
	padding-left: 15px;
	}
	
#main a.sn-external
{
	margin-right:10px;
	margin-top:5px;
	float:left;
	border: none;
 	}
	
.linkItem a.external {
	font-size: 12px;		
}



.linkItem ul li 
{
	list-style-image: url(/Images/icons/myspace-icon.png);
	height: 16px;
	}	
/************ framework  ********/
#master {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff url(/Images/global/feather.gif) bottom left no-repeat;
}

#navigation	{
	width: 160px;
	overflow: hidden;
	float: left;
	padding: 0 0 500px 0;
}

#navigation	ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation	ul li	{
	margin: -3px 0 0 0;
	padding: 0;
	display: block;
	height: 1%;
}

#navigation	ul.subNav li	{
	border-bottom: 1px solid #DEDED3;
	padding: 7px 5px 7px 12px;
	margin: 0 0 0 3px;
	background: #F8F8F4;
}

#navigation ul.subNav li.sub	{
	border-bottom: 1px solid #DEDED3;
	padding: 7px 5px 7px 22px;
}

#navigation	ul.subNav li.lastItem	{
	border-bottom: none;
	padding: 7px 5px 7px 12px;
}

#navigation	ul.subNav li a {
	color: #A65731;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#navigation	ul.subNav li a:hover {
	text-decoration: underline;
	background: #F0F0E7;
	margin: 0;
	padding: 0;	
}

#navigation	ul.subNav li a.selected {
	color: #81814D;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#navigation	blockquote {
	margin: 30px 0 0 30px;
	color: #d0d0d0;
	font: italic bold 16px Arial, sans-serif;
}

#navigation	blockquote .quote-by {
	font-size: 12px;
	display: block;
}

#mainpage	{
	float: left;
	width: 590px;
	background: url(/Images/global/top.gif) top right no-repeat;
	overflow: hidden;
}

#loginRegister 
{
    position:relative;
    float:right;  
    left: -10px; 
    top: 10px; 
    z-index:1 
} 

#content {
	float: left; 
	padding: 0 30px 0 30px;
	margin: 0;
	width:530px;
}

.errorDiv {
	background-color:Red;
	color:White;
	font-family: Arial, Tahoma, MS Sans Serif;
	font-size:small;
	font-weight:bold;
	text-align:center;
	border-color:White;
	border-style:solid;
	border-width:thin;
	padding:10px;
}

.highlightedMessage
{
	background-color:Green;
	color:White;
	font-family: Arial, Tahoma, MS Sans Serif;
	font-size:small;
	font-weight:bold;
	text-align:center;
	border-color:White;
	border-style:solid;
	border-width:thin;
	padding:10px;
}

.highlightedMessage a
{
	color:White;
	text-decoration:underline;
}

p.confirmation img	{
	float: left;
}

p.confirmation	{
	background: #F0F0E4;
	padding: 10px 10px 20px 10px;
	margin-bottom: 30px;
	font-size: 1.1em;
	color: #827F55;
}
	
div.confirmation {
	background: #F0F0E4;
}

.showMessage { 
	background: #F0F0E4;
	padding: 10px 10px 20px 10px;
	margin-bottom: 30px;
	font-size: 1.1em;
	color: #827F55;
	font-weight: bold;
}
	
.sponsorItem	{
	padding: 5px 0 15px 0;
	margin-bottom:20px;
}

	.sponsorItem h2 {
		border-bottom: none;
		padding: 10px 0 0;
		margin: 0;
		font-size: 12px;
	}
	
		.sponsorItem h2 a.external {
			padding-bottom: 2px;
		}

/* .sponsorItem a	{
	font-size: 1.2em;
	margin: 0;
	background: url(/Images/global/dotsRed.gif) bottom left repeat-x;
	display: inline;
	padding: 0 0 4px 0;	
} */

p.description	{
	margin: 10px 10px 0 0;
	color: #757561;
	font-weight: bold;
	padding: 0;

}

p.itemDescription 
{
	margin: 5px 0 0 0;
}

img.icon	{
	display: inline;
}

.messageDiv
{
	background-color:#7E300C;
	color:White;
	text-align:center;
	vertical-align:middle;
	padding:20px 20px 20px 20px;
	font-size:medium;
	margin-bottom:20px;	 
}

.message {
	font-weight: bold;
	clear: both;
	zoom: 1;
	display: block;
	margin: 0 0 20px;
	color: Red;
}

.lineupSection
{
	padding-bottom:40px;
}

.lineupsection table
{
	width:100%;
}

.lineupsection table td
{
	width:50%;
}

  .lineupContainer
  {
	text-transform:capitalize;
  }
  
/* updated error message style */
.errorMessage {
	padding: 10px 15px 15px 86px;
	min-height: 53px;
	background: #f0f0e4 url(/Images/cart/unsuccessful.gif) 10px 10px no-repeat;
	color: #827f55;
	display: block;
	margin: 0 0 15px;
	font-size: 12px;
}

	.errorMessage h1 {
		padding: 0;
		margin: 10px 0;
		font-size: 16px;
		font-weight: bold;
	}
	
.successMessage {
	padding: 10px 15px 15px 86px;
	min-height: 53px;
	background: #f0f0e4 url(/Images/cart/successful.gif) 10px 10px no-repeat;
	color: #827f55;
	display: block;
	margin: 0 0 15px;
	font-size: 12px;
}

	.successMessage h1 {
		padding: 0;
		margin: 10px 0;
		font-size: 16px;
		font-weight: bold;
	}
	
/* data listing */
.dataTable {
	width: 100%;
	background: #f5f5ef;
	border: 1px solid #d3d3c7;
	border-collapse: collapse;
}

	.dataTable .gridDataHeader td,
	.dataTable .gridDataHeader th {
		font-weight: bold;
		font-size: 12px;
		text-align: left;
		padding: 4px 10px;
		border-bottom: 1px solid #d3d3c7;
	}
	
	.dataTable .gridDataHeader th.number {
		text-align: right;
	}

	.dataTable td {
		text-align: left;
		border-bottom: 1px solid #d3d3c7;
		padding: 4px 10px;
	}
	
		.dataTable td td {
			padding: 0 7px 0 0;
			border-bottom: none;
		}
	
	.dataTable td.number,
	.dataTable th.number {
		text-align: right;
	}
	
	.dataTable input {
		margin: 0;
	}
	
	.dataTable .select-all {
		cursor: pointer;
	}
	
	.dataTable .select-all:hover {
		text-decoration: underline;
	}
	
	.dataTable a {
		text-decoration: underline;
	}
	
.ticketCosts {
	margin: 0 0 15px;
}

	.ticketCosts td {
		padding-right: 15px;
		padding-bottom: 5px;
		color: #757561;
		font-size: 12px;
	}