/* Assembly Languae Lessons CSS stylesheet
|
|  revised: August 31, 2009
|
*/

/*
body:before
{
content:"System going down in 5 minutes"; 
font-weight:bold; 
color:red; 
font-size:300%;
margin-left:5%;
margin-right:5%;
}
*/

body
{
background-color:#F7F0F0;
font-family:arial,sans-serif; 
font-size:100%;
}

p
{
margin-left:1%;
margin-right:1%;
text-align: justify;
color:black;
}

.fifty
{
max-width:50%;
margin-left:1%;
margin-right:1%;
}

.thirty
{
max-width:30%;
margin-left:1%;
margin-right:1%;
}

big
{
font-size:150%;
font-weight:bold;
}

ol
{
margin-left:4%;
}

ul
{
margin-left:4%;
}

.blue
{
color:blue;
}

.red
{
color:red;
}

.green
{
color:green;
}


pre 
{
margin-left:6%;
font-family:"lucida console",courier-new,courier,monospace;  
}

pre.code
{
margin-left:6%;
font-family:"lucida console",courier-new,courier,monospace; 
font-size:1em;
}

pre.program
{
width:auto;
margin-left:5%;
margin-right:5%;
padding:2em;
border-style:double;
border-color:brown;
background-color:white;
font-family:"lucida console",courier-new,courier,monospace; 
font-size:1em;
}

code
{
font-family:"lucida console",courier-new,courier,monospace; 
color:blue;
font-size:1em;
}


code.register
{
color:green;
font-weight:bold;
}


a:link     { color:brown;}
a:visited   { color:brown }
a:active    { color:red }
a:hover img { border: 2px solid blue; background-color: blue}
a:hover     { color:blue; }

.navigation
{
padding-top:1em;
border-width:1px 0 0 0;
border-style:dashed none none none;
border-color: blue;
margin-left: 1%;
}

.navigation img
{
border: 2px solid transparent;
}
 
.topnavigation
{
padding-bottom:1em;
border-width:  0 0 1px 0;
border-style: none none dashed none;
border-color: blue;
margin-left: 1%;
}

.topnavigation img
{
border: 2px solid transparent;
}

.questionEcho
{
padding-bottom:1em;
border-width:  1px 1px  1px  1px;
border-style: none none dashed none;
border-color: blue;
}

.answer
{
background-color:#f0f0ff;
padding:0.5em;
border-style:groove;
border-width:thin;
border-color:blue;
margin-left: 1%;
margin-right:1%;
}

.answer h3
{
margin-left: 1%;
color:blue;
}

a.audio
{
font-family:arial,sans-serif; 
font-size:1.4em;
letter-spacing:0.1em;	
font-weight:bold;
line-height:0.2em
}

img.rightimage
{
float:right;
margin:0em 2em 2em 1em;
}

.clearfloats
{
clear:both;
}

table.righttable
{
float:right;
margin:0.25em 2em 2em 2em;
}

table 
{
margin-left:1cm;
font-family:arial,sans-serif; 
font-size:1em;
}

table pre
{
margin-left:0.4cm;
margin-right:0.4cm;
}

td
{
text-align: center;
}

.lesson
{
margin-top:1.0em;
margin-right:1.0em;
margin-bottom:1.0em;
margin-left:0.5em;
padding:0em;
clear:both;
}

.lesson table.formatTable
{
  border-style: dotted;
  border-width: 1px;
}

.lesson table.formatTable td
{
  text-align:left;
  border-style: none;
  border-width: 0px;
}

.lesson h1
{
color:brown;
text-align:center;
font-family:arial,sans-serif; 
font-size:2em;
}

.lesson h1 code
{
color:brown;
font-family:"lucida console",courier-new,courier,monospace;
}

.lesson h4
{
color:black;
margin-left: 0.5em;
}

.lesson table
{
  border-width: 1px;
  border-style: solid;
  border-color:brown;
  background-color:white;
}

.lesson td
{
  border-width: 1px;
  border-style: solid;
  border-color:brown;
}

.lesson th
{
  border-width: 1px;
  border-style: solid;
  border-color:brown;
  background-color:tan;
}

.question
{
	background-color:#f0f0ff;
	padding:0.5em;
	border-style:groove;
	border-width:thin;
	border-color:blue;
	margin-left: 1%;
	margin-right:1%;
	clear:both;
}

.question h3
{
margin-left: 1%;
color:blue;
}

.question table
{
  border-width: 1px;
  border-style: solid;
  border-color:blue;
  background-color:white;
}

.question th
{
  border-width: 1px;
  border-style: solid;
  border-color:blue;
  background-color:lightblue;
}

.question td
{
  border-width: 1px;
  border-style: solid;
  border-color:blue;
  background-color:white;
}

table.appendixTable
{
border-width: 1px;
border-style: solid;
border-color:brown;
background-color:white;
margin-left:1cm;
font-family:arial,sans-serif; 
font-size:1em;
}

table.appendixTable td
{
  text-align:left;
  border-style: dotted;
  border-width:  1px 0px  0px  0px;
  border-color:brown;
}
