﻿html, body
{
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
    background-image: url('../images/cnbackground.jpg');
    background-repeat: repeat-x;
    background-color: #486B60;
    background-position: top left;
}



#container
{
    background-position: left top;
    border-bottom: 0px;
    border-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-top: 0px;
    width: 100%;
    height: 100%;
}

#masterhead
{
    width: 100%;
    height: 135px;
    border-bottom: 0px;
    border-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-top: 0px;
    text-align: right;
    padding-bottom: 0px;
    overflow: auto;
    border-color: #FFFFFF;
    border-style: none none solid none;
    border-width: 1px;
    margin: 0px;
}

#headlogo
{
    padding: 5px 20px;
}

#page_content
{
    position: relative;
    min-height: 350px;
}

#footer
{
    border-color: #FFFFFF;
    border-width: 1px;
    width: 100%;
    height: 80px;
    overflow: hidden;
    clear: both;
    padding-top: 1%;
    vertical-align: bottom;
    margin: 0px;
    bottom: 0px;
    border-top-style: solid;
}

#sidebar
{
    border-bottom: 0px;
    border-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-top: 0px;
    position: absolute;
    width: 60px;
    height: 100%;
    float: left;
    display: inline-block;
}

#menuWithBorders
{
    border-bottom: 0px;
    border-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-top: 0px;
    position: absolute;
    width: 200px;
    float: left;
    display: inline-block;
    border-style: none solid none solid;
    border-width: 1px;    
    border-color: #FFFFFF;
    left: 70px;
    top: 0px;
    height: 100%;
    margin: 0px 10px 0px 10px;
}

#menu
{
    padding: 20px 10px 10px 10px;
}

#content
{
    border-bottom: 0px;
    border-left: 0px;
    margin: 0px;
    border-top: 0px;
    border-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 30px;
    padding-top: 10px;
    font-family: Verdana;
    font-size: small;
    color: #FFFFFF;
    left: 260px;
    position: relative;
    height: auto;
    max-width: 800px;
}

a : link
{
    color: #FFFFFF;
    text-decoration: underline;
}
a:active
{
	color: white;
}

a: visited
{
    color: #FFFFFF;
    text-decoration: underline;
}
a: hover
{
    color: #00FF00;
    text-decoration: underline;
}

#defaultMain
{
    background-position: center center;
    width: auto;
    overflow: auto;
    height: 400px;
    background-image: url('../images/keyboard.jpg');
    background-repeat: no-repeat;
}



.footerText
{
    color: #FFFFFF;
    text-align: right;
    font-family: Verdana;
    font-size: large;
    margin: 10px;
}


.mainTable
{
    width: 100%;
}

.dopplr
{
    background-color: #003300;
}


.menuItem
{
    color: #FFFFFF;
    margin:  5px 15px 5px 10px;
}


.footerQuote
{
    color: #CCFFCC;
    font-size: x-small;
    text-align: center;
    vertical-align: text-bottom;
}

.courseTitle
{
    color: White;
    font-size: medium;
    font-family: Verdana;
}

.courseSummary
{
    color: White;
    font-size: small;
}

.courseTopics
{
    color: White;
    font-size: small;
}

.courseHeader
{
    color: #CCFFCC;
    font-size: smaller;
    margin: 10px;
}


.modalBookBackground
{
    background-color: #C0C0C0;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalBookPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    font-size: small;
    color: #000000;
}

.blogTitle
{
    font-size: large;
    font-weight: bold;
    color: #FFFF99;
}

.newsTitle
{
   font-size: normal;
   font-weight: normal;
}

.blogContent
{
    font-size: small;
    font-style: normal;
    font-weight: normal;
    
}

#booksContent
{
    position: relative;
}

.booksPanelHeader
{
    position: relative;
    left: 20px;
    margin: 10px;
}

.booksPanel
{
    position: static;
    left: 420px;
    top: 150px;
    margin: 10px;
    float: left;
    z-index: 2;
}


