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

a {
	text-decoration: none;
	color: #2977c7;
}
a:hover {
	text-decoration: underline;
	color: #2977c7;
}
a img {
	border: none;
}
h1 {
	color: rgb(34, 34, 34);
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 1.2em;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(54, 113, 161);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.admin h2 {
	font-size: 30px;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(54, 113, 161);
	font-size: 16px;
	font-weight: bold;
}



body {
	background-color: #111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(34, 34, 34);
	font-size: 16px;
	line-height: 1.2em;
}
.container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.container .genericSection {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#header {
	min-height: 45px;
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
}
#header img {
	position: absolute;
	z-index: 95;
	top: 5px;
	right: 5px;
}
#header img.adminLogo {
	top: 8px;	
}
#nav {
	text-transform: uppercase;
	color: #4d84bd;
	/* float: left; */
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 10px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position:outside;
	/* float: left; */
	/* margin-top: 10px; */
	font-size: 12px;
}
#nav ul li {
	display: block;
	float: left;
}
#nav ul li a {
	color: #4d84bd;
	text-decoration: none;
	padding: 5px 9px;
	background-color: #FFF;
	height: 19px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#nav ul li a:hover {
	color: #fff;
	background-color: #95cbe9;
}




#nav2 {
	text-transform: uppercase;
	color: #4d84bd;
	/* float: left; */
	font-family: Helvetica, Arial, sans-serif;
	/* padding-top: 7px; */
}
#nav2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position:outside;
	/* float: left; */
	margin-top: 10px;
	font-size: 12px;
}
#nav2 ul li {
	display: block;
	float: left;
}
#nav2 ul li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 9px;
	background-color: #111;
	height: 19px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#nav2 ul li a:hover {
	color: #fff;
	background-color: #95cbe9;
}

#nav.adminNav * {
	font-size: 10px;
}


#mainContent {
	background-color: #FFF;
	position: relative;
	min-height: 500px;
	padding: 25px 0;
}




/*----------HOMEPAGE----------*/
.homeMainBox {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #222;
    padding: 20px;
    padding-top: 60px;
    color: rgb(223, 185, 70);
    position: relative;
    font-family: Helvetica, Arial, sans-serif;}
.homeMainBox table, .homeMainBox td {
	border: 0;
}
.homeMainBox img {
	position: absolute;
	top: 15px;
	right: 15px;
}
.homeMainBox h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 48px;
	color: white;
	letter-spacing: -2px;
	line-height: 1em;
	font-weight: bold;
}
.homeMainBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1.2em;
	color: rgb(223, 185, 70);
	text-transform: none;
	font-weight: normal;
}



.homeMainBox2 {
	background-color: #e8e8e8;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding: 20px;
	margin-top: 25px;
	font-family: Helvetica, Arial, sans-serif;
}
.homeMainBox2 h1 {
	font-size: 22px;
}

.oneItem {
	float: left;
	width: 250px;
	margin-left: 25px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
}
.oneItem img {
	z-index: 50;
	position: absolute;
	bottom: 70px;
	left: 70px;
}
.oneItem .itemText {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 12px;
}
.oneItem .itemText * {
	margin: 0;
}
.oneItem h2 {
	margin-top: 85px;
	font-weight: bold;
	font-size: 24px;
	text-transform: none;
	padding-bottom: 10px;
	line-height: 1em;
}
.oneItem .yellow {
	background-color: #efd279;
}
.oneItem .yellow * {
	color: rgb(65, 65, 16);
}
.oneItem .blue {
	background-color: #95cbe9;
}
.oneItem .blue * {
	color: rgb(2, 71, 105);
}
.oneItem .green {
	background-color: #afd775;
}
.oneItem .green * {
	color: rgb(44, 87, 0);
}
.oneItem .red {
	background-color: #de9d7f;
}
.oneItem .red * {
	color: rgb(81, 31, 31);
}


.oneItem .itemTitle {
	margin-top: 10px;
}
.oneItem .itemTitle * {
	color: rgb(51, 51, 51);
	text-align: center;
	margin-bottom: 10px;
}
.oneItem .itemTitle h2 {
	font-size: 26px;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0;
}
.oneItem .itemTitle p {
	font-size: 18px;
}


.homeImage {
	float: right;
	padding: 0 5px 0 15px;
}
#homePic1 {
	position: absolute;
	top: -25px;
	left: 0;
	height: 30px;
	width: 179px;
	background-image: url(../img/homeGuys1.png);
}
#homePic2 {
	position: absolute;
	top: 5px;
	left: 0;
	height: 400px;
	width: 312px;
	background-image: url(../img/homeGuys2.jpg);
}
#homePic img {
float: left;
}
#homeContent {
	width: 450px;
	margin-left: 330px;
}
.homeVideo {
background-color: #222;
float: left;
width: 190px;
height: 190px;
margin-bottom: 20px;
position: relative;
}
.homeVideo .videoTitle {
	padding: 5px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.homeVideo .videoTitle h4 {
	font-size: 14px;
	color: white;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.homeVideo .videoTitle p {
	margin: 0;
	padding: 0;
}
.homeVideo a.playNow {
	position: absolute;
	z-index: 80;
	top: 40px;
	left: 56px;
}
.aQuote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 40px 0;
	padding: 20px 0;
	font-size: 22px;
	text-align: center;
	line-height: 26px;
}
.aQuote .author {
	font-size: 16px;
	color: #666;
	padding-top: 5px;
	font-style: italic;
}









.clientSection {
	
}
.clientSection img {
	float: left;
	padding: 0 0 0 40px;
}
.clientSection .testimonial {
	float: left;
	width: 330px;
	margin: 10px 0 0 90px;
	font-size: 11px;
	line-height: 14px;
	border: 3px solid #dceaf8;
	padding: 10px;
	font-style: italic;
}
.clientSection .testimonial span {
	padding-top:5px;
	font-size: 12px;
	text-align: right;
	display: block;
	font-style: normal;
}


#footer {
	/* border-top: 1px solid #a1c5e7; */
	background-color: #111111;
	text-align: center;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 20px 0;
}
#footer img {
	padding-bottom: 10px;
}
#footer a {
	color: #6ba5df;
}
#footer a:hover {
	text-decoration: underline;
}
#googleVoice {
	margin-top: 20px;
}

/* STYLES FOR MANAGE THREADED QUIZ PAGE */
#questionContainerWrapper {
	margin-bottom: 10px;
	border: 1px solid #c1e4ff;
	overflow-x: scroll;
	background-color: #f5f5f5;
}

#questionContainer {
	width: 2000px;
	}
.questionRow {
	font-weight: bold;
	border-bottom: 1px solid #c1e4ff;
	padding: 5px 0;
}
.answerRow {
	background-color: #c0e0ff;
	margin: 5px 0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 10px;
    padding: 5px;
    
}
.answerButtons {
	float: right;
	padding-left: 5px;
	}
.questionColumn {
	float:left;
	height:400px;
	width:239px;
	padding: 5px;
    /*border-right: 1px solid #c1e4ff;*/
    background-color:  white;
    overflow-y: scroll;
}
.iscorrect {
	font-weight:bold;
	color:#900
}
.isend {
	background-color: #ffd0d2;
	color:#900
}
.selectedRow {
	background-color: #639edc;
	color:#FFF;
	background-image: url(../img/selectedBg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.selectedRow a {
	color:#FFF;
}

.addButton a {
	color: #008000;	
}


/* STYLES FOR ALL COURSES FRONTEND */
.courses h2 {
	font-size: 30px;
	line-height: 1.5em;
}
.smallTitle {
	line-height: 10px;
	font-size: 18px;
	padding-left: 70px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(54, 113, 161);
	margin-top: -20px;
}
#allCourses {
	margin: 50px 0 0 50px;
}
.oneCourse {
	float: left;
	height: 142px;
	width: 148px;
	text-align: center;
	background-image: url(../img/courseIcon.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0 20px 20px 0;
	cursor: pointer;
}
.oneCourse .image {
}
.oneCourse .title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	top: 65px;
	left: 12px;
	width: 122px;
	font-weight: normal;
	text-align: center;
	color: #ee7a20;
}
.oneCourse .title a {
	color: #ee7a20;
	text-decoration: none;
}
.oneCourse .title a:hover {
	color: #ee7a20;
}
.oneCourse .clickHere {
	font-size: 10px;
	font-weight: normal;
}
.oneCourse .passed, .oneCourse .failed, .oneCourse .incomplete, .oneCourse .recommend {
	height: 44px;
	width: 44px;
	background-repeat: no-repeat;
	position: absolute;
	top: -5px;
	left: 5px;
}
.oneCourse .passed {
	background-image: url(../img/badgePassed.png);
}
.oneCourse .recommend {
	background-image: url(../img/badgeRecommended.png);
}
.oneCourse .failed {
	background-image: url(../img/badgeFailed.png);
}
.oneCourse .incomplete {
	background-image: url(../img/badgeHalf.png);	
}


/* STYLES FOR ALL QUIZZES FRONTEND */
.quizzes h2 {
	font-size: 30px;
	line-height: 1.5em;
}
.backButton {
	background-color: silver;
	display: compact;
	padding: 3px 5px;
	width: 100px;
	display: none;
}
img.smallIcon {
	width: 60px;
	margin-bottom: -5px;
	padding-right: 10px;
}
#iconLegend {
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	text-align: right;
	color: #6eb0e0;
	font-weight: bold;
}
#iconLegend .legendRow {
margin-bottom: 5px;
}
#iconLegend img {
	width: 30px;
	height: 30px;
	margin-bottom: -10px;
	padding-left: 10px;
}
#allQuizzes {
	margin: 50px 0 25px 50px;
}
.oneQuiz {
	float: left;
	height: 142px;
	width: 148px;
	text-align: center;
	background-image: url(../img/quizIcon.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	margin: 0 20px 20px 0;
	cursor: pointer;
}
.oneQuiz .image {
}
.oneQuiz .title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	top: 50px;
	left: 25px;
	width: 100px;
	font-weight: normal;
	text-align: center;
	color: #ee7a20;
}
.oneQuiz .title a {
	color: #ee7a20;
	text-decoration: none;
}
.oneQuiz .title a:hover {
	color: #ee7a20;
}
.oneQuiz .clickHere {
	font-size: 10px;
	font-weight: normal;
}
.oneQuiz .passed, .oneQuiz .failed, .oneQuiz .incomplete, .oneQuiz .recommend {
	height: 44px;
	width: 44px;
	background-repeat: no-repeat;
	position: absolute;
	top: -5px;
	left: 5px;
}
.oneQuiz .passed {
	background-image: url(../img/badgePassed.png);
}
.oneQuiz .recommend {
	background-image: url(../img/badgeRecommended.png);
}
.oneQuiz .failed {
	background-image: url(../img/badgeFailed.png);
}
.oneQuiz .incomplete {
	background-image: url(../img/badgeHalf.png);	
}

.oneTraining {
	float: left;
	height: 142px;
	width: 148px;
	text-align: center;
	background-image: url(../img/trainingIcon.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	margin: 0 20px 20px 0;
	cursor: pointer;
}
.oneTraining .image {
}
.oneTraining .title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	position: absolute;
	top: 50px;
	left: 12px;
	width: 122px;
	font-weight: normal;
	text-align: center;
	color: #ee7a20;
}
.oneTraining .title a {
	color: #ee7a20;
	text-decoration: none;
}
.oneTraining .title a:hover {
	color: #ee7a20;
}
.oneTraining .clickHere {
	font-size: 10px;
	font-weight: normal;
}
.oneTraining .passed, .oneTraining .failed, .oneTraining .incomplete, .oneTraining .recommend {
	height: 44px;
	width: 44px;
	background-repeat: no-repeat;
	position: absolute;
	top: -5px;
	left: 5px;
}
.oneTraining .passed {
	background-image: url(../img/badgePassed.png);
}
.oneTraining .failed {
	background-image: url(../img/badgeFailed.png);
}
.oneTraining .incomplete {
	background-image: url(../img/badgeHalf.png);	
}

.oneTraining .recommend {
	background-image: url(../img/badgeRecommended.png);	
}





/* STYLES FOR QUIZZES PAGE FRONTEND */
.videoArchive {
	background-color: #F4D3B5;
	border: 1px solid #D5782B;
	padding: 5px 10px 5px 10px;
	text-align:left;
	height:35px;
	width:235px;
	margin-bottom:5px;
}
.videoArchive img {
	float:left;
	padding-right: 8px;
}
.audioArchive {
	background-color: #ffd0d2;
	border: 1px solid #bf9092;
	text-align:left;
	padding: 5px 10px 5px 10px;
	height:35px;
	width:235px;
	margin-bottom:5px;
}
.audioArchive img {
	float:left;
	padding-right: 8px;
}
.archivePages {
	margin-top:5px;
}
.archivePages a {
	padding:3px;
}
.archivePages a.current {
	padding:3px;
	background-color: #dceaf8;
	border: 1px solid #a1c5e7;
}
.titleWrapper {
	display:table;
}
.archiveTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #6eb0e0;
	font-size: 14px;
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
	margin-left:-5px;
	height:35px;
	width:200px;
}
.mediaSection {
	text-align:center;
	width: 100%;
	margin-bottom: 15px;
}
#mainVideo {
	padding: 20px;
	background-color: #dceaf8;
	border: 1px solid #a1c5e7;
	margin: 0 auto;
	text-align: left;
}
#questionBlock {
	background-color: #dceaf8;
	border: 1px solid #a1c5e7;
	padding: 20px 130px 30px 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.questionTimer {
	z-index: 90;
	position: absolute;
	top: 25px;
	right: 20px;
	text-align: center;
	width: 131px;
	height: 187px;
	background-image: url(../img/stopWatch.png);
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}
.timerInner {
	margin-top: 60px;
}
#timerBox {
	font-size: 40px;
	font-weight: normal;
	color: #e26d21;
	line-height: 30px;
}
.quizQuestion {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}
.quizRadio {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px solid #a1c5e7;
}
.quizRadio label {
	font-weight: normal;
	padding-left: 10px;
	font-size: 14px;
}
#questionBlock .submitButton {
	margin-top: 30px;
}
.completeBlock {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.questionComplete {
	background-color: #dceaf8;
	border: 1px solid #a1c5e7;
}
.answerComplete {
	background-color: #F4D3B5;
	border: 1px solid #D5782B;
}
.resultComplete {
	background-color: #ffd0d2;
	border: 1px solid #bf9092;
}







/*----------FORMS----------*/
.formDiv {
	border: 1px solid #d8effe;
	padding: 10px;
	background-color: #eff8ff;
	color: #4b7caf;
}
.formDiv .formSection {
	border: 1px solid #d8effe;
	background-color: #f6fbff;
	padding: 20px;
	margin-bottom: 10px;
	font-size: 12px;
}
.formDiv .formRow {
	float: left;
	margin-bottom: 1px;
	border-bottom: 1px solid #d8effe;
	width: 650px;
	/* border: 1px solid green; */
}
.formDiv label {
	float: left;
	width: 225px;
	color: #4b7caf;
	font-weight: normal;
	/* background-color: red; */
}
.formDiv field {
	float: left;
	width: 300px;
	/* background-color: blue; */
}
.formDiv textarea {
	width: 400px;
}
.formDiv ol {
	margin-left:40px;
}





.admin table {
font-size:12px;
}


table {
	width: 100%;
}
th {
	background-color: #639edc;
	color: white;
	font-weight: bold;
}
th a {
	color: white;
}
td {
	border: 1px solid #dceaf8;
}




fieldset {
	border: 1px solid #dceaf8;
	background-color: #f4f8fd;
	
}
fieldset h3 {
	border-bottom: 1px solid #dceaf8;
	padding-bottom: 10px;
}
fieldset table {
/* 	width: 600px; */
	margin: 0;
}
fieldset td {
	border: none;
}
fieldset td:first-child {
	width: 250px;
}

table.noStyle td {
	border: none;
}




.orderDetails {
	border-top: 1px dashed #dceaf8;
	border-bottom: 1px dashed #dceaf8;
	padding: 20px 0;
	margin-bottom: 20px;
}



.profile {
	padding:2px;
}
.heading {
	background-color:#A1D0FF;
	font-weight:bold;
	color:#FFFFFF;
	height:20px;
}
.label {
	font-weight:bold;
	text-align:left;
	width:100px;
	float:left;
	padding-right:10px;
}
.field {
	width:325px;
	float:left;
}
.statrow {
	float: left;
	margin-top:4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d8effe;
}
.statlabel {
	font-weight:bold;
	text-align:left;
	width:225px;
	float:left;
	padding-right:10px;
}
.statfield {
	width:425px;
	float:left;
}
.statgraph {
	float:left;
	width:150px;
	height:15px;
	margin-top:2px;
	background-color:#E8EFF8;
	margin-right:5px;
}
.statfill {
	height:15px;
	background-color:#3671A1;
}
.traininggraph {
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(54, 113, 161);
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.stattraininggraph {
	float:left;
	width:350px;
	height:45px;
	margin-top:2px;
	background-color:#E8EFF8;
	margin-right:5px;
}
.stattrainingfill {
	height:45px;
	background-color:#3671A1;
}
.profileInfo {
	float:left;
	width:500px;
}
.courseName {
	float:left;
	width:250px;
	margin-right:2px;
	padding:4px;
	
}
.scoreGraph {
	float:left;
	width:200px;
	margin-right:2px;
	padding:4px;
	
}
.passedCol {
	float:left;
	width:30px;
	margin-right:2px;
	text-align:center;
}
.quizName {
	padding-left:20px;
}
.timeCol {
	float:left;
	width:40px;
	margin-right:2px;
	text-align:center;
	padding:4px 0 4px 0;
}
.completed {
	float:left;
	width:75px;
	margin-right:2px;
	padding:4px;
	text-align:center;
}
.score {
	float:left;
	width:50px;
	margin-right:2px;
	padding:4px;
	text-align:center;
}
.startDate {
	float:left;
	width:150px;
	margin-right:2px;
	padding:4px;
}


.paging {
	margin-top: 50px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4d84bd;
	text-transform: uppercase;
	background-color: #dceaf8;
	border: 1px solid #a1c5e7;
	padding: 5px;
}
.paging .previous {
	float: left;
}
.paging .next {
	float: right;
}
.paging .disabled {
	color: #b0cae6;
}
.round {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.clearAll {
	clear: both;
}
	
.imageRight {
	float: right;
	border: 3px solid #d8effe;
	margin: 10px;
}
.resultsDiv img {
	float: left;
}
.resultsDiv strong {
	font-size: 18px;
}
#flashMessage {
	background-color: #d4ffbf;
	text-align: center;
	font-size: 12px;
	color: #113300;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
	margin-bottom: 20px;
}
#authMessage {
	background-color: #d4ffbf;
	text-align: center;
	font-size: 18px;
	color: #034200;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
img.nextQuiz {
	padding: 20px 20px 20px 0;
}