/*       WEBROOM.CSS FILE    MAY 2010      */
/*-----------------------------------------*/


/* TOP GREEN NAVIGATION BAR */
.nav { font: Tahoma; font-size: 8pt;  color: black; }

.nav a:link { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: black; }

.nav a:visited  { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: black; }

.nav a:hover { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none;
	color: blue; }


/* RED TITLE FOR NAV BARS */
.titlenav { font: Tahoma; font-size: 8pt; text-decoration: bold; color: red; }

/* YELLOW TITLE FOR NAV BARS */
.titleyel { font: Tahoma; font-size: 8pt; text-decoration: bold; color: yellow; }

/* LT BLUE FOR RESOURCES SUBTITLE */
.resource { font: Tahome; font-size: 8pt; text-decoration: bold; color: #66CCFF; }


/* BOTTOM BLUE NAVIGATION BAR WITH RED HOVER */
.botnav { font: Tahoma; font-size: 8pt;  color: #FFFFFF; }

.botnav a:link { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #FFFFFF; }

.botnav a:visited  { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #FFFFFF; }

.botnav a:hover { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: underline overline; 
	color: red; }


/* REGULAR LINKS FOR WEBROOM */
.reglink { font: Tahoma; font-size: 8pt;  color: #000000; }

.reglink a:link { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #000000; }

.reglink a:visited  { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #000000; }

.reglink a:hover { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: underline; color: red; }


/* BLACK NON-LINKS */
.black  { font: Tahoma; font-size: 8pt; color: black; }


/* BLACK 10 REGULAR */
.black10 { font: Tahoma; font-size: 10pt; color: black; }


/* BLUE TITLES FOR SECTIONS */
.titles { font: Tahoma; font-size: 10pt;  font-weight: bold; color: #4F4FFF; }

/* RED TITLE FOR STUDENT HELP SECTION */
.redtitle { font: Tahoma; font-size: 10pt; font-weight: bold; color: red; }

/* RED 8PT BOLD HEADINGS FOR STUDENT HELP SECTION */
.red8pt { font: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color:  red; }


/* DICTIONARY BLUE NOT BOLD */
.dict { font: Tahoma;
        font-size: 8pt;
        text-decoration: none;
        color:  #4F4FFF; }


/* BLUE 8PT BOLD HEADINGS */
.blue8pt { font: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color:  #4F4FFF; }


/* BLUE ENTRIES */
.blue { font: Tahoma;
        font-size: 8pt;
        text-decoration: none;
        color:  red; }

.blue a:link { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: red; }

.blue a:visited  { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: red; }

.blue a:hover { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: underline; color: #4F4FFF; }


/* ONLINE CENTER GRAY */
.gray { font: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: gray; }


/* ENGLISH CENTER */
.ec  { font: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: blue; }


/* BLUE TIMES FOR ENGLISH CENTER */
.times { font-family: Times New Roman, Times;
	font-size: 10pt;
	text-decoration: none;
	color: blue; }


/* RED ENGLISH STUDY PAGE LINKS */
.red{ font: Tahoma; font-size: 8pt;  font-weight: bold; color: red; }

.red a:link { font: Tahoma; 
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none; 
	color: red; }

.red a:visited  { font: Tahoma; 
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none; 
	color: red; }

.red a:hover { font: Tahoma; 
	font-size: 8pt;
	font-weight: bold; 
	text-decoration: underline overline; 
	color: black; }


/* BEST LINKS HEADING */
.best { font-family: Times New Roman, Times;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #4F4FFF; }


/* FEATURED SITE HEADING IN RED */
.feathead { font: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: red; }


/* FEATURED SITE */
.featured { font: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: blue; }

.featured a:link { font: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: blue; }

.featured a:visited  { font: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: blue; }

.featured a:hover  { font: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline overline;
	color: red; }


/* FEATURED DESCRIPTION TEXT IN BLACK */
.featext { font: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	color: black; }


/* RED LINKS FOR ENGLISH STUDY ENTRIES */
.redlink { font: Tahoma; font-size: 8pt;  color: red; }

.redlink a:link { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: red; }

.redlink a:visited  { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: red; }

.redlink a:hover { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: underline; color: #4F4FFF; }


/* NUMBERS FOR RATINGS */
.numbers { font: Tahoma; 
	font-size: 8pt; 
	font-weight: bold;
	text-decoration: none; }

/* RED SIZE 10 LINKS FOR SUBJECT PAGE LINKS */
.red10 { font: Tahoma; font-size: 10pt;  color: red; }

.red10 a:link { font: Tahoma; 
	font-size: 10pt; 
	text-decoration: none; 
	color: red; }

.red10 a:visited  { font: Tahoma; 
	font-size: 10pt; 
	text-decoration: none; 
	color: red; }

.red10 a:hover { font: Tahoma; 
	font-size: 10pt; 
	text-decoration: underline; color: #4F4FFF; }


/* BLUE 8PT SUGGESTION LINE AT BOTTOM OF PAGES */
.sugg { font: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	color: #4F4FFF; }

.sugg   a:link { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #4F4FFF; }

.sugg a:visited  { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #4F4FFF; }

.sugg a:hover { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: underline; 
	color: red; }


/* BLACK 8PT REGULAR */
.black8 { font: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	color: black; }


/* TIMES 14 BOLD FOR ESL PAGE TITLES */
.pgtitl  { font-family: Times New Roman, Times;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: black; }


/* YELLOW HOME LINK ON ESL PAGES */
.bck  { font: Tahoma;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFF00; }

.bck a:link { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #FFFF00;  }

.bck a:visited  { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: none; 
	color: #FFFF00;  }

.bck a:hover { font: Tahoma; 
	font-size: 8pt; 
	text-decoration: underline overline; 
	color: red; }


/* RED MESSAGE ABOUT NEW WEBROOM */
.msg   { font-family: Times New Roman, Times;
	font-size: 10pt;
	text-decoration: none;
	color: red; }