/* print table style */
table {
	border:1px solid #000000;
}

td {
	border:1px solid #000000;
	width:40px;
}

h1 {
  font-size:16pt;
}

.team_name {
	border:1px solid #000000;
	width:200px;
}

.short_entry {
	border:1px solid #000000;
	width:100px;
}

.long_entry {
	border:1px solid #000000;
	width:200px;
}

.warning {
  color:red;
}

/* Outdoor screen style */
#page
{
  width: 1024px;
  height: 768px;
  background-color: #000000;
  position:fixed;
  top:0px;
  left:0px;
  color: #FFFFFF;
}

.top
{
  font-size: 1x;
  border: 0px solid #000000;
  background-color: #000000;
  width: 1000px;
}

.header
{
  margin-left: 10px;
  margin-top: 0px;
  font-family: Verdana, Tahoma, Arial;
  font-size: 55px;
  font-weight: bold;
  color: #FFFFFF;
  border: 0px solid #000000;
  background-color: #000000;
  width: 1000px;
  padding: 7px 0px 7px 0px;
  height: 70px;
}

.item
{
  margin-left: 10px;
  margin-top: 10px;
  font-family: Tahoma, Arial, Verdana;
  font-weight: bold;
  font-size: 55px;
  color: #FFFFFF;
  border: 4px solid #FFFFFF;
  background-color: #000000;
  width: 1000px;
  height: 70px;

}

.pilotname
{
  float:left;
  width: 755px;
  padding: 5px 0px 5px 0px;
}

.points
{
  float:left;
  width: 145px;
  padding: 5px 0px 5px 0px;
}

.flag
{
  float:left;
  width: 100px;
}

/* Pilot info view*/

#photo
{
  width: 525px;
  height: 768px;
  position:fixed;
  top:0px;
  left:0px;
}

#pilotinfo
{
  width: 490px;
  height: 768px;
  position:fixed;
  top:0px;
  left:530px;
}


#pilotflag
{
  width: 100px;
  height: 70px;
  position:fixed;
  top:0px;
  left:425px;
}

.plistatus
{
  font-size: 45px;
  width: 490px;
}

.pliname
{
  font-size: 80px;
  width: 490px;
}

.plipoints
{
  font-size: 150px;
  color:red;
  width: 490px;
  text-align:center;
}

.plidsc
{
  font-size: 45px;
  width: 490px;
}

.defaultinfo
{
  width: 1024px;
  height: 768px;
  position:fixed;
  top:200px;
  left:0px;
  text-align:center;
  font-size: 45px;
}

