/*
 * =GENERAL/MASTER CONTAINERS
 */
 body {
  background: #fff;
  color: #000;
  margin: 10px;
  padding: 0;
  font: Arial;  
} 

.tabs {position:relative; left: 0; top: 0; border:1px solid #2B4353; width:718; margin:1px -4px 1px 1px; padding:5px 10px 5px 0px; background:#1569C7; overflow:hidden } 
.tabs li {display:inline; height: 0px; margin:1px -4px 1px 1px;} 
.tabs a:hover {background:#FFFFFF; color: #666699;}
.tabs a.tab-active {background:#FFFFFF; color: #000000;} 
.tabs a {height: 0px;  font:12px Arial;font-weight:bold; 
       position:relative; padding:5px 12px 5px 5px; margin:-4px -4px 0px 0px; color:#FFFFFF;text-decoration:none; } 
.tab-container { background: #fff; border:0px solid #2B4353; width:400px;} 
.tab-panes {border:0px solid #194367; width:100%;}  

table.tdfont{ font-size=5pt; font-face="Arial";}

h4 {

  font-size: 22px;
  font-family: Arial;
  font-style: normal;
  text-decoration: none;
}

.linkh4 
{  
  font-size: 13px;
  font-family: Arial;
  color: #1569C7;
}
h3 {
  FONT-SIZE: 18px; COLOR: "#000000"; font-weight: normal; FONT-FAMILY: Arial; TEXT-DECORATION: none
}


h5{
  font-family:  Arial;
  font-weight: normal;
  font-size: 13px;
  font-style: normal;
 
}

.loginlabel {
  font-family: Arial; 
  font-size: 16px;
  font-weight: bold;
}

.boldtext {
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
}

.normaltext {
 font-family: Arial;
 font-size: 13px;
 word-spacing: 0.03cm;
}

.flashbluetext {
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 color: #1569C7;
}
.flashredtext {
 font-family: Arial;
 font-size: 15px;
 font-weight: bold;
 color: red;
 }
.whiteheading {
 font-family: Arial;
 font-size: 16px;
 font-weight: bold;
 color: #FFFFFF; 
}

.smallwhiteheading {
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 color: #FFFFFF;
}

.smallblueheading {
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 color: #131EB5;
}

.boldmainheading {
 font-family: Arial;
 font-size: 22px;
 font-weight: bold;
 }

.boldsubheading {
 font-family: Arial;
 font-size: 20px;
 color: #000000;
 text-decoration: none;
 }

.tz {
FONT-SIZE: 13px; COLOR: #C11B17; FONT-FAMILY: Arial; TEXT-DECORATION: none;
    font-weight: bold;
}

.linklist {
    FONT-SIZE: 13px; COLOR: #131EB5; FONT-FAMILY: Arial; TEXT-DECORATION: none;    
   }
   
.linklistliveinstructor {
    FONT-SIZE: 14px; COLOR: #131EB5; FONT-FAMILY: Arial;     
   } 

.pagelink {
    FONT-SIZE: 15px; COLOR: #131EB5; FONT-FAMILY: Arial; TEXT-DECORATION: none; font-weight: bold;    
   }   
      
 .linklog { 
    FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Arial; TEXT-DECORATION: none
    
    }
  
a { STYLE :TEXT-DECORATION: NONE;
    font: COLOR="#0066FF";
    font-size: 11px;
  }
.footer {
	FONT-SIZE: 13px; COLOR: #1569C7; FONT-FAMILY: Arial; TEXT-DECORATION: none; font-weight: bold;
}
.footer:visited {
	FONT-SIZE: 13px; COLOR: #1569C7; FONT-FAMILY: Arial; TEXT-DECORATION: none; font-weight: bold;
}
.footer:hover {
	FONT-SIZE: 13px; COLOR: #99ccff; FONT-FAMILY: Arial; TEXT-DECORATION: none; font-weight: bold;
}
.normal {
	BACKGROUND-POSITION: left top; FONT: 11px Arial; COLOR: #666666; TEXT-ALIGN: left
}

input.btn{
   color:#1569C7;
   font-family: Arial,'trebuchet ms',helvetica,sans-serif;
   font-size: 20px;
   font-weight:bold;
}

.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}

.auto_complete ul {
      list-style-type: none;
      margin:0px;
      padding:0px;
}

.auto_complete ul li.selected 
{ 
        background-color: #bbf;

}

.auto_complete ul li {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
}

