body
{
    background: white;
    text-align: left;
    font-family: Verdana, Geneva, sans-serif;
    font-size: small;
}

* html body
{
    font-size: x-small; /* for IE5/Win */
    f\ont-size: small; /* for other IE versions */
}

.printButton
{
    float: right;
    cursor: pointer;
}

.course
{
    clear: both;
}

/* General */
.noBorder
{
    border: 0px;
}

.center
{
    text-align: center;
}

.bold
{
    font-weight: bold;
}

hr
{
    border: 0px solid black;
    border-top: 1px solid black;
    height: 1px;
    margin-bottom: 15px;
}

a, a:visited, a:active
{
	color: Navy;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

/* Form */
.validationText
{
    float: left;
}

.label
{
    clear: both;
    float: left;
    width: 150px;
    font-weight: bold;
}

.widelabel
{
    clear: both;
    float: left;
    width: 250px;
    font-weight: bold;
}

.spacer
{
    margin-bottom: 10px;
}

.field
{
    margin-bottom: 10px;
}

/* Standard Button */
.buttons a, .buttons a:visited, .buttons a:active, a.button, a.button:visited, a.button:active
{
	border: solid 1px navy;
	background: navy;
	color: white;
	cursor: pointer;
	padding: 3px 5px;
	margin: 5px 5px;
	display: inline;
	text-decoration: none;
	text-align: center;
}

.buttons a:hover, a.button:hover
{
	color: white;
	background: blue;
}

/* Footer */
.footer
{
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
	font-size: 68%;
}

/* Rounded Box */
.upperLeft
{
    float: left;
    width: 100%;
    background: url(../images/AssignmentBoxUL.gif) top left no-repeat;
}

.upperRight
{
    float: left;
    width: 100%;
    background: url(../images/AssignmentBoxUR.gif) top right no-repeat;
}

.lowerLeft
{
    float: left;
    width: 100%;
    background: url(../images/AssignmentBoxLL.gif) bottom left no-repeat;
}

.lowerRight
{
    float: left;
    width: 100%;
    background: url(../images/AssignmentBoxLR.gif) bottom right no-repeat;
}

/* Section End */
.sectionEnd
{
    float: left;
    width: 100%;
    background: #c7d2f3;
    margin: auto auto 10px auto;
    text-align: center;
}

.sectionEndPadding
{
    padding: 10px;
}

.previousSection
{
    float: left; 
    width: 130px; 
    margin: 20px 20px;
}

.nextSection
{
    float: right; 
    width: 130px; 
    margin: 20px 20px;
}

/* Assignment */
.assignmentBox
{
    float: left;
    width: 100%;
    margin: auto auto 10px auto;
    background: red;
}

.assignmentPadding
{
    float: left;
    padding: 10px;
}

.assignmentImage
{
    float: left;
    padding: 10px;
}

.assignmentTitle
{
    font-size: 150%;
    font-weight: bold;
}

.assignmentSubTitle
{
    font-size: 100%;
    font-weight: bold;
}

.assignmentHelp
{
    margin-bottom: 15px;
    padding-left: 25px;
    font-size: 80%;
    background: url(../images/HelpSmall.gif) no-repeat 0 50%;
    line-height: 25px;
}

.assignmentDirectionsContainer
{
    margin-left: 135px;
}

.assignmentDirections
{
    font-style: italic;
}

.learningLogBox
{
    background: #ffff9c;
}

.toolkitBox
{
    background: #ffb7b7;
}

.conferenceCenterBox
{
    background: #ceffff;
}

.assignmentHeader
{
	margin-bottom: 25px;
}

.assignmentHeader .assignmentButton
{
	float: right;
	width: 50px;
	text-align: center;
	vertical-align: bottom;
	font-size: 75%;
	line-height: 15px;
}

.assignmentHeader .assignmentButton img
{
    margin: auto;
	border: 0px;
	display: block;
}

.assignmentHeader .icon
{
	float: left;
	margin-right: 10px;
	padding-top: -10px;
}

/* Assignment ButtonBar */
.assignmentHeader .buttonBarText
{
	float: left;
	vertical-align: bottom;
	margin-top: 5px;
}

.assignmentHeader .viewMessages
{
	float: right;
	font-weight: bold;
	padding: 3px;
	margin-right: 5px;
}

/* Assignment Table */
.assignmentList
{
	clear: both;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #666699;
	margin: 5px auto;
}

.assignmentList th, .assignmentList td
{
	padding: 5px;
	border-bottom: 1px solid #666699;
	border-left: 1px solid #666699;
	margin: 0px;
	font-size: 90%;
	vertical-align: top;
}

.assignmentList th
{
	font-weight: bold;
	background: #666699;
	color: white;
	text-align: left;
}

.assignmentList th.highlight
{
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	width: 5%;
	vertical-align: top;
}

.assignmentList .clip
{
	overflow: hidden; 
	height: 15px;
}

.assignmentList .messageText
{
	padding: 10px;
}

.assignmentList tr
{
	background: #f7f7f7;
}

.assignmentList tr.alt
{
	background: #dedfdf;
}

.assignmentList tr.unread
{
	font-weight: bold;
}

.assignmentList .delete
{
	width: 20px;
}

.assignmentList .dateReceived
{
	width: 20%;
}

.assignmentList .from
{
	width: 20%;
}

.assignmentList .view
{
	width: 35px;
}

.assignmentContent
{
    clear: both;
}

/* Assignment List */
.learningLogIcon
{
    background: url(../images/LearningLogTiny.gif) no-repeat 0 50%;
    padding: 3px 25px 3px 25px;
}

.conferenceCenterIcon
{
    background: url(../images/ConferenceCenterTiny.gif) no-repeat 0 50%;
    padding: 3px 25px 3px 25px;
}

.toolkitIcon
{
    background: url(../images/ToolkitTiny.gif) no-repeat 0 50%;
    padding: 3px 25px 3px 25px;
}

.testIcon
{
    background: url(../images/TestTiny.gif) no-repeat 0 50%;
    padding: 3px 25px 3px 25px;
}

/* Learning Log */
.learningLogDirections
{
    border: solid 1px black;
    background: white;
    padding: 5px;
    width: 495px;
    margin-bottom: 15px;
}

.learningLogDescription
{
    width: 500px;
}

.learningLogResponse
{
    width: 500px;
    height: 150px;
}

/* Test */
.test
{
    border: hidden 0px black;
}

.test td, .test th
{
    padding-bottom: 25px;
}

.correct
{
    font-weight: bold;
}

.testSummary
{
    margin-top: 10px;
}

.testSummary .label
{
    clear: both;
    float: left;
    width: 130px;
    font-weight: bold;
}

.testSummary .correctAnswerNote
{
    margin: 10px 0px;
    font-style: italic;
}

/* Course List */
.startDateColumn
{
    width: 75px;
    text-align: center;
}

.endDateColumn
{
    width: 75px;
    text-align: center;
}

.studentsColumn
{
    width: 50px;
    text-align: center;
}

/* Student List */
.creditColumn
{
    width: 50px;
    text-align: center;
}

.gradeColumn
{
    width: 50px;
    text-align: center;
}

.newMessagesColumn
{
    width: 75px;
    text-align: center;
}

.newAssignmentsColumn
{
    width: 100px;
    text-align: center;
}

/* Student Work */
.informationBox
{
    border: solid 1px #666699;
    margin-bottom: 15px;
}

.informationBoxHeader
{
    background: #666699;
    color: White;
	padding: 5px;
	font-weight: bold;
	font-size: 90%;
}

.informationBoxContent
{
    padding: 5px;
}

.studentName
{
    float: left;
}

.sendMessage
{
    float: right;
    padding-left: 25px;
    background: url(../images/MessageCenterTiny.gif) no-repeat 0 50%;   
    line-height: 17px;
}

.gradeNote
{
    font-size: 80%;
}

/* Instructor Courses */
.noCourses
{
    margin-top: 15px;
    font-weight: bold;
}

/* Message Center */
.messageType
{
    float: right;
}

.viewMessages
{
	float: right;
	font-weight: bold;
	padding: 3px;
	margin-right: 5px;    
}

.list tr.unread
{
	font-weight: bold;
}

.list .archiveColumn
{
	width: 20px;
}

.list .dateReceivedColumn
{
	width: 25%;
}

.list .fromColumn
{
	width: 20%;
}

.list .viewColumn
{
	width: 35px;
}

/* Conference Center*/
.small
{
   font-size: 80%;
}

.ccMainContent
{
    width: 100%;
}

.ccBox
{
    float: left;
    border: solid 1px #666699;
    background: #f7f7f7;
    padding: 3px;
    margin-bottom: 10px;
}

.ccTitle
{
    float: left;
    font-size: 80%;
    font-weight: bold;
}

.ccLinks
{
    float: right;
    font-size: 80%;
}

.list .topicsColumn
{
	width: 50px;
	text-align: center;
}

.list .repliesColumn
{
	width: 50px;
	text-align: center;
}

.list .lastPostColumn
{
	width: 170px;
	font-size: 80%;
}

.ccAuthorColumn
{
    width: 150px;
}

.ccFeedback
{
    float: left;
    font-size: 80%;
}

.viewAttachment
{
    font-size: 90%;
    padding-left: 15px;
    background: url(../images/CCIcons/Attachment.gif) no-repeat 0 50%;
    margin-bottom: 15px;
    display: block;
}

/* Instructor Menu */
a.courseListIcon
{
    background: url(../images/CourseListTiny.gif) no-repeat 5px 50%;
    padding-left: 25px;
}

a.studentsIcon
{
    background: url(../images/StudentsTiny.gif) no-repeat 5px 50%;
    padding-left: 25px;
}

a.studentIcon
{
    background: url(../images/StudentTiny.gif) no-repeat 5px 50%;
    padding-left: 25px;
}

a.messageCenterIcon
{
    background: url(../images/MessageCenterTiny.gif) no-repeat 5px 50%;
    padding-left: 25px;
}

a.conferenceCenterIcon
{
    background: url(../images/ConferenceCenterTiny.gif) no-repeat 5px 50%;
    padding-left: 25px;
}

a.viewCourseIcon
{
    background: url(../images/ViewCourseTiny.gif) no-repeat 5px 50%;
    padding-left: 25px;
}

a.logoutIcon
{
    background: url(../images/LogoutTiny.gif) no-repeat 5px 50%;
    padding-left: 25px;
}

/* Download Document */
.downloadBox
{
    border: solid 1px black;
    background: #ffff9c;
    width: 500px;
    margin-bottom: 20px;
}

.downloadHeader
{
    background: Navy;
    color: White;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.downloadPadding
{
    padding: 10px;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}