/* ::.::.:: Reset To 0 ::.::.:: */
* { margin: 0; padding: 0; font-style: normal; font-weight: normal; }

/* ::.::.:: Global Changes ::.::.:: */
body {
  background: #111 url(/images/bg_small.gif) center top repeat;
  color: #CCC;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 76%;
  font-variant: small-caps;
}
a {
  color: #CC0000;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}
h1 {
  font-size: 24px;
  border-bottom: 1px solid #333333;
  padding-bottom: 2px;
  margin-bottom: 5px;
  color: #FFFFFF;
}
p {
  display: block;
  width: 450px;
  text-align: left;
  padding-bottom: 10px;
}
/* ::.::.:: Container + Content ::.::.:: */
#container {
  margin: auto auto;
  background-image: none;
  background-color: #191919;
}
.alert {
  background: #333 url(/images/exclamation.png) center no-repeat;
  background-position: 10px 50%; /* x-pos y-pos */
  text-align: left;
  padding: 5px 5px 5px 35px;
  width: 300px;
  border-top: 1px dashed #666;
  border-bottom: 1px dashed #666;
  color: #FFF;
}
.bar {
  background: #111 url(/images/bg_bar.gif) center top repeat-x;
  height: 15px;
  width: 100%;
}
.button {
  cursor: pointer;
  font-size: 10px;
  background-color: #900;
  border-top: solid 1px #FCC;
  border-left: solid 1px #FCC;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  height: 20px;
  color: #FFF;
  font-weight: normal;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-variant: normal;
}
.button_disabled {
  cursor: wait;
  font-size: 10px;
  background-color: #700;
  border-top: solid 1px #FCC;
  border-left: solid 1px #FCC;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  height: 20px;
  color: #CCC;
  font-weight: normal;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-variant: normal;
}
.button_used {
  cursor: wait;
  font-size: 10px;
  background-color: #000;
  border-top: solid 1px #FCC;
  border-left: solid 1px #FCC;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  height: 20px;
  color: #FFF;
  font-weight: normal;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-variant: normal;
}
#footer .cells {
	text-align: center;
}
#footer a.link {
	text-decoration: none;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;		
}
#footer a.link:hover {
	text-decoration: none;
	background-color: #900;
	color: #fff;
}
#footer a.copyright {
	text-decoration: none;
}
#footer a.copyright:hover {
	text-decoration: none;
  border-bottom: 1px dashed #900;
}
#footer {
	position: relative;
	margin: 2.5em auto 5px auto;
	padding-top: 2px;
	display: block;
	border-top: 1px solid #333;
}
.banner {
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  background: url('/images/banner.gif') no-repeat top center;
  text-align: center;
}
#time {
  font-size: 0.75em;
  color: #666;
  padding-top: 10px;
}