/**************************************************************************
Name:         main.css
Description:  Main site styling.  Includes boilerplate styles from
			  h5bp.com and initializr.com.
Date Created: 09/27/2012 by Kyle Brickman
Modified:
**************************************************************************/

/**************************************************************************
Boilerplate Styles
**************************************************************************/
body
{
	min-width: 1024px;
}

html,
button,
input,
select,
textarea
{
	color:       #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:   12px;
	line-height: 20px;
}

body
{
	background-image:    url( '/images/layout/main_bgMap.jpg');
	background-position: left 100px;
	background-repeat:   no-repeat;
	background-size:     435px 318px;
}

.editorBody
{
	background: #fff;
	min-width: 0;
	min-height: calc( 100% - 10px );
	height: calc( 100% - 10px );
	padding: 5px;
}

body.auth
{
	background-position: left 333px;
}

a
{
	color: #0793cf;
}

a:hover
{
	color: #000;
}

p
{
	line-height:   16px;
	margin:        0;
	margin-bottom: 10px;
	padding:       0;
}

h1, h2, h3, h4, h5
{
	line-height: 1.5em;
	margin:      0;
	padding:     0;
}

h1
{
	color:          #000;
	font-size:      19px;
	letter-spacing: 2px;
	line-height:    1em;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	letter-spacing: 2px;
}

h3
{
	font-size:   20px;
	font-weight: bold;
	color:		 #666;
}

::-moz-selection
{
	background:  #329cc9;
	text-shadow: none;
}

::selection
{
	background:  #329cc9;
	text-shadow: none;
}

hr
{
	border:     0;
	border-top: 1px solid #ccc;
	display:    block;
	height:     1px;
	margin:     1em 0;
	padding:    0;
}

img
{
	vertical-align: middle;
}

textarea
{
	resize: none;
}

address
{
	font-style: normal;
}

noscript
{
	color: #d40000;
}

[type="date"] {
	background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}

[type="date"]::-webkit-inner-spin-button {
	display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

div.siteWidth
{
	margin:  0 auto 0 0;
	padding: 0 15px;
	width:   994px;
}

.safariframe
{
	background: #7d7d7d;
	color:      #fff;
	display:    none;
	font-size:  12px;
	left:       0;
	padding:    10px;
	position:   absolute;
	text-align: center;
	width:      100%;
	z-index:    1000;
}

.chromeframe
{
	background: #7d7d7d;
	color:      #fff;
	display:    none;
	font-size:  12px;
	left:       0;
	padding:    10px;
	position:   absolute;
	text-align: center;
	width:      100%;
	z-index:    1000;
}

.chromeframe a
{
	color: #fff;
}

.flat
{
	margin: 0;
	padding: 0;
}

ul.flat
{
	list-style-type: none;
}

ul.flat.quizOptions
{
	font-size: 16px;
	margin-bottom: 100px;
	margin-left: 100px;
}

ul.quizOptions li input[type="radio"].quizAnswer
{
	height: 18px;
    margin-right: 15px;
    margin-top: 10px;
    width: 18px;
    float: left;
}

ul.quizOptions li label.answerLabel
{
    bottom: -11px;
    color: #000;
    position: relative;
    display: flex;
}

div.quiz div.explanation
{
    display: block;
    height: 50px;
    line-height: 20px;
}

div.quiz div.explanation img.pngfix 
{
	float: left;
}

div.quiz div.explanation div.explanationText
{
	color: #000;
    margin-left: 30px;
}

.success
{
	color: green;
	font-weight: bold;
}

.failure
{
	color: red;
	font-weight: bold;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.cf:after
{
	content: " ";
	display: table;
	clear: both;
}

body.print
{
	background: #ffffff;
}

body.print div.content
{
	width: 765px;
	padding: 0 11px;
	font-size: 13px;
}

span.sent
{
	color: #4ce600;
}

/**************************************************************************
Buttons
**************************************************************************/

.button
{
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;

	border:      0;
	margin:      0;
	padding:     10px 0;
	display:     block;

	color:       #3c351a;
	font-family: Arial, Verdana, sans-serif;
	font-size:   14px;
	font-weight: bold;
	outline:     none;
	text-align:  center;
	text-shadow: 1px 1px #ddc00a;
	text-decoration: none;
	width:       145px;

	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	    -ms-box-sizing: content-box;
	     -o-box-sizing: content-box;
	        box-sizing: content-box;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;

	background: #c89d01;
	background: -webkit-gradient( linear, left top, right bottom, color-stop( 0%, #c89d01 ), color-stop( 20%, #ddc00a ), color-stop( 40%, #c89d01 ), color-stop( 60%, #c89d01 ), color-stop( 80%, #ddc00a ), color-stop( 100%, #c89d01 ));
	background: -webkit-linear-gradient( -45deg, #c89d01 0%, #ddc00a 20%, #c89d01 40%, #c89d01 60%, #ddc00a 80%, #c89d01 100% );
	background:    -moz-linear-gradient( -45deg, #c89d01 0%, #ddc00a 20%, #c89d01 40%, #c89d01 60%, #ddc00a 80%, #c89d01 100% );
	background:     -ms-linear-gradient( -45deg, #c89d01 0%, #ddc00a 20%, #c89d01 40%, #c89d01 60%, #ddc00a 80%, #c89d01 100% );
	background:      -o-linear-gradient( -45deg, #c89d01 0%, #ddc00a 20%, #c89d01 40%, #c89d01 60%, #ddc00a 80%, #c89d01 100% );
	background:         linear-gradient( 135deg, #c89d01 0%, #ddc00a 20%, #c89d01 40%, #c89d01 60%, #ddc00a 80%, #c89d01 100% );

	-webkit-box-shadow: inset 2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px -2px 3px rgba( 255, 255, 255, 0.5 );
	   -moz-box-shadow: inset 2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px -2px 3px rgba( 255, 255, 255, 0.5 );
	    -ms-box-shadow: inset 2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px -2px 3px rgba( 255, 255, 255, 0.5 );
	     -o-box-shadow: inset 2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px -2px 3px rgba( 255, 255, 255, 0.5 );
	        box-shadow: inset 2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px -2px 3px rgba( 255, 255, 255, 0.5 );

	-webkit-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
	   -moz-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
	    -ms-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
	     -o-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
	        transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
}

.button:hover
{
	text-shadow: 1px 1px #fee028;

	background: #e8ba26;
	background: -webkit-gradient( linear, left top, right bottom, color-stop( 0%, #e8ba26 ), color-stop( 20%, #fee028 ), color-stop( 40%, #e8ba26 ), color-stop( 60%, #e8ba26 ), color-stop( 80%, #fee028 ), color-stop( 100%, #e8ba26 ));
	background: -webkit-linear-gradient( -45deg, #e8ba26 0%, #fee028 20%, #e8ba26 40%, #e8ba26 60%, #fee028 80%, #e8ba26 100% );
	background:    -moz-linear-gradient( -45deg, #e8ba26 0%, #fee028 20%, #e8ba26 40%, #e8ba26 60%, #fee028 80%, #e8ba26 100% );
	background:     -ms-linear-gradient( -45deg, #e8ba26 0%, #fee028 20%, #e8ba26 40%, #e8ba26 60%, #fee028 80%, #e8ba26 100% );
	background:      -o-linear-gradient( -45deg, #e8ba26 0%, #fee028 20%, #e8ba26 40%, #e8ba26 60%, #fee028 80%, #e8ba26 100% );
	background:         linear-gradient( 135deg, #e8ba26 0%, #fee028 20%, #e8ba26 40%, #e8ba26 60%, #fee028 80%, #e8ba26 100% );
}

.button:disabled
{
	color: #b3b0a9;
	text-shadow: 1px 1px #f6f6f6;

	background: #e6e6e6;
	background: -webkit-gradient( linear, left top, right bottom, color-stop( 0%, #e6e6e6 ), color-stop( 20%, #f6f6f6 ), color-stop( 40%, #e6e6e6 ), color-stop( 60%, #e6e6e6 ), color-stop( 80%, #f6f6f6 ), color-stop( 100%, #e6e6e6 ));
	background: -webkit-linear-gradient( -45deg, #e6e6e6 0%, #f6f6f6 20%, #e6e6e6 40%, #e6e6e6 60%, #f6f6f6 80%, #e6e6e6 100% );
	background:    -moz-linear-gradient( -45deg, #e6e6e6 0%, #f6f6f6 20%, #e6e6e6 40%, #e6e6e6 60%, #f6f6f6 80%, #e6e6e6 100% );
	background:     -ms-linear-gradient( -45deg, #e6e6e6 0%, #f6f6f6 20%, #e6e6e6 40%, #e6e6e6 60%, #f6f6f6 80%, #e6e6e6 100% );
	background:      -o-linear-gradient( -45deg, #e6e6e6 0%, #f6f6f6 20%, #e6e6e6 40%, #e6e6e6 60%, #f6f6f6 80%, #e6e6e6 100% );
	background:         linear-gradient( 135deg, #e6e6e6 0%, #f6f6f6 20%, #e6e6e6 40%, #e6e6e6 60%, #f6f6f6 80%, #e6e6e6 100% );
}

.button.print
{
	float: left;
	min-height: 28px;
	width: 28px;
	padding: 0;
	margin: 0;
	background: transparent url(/images/quiz_print_sprite.png) no-repeat 0 0px;

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;

	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}

.button.print:hover
{
	background-position: 0 -28px;
}

.button.refresh
{
	display: inline-block;
	height: 20px;
	width: 20px;
	padding: 0;
	margin: 0 3px;
	background: transparent url(/images/cap.png) no-repeat 0 0px;

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;

	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;

}

.button.refresh:hover
{
	background-position: 0 -20px;
}

.icon
{
	position: relative;
}

.icon.arrow:before
{
	content: "\25b6";
}

.button.icon.arrow:before
{
	content: "\25b6";
	/*margin: 0 20px 0 -28px;*/
	font-size: 18px;
	position: absolute;
	left: 10px;
	top: 9px;
}

.icon.plus:before
{
	content: "+";
}

.button.icon.plus:before
{
	content: "+";
	font-size: 26px;
	position: absolute;
	left: 10px;
	top: 11px;
}

.icon.check:before
{
	content: url(/images/layout/check.png);
}

.button.icon.check:before
{
	content: url(/images/layout/check.png);
	position: absolute;
	left: 10px;
	top: 10px;
}

.icon.view:before
{
	content: url(/images/btns/viewIcon.png);
}

.button.icon.view:before
{
	content: url(/images/btns/viewIcon.png);
	position: absolute;
	left: 10px;
	top: 9px;
}

/**************************************************************************
Header
**************************************************************************/
header
{
	background-color: #393737;
	border-bottom:    1px solid #525252;

	-webkit-box-shadow: 0px 5px 10px rgba( 0, 0, 0, 0.6);
	   -moz-box-shadow: 0px 5px 10px rgba( 0, 0, 0, 0.6);
	    -ms-box-shadow: 0px 5px 10px rgba( 0, 0, 0, 0.6);
	     -o-box-shadow: 0px 5px 10px rgba( 0, 0, 0, 0.6);
	        box-shadow: 0px 5px 10px rgba( 0, 0, 0, 0.6);
}

body.auth header
{
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
}

header h1
{
	background-image:    url( '/images/layout/logo_onlineCourse.jpg' );
	background-position: left center;
	background-repeat:   no-repeat;
	background-size:     518px 58px;
	height:              68px;
	overflow:            hidden;
	text-indent:         -500px;
	width:               518px;
}

header h2
{
	float:       right;
	height:      68px;
	line-height: 68px;
}

header h2 a
{
	color:           #fff;
	font-size:       16px;
	text-decoration: none;
}

header h2 a:hover
{
	color:           #fff;
	text-decoration: none;
}

/**************************************************************************
Main Navigation
**************************************************************************/
header nav
{
	border-bottom: 1px solid #888;
    border-top: 1px solid #888;
    height: 35px;
    background: #888;
}

header nav a
{
	border: 1px solid transparent;
    color: #fff;
    display: block;
    float: left;
    font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    margin-left: 85px;
    margin-top: 5px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

header nav a:hover,
header nav a.active
{
	border: 1px solid #727272;
    color: #fff;
    background: #727272;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

header nav a:first-child
{
	margin-left: 0;
}

header nav a[target],
header nav a[target]:hover
{
	color: #bbbbbb;
}

/**************************************************************************
Banner
**************************************************************************/
body.auth header div.banner
{
	background-image:    url( '/images/layout/banner_bg_layer1_x.jpg' );
	height:              226px;
}

body.auth header div.banner div
{
	height:   100%;
	overflow: hidden;
	position: relative;
	width:    100%;
}

body.auth header div.banner div div div
{
	background: transparent;
	width: auto;
	left: -15px;
	right: -30px;
}

/**************************************************************************
Content Areas
**************************************************************************/
article
{
	float:  right;
	margin: 55px 0 40px 0;
	width:  764px;
}

article strong
{
	color: #000000;
}

article h2
{
	margin: 1em 0;
}

aside
{
	background-color: #0c0c0c;
	color:            #666;
	float:            left;
	margin:           55px 0 40px 0;
	min-height:       194px;
	padding:          6px;
	width:            188px;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;

	-webkit-box-shadow: 2px 2px 8px rgba( 0, 0, 0, 0.5 );
	   -moz-box-shadow: 2px 2px 8px rgba( 0, 0, 0, 0.5 );
	    -ms-box-shadow: 2px 2px 8px rgba( 0, 0, 0, 0.5 );
	     -o-box-shadow: 2px 2px 8px rgba( 0, 0, 0, 0.5 );
	        box-shadow: 2px 2px 8px rgba( 0, 0, 0, 0.5 );
}

aside div.section
{
	background-repeat: no-repeat;
	padding:           10px 6px;
	margin-bottom:     0px;

	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(71,71,71,1)), color-stop(80%,rgba(71,71,71,0)));
	background: -webkit-linear-gradient(top,       rgba(71,71,71,1) 0%, rgba(71,71,71,0) 80%);
	background:    -moz-linear-gradient(top,       rgba(71,71,71,1) 0%, rgba(71,71,71,0) 80%);
	background:     -ms-linear-gradient(top,       rgba(71,71,71,1) 0%, rgba(71,71,71,0) 80%);
	background:      -o-linear-gradient(top,       rgba(71,71,71,1) 0%, rgba(71,71,71,0) 80%);
	background:         linear-gradient(to bottom, rgba(71,71,71,1) 0%, rgba(71,71,71,0) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#000c0c0c',GradientType=0 );*/

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	     -o-border-radius: 6px;
	        border-radius: 6px;

	position: relative;
	z-index: 1;
}

aside div.section.tall
{
	min-height: 81px;
}

aside div.section > *
{
	position: relative;
	z-index: 3;
}

aside div.section:after
{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;

	/*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(12,12,12,1)), color-stop(40%,rgba(6,6,6,0.75)), color-stop(100%,rgba(12,12,12,0)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(12,12,12,1) 0%, rgba(6,6,6,0.75) 40%, rgba(12,12,12,0) 100%);
	background:    -moz-radial-gradient(center, ellipse cover,  rgba(12,12,12,1) 0%, rgba(6,6,6,0.75) 40%, rgba(12,12,12,0) 100%);
	background:     -ms-radial-gradient(center, ellipse cover,  rgba(12,12,12,1) 0%, rgba(6,6,6,0.75) 40%, rgba(12,12,12,0) 100%);
	background:      -o-radial-gradient(center, ellipse cover,  rgba(12,12,12,1) 0%, rgba(6,6,6,0.75) 40%, rgba(12,12,12,0) 100%);
	background:         radial-gradient(ellipse at center,      rgba(12,12,12,1) 0%, rgba(6,6,6,0.75) 40%, rgba(12,12,12,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000c0c0c',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
}


aside div.section .header
{
	color:           #fff;
	display:         block;
	font-size:       14px;
	font-weight:     bold;
	height:          29px;
	line-height:     29px;
	margin:          -6px;
	margin-bottom:   4px;
	padding-left:    6px;
	position:        relative;
	text-decoration: none;
	text-transform:  uppercase;
}

aside div.section .header:after
{
	border:      0;
	color:       #3c351a;
	content:     '\25B6';
	display:     block;
	font-family: Arial, Verdana, sans-serif;
	font-size:   14px;
	font-weight: bold;
	height:      24px;
	line-height: 24px;
	margin:      0;
	outline:     none;
	padding:     0;
	position:    absolute;
	right:       3px;
	text-align:  center;
	text-shadow: 1px 1px #0793cf;
	top:         -1px;
	width:       24px;

	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	-webkit-border-radius: 4px;
	        border-radius: 4px;

	background: #0793cf;
}


aside div.section .header:hover:after
{
	text-shadow: 1px 1px #0793cf;

	background: #0793cf;
}

aside div.section a
{
	color: #0793cf;
}

aside div.section p.blueText
{
	color: #0793cf;
}

aside div.section input
{
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;

	background:       none;
	background-color: #fff;
	border-radius:    0;
	border:           1px solid #abadb3;
	color:            #666;
	display:          block;
	height:           20px;
	line-height:      20px;
	margin:           0;
	margin-bottom:    4px;
	outline:          none;
	padding:          0 5px;
	width:            164px;

	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

/* aside div.section.logo
{
	background: none;
	color:      #999;
	font-size:  11px;
	filter:     progid:DXImageTransform.Microsoft.gradient( enabled=false );
} */

/* aside div.section.logo a
{
	background-image:    url( '/images/layout/logo_teamOregon1.png' );
	background-position: top left;
	background-repeat:   no-repeat;
	background-size:     161px 110px;
	display:             block;
	height:              110px;
	margin-bottom:       8px;
	overflow:            hidden;
	text-indent:         -500px;
	width:               161px;
} */

div.cmspLogo
{
	display:             block;
	overflow:            hidden;
}

div.cmspLogo img 
{
	width: 170px;
	height: auto;
}

aside div.account h2
{
	margin: -28px 0 3px -6px;
	color: #000000;

	text-shadow: 0 0 5px #ffffff;
}

aside div.account div.course ul
{
	margin: 0 0 18px 0;
	padding: 0;
	list-style-type: none;
}

aside div.account div.course ul li
{
	padding-left: 12px;
}

aside div.account .complete
{
	background: transparent url(/images/layout/check.png) no-repeat;
	color: #cccccc;
}

aside div.account div.progress2
{
	width: 152px;
	height: 162px;
	background: #cccccc;
	margin: 10px 18px;
	overflow: visible;
}

aside div.account div.progress2 div
{
	height: 100%;

	background: #0793cf;

}

aside div.account div.progress2 img
{
	width: 188px;
	margin-left: -18px;
}

body.print div.term
{
	position: absolute;
	display: none;
	width: 300px;
	padding: 3px;
	z-index: 30;
}

body.print div.term dt
{
	font-weight: bold;
}

.boxLeft
{
	background: #eeeeee;
	border-radius: 10px;
	padding: 10px;
	/*overflow: auto;*/
	border: 1px solid #aaaaaa;

	position: relative;
	z-index: 1;

	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(40%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,0)));
	background: -webkit-linear-gradient(left,      rgba(238,238,238,1) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,0) 100%);
	background:    -moz-linear-gradient(left,      rgba(238,238,238,1) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,0) 100%);
	background:     -ms-linear-gradient(left,      rgba(238,238,238,1) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,0) 100%);
	background:      -o-linear-gradient(left,      rgba(238,238,238,1) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,0) 100%);
	background:         linear-gradient(to right,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 40%, rgba(238,238,238,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00eeeeee',GradientType=1 );

	-webkit-box-shadow: inset 2px 0 3px 0 #bbbbbb;
	   -moz-box-shadow: inset 2px 0 3px 0 #bbbbbb;
	    -ms-box-shadow: inset 2px 0 3px 0 #bbbbbb;
	     -o-box-shadow: inset 2px 0 3px 0 #bbbbbb;
	        box-shadow: inset 2px 0 3px 0 #bbbbbb;
}

.boxLeft > *
{
	position: relative;
	z-index: 5;
}

.boxLeft:before
{
	content: " ";
	display: block;
	position: absolute;
	z-index: 2;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: 0px;


	background: #ffffff;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(65%,rgba(255,255,255,0)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
	background:    -moz-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
	background:     -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
	background:      -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
	background:      linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.boxleft:after
{
	content: " ";
	display: table;
	clear: both;
}

table.hazards th, table.hazards td
{
	border:         1px solid #666;
	padding:        5px;
	vertical-align: text-top;
}

ul.glossary
{
	list-style-type: none;
	margin:          0;
	padding:         0;
}

ul.glossary li
{
	margin-bottom: 5px;
}

.osuIcon {
    background-image: url(../images/layout/OSUlogo2018.png);
    background-size: auto 100%;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border-right: 8px solid transparent;
    margin: 10px 0 15px 0;
}

.osuIcon:after {
    content: '';
    padding: 55.5px 44px;
}

.bold {
	font-weight: 600;
}

/**************************************************************************
Landing
**************************************************************************/
article div.landing
{
	width: 670px;
}

div.landing ul
{
	width: 320px;
	padding: 10px 0 20px 30px;

	border: 1px solid #cccccc;
	background: #F5F5F5;
	list-style-type: none;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;

	-webkit-box-shadow: inset -5px -5px 25px 0 #ccc;
	   -moz-box-shadow: inset -5px -5px 25px 0 #ccc;
	    -ms-box-shadow: inset -5px -5px 25px 0 #ccc;
	     -o-box-shadow: inset -5px -5px 25px 0 #ccc;
	        box-shadow: inset -5px -5px 25px 0 #ccc;
}

div.landing ul span
{
	margin: 0 15px 0 0;
	line-height: 2em;
}

div.landing ul span.date
{
	color: #855d0f;
}

div.landing ul span.age
{
	font-weight: bold;
}

div.landing ul span.grade
{
	float: left;
	width: 16px;
	margin-right: 8px;
	margin-left: -8px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	height: 16px;
	margin-top: 4px;

	-webkit-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 1px -1px 1px rgba( 0, 0, 0, 0.5 ), -2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset 2px -2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px 2px 3px rgba( 255, 255, 255, 0.5 );
	   -moz-box-shadow: 1px -1px 1px rgba( 0, 0, 0, 0.5 ), -2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset 2px -2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px 2px 3px rgba( 255, 255, 255, 0.5 );
	        box-shadow: 1px -1px 1px rgba( 0, 0, 0, 0.5 ), -2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset 2px -2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px 2px 3px rgba( 255, 255, 255, 0.5 );

	-webkit-transition: background-color 0.5s ease;
	   -moz-transition: background-color 0.5s ease;
	    -ms-transition: background-color 0.5s ease;
	     -o-transition: background-color 0.5s ease;
	        transition: background-color 0.5s ease;
}

div.landing ul span.grade.meet { background-color: #00b233; }
div.landing ul span.grade.pass { background-color: #fffc19; }
div.landing ul span.grade.fail { background-color: #dc3032; }

div.landing div.csstest
{
	width: 480px;
	height: 0px;
}

div.landing ul span.detected
{
	float: right;
	width: 150px;
	margin-right: 20px;
	margin-left: 8px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.landing ul h2
{
	opacity: 0.95;
	height: 30px;
	max-width: 285px;
	text-align: center;
}

div.landing ul, div.landing ol
{
	margin: 0 0 25px 0;
}

div.landing ol
{
	font-weight: bold;
	padding: 0 0 0 25px;
}

div.landing ol li
{
	color: #0793cf;
	margin: 5px 0;
	padding: 0 0 0 10px;
}

div.landing ol span
{
	color: #666;
	font-weight: normal;
}

div.landing h1:nth-of-type(n+1)
{
	margin: 20px 0 0 0;
}

div#pw_c, div#un_c
{
	z-index: 4;
}

div#un_mask, div#pw_mask
{
	z-index: 3 !important;
}

div.landing ul#sysreqs {
	display: none;
}
/**************************************************************************
FAQ
**************************************************************************/
.Q{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

.A
{
	font-weight: bold;
	float: left;
	display: block;
	margin-right: 5px;
}

article div.faq .answer
{
	display: none;
	padding-left: 30px;
}

article div.faq .answer p strong
{
	color:		 #666666;
	font-weight: bold;
}

article div.faq p.question/*, article div.faq p:last-of-type*/
{
	margin-top: 25px;
	margin-bottom: 0px;
}



/**************************************************************************
Contact Us
**************************************************************************/
article div.contactUs h1
{
	margin-bottom: 40px;
}

/**************************************************************************
Login
**************************************************************************/
article div.login
{
	margin: 10px 0 0 30px;
}

article div.login ul
{
	margin: 0 0 10px 0;
}

article div.login ul li
{
	padding: 2px 0;
}

article div.login ul li label
{
	min-width: 100px;
	display: inline-block;
}

article div.login ul li input[type="text"], article div.login ul li input[type="password"]
{
	width: 275px;
}

article div.login ul li input[type="submit"]
{
	width: 100px;
	margin: 10px 0 0 325px;
}

article div.warningDialog
{
	overflow: auto;
}

article div.warningDialog input
{
	float: right;
	width: 75px;
}

/**************************************************************************
Account
**************************************************************************/
article div.account div.section
{
	margin: 0 0 0 50px;
}

article div.account div.section h2
{
	/*padding: 0 0 25px 0;*/
	text-transform: uppercase;
}

article div.account div.section h2 a
{
	font-size: 12px;
	margin-left: 20px;
	font-weight: normal;
	text-transform: none;
}

article div.account div.section:nth-of-type(n+2):before
{
	content: " ";
	display: block;
	height: 1px;
	width: 100%;
	background: #666666;
	margin: 1em 0;
}

article div.account table
{
	width: 100%;
}

article div.account table tr td
{
	vertical-align: top;
}

article div.account table tr td:first-of-type
{
	width: 85px;
	background: #ddd687;
	border-collapse: separate;
	border: 2px solid #eeeeee;
}

article div.account div.rider table
{
	width: 80%;
}

article div.account div.accountInfo tr.answer td:first-of-type
{
	background: #eeeeee;
}

article div.dashboard
{
	padding-left: 30px;
}

article div.dashboard p.left
{
	margin-right: 10px;
}

article div.dashboard p.left + p.left
{
	margin-top: 10px;
}

article div.message
{
	margin-top: 10px;
}

article div.message div
{
	margin-left: 20px;
}

article div.feedback
{
	margin: 10px 0 0 30px;
}

article div.feedback textarea, article div.feedback table, article div.feedback input[type="submit"], div.ratingRow
{
	margin-bottom: 20px;
}

article div.feedback textarea, article div.feedback input
{
	color: #000000;
}

article div.feedback textarea
{
	min-width: 280px;
	min-height: 70px;
	resize: both;
}

article div.feedback input[type="radio"]
{
	margin: 0 5px;
}

article div.feedback .ratingRow
{
	font-size: 10px;
}

article div.feedback td.ratingRow
{
	padding: 3px 0 3px 8px;
}

article div.feedback .ratingRow input[type="radio"]:first-of-type
{
	margin: 0 5px 0 20px;
}

article div.feedback .ratingRow input[type="radio"]:last-of-type
{
	margin: 0 20px 0 5px;
}

article div.feedback table tr td:first-of-type
{
	padding-right: 10px;
	border-right: 1px solid #666666;
}


/**************************************************************************
Account Create
**************************************************************************/
article table.signupCreate
{
	border          : 0;
	border-collapse : collapse;
	margin          : 0;
	padding         : 0;
	width           : 100%;
}

article table.signupCreate td.label,
article table.signupCreate td.field,
article table.signupCreate td.full
{
	border  : 0;
	margin  : 0;
	padding : 2px;
}

article table.signupCreate td.label
{
	width : 18%;
}

article table.signupCreate td.field
{
	width : 32%;
}

article table.signupCreate input[type="email"],
article table.signupCreate input[type="password"],
article table.signupCreate input[type="tel"],
article table.signupCreate input[type="text"],
article table.signupCreate select
{
	width : 90%;
}

article table.signupCreate #dphone1, article table.signupCreate #dphone2,
article table.signupCreate #ephone1, article table.signupCreate #ephone2,
article table.signupCreate #wphone1, article table.signupCreate #wphone2
{
	margin-right : 2px;
	width        : 15%;
}

article table.signupCreate #dphone3,
article table.signupCreate #ephone3,
article table.signupCreate #wphone3,
article table.signupCreate #sAddr2
{
	width : 25%;
}

article div.signup h1
{
	margin : 0 0 10px 0;
}

article div.signup h2
{
	color     : #855d0f;
	font-size : 16px;
}

article div.signupForm
{
	margin: 10px 50px;
}

article div.signupForm hr
{
	border-top: 1px solid #464545;
}

article div.signupForm tr td:first-of-type
{
	min-width: 100px;
	padding-right: 5px;
	text-align: right;
}

article div.signupForm input.save
{
	text-align: center;
}

article div.signupForm td
{
	padding-bottom: 5px;
}

article div.signupForm h4
{
	margin-bottom: 20px;
}

article div.signupForm input[type="submit"]
{
	float: right;
}

article div.signupForm.verify
{
	font-weight: bold;
}

article div.signupForm.verify td
{
	padding: 3px 6px 3px 0;
}

article div.signupForm.verify a
{
	text-decoration: none;
}

article div.signupForm.verify p span
{
	font-size: 16px;
	font-weight: bold;
	color: #cccccc;
}

article div.signupForm.verify a:hover
{
	text-decoration: underline;
}

article div.signupForm.verify .formLabel
{
	vertical-align: top;
	width: 120px;
	background: #DAD8D8;
	border: 2px solid #eeeeee;
	border-collapse: separate;
	font-weight: normal;
}

article div.signupForm.verify .question
{
	color: #666666;
}

article div.signupForm.verify .question .formLabel
{
	border-bottom: 0;
	color: #666666;
}

article div.signupForm.verify .answer .formLabel
{
	border-top: 0;
}

article div.signupForm.verify .infoverify
{
	vertical-align: top;
}

article div.signupForm.verify label[for="infoverify"]
{
	max-width: 90%;
	float: right;
}

article div.signupForm.verify input[type="checkbox"]
{
	margin: 2px 0;
}

article div.signupForm.verify .rider .right
{
	text-align: center;
}

/**************************************************************************
Course
**************************************************************************/
article div.course.overview ul
{
	padding: 0;
	margin: 0px 0;
	list-style-type: none;
	width: 660px;
}

article div.course.overview ul:after
{
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background: #cccccc;
	margin: 0;
}

article div.course.overview li
{
	display: inline-block;
	display: table-cell;
	min-width: 145px;
	width: 145px;
	max-width: 145px;
	padding: 8px 8px;
	vertical-align: middle;
	/*border-bottom: 1px solid #cccccc;*/
}

article div.course.overview li:first-of-type
{
	min-width: 110px;
	width: 110px;
	max-width: 110px;
}

article div.course.overview li:first-of-type div
{
	margin-left: 5px;
	font-weight: bold;
}

article div.course.overview li:last-of-type
{
	width: 50px;
	vertical-align: middle;
	font-weight: bold;
}

article div.course.overview em
{
	display: block;
	font-style: normal;
	color: #666666;
	font-size: 9px;
}

article div.course.overview .button.print
{
	/*margin: 6px 0 0 2px;*/
}

article div.course.start
{
	width: 548px;
}

article div.course.start p
{
	margin: 10px 0 20px 50px;
}

article div.course.start dl
{
	margin-left: 20px;
}

article div.course.start dt
{
	float: left;
}

article div.course.start dt:after
{
	content: " - ";
}

article div.course.start dd
{
	margin: 0 0 10px 55px;
}

article div.course.start input[type="button"], article div.course.start input[type="submit"]
{
	margin-top: 50px;
	width: 150px;
}

article div.course.quiz li
{
	height: 50px
}

article div.course.quiz div.controls
{
	margin-top: 20px;
	overflow: auto;
}

article div.course.quiz div.controls input[type="button"]
{
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;

	border:      0;
	bottom:      10px;
	color:       #3c351a;
	font-family: Arial, Verdana, sans-serif;
	font-size:   18px;
	font-weight: bold;
	height:      35px;
	line-height: 35px;
	margin:      0;
	outline:     none;
	padding:     0;
	text-align:  center;
	text-shadow: 1px 1px #ddc00a;
	width:       145px;

	-moz-box-sizing: content-box;
	     box-sizing: content-box;

	-webkit-border-radius: 6px;
	        border-radius: 6px;

	background: #c89d01;
	background: -webkit-gradient( linear, left top, right bottom, color-stop( 0%, #c89d01 ), color-stop( 20%, #ddc00a ), color-stop( 40%, #c89d01 ), color-stop( 60%, #c89d01 ), color-stop( 80%, #ddc00a ), color-stop( 100%, #c89d01 ));
	background: -webkit-linear-gradient( -45deg, #c89d01 0%, #ddc00a 20%, #c89d01 40%, #c89d01 60%, #ddc00a 80%, #c89d01 100% );
	background:    -moz-linear-gradient( -45deg, #c89d01 0%, #ddc00a 20%, #c89d01 40%, #c89d01 60%, #ddc00a 80%, #c89d01 100% );
	background:     -ms-linear-gradient( -45deg, #c89d01 0%, #ddc00a 20%, #c89d01 40%, #c89d01 60%, #ddc00a 80%, #c89d01 100% );
	background:      -o-linear-gradient( -45deg, #c89d01 0%, #ddc00a 20%, #c89d01 40%, #c89d01 60%, #ddc00a 80%, #c89d01 100% );
	background:         linear-gradient( 135deg, #c89d01 0%, #ddc00a 20%, #c89d01 40%, #c89d01 60%, #ddc00a 80%, #c89d01 100% );

	-webkit-box-shadow: inset 2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px -2px 3px rgba( 255, 255, 255, 0.5 );
	   -moz-box-shadow: inset 2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px -2px 3px rgba( 255, 255, 255, 0.5 );
	        box-shadow: inset 2px 2px 3px rgba( 0, 0, 0, 0.25 ), inset -2px -2px 3px rgba( 255, 255, 255, 0.5 );

	-webkit-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
	   -moz-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
	    -ms-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
	     -o-transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
	        transition: color 0.5s ease, text-shadow 0.5s ease, background 0.5s ease;
}

article div.course.quiz div.controls input[type="button"]:hover
{
	text-shadow: 1px 1px #fee028;

	background: #e8ba26;
	background: -webkit-gradient( linear, left top, right bottom, color-stop( 0%, #e8ba26 ), color-stop( 20%, #fee028 ), color-stop( 40%, #e8ba26 ), color-stop( 60%, #e8ba26 ), color-stop( 80%, #fee028 ), color-stop( 100%, #e8ba26 ));
	background: -webkit-linear-gradient( -45deg, #e8ba26 0%, #fee028 20%, #e8ba26 40%, #e8ba26 60%, #fee028 80%, #e8ba26 100% );
	background:    -moz-linear-gradient( -45deg, #e8ba26 0%, #fee028 20%, #e8ba26 40%, #e8ba26 60%, #fee028 80%, #e8ba26 100% );
	background:     -ms-linear-gradient( -45deg, #e8ba26 0%, #fee028 20%, #e8ba26 40%, #e8ba26 60%, #fee028 80%, #e8ba26 100% );
	background:      -o-linear-gradient( -45deg, #e8ba26 0%, #fee028 20%, #e8ba26 40%, #e8ba26 60%, #fee028 80%, #e8ba26 100% );
	background:         linear-gradient( 135deg, #e8ba26 0%, #fee028 20%, #e8ba26 40%, #e8ba26 60%, #fee028 80%, #e8ba26 100% );
}

article div.course.quiz div.controls input[type="button"]:disabled
{
	color: #b3b0a9;
	text-shadow: 1px 1px #f6f6f6;

	background: #e6e6e6;
	background: -webkit-gradient( linear, left top, right bottom, color-stop( 0%, #e6e6e6 ), color-stop( 20%, #f6f6f6 ), color-stop( 40%, #e6e6e6 ), color-stop( 60%, #e6e6e6 ), color-stop( 80%, #f6f6f6 ), color-stop( 100%, #e6e6e6 ));
	background: -webkit-linear-gradient( -45deg, #e6e6e6 0%, #f6f6f6 20%, #e6e6e6 40%, #e6e6e6 60%, #f6f6f6 80%, #e6e6e6 100% );
	background:    -moz-linear-gradient( -45deg, #e6e6e6 0%, #f6f6f6 20%, #e6e6e6 40%, #e6e6e6 60%, #f6f6f6 80%, #e6e6e6 100% );
	background:     -ms-linear-gradient( -45deg, #e6e6e6 0%, #f6f6f6 20%, #e6e6e6 40%, #e6e6e6 60%, #f6f6f6 80%, #e6e6e6 100% );
	background:      -o-linear-gradient( -45deg, #e6e6e6 0%, #f6f6f6 20%, #e6e6e6 40%, #e6e6e6 60%, #f6f6f6 80%, #e6e6e6 100% );
	background:         linear-gradient( 135deg, #e6e6e6 0%, #f6f6f6 20%, #e6e6e6 40%, #e6e6e6 60%, #f6f6f6 80%, #e6e6e6 100% );
}

article div.course.quiz div.controls input#refresh
{
	font-size: 13px;
}

article div.course.quiz div.controls input#next
{
	float: right;
}

article div.course.done table
{
	width: 100%;
}

article div.course.done .mid
{
	text-align: center;
}

article div.course.done input[type="button"]
{
	width: 185px;
}

div.quizText input[type="button"]
{
	width: 200px;
	margin-top: 20px;
}

p.quizQuestion
{
	color: #000;
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}

article div.topic ##multipleChoice div.success, article div.topic ##multipleChoice div.failure
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: normal;
}

/*article div.reportTop
{
	margin-left: 30px;
}*/

article div.report table
{
	width: 100%;
	padding-top: 5px;
	/*font-weight: bold;*/
}

article div.report td
{
	width: 10%;
}

article div.report td span
{
	color: #000000;
	padding-right: 5px;
}

article div.report td.desc
{
	width: auto;
}

article div.report td.letterGrade
{
	font-size: 40px;
}

article div.report tr.overall
{
	color: #000000;
}

article div.report td h4
{
	font-size: 14px;
}

.report .desc b
{
	font-weight: 400;
	color: #000;
}

.congratsFinal td
{
	padding-bottom: 15px;
}

.congratsFinal td + td
{
	text-align: center;
	padding-left: 40px;
}

.congratsFinal h2
{
	margin: 0;
}

.letterGradeOverall
{
	font-size: 55px;
	line-height: 55px;
	font-weight: 700;
	color: #835E20;
}

.gradeOverall
{
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
}

.reportTop .gradeOverall
{
	margin-right: 30px;
}

.reportTopRight,
.reportTopLeft
{
	display: table-cell;
}

div.reviewAnswers div.reviewQA
{
	font-size:     14px;
	margin-bottom: 15px;
}

div.reviewAnswers div.reviewQuestion,
div.reviewAnswers div.reviewAnswer,
div.reviewAnswers div.reviewCorrect
{
	margin-left: 125px;
}

div.reviewAnswers div.reviewQuestion span,
div.reviewAnswers div.reviewAnswer span
{
	font-weight: bold;
	margin-left: -125px;
	position:    absolute;
}

div.reviewAnswers div.qa address
{
	padding: 3px 0;
}

div.reviewAnswers div.qa .result
{
	font-style: italic;
}

div.reviewAnswers h2
{
	font-size: 16px;
	font-weight: bold;
	color: #855d0f;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

/**************************************************************************
Chapter
**************************************************************************/

article div.topic div.top
{
	margin: -45px 0 0 0;
}

article div.topic div.top h1
{
	font-family: 'Calibri', Arial, serif;
	font-size: 18px;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0;
	letter-spacing: normal;
}

article div.topic div.top h1 span
{
	color: #666666;
	margin-right: 10px;
}

article div.topic h3
{
	font-family: 'Calibri', Arial, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: none;
}

article div.topic hr
{
	border-top: 1px solid #000000;
	margin: 5px 0
}

article div.topic .button.save
{
	width: 71px;
	line-height: 16px;
	float: right;
	font-size: 14px;
	padding: 5px 0;
}

article div.topic ol.breadcrumb
{
	padding: 0;
	margin: 0;

	list-style-type: none;

}

article div.topic ol.breadcrumb li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;

	vertical-align: middle;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;

	background: #000000;
	background: -webkit-gradient(radial, top left, 0px, right bottom, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(65%,rgba(255,255,255,0)));
	background: -webkit-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 65%);
	background:    -moz-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 65%);
	background:     -ms-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 65%);
	background:      -o-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 65%);
	background:         radial-gradient(circle at top left,     rgba(255,255,255,1) 0%, rgba(255,255,255,0) 65%);

	background-color: #000000;
}

article div.topic ol.breadcrumb li.past
{
	background: #666666;
	background: -webkit-gradient(radial, top left, 0px, right bottom, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background:    -moz-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background:     -ms-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background:      -o-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background:         radial-gradient(circle at top left,     rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);

	background-color: #666666;
}

article div.topic ol.breadcrumb li.current
{
	padding: 4px;

	background: #aaaaaa;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(100%,rgba(170,170,170,0.5)));
	background: -webkit-linear-gradient(-45deg,  rgba(170,170,170,1) 0%,rgba(170,170,170,0.5) 100%);
	background:    -moz-linear-gradient(-45deg,  rgba(170,170,170,1) 0%,rgba(170,170,170,0.5) 100%);
	background:     -ms-linear-gradient(-45deg,  rgba(170,170,170,1) 0%,rgba(170,170,170,0.5) 100%);
	background:      -o-linear-gradient(-45deg,  rgba(170,170,170,1) 0%,rgba(170,170,170,0.5) 100%);
	background:         linear-gradient(135deg,  rgba(170,170,170,1) 0%,rgba(170,170,170,0.5) 100%);
}

article div.topic ol.breadcrumb li.current:after
{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;

	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;

	background: #ddc00a;
	background: #000000 -webkit-gradient(radial, top left, 0px, right bottom, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(221,192,10,1)), color-stop(100%,rgba(221,192,10,0)));
	background: #000000 -webkit-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(221,192,10,1) 40%, rgba(221,192,10,0) 100%);
	background:    #000000 -moz-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(221,192,10,1) 40%, rgba(221,192,10,0) 100%);
	background:     #000000 -ms-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(221,192,10,1) 40%, rgba(221,192,10,0) 100%);
	background:      #000000 -o-radial-gradient(top left, circle cover, rgba(255,255,255,1) 0%, rgba(221,192,10,1) 40%, rgba(221,192,10,0) 100%);
	background:         #000000 radial-gradient(circle at top left,     rgba(255,255,255,1) 0%, rgba(221,192,10,1) 40%, rgba(221,192,10,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc00a', endColorstr='#00ddc00a',GradientType=1 );

}

article div.topic ol.breadcrumb li a
{
	display: block;
	width: 100%;
	height: 100%;
}

article div.topic .showHideText
{
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

	border: 1px solid #666666;
	color: #666666;
	background: transparent;

	border-radius: 3px;

}

article div.topic .showHideText.active, article div.topic .showHideText:hover
{
	border: 1px solid #666666;
	color: #000000;

	text-shadow: 1px 1px 2px #ffffff;

	border-radius: 3px;

	background: rgb(178,178,178);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,178,178,1)), color-stop(100%,rgba(125,125,125,1)));
	background: -webkit-linear-gradient(top,       rgba(178,178,178,1) 0%, rgba(125,125,125,1) 100%);
	background:    -moz-linear-gradient(top,       rgba(178,178,178,1) 0%, rgba(125,125,125,1) 100%);
	background:     -ms-linear-gradient(top,       rgba(178,178,178,1) 0%, rgba(125,125,125,1) 100%);
	background:      -o-linear-gradient(top,       rgba(178,178,178,1) 0%, rgba(125,125,125,1) 100%);
	background:         linear-gradient(to bottom, rgba(178,178,178,1) 0%, rgba(125,125,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#7d7d7d',GradientType=0 );

}

article div.topic div#captioningField
{
	clear: both;
	margin-top: 12px;
}

/**************************************************************************
Footer
**************************************************************************/
footer
{
	border-top:  4px solid #7d7d7d;
	clear:       both;
	height:      34px;
	line-height: 34px;
	text-align:  center;

	background: #595959;
	background: -webkit-gradient( linear, left top, left bottom, color-stop( 2%, #0d0d0d ), color-stop( 2%, #494949 ), color-stop( 50%, #595959 ), color-stop( 100%, #4b4b4b ));
	background: -webkit-linear-gradient( top, #0d0d0d 2%, #494949 2%, #595959 50%, #4b4b4b 100% );
	background:    -moz-linear-gradient( top, #0d0d0d 2%, #494949 2%, #595959 50%, #4b4b4b 100% );
	background:     -ms-linear-gradient( top, #0d0d0d 2%, #494949 2%, #595959 50%, #4b4b4b 100% );
	background:      -o-linear-gradient( top, #0d0d0d 2%, #494949 2%, #595959 50%, #4b4b4b 100% );
	background:         linear-gradient( top, #0d0d0d 2%, #494949 2%, #595959 50%, #4b4b4b 100% );
	filter:     progid:DXImageTransform.Microsoft.gradient( startColorstr = '#494949', endColorstr = '#4b4b4b', GradientType = 0 );
}

footer span
{
	color:      #ccc;
	display:    block;
	float:      left;
	font-size:  11px;
	text-align: center;
	width:      25%;
}

footer a
{
	color: #ccc;
}

footer a[target]
{
	text-decoration: none;
}

footer a:hover,
footer a[target]:hover
{
	color:           #fff;
	text-decoration: underline;
}

/**************************************************************************
Hazards and Clues, Glossary, and Motorcycle Laws
**************************************************************************/

table.bordered td
{
	border: 1px solid #000;
	padding: 3px;
	vertical-align: text-top;
}

body.print table.bordered
{
	width: 765px;
}

img.eriderLogo
{
	width: 765px;
	padding: 11px 0;
}

/**************************************************************************
Forms
**************************************************************************/

form .xlr, input.xlr
{
	width: 256px;
}

select.xlr
{
	width: 260px;
}

form .lrg, input.lrg
{
	width: 156px;
}

select.lrg
{
	width: 160px;
}

form .med, input.med
{
	width: 96px;
}

select.med
{
	width: 100px;
}

form .sml, input.sml
{
	width: 76px;
}

select.sml
{
	width: 80px;
}

form .xsm, input.xsm
{
	width: 36px;
}

select.xsm
{
	width: 40px;
}

/**************************************************************************
Tablet-specific Styles
**************************************************************************/
@media only screen and ( max-width: 1024px )
{

}

/**************************************************************************
Wireless-specific Styles
**************************************************************************/
@media only screen and ( max-width: 480px )
{

}

/**************************************************************************
Retina-specific Image Replacement
**************************************************************************/
@media only screen and ( -webkit-device-pixel-ratio: 2 )
{

}

/**************************************************************************
Print-specific Styles
**************************************************************************/
@media print
{
	/**************************************************************************
	Boilerplate Styles
	**************************************************************************/
	*
	{
		background:  transparent !important;
		color:       #000 !important;
		box-shadow:  none !important;
		text-shadow: none !important;
	}

	a
	{
		text-decoration: underline;
	}

	a[href]:after
	{
		content: ' (' attr( href ) ')';
	}

	a[href^="javascript:"]:after,
	a[href^="#"          ]:after
	{
		content: '';
	}

	abbr[title]:after
	{
		content: ' (' attr( title ) ')';
	}

	pre,
	blockquote
	{
		border:            1px solid #666;
		page-break-inside: avoid;
	}

	thead
	{
		display: table-header-group;
	}

	tr,
	img
	{
		page-break-inside: avoid;
	}

	img
	{
		max-width: 100% !important;
	}

	@page
	{
		margin: 0.5cm;
	}

	p,
	h2,
	h3
	{
		orphans: 3;
		widows:  3;
	}

	h2,
	h3
	{
		page-break-after: avoid;
	}

	.chromeframe
	{
		display: none;
	}

	/**************************************************************************
	Custom Styles
	**************************************************************************/

	body.print div.content
	{
		width: auto;
	}

	body.print table.bordered, img.eriderLogo
	{
		width: 100%;
	}
}

/**************************************************************************
Browser-specific hacks
**************************************************************************/
html.lt-ie7
{
	behavior: url( '/css/csshover3.htc' );
}

html.lt-ie8 article div.topic ol.breadcrumb li
{
	display: inline;
	zoom: 1;
}

html.lt-ie8 article div.topic ol.breadcrumb li.current
{
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc00a', endColorstr='#00ddc00a',GradientType=1 );
}

html.lt-ie9   .chromeframe,
html.no-audio .chromeframe,
html.no-video .chromeframe
{
	display:    block;
}

html.lt-ie10 .boxLeft
{
	border: 1px solid #666;
}

html.lt-ie8 article div.course.overview ul
{
	width: 100%;
}

html.lt-ie8 article div.course.overview li
{
	min-width: 135px;
	width: 135px;
	max-width: 135px;
	display: inline;
	zoom: 1;
}

html.lt-ie8 .button.icon.check
{
	background-image: url(/images/layout/check.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

html.lt-ie8 .button.icon.view
{
	background-image: url(/images/btns/viewIcon.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

html.lt-ie9 .button[disabled]
{
	background-color: #EDEDED;
}

html.lt-ie10 .boxLeft:before
{
	display: none;
}
