/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: black;
	height: 5000px;
}
p,h1,h2,h3,h4,h5,h6,ul,li{
	text-align: left;
}
*{
	font-family: Verdana, sans;
	font-weight: bold;
	font-size: 8pt;
	color: white;
}
input,
select,
option,
textarea{
	color: black;
}
textarea{
	width: 100%;
}

#container,
#datatable{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: #231f20;
	padding: 10px;
}

#container{
}

#container *,
#datatable *{
	text-align: left;
}

#datatable table{
	width: 100%;
	border-collapse: collapse;
}
#datatable table th{
  background-color: rgb(100,100,100);
  color: white;
  font-size: 18pt;
  text-transform: uppercase;
}
#datatable table td,
#datatable table th{
	border: 1px solid rgb(131,131,131);
	padding: 5px;
}
#admin_menu{
  background-color: rgb(51,0,0);
  height: 100px;
  padding: 10px;
}
#admin_menu a{
 	float: left;
 	display: block;
	height: 20px;
	width: 150px;
	text-decoration: none;
}
#admin_menu a:hover{
  background-color: red;
  color: white;
}
#intro-join{
	text-align: right;
	margin-top: 50px;
}
.h1,
.h2{
	text-decoration: none;
}
.h1,h1{
	font-size: 16pt;
  font-family: Arial;
	color: red;
}
.h2,h2{
	font-size: 12pt;
	font-family: Arial;
	color: white;
	font-weight: normal;
}
h3{
	font-size: 12pt;
	font-weight: normal;
}
h4{
	font-size: 10pt;
	font-weight: bold;
}
#driver-pick{
}
#driver-pick table{
  border-collapse:collapse;
  border: 1px solid #dcdddf;
}
#driver-pick th{
	margin: 0px;
	padding: 10px;
	background-color: #dcdddf;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}
#driver-pick th *{
	font-size: 12pt;
	font-weight: bold;
	color: black;
}
#driver-pick td{
	padding: 1px;
	border-left: 1px solid #dcdddf;
	border-right: 1px solid #dcdddf;
	vertical-align: top;
}

.note{
	font-size: 7pt;
	font-weight: normal;
}

