/* CSS Document */

body   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	bgcolor="#000000";
	background-color: #000000;
}
td     { font-family: Verdana, Arial, Helvetica, sans-serif; color:#CCCCCC }
b      { font-weight: bold; background-color: transparent }

.large_white {color: #FFFFFF; font-size:larger; }
.small_white {color: #FFFFFF; font-size:smaller; }
.stage_header { font-size:16px; color: #FFFFFF; }

/* YBCA-related colors */
.gold_header   { background: #fab714; font-size: smaller; font-stretch: extra-condensed; color: #fff; text-transform:uppercase; padding-right:10px; }
.pink_header   { background: #e14378; font-size: smaller; font-stretch: extra-condensed; color: #fff; text-transform:uppercase; padding-right:10px; }
.blue_header   { background: #2193d1; font-size: smaller; font-stretch: extra-condensed; color: #fff; text-transform:uppercase; padding-right:10px; }
.orange_header { background: #f1711a; font-size: smaller; font-stretch: extra-condensed; color: #fff; text-transform:uppercase; padding-right:10px; }
.green_header  { background: #bed61c; font-size: smaller; font-stretch: extra-condensed; color: #fff; text-transform:uppercase; padding-right:10px; }

.gold_type     { color: #fab714; }
.pink_type     { color: #e14378; }
.blue_type     { color: #2193d1; }
.orange_type   { color: #f1711d; }
.green_type    { color: #bed61c; }

a:link, a:visited, a:hover { color: #bed61c; }

a.name:link, a.name:visited, a.name:hover { text-decoration: none; color: #473b32; }


a.button:link, a.button:visited, a.button:hover {
	width: auto;
	display: inline-block;
	background: #bed61c;
	border: 0;
	padding: 0.2em 0.5em;
	font: bold Georgia, Times, "Times New Roman", serif;
	color: #3c3c3c;
	text-decoration: none;
	text-transform: lowercase;
	outline: none;
}

.note		{ font: 11px/14px "Courier New", Terminal, monospace; background: #222222; padding: 4px; }
.greybg, .graybg { background: #ededed; }
.blackbg 	{ background: #000; color: #fff; }
.greenbg	{ background: #bed61c; color: #fff; }

