body              
{ 
	font: 12px arial;
	color: #000000;
	font-weight: none;
	text-decoration: none;
	background: #f1f1f1 url(/images/layout/background_new.jpg) fixed;	
	margin: 0px 0px 0px 0px;	
}

.error, .message
{
	border: solid red 1px;
	background: #ffcccc;
	padding: 5px;
    margin: 0px auto 0px auto;
	font: 14px Arial;  
	color: #ff0000; 
	font-weight: bold;
}

div#errorPlaceHolder
{
	border: solid red 1px;
	background: #ffcccc;
	padding: 5px;
    margin: 3px auto 3px auto;
	font: 14px Arial;  
	color: #ff0000; 
	padding-left: 60px;
	font-weight: bold;
	min-height: 40px;
	width: 900px;
	background-image: url(/images/icons/48x48/attention.png);
	background-repeat: no-repeat;
}
        
div#alertPlaceHolder
{
	border: solid black 1px;
	background: #ffffcc;
	padding: 5px;
    margin: 3px auto 3px auto;
	font: 14px Arial;  
	color: red; 
	padding-left: 60px;
	font-weight: bold;
	min-height: 40px;
	width: 900px;
	background-image: url(/images/icons/48x48/alert.png);
	background-repeat: no-repeat;
}

div#messagePlaceHolder
{
	border: solid lime 1px;
	background: #ccffcc;
	padding: 5px;
    margin: 3px auto 3px auto;
	font: 14px Arial;  
	color: #000000; 
	padding-left: 60px;
	font-weight: bold;
	min-height: 40px;
	width: 900px;
	background-image: url(/images/icons/48x48/ok.png);
	background-repeat: no-repeat;
}
       
div#loading
{
	position: absolute;
	display: none;
	clear: both;
	margin: 10px;
	z-index: 100;
}

.border
{
	width: 100%;
	border: solid black 1px;
	padding: 0px;
	margin: 0px;
}

.border_red
{
	width:100%;
	border:solid red 1px;
}

div#header
{    
    position: relative;
    width: 980px;
	height: 98px;
	background: #f1f1f1 url(/images/layout/header_new_small.jpg);	
}

div#menu
{    
	margin-top: -3px;
    width: 980px;
	height: 25px;
}

div#wrapper
{    
    position: relative;
    width: 980px;
	border: solid black 1px;
    margin: 0px auto 0px auto;
	background: #f1f1f1;
}

div#content
{    
    position: relative;
    margin: 0px auto 0px auto;
    width: 970px;
}

div#login
{
	position: absolute;
	visibility: hidden;
	left: 730px;
	top: 6px;
	z-index: 100;
}

div#loggedin
{
	position: absolute;
	left: 869px;	
	top: 0px;
}

div#loggedout
{
	position: absolute;
	left: 872px;
	top: 9px;
}

div#loggingin
{
	position: absolute;
	visibility: hidden;
	left:870px;
	top:9px;
	z-index:609;
}

a.button:link, a.button:visited 
{
	border:1px solid #cccccc;
	display: block;
	text-align: center ;
	text-decoration: none;
	color: #FC6401;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	color: #CC0000;
	margin: 2px;
}
a.button:hover 
{ 
	background-color: #FFFF99; 

}

h1, h2, h3
{
	margin: 0px;
}
h1.concert_title
{
	font-size: 40px;
	margin: 5px;
}
h1.concert_subtitle
{
	font-size: 24px;
	font-weight: normal;
	margin: 5px;
}
h1.concert_soldout, h1.concert_cancelled
{
	font-size: 36px;
	color: #ff0000;
	margin: 5px;
}
h3, .title
{
 	color: #ffffff;
	font-weight: bold;
}

td
{
	vertical-align: top;
}