/*

  Copyright (c) 2008 Joshua Besneatte

  control room style sheet

*/

/* page */
html { background-color: black; color: white; font: 12px Arial; }
body { background-color: black; color: white; margin: 0px; font: 12px Arial; }

/* links */
a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; }
a:hover { color: #0066FF; }
a:active { color: #FFFFFF; }

a.headSmall:hover { color: #FFFFFF; }
a.headBig:hover { color: #FFFFFF; }

/* text */
.event { padding: 10px 30px 10px 30px; border-bottom: 1px solid white; font-size: }
.eventName { font-size: 16px; font-weight: bold; }
.soldOut { font-size: 16px; font-weight: bold; }
.headBig { font-size: 18px; font-weight: bold; text-decoration: none; }
.headSmall { font-size: 12px; text-decoration: none; }
.buy { font-size: 10px; }

/* checkout form */
.checkout { margin: 10px 10px 10px 0; }
.checkout1 { width: 418px; margin: 10px 10px 10px 0; }
.checkout2 { width: 200px; margin: 10px 10px 10px 0; display: inline; }
.checkout3 { width: 129px; margin: 10px 10px 10px 0; display: inline; }