﻿
body 
{
    background-image: url(/content/images/bluegradient-2.jpg);
    height: 100%;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif; 
}

.Header
{
    padding-top: 56px;
    height: 25px;
    width: 1000px;
    background-image: url(/content/images/main_course_header.jpg);
    background-repeat: no-repeat;
    float: none;
	background-color: #565656;
	color: #CCCCCC;
}

.Footer
{
    font-size: 13px; 
    font-weight: normal; 
    color: #FFFFFF; 
}

.LoginName
{
	float: right; 
	width: 275px; 
	text-align: right; 
	padding: 5px 5px;
	font: 12px normal Arial, Helvetica, sans-serif;
}

ul.topnav {
    z-index: 500;
	list-style: none;
	padding: 0 10px;	
	margin: 0;
	float: left;
	width: 425px;
	font: 12px normal Arial, Helvetica, sans-serif;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 5px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 5px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	background: none;
	float: left;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(/content/images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
    z-index: 500;
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 25px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(/content/images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(/content/images/dropdown_linkbg.gif) no-repeat 10px center; 
}

.Table
{
    width: 100%;
}

.TableHeader
{
    background-color: #bbc3d3;
    color: #FFFFFF;
}

.TableEntry
{
}

a
{
    color: #555555;
}

.ContentBody 
{
    background-color: #FFFFFF;
    float: left;
    width: 975px;
    padding: 5px 10px 5px 15px;
}


.LoginWarning
{
    color: Red;
}

/* Collapsibe Div */
.CollapsibleDiv {
}

.CollapsibleHead 
{
    cursor: pointer;
    position: relative;
    margin:1px;
}

.CollapsibleBody 
{
    width: 100%;
}


/* Question Control */
.QuestionTitle
{
    padding-top: 20px;
    padding-bottom: 3px;
}

.QuestionHeading
{
    padding-top: 5px;
}


/* Drag Boxes */
ul.Box {
    list-style-type: none;
    padding: 0px;
    width: 100%;
}
ul.Box li { 
    cursor:move;
    padding: 0px 0px;
    border: 1px solid #ccc;
    background-color: #eee;
    margin-top: 2px;
}

/* Admin Questions Review */
/* Quiz - Questions */
.ReviewQuestionsHeaderID
{
    background-color: #162E89;
    color: #FFFFFF;
    width: 100px;
}

.ReviewQuestionsHeaderQuestion
{
    background-color: #162E89;
    color: #FFFFFF;
    width: 400px;
}

.ReviewQuestionsHeaderLetter
{
    background-color: #162E89;
    color: #FFFFFF;
    width: 50px;
}

.ReviewQuestionsHeaderQNumber
{
    background-color: #162E89;
    color: #FFFFFF;
    width: 50px;
}

.ReviewQuestionsHeaderLastUpdate
{
    background-color: #162E89;
    color: #FFFFFF;
    width: 200px;
}

.ReviewQuestionsID
{
    vertical-align: top;
}

.ReviewQuestionsQuestion
{
    vertical-align: top;
}

.ReviewQuestionsLetter
{
    vertical-align: top;
}

.ReviewQuestionsQNumber
{
    vertical-align: top;
}

.ReviewQuestionsLastUpdate
{
    vertical-align: top;
}

/* Dashboard */
.sidebox 
{
	clear: both;
	margin: 0 auto; /* center for now */
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h3 {
	margin: 0;
	padding-top: 15px;
	font-weight: bold; 
	line-height: 1em;
	font-size: 1em;
}
.boxbody
{
	margin: 0 0 0 0;
	padding-top: 15px;
}


/* Navigation Control (Browser & Admin) */
.TitleControl
{
    padding: 0px;
    float: left;
    width: 600px;
}

.NavControl
{
    padding: 0px;
    text-align: right;
}


.IndexTitle
{
    font-weight: bold;
    padding-top: 10px;
    padding-right: 10px;
    float:left;
}

.BookTitle
{
    font-weight: bold;
    padding-top: 10px;
    padding-right: 10px;
    float:left;
}

.ChapterTitle
{
    font-weight: bold;
    padding-top: 10px;
    padding-right: 10px;
    float: left;
}

.SectionTitle
{
    font-weight: bold;
    padding-top: 10px;
    padding-right: 10px;
    float: left;
}

.PageInfo
{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    float:left;
}

.Clear
{
    clear: left;
}

table.LogbookEntry {
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.LogbookEntry th, table.LogbookEntry td {
    background: #B8C7F2;
    text-align: center;
    vertical-align: top;
    font: 7pt Verdana, sans-serif;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-top: 3px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
}
