/* RESET CSS
//////////////////////////// */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	color: #20719f;
	vertical-align:baseline;
	text-decoration: none;
	background:transparent;
}
a:hover {
	color: #52a4da;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color: #ffff99;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #E4E5F1;
	margin:40px 0 30px 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
html, body {
	height: 100%;
}
body {
	font-size: 13px;
	*font-size:small;
	*font:x-small;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	line-height: 1.44;
	color: #222E4A;
	padding-top: 20px;
	background-color: #121929;
}
/* HELPER STYLES
////////////////////////////// */
	
/* for image replacement */
.ir {
	display: block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:none;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
*vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
/* label */ input[type=button], input[type=submit], button {
	cursor: pointer;
}

::-moz-selection {
background: #52acf3;
color:#fff;
text-shadow: none;
}
::selection {
background: #52acf3;
color:#fff;
text-shadow: none;
}
a:link {
	-webkit-tap-highlight-color: #ff5e99;
}
html {
	overflow-y: scroll;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visuallyhidden {
	position:absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.invisible {
	visibility: hidden;
}
.inline {
	display: inline;
}
.inline_block {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: middle;
}
.group:before, .group:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.half {
	width: 300px;
}
.half.left {
	float: left;
	padding-right: 10px;
}
.half.right {
	float: right;
	padding-left: 10px;
}
#content.wide .half {
	width: 410px;
}
.clear {
	display: block;
	clear: both;
}
.center {
	text-align: center;
}


/* print defaults */
@media print {
* {
	background: transparent !important;
	color: #444 !important;
	text-shadow: none;
}
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
/*	a:after { content: " (" attr(href) ")"; }
*/	abbr:after {
	content: " (" attr(title) ")";
}
.ir a:after {
	content: "";
} /* Don't show links for images */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
img {
	page-break-inside: avoid;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
/* GENERAL STYLES
///////////////////////////////////////// */

/*@font-face {
	font-family: 'Museo Sans';
	src: local('Museo Sans 500'), local('Museo Sans'),
	url(fonts/MuseoSans_500.otf) format('opentype');
	}
*/
#content > p a,
#content > p a:link,
#content > a,
#content > a:link {
	text-decoration: underline;
}
#content p, #content ul, #content ol {
	margin-bottom: 16px;
}
#content ul ul, #content ul ol, #content ol ol, #content ol ul {
	margin-top: 16px;
}
#content ul ul, #content ol ul {
	list-style-type: circle;
}
#content ul {
	margin-left: 30px;
	list-style-type: square;
}
#content ul li, #content ol li {
	margin-bottom: 8px;
}
h3 {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2;
}
#content h3 {
	/*	text-shadow: 0 2px 2px #fff; */
	color: #0c7dbd;
}
#footer h3 {
	font-size: 26px;
	/*	text-shadow: 0 2px 2px #000; */
	color: #E4E5F1;
}
h4, .link_list dt {
	margin-bottom: 16px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	/*	text-shadow: 0 1px 1px #fff; */
	color: #212D4A;
}
#footer h4 {
	margin-bottom: 10px;
	font-size: 14px;
	text-shadow: none;
	color: #fff;
}
#content h5, #sidebar h5 {
	margin-bottom: 10px;
	color: #9a6f4c;
}
#sidebar .icon_list h5, #sidebar .icon_list p {
	margin-bottom: 0;
	color: #212D4A;
	line-height: 1.2;
}
#content .forms ul {
	margin-left: 0;
	list-style-type: none;
}
#content .forms ul li {
}
#content ul.no_bullets, #sidebar ul.no_bullets {
	margin-left: 0px;
	list-style-type: none;
}
#content small {
	font-size: 75%;
}
/* buttons */
	
.button {
	margin: 0 10px 0 0;
	padding: 4px 20px 4px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.44;
	text-decoration: none;
	cursor: pointer;
}

.smallButton {
	margin: 0 10px 0 0;
	padding: 4px 20px 4px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	line-height: 1.44;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #ACB4BA;
	color: #202C4A;
	text-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 0 2px 4px #ccc;
	-webkit-box-shadow: 0 2px 4px #ccc;
	box-shadow: 0 2px 4px #ccc;
	background: #D6DDE5 url(../images/button_light_bg.jpg) 0 0 repeat-x;
	}
		
		
.button span {
	margin-left: -5px;
	padding-left: 20px;
}
/* input.button { margin-top: -2px !important;} */
	
.button.dark {
	border: 1px solid #0E2E40;
	color: #DFE5EB;
	text-shadow: 0 1px 1px #000;
	-moz-box-shadow: 0 2px 4px #0F2E40;
	-webkit-box-shadow: 0 2px 4px #0F2E40;
	box-shadow: 0 2px 4px #0F2E40;
	background: #184865 url(../images/button_dark_bg.jpg) 0 0 repeat-x;
}

.button.red {
	border: 2px solid #FF6600;
	color: #DFE5EB;
	text-shadow: 0 1px 1px #000;
	-moz-box-shadow: 0 2px 4px #0F2E40;
	-webkit-box-shadow: 0 2px 4px #0F2E40;
	box-shadow: 0 2px 4px #0F2E40;
	background: #184865 url(../images/button_dark_bg.jpg) 0 0 repeat-x;
}

.button.dark span {
	background: url(../images/button_person_icon.png) center left no-repeat;
}
.button.medium {
	border: 1px solid #0E2E40;
	color: #DFE5EB;
	text-shadow: 0px 1px 1px #000;
	-moz-box-shadow: 0 2px 4px #0F2E40;
	-webkit-box-shadow: 0 2px 4px #0F2E40;
	box-shadow: 0 2px 4px #0F2E40;
	background: #094B71 url(../images/button_medium_bg.jpg) 0 0 repeat-x;
}
.button.light {
	border: 1px solid #ACB4BA;
	color: #202C4A;
	text-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 0 2px 4px #ccc;
	-webkit-box-shadow: 0 2px 4px #ccc;
	box-shadow: 0 2px 4px #ccc;
	background: #D6DDE5 url(../images/button_light_bg.jpg) 0 0 repeat-x;
}
.button.light:disabled {
	border: 1px solid #ACB4BA;
	color: #acb4ba;
	text-shadow: 0px 1px 1px #fff;
	-moz-box-shadow: 0 2px 4px #ccc;
	-webkit-box-shadow: 0 2px 4px #ccc;
	box-shadow: 0 2px 4px #ccc;
	background: #D6DDE5 url(../images/button_light_bg.jpg) 0 0 repeat-x;
}

input[type='text'], input[type='password'] {
	padding: 5px 5px 6px 5px;
	border: 1px solid #ACB4BA;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 1px 1px #fff;
	box-shadow: 0 1px 1px #fff;
	background: #fff url(../images/input_text_bg.jpg) 0 0 repeat-x;
}
.ie7 input, .ie7 input {
	vertical-align: text-top;
	padding: 2px 5px;
}
.ie7 input {
	margin-top: 0;
	margin-bottom: 8px;
	vertical-align: top;
}
.ie7 select.select {
	padding-bottom: 0px;
}
.ie7 span label {
	margin-top: 0px;
	line-height: 1;
}
/* FORMS */

#content .forms {
	margin-top: 40px;
	padding: 40px 39px 20px 39px;
	border: 1px solid #d4d4d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f4f4fa;
}
#sidebar .forms {
	text-align: right;
}
#sidebar .forms ul {
	margin-left: 0px;
}
#sidebar .forms li {
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.forms ul li {
	display: block;
	padding-bottom: 20px;
}
.forms span {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.forms label {
	display: block;
	padding: 3px 0;
	font-size: 11px;
}
.ie7 #content label {
	vertical-align: top;
}
.forms label strong {
	font-size: 13px;
}
.forms label.inline {
	display: inline;
}
input.tiny {
	width: 120px;
	margin-right: 0px;
}
input.small {
	width: 155px;
	margin-right: 10px;
}
input.medium {
	width: 335px;
}
select.tiny {
	width: 126px;
	margin-right: 0px;
}
select.small {
	width: 163px;
	margin-right: 10px;
}
select.medium {
	width: 345px;
	margin-right: 10px;
}
#sidebar .forms input.tiny, #sidebar .forms select.tiny {
	margin-left: 5px;
}
#sidebar .forms select.tiny {
	width: 131px;
}
.forms .required {
}
/* .forms select.select */
select.select {
	height: 28px;
	margin-bottom: 2px;
	/* padding: 4px 4px 5px 10px; */
	padding: 4px 4px 5px 10px;
	border: 1px solid #ACB4BA;
	line-height: 1.44;
	outline-color: #0085c8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 4px #bbb;
	-webkit-box-shadow: 0 1px 4px #bbb;
	box-shadow: 0 1px 4px #bbb;
	font-size: 13px;
	background: #fff;
	cursor: pointer;
	/* background: -moz-linear-gradient(top,#ddd,#fff);
	background: -webkit-linear-gradient(top,#ddd,#fff); */
	-webkit-appearance: none;
	background: url(../images/select_bg.jpg) center right no-repeat;
}
/* @-moz-document url-prefix() {
  select.select {
    padding-right: 4px;
  	}
} */

select.select option {
}
.ie8 select.select {
	padding-right: 10px;
}
.yay { /* confirmation, success, etc */
	margin-bottom: 1.5em;
	padding: 6px 10px 5px 10px;
	border-bottom: 3px solid #c4dccf;
	font-family: sans-serif;
	background-color: #d4eddc;
}

.nay { /* confirmation, fail, etc */
	margin-bottom: 1.5em;
	padding: 6px 10px 5px 10px;
	border-bottom: 3px solid #fb7868;
	font-family: sans-serif;
	background-color: #fb7868;
}

#account .yay {
	width: 520px;
}

.left_img {
	float: left;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #E4E5F1;
}
.right_img {
	float: right;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #E4E5F1;
}

	
/* CONTENT SIZING BASED ON 960 GRID
///////////////////////////////////////// */

body, html {
	height: 100%;
}

#alert_wrap {
	border-bottom: 3px solid #dfdf88;
	font-family: sans-serif;
	background-color: #ffff99;
}
#alert {
	width: 940px;
	margin: 0 auto;
	padding: 6px 10px 5px 10px;
	font-size: 12px;
}
#header_wrap {
	min-width: 960px;
	/* background: #153E55 url(../images/header_bg.jpg) 0 0 repeat-x; */
	background: #121929;
	background: -moz-linear-gradient(top,  #243C60 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#243C60), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #243C60 0%,#000000 100%);
	background: -o-linear-gradient(top,  #243C60 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #243C60 0%,#000000 100%);
	background: linear-gradient(to bottom,  #243C60 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243C60', endColorstr='#000000',GradientType=0 );
	
}
#header {
	width: 940px;
	min-height: 130px;
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
}
#nav_wrap {
	min-width: 960px;
	border-top: 1px solid transparent;
	background-color: #000000;
}
#nav {
	width: 940px;
	margin:0 auto;
	padding: 0 10px;
}
#title_search {
	width: 940px;
	min-height: 74px;
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
}
#wrap {
	min-width: 960px;
	background: #FFF;
	/*background: #E4E5F1 url(../images/wrap_bg.jpg) 0 0 repeat-x; */
}
#fancy_wrap {
	background: #FFF;
	/*background: #E4E5F1 url(../images/wrap_bg.jpg) 0 0 repeat-x; */
}
#main {
	width: 960px;
	margin: 0 auto;
	background-color: transparent;
	background: url(../images/wrap_bg_vert.png) 0 40px repeat-y;
}
#fancy_main {
	margin: 0 auto;
	background-color: transparent;
	background: url(../images/wrap_bg_vert.png) 0 40px repeat-y;
}
#content {
	float: left;
	width: 620px;
	min-height: 500px;
	margin: 0 10px;
	margin-bottom: 40px;
	padding: 40px 39px;
	border: 1px solid #9AA6B2;
	border-bottom: 0px;
	/* -moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px 7px 0 7px; */
	background-color: #fff;
	/* -moz-box-shadow: 0 4px 6px #aaa;
	-webkit-box-shadow: 0 4px 6px #aaa;
	box-shadow: 0 0 6px #aaa; */
	background: #fff url(../images/content_bg.jpg) 0 0 repeat-x;
}
#content.wide {
	width: 860px;
	margin-bottom: 0;
}
#sidebar {
	float: right;
	width: 218px;
	margin-left:-20px;
	padding: 40px 10px;
}
#footer_wrap {
	min-width: 960px;
	background-color: #121929;
}
#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 12px;
	font-size: 12px;
}
#copyright {
	font-size: 11px;
	background-color: #222E4A;
}
#copyright p {
	width: 900px;
	margin: 0 auto;
	padding-left: 40px;
	padding-bottom: 5px;
}
#footer_simple {
	width: 100%;
	margin-top: -40px;
}
#footer_simple div {
	width: 920px;
	margin: 0 auto;
	font-size: 11px;
}
/* HEADER
/////////////////////////////////////////// */

#header h1 {
	position: absolute;
	top: 21px;
}
#languages {
	position: absolute;
	top: 5px;
	right: 0px;
}
#languages a {
	margin-right: 10px;
	padding: 2px 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
	text-shadow: 0 1px 1px #000;
	text-decoration: none;
	color: #a6b8cc;
}
#languages a:hover {
	color: #fff;
}
/* #languages .here a { border-bottom: 1px solid #F6F2EB; } */

#languages .here a {
	color: #fff;
	font-weight: bold;
}
#languages .here a:hover {
	color: #fff;
}
/* ACCOUNT BAR
/////////////////////////////////////////// */

#account_bar {
	margin-right: 10px;
	position: absolute;
	top: 58px;
	right: 0px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #F6F2EB;
}
/* #account_bar li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	} */
	
#account_bar li {
	float: left;
}
#account_bar li a {
}
#account_bar li.sign_in {
	margin-left: 30px;
}
#account_bar .button {
	margin-left: 10px;
	margin-right: 0px;
	padding-bottom: 6px;
}
/* NAV
/////////////////////////////////////////// */

#nav li {
	float: left;
}
#nav li a {
	display: block;
	min-width: 55px;
	margin: 4px 4px 0 0;
	padding: 5px 15px 6px 15px;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #F6F3EB;
	background-color: #005bb5;
	background: #1e587c url(../images/nav_bg.jpg) 0 0 repeat-x;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#nav li.here a, #nav li.here a.my_tab {
	padding-top: 5px;
	border-top: 1px solid #fff;
	color: #184864;
	background: #C5CFE0;
}
#nav li a.my_tab {
	background: #1e587c url(../images/nav_my_bg.jpg) 0 0 repeat-x;
}
/* TITLE AND SEARCH
/////////////////////////////////////////// */

#search {
	position: absolute;
	top: 20px;
	right: 10px;
}
#title_search h2 {
	position: absolute;
	top: 25px;
	font-size: 18px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 1px #fff;
}
#search .button {
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #777;
	-moz-box-shadow: 0 2px 4px #999;
	-webkit-box-shadow: 0 2px 4px #999;
	box-shadow: 0 2px 4px #999;
}
.ie7 #search .button {
	padding: 5px 8px;
	line-height: 1;
}
#search input[type='text'] {
	border: 1px solid #777;
	min-width: 200px;
}

/* Lesson Viewer Pop
/////////////////////////////////////////// */
#lesson_viewer_pop{
	width: 400px;
	height: 150px;
	padding: 20px;
	border: 5px solid #ddd;
	margin: 0px;
	background-color: #fff;
}

#lesson_viewer_pop h3{
	text-align: left;
	color: #0C7DBD;
}

/* SIGN IN
/////////////////////////////////////////// */

#sign_in_pop, #sign_in, #forgot_pass {
	width: 400px;
	padding: 20px;
	border: 5px solid #ddd;
	text-align: right;
}
#sign_in_pop .spanish, #sign_in .spanish, #forgot_pass .spanish {
	text-align: left;
}
#sign_in_pop {
	margin: 0px;
	width: 400px;
	height: 250px;
	background-color: #fff;
}
#sign_in {
	border: 1px solid #ddd;
}
#sign_in_pop h3, #forgot_pass h3 {
	text-align: left;
	color: #0C7DBD;
}
#sign_in_pop.spanish h3, #forgot_pass.spanish h3 {
	margin-bottom: 0;
	padding-bottom: 10px;
	line-height: 1em;
}
#sign_in_pop div, #sign_in div, #forgot_pass div {
	margin-bottom: 5px;
}
#sign_in_pop span, #sign_in span, #forgot_pass span {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
#sign_in_pop input.small, #sign_in input.small, #forgot_pass input.small {
	width: 200px;
	margin-left: 5px;
}
#sign_in_pop .spanish input.small, #sign_in .spanish input.small, #forgot_pass .spanish input.small {
	width: 380px;
	margin-left: 0;
}
#sign_in_pop label.remember_me {
	margin-right: 10px;
}
#sign_in_pop ul, #sign_in ul, #forgot_pass ul {
	margin-top: 20px;
	margin-right: 10px;
	list-style-type: none;
}
#sign_in label {
	width: 200px;
	text-align: right;
}
/* SIGN IN PAGE
/////////////////////////////////////////// */



/* CONTENT
/////////////////////////////////////////// */

#content ul, #content ol {
	margin-left: 24px;
}
/* INDEX
/////////////////////////////////////////// */

.tour_block {
	margin-bottom: 20px;
}
.tour_block img {
	float: left;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #E4E5F1;
}
/* MY METED
/////////////////////////////////////////// */

.my_meted table {
	width: 100%;
	margin-bottom: 2px;
	background-color: #ECF2FE;
}
.my_meted table tr {
	border-top: 1px solid #fff;
}
.my_meted table tr.odd {
	background-color: #E3E9F3;
}
.my_meted table td {
	float: left;
	padding: 10px 10px 5px 10px;
}
.my_meted table tr.odd td.score {
	background-color: #D8DFE9;
}
.my_meted table .title {
	width: 250px;
}
#fancy_wrap .my_meted table .title {
	width: 360px;
}
.my_meted table .title.student {
	width: 410px;
}
.my_meted table .title.reporting {
	width: 458px;
}

.my_meted table .score {
	width: 220px;
	padding-bottom: 0px;
	background-color: #E3E9F3;
}
.my_meted table .score.student {
	width: 70px;
	padding-bottom: 0px;
	background-color: #E3E9F3;
}
.my_meted table .score p {
	float: left;
}

#wrap .my_meted table .score ul {
	float: right;
	margin-left: 0px;
	text-align: right;
}
.my_meted table ul li {
	margin: 0;
	list-style-type: none;
}
.my_meted table .button {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.my_meted .button.remove {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.my_meted input.shareScore {
	font-size: 11px;
}
.my_meted .score a, .my_meted .survey a {
	margin-bottom: 8px;
	display: block;
	font-size: 11px;
}
.my_meted .pass, .my_meted .fail, .my_meted .na {
	font-size: 16px;
}
.my_meted .pass {
	color: #669900;
}
.my_meted .fail {
	color: #990000;
}
.my_meted .notCompleted {
	color: black;
}
.my_meted .page_nav span.here a {
	padding: 4px 7px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.my_meted .page_nav .button {
	padding: 5px 10px;
}

.my_meted div.queue_header{
	font-size:10px;
	font-weight:bold;
	color:#999;
}

.my_meted div.queue_list {
	clear:both;
	padding-top:4px;
	padding-bottom:2px;
	min-height:30px;
	border-bottom:2px solid #fff;
	background-color:#ECF2FE;
}



/* SIDEBAR
/////////////////////////////////////////// */

#sidebar div {
	margin-bottom: 36px;
}
#sidebar p, #sidebar ul, #sidebar ol {
	margin-bottom: 16px;/*	text-shadow: 0px 1px 1px #fff; */
	}
#sidebar ul {
	margin-left: 16px;
	list-style-type: square;
}
#sidebar ul li {
	margin-bottom: 8px;
}
#sidebar .button {
	margin: 0px;
}
#sidebar .icon_list {
	margin-left: 0px;
	list-style-type: none;
}
#sidebar .icon_list li {
	margin-bottom: 20px;
}
#sidebar .icon_list img {
	float: left;
	display: block;
	margin-right: 8px;
}
#sidebar .icon_list a {
	color: #222E4A;
}
#sidebar .icon_list a:hover {
	color: #346b91;
}
#sidebar #rss ul li a, #footer li.rss a, #footer li.mail a {
	display: block;
	padding-left: 25px;
	padding-bottom: 3px;
}
#footer li.rss a, #footer li.mail a {
}
#sidebar #rss ul li.rss a, #footer li.rss a {
	background: url(../images/rss_icon.png) center left no-repeat;
}
#sidebar #rss ul li.mail a, #footer li.mail a {
	background: url(../images/icon_sm_mail.png) center left no-repeat;
}
#footer li.rss a, #footer li.mail a {
	background-position: top left;
}
#sidebar .highlight {
	margin-left: -22px;
	width: 230px;
	padding: 20px;
	border-top: 1px solid #9AA6B2;
	border-right: 1px solid #9AA6B2;
	border-bottom: 1px solid #9AA6B2;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	background-color: #ffffff;
	/*	background: #fff url(../images/content_bg.jpg) 0 0 repeat-x;
	background-color: #f0f2ff;
*/	font-size: 12px;
}
/* #sidebar .highlight h5 {
	text-transform: uppercase;
	} */
	
#sidebar .highlight ul {
	margin-top: 5px;
}
/* FOOTER
/////////////////////////////////////////// */

#footer div.col {
	float: left;
	width: 175px;
	padding-right: 10px;
}
#footer div.col.wide {
	width: 300px;
}
#footer ul {
	margin-bottom: 20px;
	line-height: 1;
}
#footer ul li {
	padding: 3px 0;
}
#footer p {
	margin-bottom: 16px;
	font-size: 12px;
	color: #9AA0A7;
}
#footer p a {
	text-decoration: none;
	color: #5a96c5;
}
#footer p a:hover {
	color: #91cdf0;
}
#footer ul a {
	font-size: 12px;
	text-decoration: none;
	color: #9AA0A7;
}
#footer ul a:hover {
	color: #fff;
}
#copyright {
	padding: 5px 0;
}
#copyright p {
	text-size: 12px;
	color: #9AA0A7;
}
#copyright p a {
	color: #F6F2EB;
}
#copyright p a:hover {
	text-decoration: underline;
}
/* CONTENT FILLING
/////////////////////////////////////////// */
	
dl.link_list dt {
	float: left;
	width: 180px;
	margin-right: 10px;
}
dl.link_list dt a {
	color: #202C4A;
}
dl.link_list dd {
	float: right;
	width: 420px;
	margin-left: 10px;
}
dl.link_list dd.visit {
	float: none;
	clear: both;
	width: 610px;
	margin-bottom: 16px;
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #E4E5F1;
	text-align: right;
}
dl.link_list dd.visit a {
	min-width: 50px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	margin-right: 0px;
	text-align: center;
}
.page_nav {
	width: 620px;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	background: #fff url(../images/page_nav_bg.jpg) 0 0 repeat-y;
}
.page_nav span.here a {
	padding: 4px 7px;
	border: 1px solid #ddd;
	background-color: #fff;
}
.page_nav a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	margin: 3px 0;
	padding: 5px 8px;
	color: #202C4A;
}
#content .page_nav a:hover {
	color: #52a4da;
}
.page_nav .nav_btn {
	position: absolute;
	top: 0;
	right: 0;
}
.page_nav .nav_btn a {
	min-width: 65px;
	padding: 3px 10px;
}
dl.collapse_expand {
	margin-bottom: 20px;
}
dl.collapse_expand dt {
	font-weight: bold;
	text-decoration: underline;
	line-height: 2;
	color: #20719f;
	cursor: pointer;
}
dl.collapse_expand dt:hover {
	color: #52a4da;
}
dl.collapse_expand dd {
	display: none;
}
.entry h4 a {
	color: #222E4A;
}
.entry h4 a:hover {
	color: #52a4da;
}
#content .entry .date {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #aaa;
}
.entry .date a:hover {
	color: #52a4da;
}
a.read_more {
	margin-top: 5px;
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #56AEDC;
}
a.read_more:hover {
	background-color: #61c3f8;
}
#content .jump_menu {
	margin-bottom: 40px;
	padding: 5px 5px;
	font-size: 11px;
	text-align: center;
	background-color: #ecf3ff;
}
.alert {
	padding: 6px 10px 5px 10px;
	border-bottom: 3px solid #dfdf88;
	font-family: sans-serif;
	background-color: #ffff99;
}
/* HOME */
/* MODULE CAROUSEL */

#carousel_wrap {
	width: 620px;
	position: relative;
	margin-left: -40px;
	margin-right: -40px;
	padding-left: 40px;
	padding-right: 40px;
}
#carousel {
	width: 620px;
	position: relative;
	padding-bottom: 20px;
	overflow: hidden; /* fix ie overflow issue */
}
#carousel ul {
	position: relative;
	left: 0;
	top: 0;
	width: 6200px; /* total of carousel x number of modules */
	margin-left: 0px;
	list-style-type: none;
}
#carousel li {
	width: 620px;
	float: left;
}
#carousel .module {
	width: 620px;
	display: block;
}
#carousel .module a:hover {
	color: #52a4da;
}
#carousel .carousel_img {
	float:left;
	display:block;
}
#carousel .module img {
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #E4E5F1;
}
#carousel .carousel_details {
	float: right;
	width: 360px;
	padding-right: 10px;
}
#carousel p {
	margin-bottom: 16px;
}
#carousel p a.read_more:hover {
	color: #fff;
}
#carousel h4 a {
	color: #212D4A;
}
#carousel_wrap #buttons a {
	display: block;
	position: absolute;
	top: 55px;
	width: 40px;
	height: 53px;
	background: url(../images/carousel_nav_arrows.png) no-repeat;
}
#carousel_wrap #buttons a#prev {
	left: 0;
}
#carousel_wrap #buttons a#next {
	right: 0;
	background-position: -55px 0;
}
#carousel_wrap #buttons a#prev:hover {
	background-position: 0 -47px;
}
#carousel_wrap #buttons a#next:hover {
	background-position: -55px -47px;
}
#carousel_nav span.here a {
	padding: 4px 7px;
	border: 1px solid #ddd;
	background-color: #fff;
}
/* EDUCATION AND TRAINING */

.module_list ul {
}
/* .module_list label.big {
	margin-bottom: 16px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-shadow: 0 1px 1px #fff;
	color: #212D4A;
	} */
	
.module_list label.big {
	display: inline-block;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}
#topicSorting, #languageSorting, #sorting{
	min-width: 200px;
	margin-right: 10px;
	font-size: 11px;
}
#languageSorting {
	min-width: 120px;
}
#content .module_sorting {
	font-size: 11px;
}
#content .module_sorting label {
	font-weight: bold;
}
#content .module_sorting select {
	min-width: 170px;
	margin-left: 0px;
	font-size: 11px;
}
#content .module_sorting select small {
	font-size: 10px;
}
#content .module_nav, #content .nav {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 0px;
	border-bottom: 1px solid #B1B1B1;
}
#content .nav {
	margin-bottom: 20px;
}
#content .module_tabs, #content .module_controls, #content .tabs {
	margin-left: 0px;
}
#content .module_nav h3 {
	float: left;
	margin: 0 0 0 -10px;
}
#content .module_tabs li, #content .module_controls li, #content .tabs li {
	margin: 0px;
	list-style-type: none;
}
#content .tabs .sort {
	float: right;
}
.module_tabs li, .tabs li {
	float: left;
}
.module_tabs li a, .tabs li a {
	display: block;
	margin-right: 2px;
	margin-bottom: -1px;
	padding: 7px 15px;
	border: 1px solid #B1B1B1;
	font-size: 14px;
	z-index: 200;
	background: #fff url(../images/module_tab_bg.jpg) 0 0 repeat-x;
}
.my_meted .tabs li a {
	padding: 7px 10px;
}

.tabs li a {
	font-size: 12px;
}
.module_tabs li.here a, .tabs li.here a {
	border-bottom: 1px solid #fff;
	color: #202C4A;
	font-weight: strong;
	background-image: none;
}
.module_tabs li.here.reporting_Tab a, .tabs li.here.reporting_tab a {
    border-top: 2px solid #206D99;
    margin-top: -1px;
}
.module_tabs li.reporting_Tab a, .tabs li.reporting_tab a {
	border-top: 2px solid #88A2B1;
    margin-top: -1px;
}

.module_controls {
	position: absolute;
	right: 0px;
	margin: 0px;
}
.module_controls li {
	float: left;
}
.module_controls li.view a {
	display: block;
	width: 28px;
	height: 28px;
	margin-left: 5px;
	background: url(../images/view_btns.jpg) 0 0 no-repeat;
}
.module_controls li.view.expanded a {
	background-position: -56px 0;
}
.module_controls li.view.expanded.here a {
	background-position: -84px 0;
}
.module_controls li.view.list.here a {
	background-position: -28px 0;
}
.module_controls select {
	margin-right: 0px;
	margin-left: 10px;
}
#content .module_listing, #content .module_listing li ul {
	margin-left: 0px;
}
.module_listing li {
	list-style-type: none;
}
.mod {
	border-bottom: 1px solid #ccc;
}
.mod:last-child {
	border-bottom: 0px;
}
.mod li {
	float: left;
	width: 200px;
	padding: 10px 10px 10px 0;
}
.mod li.module_title {
	width: 190px;
	color: #39455F;
}
.mod li h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.local_warning{
	font-size: 10px;
	color: #39455F;
	text-align: center;
	margin-top: 8px;
}
.mod.detail_view li.module_title {
	font-size: 11px;
}
/* .mod.detail_view li.module_title h5 {
	margin-bottom: 10px;
	} */
	
.mod.detail_view li.module_title h5 a {
	font-size: 15px;
	color: #202C4A;
}
.mod.detail_view li.module_title h5 a:hover {
	color: #52a4da;
	;
}
.mod li.module_meta, .mod li.module_topics {
	font-size: 11px;
}
/* .mod li.module_meta a.button {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	} */
	
.mod li.description {
	font-size: 12px;
}
.mod .complete {
	display: -moz-inline-stack;
	display: inline-block;
 *display: inline;
	width: 15px;
	height: 15px;
	vertical-align: top;
	background: url(../images/quiz_complete.png) no-repeat;
}
.mod .complete.passed {
	background-position: 0 0;
}
.mod .complete.failed {
	background-position: -15px 0;
}
.mod li.enrollment {
	clear: both;
	width: 620px;
	padding: 0px 0px 10px 0;
}
#content .mod li.enrollment p {
	margin-bottom: 0px;
}
.module_listing .page_nav a.button {
	min-width: 75px;
}
.module_listing .page_nav span.here a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	margin: 3px 0;
	padding: 4px 7px;
	color: #202C4A;
	background-color: #fff;
	border: 1px solid #ccc;
}
.module_listing .page_nav a.button {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;
}
.module_listing a.show_all {
	color: #20719f;
	font-size: 12px;
	text-decoration: underline;
}
p.mod_count {
	padding-top: 10px;
	font-size: 11px;
}
.level_0, .level_1, .level_2, .level_3 {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 17px;
	height: 17px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/images/levels.png) 0 0 no-repeat;
}
.level_1 {
	background-position: -18px 0;
}
.level_2 {
	background-position: -36px 0;
}
.level_3 {
	background-position: -54px 0;
}
.ie7 .level_0, .ie7 .level_1, .ie7 .level_2, .ie7 .level_3 {
}
.moduling_listing a.show_all:hover {
	color: #52a4da;
}
/* MODULE PAGE */

div.module_image {
	width: 244px;
	float: left;
}
ul.module_layout {
}
#content ul.module_layout {
	width: 375px;
	float: right;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
ul.module_layout li {
	list-style-type: none;
}
#content ul.module_layout li ul {
	margin-left: 0px;
}
div.module_image img {
	display: block;
	margin: 0 10px;
	padding: 10px;
	border: 1px solid #E4E5F1;
}
#content ul.module_layout li ul {
	width: 175px;
	float: left;
	margin-right: 10px;
	list-style-type: none;
	font-size: 11px;
	color: #666;
}
/* the following rules added by bruce on 12/2011 */	
#content ul.module_layout li ul li {
	margin: -10px 0 10px 0;
}
#content ul.module_layout ul.bookmark_quiz {
	margin-top: 10px;
	margin-bottom: 0px;
}
#content ul.module_layout ul.bookmark_quiz li {
	margin-bottom: 25px;
}
#content ul.module_layout ul.retired {
	color: red;
	font-size: 12px !important;
	font-weight: bold;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	padding: 10px 0 0 0;
}
#content .module_description.group .module_links {
	clear: both;
	width: 360px;
	font-size: 10px;
	margin-left: 247px;
	margin-top: -20px;
}

#content .module_description.group .module_links p, #content .module_description.group .module_links a {
	font-size: 11px;
	margin-bottom: 2px;
}
#content .module_description.group .module_links a {
	font-size: 10px;
	margin-bottom: 2px;
}
#content .module_description.group .module_links ul {
	margin-top: 0;
	margin-left: 0;
	
}
#content .module_description.group .module_links li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 2px;
	
}


#content .module_description {
	margin-bottom: -20px;
}

ul.module_layout .button {
	margin: 0px;
	padding: 5px 10px;
	font-size: 11px;
}
ul.module_layout strong {
	color: #222E4A;
}
ul.module_layout dl {
	margin-top: 10px;
	padding: 5px 5px 0 5px;
	margin-bottom: 16px;
	border: 1px solid #ADB5BB;
	background-color: #EEF2FB;
}
ul.module_layout dt {
	display: block;
	padding-bottom: 5px;
}
ul.module_layout .score {
	display: block;
	margin-bottom: 5px;
	padding-top: 0px;
	font-size: 24px;
	color: #1b5079;
}
ul.module_layout .share_retake {
	display: inline;
}
ul.module_layout .share_retake .button {
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.module_layout .bookmark_btn .button {
	margin-right: 5px;
}
p.begin {
	padding: 10px 0;
}
.begin a.button {
	display: block;
	width: 150px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

.begin_player a.button {
	display: block;
	width: 150px;
	margin-bottom:10px;
	padding: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

.begin_player a.lessonViewerPop {
	float: right;
	margin-bottom:15px;
}
/* SHARE SCORE */

#share_score_pop {
	width: 500px;
	height: 300px;
	padding: 10px;
}
#share_score_pop textarea {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* COURSE PAGE */

.tabs {
	display: none;
} /* hides the tabs if javascript is off */
.tabs a {
	outline: none;
}
ul.module_layout ul li.enrollment {
	margin-top: 10px;
}
/* COURSE COMPLETION */

.course_complete table {
	width: 76%;
	margin-top: 5px;
	float: left;
	border-collapse: separate;
	border-spacing: 1px;
}
.course_complete table td {
	height: 15px;
	padding: 0;
	border: 1px solid #CCCCCC;
}
.course_complete table td.y {
	border: 1px solid #A9DF78;
	background-color: #A9DF78;
}
.course_complete span.complete_percent {
	display: inline-block;
	float: right;
	width: 18%;
	padding-left: 2%;
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #1F2C4A;
}
/* .enroll {
	margin-top: 16px;
	} */
	
.enroll a.button {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
}
.course_outline {
	padding-top: 30px;
}
h4.course_part {
	margin: 0 -39px 0 -39px;
	padding: 10px 0;
	/* color: #fff; */
	text-align: center;
	/* text-shadow: none; */
	/* background-color: #1F2C4A; */
	background-color: #efefef;
}
.course_part_descript {
	 padding:8px;
	 border-bottom: 1px solid #CCC;
	 border-left: 1px solid #CCC;
	 border-right: 1px solid #CCC;
}
/* COMMUNITIES */
	
/* RESOURCES */

/* ABOUT */

/* REGISTRATION */
#submit_btn.button {
	margin-left: 0px;
}
span.required {
	color: red;
}
/* ACCOUNT */
#close_btn.button {
	font-size: 12px;
}
/* SEARCH PAGES */

.recordDiv {
	width: 180px;
	margin: 10px;
	font-size: 11px;
	overflow: hidden;
}
/* QUIZ */
	
.quiz_entry #main {
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
}
/* TOOLTIP */
.tooltip {
	display:none;
	background:transparent url(/images/black_arrow.png);
	font-size:12px;
	text-align: center;
	height:30px;
	width:160px;
	padding:14px 25px 36px 25px;
	color:#fff;
}

.star_sprite {
	display: -moz-inline-box;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	background: url(/images/star_sprite.png) no-repeat;
}

.star_0 {
	background-position: -97px 0px;
	width: 97px;
	height: 20px;
}

.star_1 {
	background-position: -78px 0px;
	width: 96px;
	height: 20px;
}

.star_2 {
	background-position: -59px 0px;
	width: 96px;
	height: 20px;
}

.star_3 {
	background-position: -40px 0px;
	width: 96px;
	height: 20px;
}

.star_4 {
	background-position: -21px 0px;
	width: 96px;
	height: 20px;
}

.star_5 {
	background-position: -0px 0px;
	width: 97px;
	height: 20px;
}

/* donate button */
.button.yellow {
    border: 1px solid #0E2E40;
    color:  #000000;
    //text-shadow: 0 1px 1px #000;
    -moz-box-shadow: 0 2px 4px #0F2E40;
    -webkit-box-shadow: 0 2px 4px #0F2E40;
    box-shadow: 0 2px 4px #0F2E40;
    background: #184865 url(/images/button_yellow_bg.jpg) 0 0 repeat-x;
   
}
#orgNavV1 {
	background-color: #121929 !important;
}
#orgNavV1 a { 
	color: #FFF !important; /* more subtle color would be #9AA0A7 */
}
#orgNavV1 a:hover { 
	color: #FFF !important;
	text-shadow: 1px 1px 1px black;
}
#orgNavV1 ul ul a { 
	color: #FFF !important;
	text-shadow: 1px 1px 1px black;
}
