/* Print style sheet for Hopelink Adult EducationTutor Support */

/* Text and body Styles */
body {
  margin: 0px;
  padding: 0px;
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  background: #ffffff;   /* white */
  color: #000000; /* black */
}

td {
	font-size: 14px;
	line-height: 16px;
}

p.list {
	margin-top:0.1em;
	margin-bottom: 0.2em;
}

h1, h2, h3 {
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 1px;
  	background: #ffffff;   /* white */
  	color: #000000; /* black */
}

h1,h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h2:first-letter, p.tagline:first-letter {
	font-size: 1.5em;
	line-height: 0.8em;
}

h3 {
    font-size: 1em;
	font-weight: bold;
}

.tight:first-letter {

	margin-right: -3px;
}

.highlight {
	font-weight: bold;
}

em, cite  {
	font-size: 1.1em; 
}   

a:link     {font-weight: bold; text-decoration: none;}
a:visited  {font-weight: bold; text-decoration: none;} 
a:hover    {font-weight: bold; text-decoration: underline;}   

.upgrade  {
	display: none;
}

p.tagline {
  	background: #ffffff;   /* white */
  	color: #000000; /* black */
	font-size: 1.3em;
	line-height: 1em;
	font-style: italic;
	text-indent: 55px;
	margin: 15px; 
}

hr.TS  {
	height: 3px;
 	background: #ffffff;   /* white */
  	color: #000000; /* black */
}

/* List Styles */
ul ul li, ol ul li{
	list-style-image: url(images/diamond_blue.gif);
}

ul li.link  {
	list-style-image: url(images/SmallPC.gif);
	margin-bottom: 5px;
}

ul li.book {
	list-style-image: url(images/SmallBook.gif);
	margin-bottom: 5px;
}

ul li.check {
	list-style-image: url(images/BookCheck.gif);
	margin-bottom: 5px;
}

ul li.video {
	list-style-image: url(images/VidCheck.gif);
	margin-bottom: 5px;	
}

/* Form Styles */

fieldset {
	border-color: #000;
	border-style: solid;
	border-width: 1px;
  	background: #ffffff;   /* white */
  	color: #000000; /* black */
}

legend {
  	background: #ffffff;   /* white */
  	color: #000000; /* black */
	font-size: 1.1em;
	font-weight: bold;
}

/* Div Styles */

#container {
  background: #ffffff;   /* white */
  color: #000000; /* black */
  margin: 10px;
  padding: 0px;
  width: 650px;
}

#top {
  margin: 0px;
  background: #ffffff;   /* white */
  color: #000000; /* black */
  height: 90px;
}

#content1 {
  margin: 0px 10px 5px 10px;
  padding: 10px;
  background: #ffffff;   /* white */
  color: #000000; /* black */
}
    
#menu {
  display: none;
}

div.lessonmenu {
  display: none;
}

div.sidebar {
  float: right;
  width: 300px;
  background: #ffffff;   /* white */
  color: #000000; /* black */
  border-width: 0px 0px 0px 3px;
  border-style: solid;
  padding: 10px;
  margin: 5px 5px 20px 5px; 
}   

#bottom {
	display: none;
}
  
div.fancybox {
	width: 240px;   /* In NN padding and border are added to this, in IE they are included... */
	color: #000000; /* black */
	background: transparent url(images/key.gif) top left no-repeat;
	border-color: #000;
	border-style: solid;
	border-width: 3px;
	padding: 0px;  /* ... so padding is added with margins on paragraph "tag" instead */
	margin: 8px;

}

div.button  {
	display:none;
}
