/*
 *  Live Nation UK
 *  http://www.livenation.co.uk/
 *  
 *
 */

body { margin: 50px auto 50px auto; background-color: #000; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* main title */
h1 {  width: 582px; height:143px; display:block; position:relative; margin:0 auto 20px auto; overflow:hidden; }
h1 span { width:100%; height:100%; position:absolute; top:0; left:0; background: url(/_Resources/img/ILT.png) repeat-x bottom; }


/* home title */
h2 { margin-bottom: 10px; }
/* lineup stages */
h3 { margin-bottom: 10px; }

.hr,
hr {  margin: 20px 0; clear: both; height: 1px; background: url(/_Resources/img/line-dotted-grey.png) repeat-x bottom; }
/* div for IE what just cant undersnad this simple css for hr */
.hr hr { display: none; }

script { display: none; }

p { margin-bottom: 15px; }

table { width: 100%; border-collapse:separate; border-spacing: 2px; }
th { background: #3cab42; padding: 10px; }
td { background: #f2f0ed; padding: 10px; }

/* main content */
#mainBox { width: 500px; padding: 0 40px 0 40px; margin:0 auto 0 auto; border-left:solid 1px #fff; border-right:solid 1px #fff; }   