@charset "windows-1252";

table.styledTableSched { 
   background-color: ECDA00;
   width: 98%;
   height: 7%;
   border:solid 0px #000000;
   font-family: Arial;
   text-align: center;
}
table.styledTableMenu { 
   background-color: #FFFFFF;
   font-family: Arial;
   text-align: center;
}
table.styledTableSched td { 
   border-bottom:solid 1px #000000;
   font-family: Arial; 
 
}
.trone { 
   background-color: #66B3FF;
   border-bottom:solid 1px #000000;
}
.menu { 
   background-color: #66B3FF;
   border-top:solid 1px #66B3FF;
   font-family:Arial;
   font-size:17; 
   font-weight:bold;
}
table.styledTableSched .boldCenter {
   font-size: 12px; /*whatever*/
   font-weight: bold;
   font-family: Arial;
} 

table.styledTableTime { 
    background-color: ECDA00;
    width: 13%;
    height: 7%;
    border:solid 0px #000000;
	font-family: Arial;
}
table.styledTableTime td { 
   border:solid 2px #000000;
}
table.styledTableTime .boldCenter {
   font-size: 12px; /*whatever*/
   font-weight: bold;
   font-family: "Arial";
   text-align: center;
}  
a:link {
   color: #000000;
   text-decoration: none;
   font-weight: bold; 
}
a:active {
   color: #000000;
   text-decoration: none;
   font-weight: bold; 
}
a:visited {
   color: #000000;
   text-decoration: none;
   font-weight: bold; 
}
a:hover {
    color: #ff0000;
    text-decoration: none;
	font-weight: bold; 
 }	
table.styledTableIn2 { 
    background-color: #FFFFFF;
    width: 60%;
    height: 7%;
    border:solid 1px #000000;
}
table.styledTableIn2 td { 
   border:solid 1px #000000;
   text-align: center;
   font-family: Arial;
}
table.styledTableIn2 .boldCenter {
   font-size: 12px; /*whatever*/
   font-weight: bold;
   font-family: Arial;
   text-align: center;
}
table.styledTableIn { 
    background-color: #FFFFFF;
    width: 85%;
   font-family: Arial;
    height: 7%;
    border:solid 2px #66B3FF; 
	text-align:center;
}
table.styledTableIn td { 
   border:solid 1px #FFFFFF;
}
table.styledTableIn .boldCenter {
   font-size: 12px; /*whatever*/
   font-weight: bold;
   font-family: Arial;
   text-align: center;
} 
.forms {
        background-color: #FFFFFF;
        color: #000000;
        font-size: 12px;
        font-family: Arial;
        border: 1px solid #000000;
       }

input {
      background-color: #FFFFFF;
      color: #EEEEE;
      font-family: Arial;
      border: 1px solid #000000;
	  font-size:20px;
      }
	  
input.text {
      background-color: #FFFFFF;
      color: #EEEEE;
      font-family: Arial;
      border: 1px solid #000000;
	  font-size:20px;
      }

select {
       background-color: #FFFFFF;
       color: #000000;
       font-family: Arial;
       border: 1px solid #000000;
       }

textarea {
      background-color: #FFFFFF;
      color: #EEEEE;
      font-family: Arial;
      border: 1px solid #000000;
	  font-size:20px;
       }