/* big roger events stylesheet by Artifex Design */

	a:link { color: #ffffff }  /* for unvisited links - white */
	a:visited { color: #e1e1e1 } /* for visited links - mid-grey */
	a:active { color: #b52025 } /* when link is clicked - red */
	a:hover { color: #b52025 } /* when mouse is over link - red */

	a.button:link { color: #ffffff; text-decoration: none; }  /* for unvisited links - white */
	a.button:visited { color: #e1e1e1; text-decoration: none; } /* for visited links - mid-grey */
	a.button:active { color: #ffffff; text-decoration: none; } /* when link is clicked - red */
	a.button:hover { color: #000000; text-decoration: none; } /* when mouse is over link - red */

	a.whitefont:link { color: #FFFFFF }  /* for unvisited links - white */
	a.whitefont:visited { color: #e1e1e1 } /* for visited links - litegrey */
	a.whitefont:active { color: #000000 } /* when link is clicked - red */
	a.whitefont:hover { color: #000000 } /* when mouse is over link - red */

	BODY {	margin: 0px;
			background-color: #000000;
			/* background-image: url('/images/bg_heart_wings.jpg');
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-position: bottom right; */
			FONT-FAMILY: Verdana, Tahoma, Helvetica, Arial; }

	div.qoff {	color: #ffffff;
				text-decoration: underline;
				font-weight: bold;
				font-size: 12pt; }

	div.qon {	color: #b52025;
				text-decoration: underline;
				font-weight: bold;
				font-size: 12pt;
				cursor: pointer; }

	TD {	FONT-FAMILY: Verdana, Tahoma, Helvetica, Arial;
			font-size: 10pt;
			color: #ffffff; }

	td.main {	padding-left: 20px;
				padding-top: 25px;
				background-image: url(/images/h_lower_bg.jpg);
				background-repeat: repeat-x; }

	td.padded { padding: 5px; }

	td.padtop {	padding-top: 20px;
				vertical-align: top; }

	td.header { font-size: 14px;
				padding: 5px;
				color: #ffffff;
				background-color: #b52025; }

	td.footer { font-size: 10px;
				color: #ffffff;
				border-top: 1px solid #b52025; }

	td.icon { 	border: 1px solid #b52025; }

	td.theRow {	font-size: 12px;
				color: #ffffff;
				line-height: 1.3;
				padding: 5px; }

	td.button { font-size: 18px;
				color: #ffffff;
				padding: 5px;
				text-align: center;
				font-weight: bold; }

	td.buttonOver { font-size: 18px;
				color: #ffffff;
				padding: 5px;
				text-align: center;
				font-weight: bold;
				background-color: #b52025; }

	tr.theRow {	padding: 5px; }

	tr.theRowOver {	background-color: #b52025;
					padding: 5px;
					cursor: pointer; }

	.bordered {	border: 1px solid #b52025; }

	span {	font-family: Verdana, Tahoma, Helvetica, Arial; }

	span.eventname { 	font-size: 20px;
						font-weight: bold;
						color: #ffffff; }

	span.subname { 	font-size: 15px;
						font-weight: bold;
						color: #ffffff; }
						
	img { -ms-interpolation-mode: bicubic; }

	IMG.thumb {	border: 1px solid #b52025; }

	input.normal {			font-family: Arial, Helvetica, sans-serif;
							font-size: 10px;
							color: #000000;
							background-color: #ebebe8;
							border: 1px solid #b52025; }

	textarea {				font-family: Arial, Helvetica, sans-serif;
							font-size: 10px;
							color: #000000;
							background-color: #ebebe8;
							border: 1px solid #ae4747; }

	input.error {			font-family: Arial, Helvetica, sans-serif;
							font-size: 10px;
							color: #000000;
							background-color: #b52025;
							border: 3px solid #b52025; }

	submit {	font-family: Verdana, Arial;
				font-size: 10pt;
				font-weight: bold; }

	h1 {		font-family: Verdana, Tahoma, Helvetica, Arial;
				font-size: 24px;
				font-weight: bold;
				text-transform: uppercase;
				margin-bottom: 0px;
				margin-top: 0px;
				color: #ffffff; }
				
	p { margin:0 }