/* 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;
}

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; 
	padding: 0px;
  	width: 780px;
	position: relative;
	overflow: auto;
	border: none;
}

#container {
	z-index: 0;
	text-align: left;
  	background: #000 url("images/background.png");
	
  	margin: 0;
	padding: 0px;
  	width: 600px;
	height: 600px;
	position: relative;
	z-index: 80;
	overflow: hidden;
}


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




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

#container div#buttons {
	position: absolute;
	z-index: 200;
	left: 500px;
	top: 240px;
	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: 20px;
	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;
}


#ConsoleFraming {
	position: absolute;
	left: 0px;
	top: 240px;
	width: 480px;
	height: 330px;
	overflow: auto;
	/* background: url("images/tint.png") repeat; */
	
	border: #303030 solid 2px;
	z-index: 200;
}

#Console {
	opacity: 1.0;
	color: white;
	text-align: left;
	font-size: 10pt;
	padding: 4px;
}

#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 {
	font-size: 16px;
}
 
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;
}



