@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset */

/* structure */
body {
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
}
#headerred{
	background:#000000 url(images/tophead.png) left top no-repeat;
	height: 159px;
}
#headergrey{
	background:#000000 url(images/incominghead.png) left top no-repeat;
	height: 159px;
}
#headerblue{
	background:#000000 url(images/featuredhead.png) left top no-repeat;
	height: 159px;
}
#eventtitle {
	
	position: relative;
	top: 20px;
	left: 260px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.20em;
	font-weight: bold;
	color: black;
}

#info {
	position: relative;
	top: 0px;
	left: 30px;
	width: 964px;
}
.rounded{
		margin: 25px 5px;
}
.red {
	background: #460000;
}

.grey {
	background: #424242;
}

.blue {
	background: #4D646E;
}
.roundedcontent {	
	padding: 0px 10px 5px 10px;
	overflow: hidden;
	height: 1%;
	font-size: 1.0em;
	color: #333333;
	display: block;
}
.nameinfo{
	float: left;
	disply: block;
	width: 200px;
}

.name{
	display: block;
	width: 190px;
	height: 40px;
	font-size: 2.0em;
	color: #FFFFFF;
	overflow: hidden;
}

.timered {
	font-size: 1.1em;
	color: #a09999;
}

.timegrey {
	font-size: 1.1em;
	color: #a0a0a0;
}

.timeblue {
	font-size: 1.1em;
	color: #94A2A8;
}

.rate {
	font-size: 1.1em;
	color: red;
}

.total {
	font-size: 1.2em;
	color: white;
}
.text{
	display: block;
	float: left;
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 1.40em;
	font-weight: bold;
}
/* end structure */

/* general markup */


/* end header */


/* box */


/* end box */
