/********************************************************************* 
   CSS Stylesheet for DCPL Web Supplement 
 
   Author: Lyn Turbak 

   History:
   + 8/20/08 Created
   + 8/23/08 Added bug styles and unavailable link styles.
   + 9/08/09 Added bug styles and unavailable link styles.

 ********************************************************************/

/*
#pic {
        position:absolute;
        top:0px;
        left:0px;
        width:150px;
}
*/

#banner { 
        position: absolute;
        top: 0px;
        left: 0px;
        width: 725px;
        /* height: 192px; */ /* Full height of inuksuk picture */
        height: 70px; /* Just enough height for year and course title */
        background-color: brown;
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 10px;
        text-align: left;
        font-family: Verdana, Arial, sans-serif;
}

#banner SPAN.coursetitle {
        color: yellow;
        font-size: 26px;
}

#banner SPAN.year {
        color: white; /* book author color */
        font-size: 18px;
}

#banner SPAN.supplementtitle {
        color: rgb(156,220,248); /* book title color */
        font-size: 22px;
}

#banner SPAN.supplementlocation {
        color: rgb(150,149,191); /* lower left of book cover */
        font-size: 22px;
}

#navbar {
        position: absolute;
        top: 70px;
        left: 0px;
        width: 735px;
        height: 55px;
        /* background-color: rgb(150,149,191); */ /* lower left of book cover */
        /* background-color: rgb(130,132,173); */ /* lower middle of book cover */
        background-color: black; 
} 

#navbar UL {
        margin: 15px;
        padding: 0px;
        list-style-type: none;
}

#navbar LI {
        display: inline;
        font-family: Verdana, Arial, sans-serif;
        font-size: 20px;
        padding: 10px 20px 30px 10px;
} 

#navbar A {
        border-color: brown;
        border-width: thin;
        border-style: hidden;
        text-decoration:none;
} 

#navbar A:link {
        color : yellow;
} 

#navbar A:visited {
        color : yellow;
} 

/* Treat unavailable links differently */

#navbar A.unavailable:link {
        color: rgb(128,128,128); 
} 

#navbar A.unavailable:visited {
        color: rgb(128,128,128); 
} 

#navbar A.unavailable:hover {
   cursor: not-allowed;
   border-style: hidden;
}

#navbar A:hover {
        border-color: brown;
        border-width: thin; 
        border-style: solid; 
        color: rgb(80%,82%,69%); /* from padlock */
        /* background-color: rgb(14,8,8); */ /* upper right of book cover */
}

#navbar A.selected {
        color: yellow;
        background-color: brown;
} 

#content { 
        position: absolute;
        top: 125px;
        left: 0px;
        width: 715px; 
        height: 100%;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-family: Verdana, Arial, sans-serif;
        font-size: 14px;
        /* background-color: rgb(80%,82%,69%); */ /* from padlock */
        background-color: white;
}

#content table {
        font-family: Verdana, Arial, sans-serif;
        font-size: 14px;
}

#content SPAN.listtitle { 
        font-weight: bold;
}

#content img { 
        padding: 15px;
	height: 200px;
}

#dogtag {
        font-size: 10px;
}
