/* RESET v1.0*/
html, 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;
	background:transparent
}

a {
	color: #1779b8;
}

a:hover {
	color: #0abada;
}

ol, ul {
	list-style:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

/* BASIC TYPOGRAPHY */

body {
	font: normal 11px Arial, sans-serif, helvetica, "microsoft sans serif";
	margin: 0;
	padding: 0;
	color: #fff;
}
html {
	font-size: 75%;
}
th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
cite, em, dfn {
	font-style: italic;
}
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea {
	font-size: 92%;
	font-family: monaco, "Lucida Console", courier, monospace;
}
del {
	text-decoration: line-through;
	color: #666;
}
ins, dfn {
	border-bottom: 1px solid #ccc;
}
small, sup, sub {
	font-size: 85%;
}
abbr, acronym {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
}
a abbr, a acronym {
	border: none;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px solid #ccc;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

/* TABLE STYLING */

th {
	padding: 4px;
	text-align: left;
	background: #333;
	color: white;
	border-right: 1px solid black;
}

tr {
	border-bottom: 1px dotted #333;
}

td {
	padding: 4px;	
}

.eventdesc {
	font: normal 11px Arial;
	color: #aaa;
}

.noborder {
	border-bottom: 1px dotted black;
}

.pad10 {
	padding-top: 15px;
}

.white {color: white;}