/* RESET CSS (courtesy of Eric Myer) */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: 'lucida grande', helvetica;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET CSS */

html {
	min-height: 100%;
	height: auto;
	background: #121212;
}
body {
	font-family: 'lucida grande', helvetica, tahoma, arial, verdana, serif;
	background: #121212;
}
a:link,
a:visited {
  color: #D9ECFB;
  color: #d8fac1;
}
a:hover {
  color: #A8DEF2;
  color: #a6f174;
  text-decoration: none;
}
.clearfix {
  display: block;
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fancy {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", times, serif;
}
p {
  line-height: 140%;
  color: #888;
  font-size: 14px;
}
em {
  font-style: italic;
}
.curvy {  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.errorExplanation,
#content .errorExplanation {
	margin-bottom: 20px;
	padding: 20px 20px 20px 85px;
	background: #444 url(../images/alert.png) no-repeat 17px 70px;
	border: 1px solid #454545;
	color: #eee;
}
.errorExplanation h2,
#content .errorExplanation h2 {
  font-size: 28px;
  letter-spacing: -1px;
  margin: -20px -20px 10px -85px;
  padding: 15px;
  background: #3c3c3c;
  border-bottom: 1px solid #555;
  color: #fff;
  letter-spacing: 1px;
}
.errorExplanation p,
#content .errorExplanation p {
  color: #777;
  margin-bottom: 12px;
}
.errorExplanation ul,
#content .errorExplanation ul {
  margin: 5px 0 5px 0;
  list-style-type: none;
}
.errorExplanation ul li,
#content .errorExplanation ul li {
  padding-left: 30px;
  background: url(../images/redled.png) no-repeat 8px 3px;
  line-height: 130%;
  margin-bottom: 2px;
}
input.text,
textarea {
  background: #fff url(../images/fieldbg.gif) repeat-x left top;
	border: 1px solid #ddd;
	border-top: 1px solid #777;
	padding: 3px;
}
input.submit {
  padding: 4px;
}
input.checkbox {
  margin-bottom: 1px;
}
.tright {
  text-align: right;
}
#loading {
	position: fixed;
	background: #fff;
	top: 5px;
	right: 5px;
	border: 1px solid #ccc;
	z-index: 1000;
}
#loading p {
	color: #3c3c3e;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 5px 7px 5px;
}
#loading p img {
	margin: 0px 2px -5px 0px;
}
#ftr {
  margin: 25px auto 20px auto;
  border-top: 1px dotted #222;
  padding-top: 10px;
}
#ftr p.right {
  text-align: right;
}
#ftr p,
#ftr a:link,
#ftr a:visited {
  color: #393939;
  font-size: 14px;
}
#ftr a:hover {
  color: #555;
}
#ftr img {
  margin: 0 2px -3px 0;
}
#ftr small {
  display: block;
}
#ftr small,
#ftr small a:link,
#ftr small a:visited {
  font-size: 10px;
  color: #333;
}
#ftr small a:hover {
  color: #555;
}

td.black-tee,
td.color0,
.color0,
td.blue-tee,
td.color1,
.color1,
td.white-tee,
td.color2,
.color2,
td.red-tee,
td.color3,
.color3,
td.gold-tee,
td.color4,
.color4,
td.green-tee,
td.color5,
.color5,
td.silver-tee,
td.color6,
.color6,
td.other-tee,
td.color7,
.color7, {
  background-repeat: no-repeat;
  background-position: left center;
}
td.black-tee,
td.color0,
.color0 {
  background-image: url(../images/black.png);
}
td.blue-tee,
td.color1,
.color1 {
  background-image: url(../images/blue.png);
}
td.white-tee,
td.color2,
.color2 {
  background-image: url(../images/white.png);
}
td.red-tee,
td.color3,
.color3 {
  background-image: url(../images/red.png);
}
td.gold-tee,
td.color4,
.color4 {
  background-image: url(../images/gold.png);
}
td.green-tee,
td.color5,
.color5 {
  background-image: url(../images/green.png);
}
td.green-tee,
td.color6,
.color6 {
  background-image: url(../images/silver.png);
}
td.other-tee,
td.color7,
.color7 {
  background-image: url(../images/other.png);
}