body
{
	text-align: center;
    margin: 0px;
    background: #c7d2f3;
}

/* Content */
.menu
{
    vertical-align: top;
}

.content
{
    width: 100%;
    vertical-align: top;
}

.mainContent
{
    padding: 15px 20px;
}

/* Header */
.header
{
    margin: 0 auto 0 auto;
    width: 770px;
    border: solid 1px black;
    background: white;
    text-align: left;
}

.header .logo
{
    background: white;
    vertical-align: middle;
    width: 167;
}

.header .pageTitle
{
    background: #77a5d9;
    vertical-align: top;
    width: 100%;
    text-align: left;
	padding-left: 10px;
}

.header .mission
{
    background: navy;
    text-align: center;
    vertical-align: middle;
    width: 603px;
    color: White;
}

/* Footer */
.footer
{
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}

/* Login */
.loginBox
{
    border: solid 1px black;
    width: 45%;
    margin: 18px;
}

.loginBox div
{
    padding: 5px;
}

.login-NewUsers
{
    background: #fcfecc;
    float: left;
}

.login-SampleCourse
{
    background: #c9f1ca;
    float: left;
}

.login-CurrentUsers
{
    background: #fed2d2;
    float: right;
    text-align: center;
}

/* General */
.noBorder
{
    border: 0px;
}

.center
{
    text-align: center;
}

.bold
{
    font-weight: bold;
}

.buttons
{
    display: block;
    margin: 10px 0;
    text-align: center;
}

.buttonsLeft
{
    display: block;
    margin: 10px 0;
    text-align: left;
}

.section
{
    background: #c7d2f3;
    padding: 10px;
    margin: auto auto 10px auto;
}

.whiteBox
{
    background: white;
    padding: 10px;
    border: solid 1px black;
    margin: auto auto 10px auto;
}

/* Form */
.form
{
}

.form .category
{
    margin-bottom: 20px;
    background: #c7d2f3;
    padding: 10px;
}

.form .category em
{
    color: navy;
    font-weight: bold;
    font-size: 115%;
    border-bottom: solid 1px black;
    margin-bottom: 10px;
    font-style: normal;
    display: block;
}

.form .row
{
    clear: left;
    padding: 5px;
}

.form .label
{
    clear: left;
    float: left; 
    font-weight: bold; 
    text-align: right; 
    width: 125px;
    padding: 5px 5px 0px 0px;
    font-size: 90%;
}

.form .label.left
{
    text-align: left;
}

.form .input
{
    float: left;
}

.form .field
{
    padding-bottom: 5px;
}

.form .help
{
    background: #fffea0 url(../../images/PageTitleBG.gif) repeat-y;
    float: right;
    border: solid 1px black;
    width: 200px;
    font-size: 70%;
    padding: 5px;
}

.form .help ul
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-left: 10px;
}

.form .help li
{
    margin-bottom: 5px;
}

.form .error
{
    font-size: 70%;
}

/* Course List */
.courseDetailsBox
{
    float: left;
    border: solid 1px black;
    width: 550px;
    background-color: White;
    margin-top: 20px;
}

.courseDetailsBox .accreditedTitle, .courseDetailsBox .acceleratedTitle
{
    border-bottom: solid 1px black;
    background-color: Navy;
    color: White;
    font-weight: bold;
    padding: 3px;
    display: block;
}

.courseDetailsBox .acceleratedTitle
{
    background-color: Maroon;
}

.courseDetailsBox .courseDetails
{
    padding: 10px;
    width: 90%;
}

.courseDetails .label
{
    clear: left;
    float: left; 
    width: 100px;
    font-weight: bold;
    padding: 1px;
}

.courseDetails .text
{
    padding: 1px;
}

/* Course */
.mainContainer
{
    position: absolute; /* For bug in Netscape.  Can't be relative and overflow hidden */
    width: 100%;
    height: 100%;
   /* overflow: hidden; */
}

.courseHeader
{
    width: 100%; 
    height: 102px;
    border: 0px;
    font-size: 75%;
    font-weight: bold;
    color: White;
    background: url(../images/HeaderBG.gif) repeat-x;
}

.courseHeader a, .courseHeader a:active, .courseHeader a:visited, .courseHeader a:hover
{
    color: White;
}

.courseHeader .headerFixedSize
{
    width: 770px;
    float: left;
}

.courseHeader .headerNavigationBridge
{
    float: left; 
    width: 220px;
    height: 85px;
    text-align: center;
    border-right: solid 1px black; 
    border-bottom: solid 1px black;
    background: white;
}

.courseHeader .headerToolbar
{
    float: left; 
    border-bottom: solid 1px black;
}

.courseHeader .headerToolbarButtons
{
    background: #CED3E7; 
    height: 66px;
}

.courseHeader .toolbarButton
{
    float: left;
    width: 108px;
    text-align: center;
    padding-top: 5px;
}

.courseHeader .headerToolbarText
{
    background: #CE4184; 
    height: 18px; 
    border-top: solid 1px black;
}

.courseHeader .toolbarText
{
    padding-top: 2px;
    float: left;
    width: 108px;
    text-align: center;
}

.courseHeader .headerInfo
{
    padding-top: 0px;
    clear: left; 
    background: #31659C; 
    height: 15px; 
    border-bottom: solid 1px black;
}

.courseHeader .courseheaderInfo
{
    padding-top: 0px;
    clear: left; 
    background: #31659C; 
    height: 30px; 
    border-bottom: solid 1px black;
}

.courseHeader .headerShowHideIndex
{
    float: left; 
    width: 220px; 
    height: 15px; 
    border-right: solid 1px black;
    text-align: center;
}

.courseContainer
{
    width: 100%; 
    float: left; 
    overflow: hidden;
    min-width: 770px; /* for Netscape */
}

/* Course TOC */
.courseToc
{
    width: 220px;
    height: 100%; 
    float: left; 
    border-right: solid 1px black;
}

.courseTocContainer
{
    width: 100%; 
    overflow: auto; 
    overflow-x: hidden;
}

.courseToc .tocDirections
{
    height: 15px; 
    background: #CE4184; 
    border-bottom: solid 1px black;
    font-size: 75%;
    font-weight: bold;
    padding-top: 3px;
    text-align: center;
    color: White;
}

.courseToc .tocDirectionExpandImage
{
    padding-left: 20px;
    background: url(../images/Tree/Expand.gif) no-repeat 0 50%;
}

.courseToc .tocDirectionCollapseImage
{
    margin-left: 10px;
    padding-left: 20px;
    background: url(../images/Tree/Collapse.gif) no-repeat 0 50%;
}

.courseToc .gettingStarted
{
    color: Green;
}

.courseToc .overview
{
    color: navy;
}

.courseToc .pretest
{
    color: purple;
}

.courseToc .terminology
{
    color: blue;
}

.courseToc .content, .courseToc .content nobr
{
    color: magenta;
}

.courseToc .reflections
{
    color: red;
}

.courseToc nobr
{
    white-space: normal;
}

.courseToc .treeNode, .courseToc .gettingStarted, .courseToc .overview, .courseToc .pretest, .courseToc .terminology, .courseToc .content, .courseToc .reflections
{
    font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	cursor: default;
	padding-top: 2px;
}

.courseToc .disabledTreeNode
{
    font-weight: bold;
	color: Gray;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	cursor: default;
	padding-top: 2px;
}

.courseToc .selectedTreeNode
{
    font-weight: bold;
	border-right: royalblue 1px solid;
	border-top: royalblue 1px solid;
	padding-left: 1px;
	padding-right: 1px;
	border-left: royalblue 1px solid;
	cursor: default;
	color: black;
	padding-top: 1px;
	border-bottom: royalblue 1px solid;
	background-color: lightblue;
}

.courseToc .tree
{
    padding: 5px;
}

/* Course Content */
.courseContent
{
    width: 100%; 
    height: 100%; 
    border: 0px; 
    float: left;
}

.quote
{
	border: solid 1px #666699;
	margin-top: 20px;
	margin-left: 20px;
	padding: 5px;
}

/* Course Catalog */
.courseDescriptionSummary
{
    margin-bottom: 15px;
}

table.courseCatalog 
{
    width: 100%;
    border: 0px;
}

table.courseCatalog th, table.courseCatalog td
{
    padding: 5px;
    border: 0px;
    vertical-align: top;
}

table.courseCatalog .accreditedHeader
{
    background: navy;
    color: white;    
}

table.courseCatalog .acceleratedHeader
{
    background: maroon;
    color: white;    
}

table.courseCatalog .accreditedRow
{
    background: #c7d2f3;
}

table.courseCatalog .acceleratedRow
{
    background: #fed2d2;
}

table.courseCatalog .rowAlt
{
    background: white;
}

table.courseCatalog .creditItem
{
    width: 50px;
    text-align: center;
}

table.courseCatalog .statusItem
{
    width: 100px;
    text-align: center;
}

/* Menu */
.menu
{
    margin: auto;
    text-align: center;
    width: 250px;
}

a.menuButton, a.menuButton:visited, a.menuButton:active
{
	border: solid 1px navy;
	background: navy;
	color: white;
	cursor: pointer;
	padding: 3px 5px;
	margin: 5px 5px;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

a.menuButton:hover
{
	color: white;
	background: blue;
}

/* Formatted List */
table.list
{
	clear: both;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #666699;
	margin: 5px auto;
	margin-bottom: 15px;
}

table.topic
{
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

table.replies
{
    border-top: 0px;
    margin-top: 0px;
}

table.list th, table.list td
{
	padding: 5px;
	border-bottom: 1px solid #666699;
	border-left: 1px solid #666699;
	margin: 0px;
	font-size: 90%;
	vertical-align: top;
}

table.list th
{
	font-weight: bold;
	background: #666699;
	color: white;
	vertical-align: bottom;
}

.table.list th.highlight
{
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	width: 5%;
	vertical-align: top;
}

table.list tr
{
	background: #f7f7f7;
}

table.list tr.alt
{
	background: #dedfdf;
}

.enrollNowBox
{
    float: right;
    width: 175px;
    padding: 20px;
    background: #c7d2f3;
    font-weight: bold;
    text-align: center;
}
.LinkButton{text-decoration:none; color:Blue;}

