@charset "utf-8";
/* CSS Document */

#courseLeft {
	float:left;
	height: auto;
	min-height: 500px;
	width: 500px;
	margin: 0 10px 0 0;
}

#courseRight {
	width: 200px;
	float:left;
	height:auto;
	min-height: 500px;
               background-color: #ffffff;
}

#vidExamples {
	width: 100%;
	height: auto;
	min-height: 100px;
	margin: 0 0 15px 0;
	border-top: solid 10px #627C5E;
	border-right: solid 1px #627C5E;
	border-left: solid 1px #627C5E;
	border-bottom: solid 1px #627C5E;
	padding: 0 5px 10px 5px;
}

#vidExamples img, #fileExamples img {
	border: none;
}

#vidExamples h2, #fileExamples h2 {
	text-align: center;
	margin: 5px 0 10px 0;
}

#fileExamples {
	width: 100%;
	height: auto;
	min-height: 100px;
	margin: 15px 0 15px 0;
	border-top: solid 10px #627C5E;
	border-right: solid 1px #627C5E;
	border-left: solid 1px #627C5E;
	border-bottom: solid 1px #627C5E;
	padding: 0 5px 10px 5px;
	font-size: 12px;
}

#pagination {
	width: 100%;
	height: 50px;
	margin: 0 0 10px 0;
	text-align: center;
}

#pagination_2 {
	height: 50px;
	margin: 0 0 10px 0;
	text-align: center;
}

#pagination img, #pagination_2 img {
	border: none;
	margin-right: 15px;
}

#chapterLoc {
	width: 895px;
	height: 50px;
	margin: 0 0 20px 0;
	text-align: left;
	font-weight: bold;
}

#chapterLoc select {
	margin: 0 15px 0 0;
	background-color: #E4EDE3;
}

#content #courseContent p {
	color: #000000;
}

#center #content #testResults .questions_answers {
	font-size: 12px;
	color: #000000;
}

#center #content #testResults .questions_answers ul {
	margin: 5px 0 15px 5px;
}

#center #content #testResults .questions_answers ul li {
	font-size: 12px;
	color: #000000;
}

.testResultDetails {
	font-size: 18px;
	color: #627C5E;
	border-bottom: solid 1px #627C5E;
	padding: 10px 0 10px 0;
	font-weight: bold;
}

.testLegend {
	border-bottom: solid 1px #627C5E;
	padding: 10px 0 10px 0;
}

.testDetails_label {
	text-align: right;
	padding: 0 10px 0 0;
	font-weight: bold;
}

.resultMsg {
	padding: 10px 0 20px 0;
}

table#workshopinfo {
	width: 400px;
	color: #939598;
}

table#workshopinfo tr td {
	padding: 2px;
	text-align: left;
}
/*
table#workshopinfo tr td input#Workshop {
	width: 250px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color: #E9F0E7;
}

table#workshopinfo tr td input#Date {
	width: 100px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color: #E9F0E7;
}
*/
table#input {
	wdith: 580px;
	color: #939598;
}

table#input tr td{
	padding: 10px;
}

table#input tr td input#Question_1, table#input tr td input#Question_2, table#input tr td input#Question_3, table#input tr td input#Question_4, table#input tr td input#Question_5, table#input tr td input#Question_6, table#input tr td input#Question_7 { 
	width: 30px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color: #E9F0E7;
}

form#feedback input#button {
	
}

.passed_left {
	vertical-align: top;
	padding: 10px 0 10px 10px;
	text-align: left;
	background-color: #e3f0f1;
}

.passed_right {
	text-align: left;
	vertical-align: top;
	padding: 10px 0 10px 30px;
	font-size: 20px;
	font-weight: bold;
	background-color: #e3f0f1;
}

#course_flash {
	width: 550px;
	height: 100%;	
        padding: 20px;
        text-align: center;
        display: none;
        border: solid 1px #627c5e;
        background-color: #e4ede3;
        margin: 0 auto 40px auto;
}

#course_flash_file {
    margin: auto;
}
