/* stylesheet */

BODY	{background: #000000;
	 font-family: Verdana, Arial, sans-serif;
	 font-size: 10px;
	 color: #cccccc;
	 }

.instrtext {
	 font-family: Verdana, Arial, sans-serif;
	 font-size: 10px;
	 color: #000000;
	 text-align: center;
             }	 
	     
p.tiny { font-size: 8px; }
p.larger { font-size: 12px; }
body.larger { font-size: 12px; }

.controlleft {
	     position:absolute;
	     top:    1px;
	     left:   1px;
	     width:  65%;
	     text-align: left;
	     border : 1px solid #cccccc;
	     }

.controlright {
	     position:absolute;
	     top:    1px;
	     right:   1px;
	     width:  34%;
	     text-align: center;
	     border : 1px solid #cccccc;
	     }

.messagebank {
	     position:absolute;
	     top:    50px;
	     right:   1px;
	     width:  34%;
	     height: 94%;
	     text-align: left;
	     border : 1px solid #cccccc;
	     }

.permainfo {
	     position:absolute;
	     top:    89%;
	     right:   1px;
	     width:  34%;
	     height: 60px;
	     text-align: left;
	     border : 1px solid #cccccc;
	     }

.countdown {
	     position:absolute;
	     top:    97.5%;
	     right:   1px;
	     width:  30px;
	     height: 25px;
	     text-align: center;
	     border : 0px solid #cccccc;
	     }

.rxtx {
	     position:absolute;
	     top:    97.5%;
	     right:  21px;
	     width:  40px;
	     height: 25px;
	     text-align: center;
	     border : 0px solid #00ff00;
	     }

.left_of_rxtx {
	     position:absolute;
	     top:    97.5%;
	     right:  61px;
	     width:  100px;
	     height: 25px;
	     text-align: center;
	     border : 0px solid #00ff00;
	     }
	     	     
.maindisplay {
	     position:absolute;
	     top:    50px;
	     left:   1px;
	     height: 93%;
	     width: 65%;
	     text-align: left;
	     border : 1px solid #cccccc;
	     }

.displaytitle {
	     position:absolute;
	     top:    30px;
	     left:   1px;
	     height: 94%;
	     width: 65%;
	     text-align: center;
	     font-size: 18px;
	     font-family: Verdana, Arial, sans-serif;
	     color: #ffffff;
	     }

.messagetitle {
	     position:absolute;
	     top:    30px;
	     left:   65%;
	     height: 30px;
	     width: 35%;
	     text-align: center;
	     font-size: 18px;
	     font-family: Verdana, Arial, sans-serif;
	     }

.recall {font-size: 12px;
             color: #FFFFFF;
	     font-weight: bold;
	     margin: 0px;
	     text-align: center;
	     }

.greenoutline {font-size: 12px;
             color: #000000;
	     background-color: #00FF00;
	     font-weight: bold;
	     margin: 3px;
	     text-align: center;
	     }

.redoutline {font-size: 12px;
             color: #000000;
	     background-color: #FF0000;
	     font-weight: bold;
	     margin: 3px;
	     text-align: center;
	     }

.yellowoutline {font-size: 12px;
             color: #000000;
	     background-color: #FFFF00;
	     font-weight: bold;
	     margin: 3px;
	     text-align: center;
	     }

.blueoutline {font-size: 12px;
             color: #000000;
	     background-color: #5555FF;
	     font-weight: bold;
	     margin: 3px;
	     text-align: center;
	     }

.grayoutline {font-size: 12px;
             color: #000000;
	     background-color: #CCCCCC;
	     font-weight: bold;
	     margin: 3px;
	     text-align: center;
	     }
	     
.redinfo {font-size: 12px;
             color: #FF0000;
	     background-color: #000000;
	     font-weight: bold;
	     margin: 3px;
	     }
.yellowinfo {font-size: 12px;
             color: #FFFF00;
	     background-color: #000000;
	     font-weight: bold;
	     margin: 3px;
	     }
.greeninfo {font-size: 12px;
             color: #00FF00;
	     background-color: #000000;
	     font-weight: bold;
	     margin: 3px;
	     }
.blueinfo {font-size: 12px;
             color: #5555FF;
	     background-color: #000000;
	     font-weight: bold;
	     margin: 3px;
	     }	     	     	     	     

.whiteinfo {font-size: 12px;
             color: #FFFFFF;
	     background-color: #000000;
	     font-weight: bold;
	     margin: 3px;
	     }	     	     	     	     

.grayinfo {font-size: 12px;
             color: #CCCCCC;
	     background-color: #000000;
	     font-weight: bold;
	     margin: 3px;
	     }	     	  
	     
.whitetext {font-size: 12px;
             color: #FFFFFF;
	     background-color: #000000;
	     font-weight: bold;
	     margin-top: 0px;
	     margin-left: 20px;
	     }	   
	     
.pagebuilding {font-size: 30px;
             color: #FFFFFF;
	     background-color: #000000;
	     font-weight: bold;
	     text-align: center;
	     }	 
	     	     	     
A:link  { color: #ffccff; }	     
A:visited  { color: #ffccff; }

