/* Trinity Ball 2009 Styling (c) Juan Flynn */

body {
	background-color: #000;
	color: #fff;
	font-family: Futura,sans-serif;
	z-index: 0;
	position: relative;
	text-align: center;
	height: auto;
}

a {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:active, a:hover {
	color: #ff8;
}

img {
	border: none;
}


#ads {
        z-index: 250;
        position: relative;
        top: 0px;
        float: right;
		border: none; /* #444 1px solid; */
}


#metacontainer {
	z-index: 0;
	text-align: left;
  	margin: 0 auto auto; 
	padding: 0px;
  	width: 800px;
	position: relative;
}

#container {
	position: relative;
	z-index: 0;
	text-align: left;
  	background: #070949;
  	width: 620px;
  	min-height: 600px;
	position: relative;
	z-index: 80;
	overflow: hidden; 
}


#container img#trinity {
	position: absolute;
	z-index: 110;
	left: 180px;
	top: 10px;
}

#container img#strip {
	position: absolute;
	z-index: 105;
	left: -355px;
	top: 5px;
	opacity: 0.8;	
}

#container img#downarrow {
	position: absolute;
	z-index: 100;
	left: 440px;
	top: -310px;	
}

#container img#uparrow {
	position: absolute;
	z-index: 100;
	left: -125px;
	top: 3px;	
}

#container img#date {
	position: absolute;
	z-index: 100;
	left: 390px;
	top: 110px;	
}


#SoldOut {
	z-index: 210;
	position: absolute;
	top: -40px;
	right: -40px;
}

#container div#buttons {
	position: absolute;
	z-index: 200;
	left: 520px;
	top: 280px;
	color: black;
}

#container div#buttons a  {
	text-decoration: none;
}

#container div#buttons div.button {
	background-image: url('images/b.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 100px;
	font-family: Futura,sans-serif;
	font-size: 18px;
	padding-top: 13px;
	padding-left: 13px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#container div#buttons a:hover div.button  {
	text-decoration: underline;
}



#ActSelector {
	position: relative;
	z-index: 100;
	left: 60px;
	top: 205px;
}


#Console {
	z-index: 250;
	position: relative; 
	
	left: 15px;
	padding: 265px 5px 5px 5px;
	width: 465px;
	/* height: auto;
	
	overflow: none; */

	opacity: 1.0;
	color: white;
	text-align: left;
	font-size: 10pt;
}

#Console H1 {
	font-family: Futura,sans-serif;
	font-size: 18px;
	padding-bottom: 0px;
}

#Console H2 {
	font-size: 14px;
	font-family: Futura,sans-serif;
}


#Console H3 {
	position: relative;
	top: -4px;
	padding-top:0px;
	padding-bottom: 0px;
	margin:0px;
	font-size: 10px;
	font-family: Futura,sans-serif;
}

#Console P {
	
}
 
div.general {
	padding: 10px;
	position: relative;
	z-index: 100;
	color: #fff;
}
 
#BottomLinks {
	color: white;
	text-align: center;
	font-size: 8pt;
	z-index: 100;
	position: relative;
}

#apply {
	font-family: arial;
	font-size: 12pt;
}

#apply input {
	width: 12em;
	border: none;
	font-size: 11pt;
}

#apply textarea {
	width: 12em;
	font-family: arial;
	font-size: 11pt;
	border: none;
}

#apply td {
	padding: 4px;
	vertical-align: top;
}

div.error {
	font-size: 11pt;
	font-style: italic;
	color: #ff0000;
}

#runningorder table {
	width: 100%;
}

#runningorder td {
	font-size: 10pt;
}

