
html,body
{
 background-image: url(../newimages/blueflamebar.gif);
 background-attachment: fixed;
 background-repeat: no-repeat;

 font-family: "Book Antiqua";
 white-space: normal;
}

#header
{
 width:100%;
 height: 15px;
 float:top;
 padding:2px;
}
html>body #header 
{
 position:fixed;
 z-index:10; /* Prevent certain problems with form controls */
}

.navlink {
float: center;
width: 50%;
margin: 1em;
position: absolute;
}

/*.navlink a {
//border: 2px dashed #A00;
background-color: rgb(220, 220, 255);
opacity: 0.5;
text-align: center;
padding: .7em;
}*/

.navlink a {
background-color: rgb(204,204,255);
padding: 0.4em;
/*width: 90%;*/
margin: 0.8em auto;
text-align: center;
clear: both;
text-decoration: none;
color: black;
opacity: 0.5;
}

.navlink a:hover{
opacity: 1.0;
 font-weight:bold;
}

.m-link {
float: right;
border-style: solid;
padding: 3px;
}

.entry {
margin-left: 10em;
margin-right: 30em;
}

.entry pre {
word-wrap: break-word;
}

.schedule {
margin-left: 10em;
margin-right: 20em;
}

.code pre {
display: block;
margin-left: 1em;
white-space: pre;
overflow: auto;
width: 700px;
line-height: 1.4;
border: 1px solid #ccc;
background: #ece9d8;
padding: 8px;
word-wrap: break-word;
}

.book-entry {
padding: 1em;
border-style: solid;
}

.login {
float: right;
clear:right;
padding: 3px;
}

.login input {
color: #4F94CD;
}

.warning {
color: #8B0000;
font-weight:bold;
}