body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0px;
	padding:0px;
}

body{
	color:#cccccc;
	font-size:13px;
	background: #302b23;
  font-family:Verdana,Geneva,Arial,sans-serif;
	margin:15px auto;
	text-align:center;
	width:600px;
	position:relative;
}

h3 {
  margin-bottom: 30px;
}
h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.button {
	display:block;
	font-size:21px;
	height:34px;
	overflow:hidden;
	padding:10px 20px 0;
	position:relative;
	width:200px;
  cursor: pointer;
  font-family:Verdana,Geneva,Arial,sans-serif;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 3px;
}

a.appstore_link:visited {
	color:#CCCCCC;
}

a.appstore_link {
	color:#CCCCCC;
  text-decoration: none;
}

.button:hover {
  text-decoration: underline;
}

.dropdown {
	background-color:#373128;
	border:1px solid #40392C;
	color:#CCCCCC;
	margin:5px 0;
	padding:4px 18px;
	text-align:left;
  width: 600px;
  display:none;
}

.blue{background:url(blue.png) repeat-x top left; color:#074384;}
.green{background:url(green.png) repeat-x top left; color:#436800;}
.red{background:url(red.png) repeat-x top left; color:#641603;}

.pagefoot {
  margin-top: 50px;
}

.clear {
  clear:both;
}

#table_div tr {
  color: Black;
  margin: 5px;
  font-size: 10px;
}

.date-toggler {
  background:url("calendar.png") no-repeat scroll 0 0 #CCCCCC;
  /*transparent;*/
  /*display:block;*/
  float:right;
  height:16px;
  /*margin:5px 3px 0;*/
  overflow:hidden;
  padding:0;
  text-indent:-2000px;
  width:16px;
}

