/* aecKnowledge CSS Styles */

/* @group aecKnowledge CSS Styles */

body{
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
/*	font-size:1em;*/
	color:#333333;
	background:#1b1b1b;
}
a:active, a:visited, a:link{
/*	color:#C9742C;*/
	color: #C9742C;
}
.link{
	background:#ffffff;
/*	color:#C9742C !important;*/
	color: #C9742C;
	padding:4px 8px;
	border:1px solid transparent;
	cursor:pointer;
}
.link:hover{
	background: #333333 url(/images/layout/glb_gray_btn_back.png) repeat-x top left;
	color:#ffffff !important;
	cursor:pointer;

}
.glbGray{
	color: #333333 !important;
}

.light-gray-reverse, a.light-gray-reverse {
	color: #b2b2b2;
}

a.light-gray-reverse:hover {
	color: #e5e5e5;
}
/* Clear out all default margins/padding cross browser */
h1,h2,h3,h4,h5,h6,p,ul,ul li,dl,dt,dd,ol,form,input{
	margin:0;
	padding:0;
	font-weight:normal;
}
/*add bottom margin for h and p tags*/
h1,h2,h3,h4,h5,h6,p{
	margin: 0.5em 0 .75em 0;
}
.hidden{
	display:none !important;
}
form{
	margin:0;
	padding:0;
}
input{
	margin:0;
	padding:0;
}
button{
	margin:0;
	padding:0;
}
*+html button{
	border:0 !important;
}
input[type="submit"], a.button {
	color: black;
	border:0;
	padding:3px 6px;
	width:auto;
	font-size:12px;
	background-color: #bfbfbf;
	text-decoration: none;
}

*html input[type="submit"], a.button{
	overflow: visible;

}
*+html input[type="submit"], a.button{
	overflow: visible;
	border:0 !important;

}

input[type="submit"]:hover, a.button {
	cursor: pointer;
	background-color: #e4e4e4;
}
/* Fonts */


/**/
/* Links */
.contents a:active, .contents a:visited, .contents a:link{
	/*text-decoration:none;*/
	font-size:12px;
	color:#ffcc33;
}
.dklink:active, .dklink:visited, .dklink:link{
	color:#333333 !important;
}
/* Icon Backgrounds */
.pdf_download{
	background: transparent url(/images/layout/pdf_ico_sm.png) no-repeat scroll left center;
	height: 46px;
	padding-left:40px;
	margin-left:10px;
	display:inline-block;
	margin-right:5px;
}
.pdf_download_sm{
	background: transparent url(/images/layout/pdf_ico_smlr.png) no-repeat scroll left center;
	display:inline-block;
	height:27px;
	margin-left:5px;
	margin-right:5px;
	padding-left:30px;
}
/* Notifications */
.notify{
	width:1024px;
	margin:0 auto;
	z-index:1;
	padding:5px 0;
	background:#ffffff url(/images/layout/shadow_btm_repeat.png) repeat-x bottom right;
	border-bottom:1px solid #006600;
}
.notify b:first-child{
	color: #006600;
}
.notify p{
	margin-left:10px;
	width:auto;
	color:#333333;
	font-size:13px;
}
#confirm_page{
	min-height:160px;
}
.notification{
	font-size:.9em;
	padding:5px;
	border:1px solid #C9742C;
	background:#FFFFDF;
	display:block;
	width:auto;
	margin:5px 0;
}
.bigmarg{
	margin-left:40px;
}

.flash_error {
  border: 1px solid red;
  color: red;
  padding: 1em;
  margin-bottom: 2em;
}

.error{
	width:1024px;
	margin:0 auto;
	z-index:1;
	padding:5px 0;
	background:#ffffff url(/images/layout/shadow_btm_repeat.png) repeat-x bottom right;
	border-bottom:1px solid #999999;

}
.error p{
	margin-left:10px;
	width:auto;
	color:#333333;
	font-size:13px;
}
.fieldWithErrors{
	display:inline-block;
}
.fieldWithErrors input{
	border:1px solid #990000;
}
.errorExplanation{
	background: none repeat scroll 0 0 #888888;
	border: 3px double #444444;
	margin-bottom: 20px;
	padding: 5px 5px 8px;
}
.errorExplanation h2{
	color:#660000;
	font-size:14px;
	padding-bottom:6px;
}
.errorExplanation p{
	color:#660000;
}
.errorExplanation ul{
	list-style-type:none;
	margin-left:15px;
}
.errorExplanation ul li{
	color:#000000;
	font-weight:bold;
}
/* Global Buttons */
.glbFullGrayButton{
	background: #333333 url(/images/layout/glb_gray_btn_back.png) repeat-x top left;
	padding:8px 4px;
	color:#ffffff !important;
	border:1px solid #666666;
	cursor:pointer;
	display:inline-block;
	text-decoration:none;
	font-size:12px !important;
	width:45%;
}

/*original gray button commented here*/

/*.glbGrayButton{
	background: #333333 url(/images/layout/glb_gray_btn_back.png) repeat-x top left;
	padding:2px 4px;
	color:#ffffff !important;
	border:1px solid #666666;
	cursor:pointer;
	font-size:12px !important;
}*/

.glbGrayButton{
	background-color: #333;
	padding:2px 4px;
	/*color:#ffffff !important;*/
	color:#C9742C;
	border:1px solid #666666;
	cursor:pointer;
	font-size:12px !important;
}

.glbGrayButton:hover{
	background: #333333 url(/images/layout/glb_gray_btn_back.png) repeat-x top left;
	color:#ffffff;
}

.glbGrayButton:active, .glbGrayButton:visited, .glbGrayButton:link{
	text-decoration:none;
	display:inline-block;
	width:auto;
	padding:2px 4px;
	font-size:12px !important;

}
.glbActionBtn{
	background: #b15c23 url(/images/layout/orange_active_btn.png) repeat-x top left;
	padding:2px 4px;
	color:#ffffff !important;
	border:1px solid #b15c23 !important;
	cursor:pointer;
	font-size:12px !important;
}

.glbActionBtnDisabled{
	background: #cccccc;
	padding:2px 3px;
	color:#666666 !important;
	border:1px solid #ffffff !important;
	font-size:12px !important;
}

.glbActionBtn:active, .glbActionBtn:visited, .glbActionBtn:link{
	text-decoration:none;
	display:inline-block;
	width:auto;
	padding:2px 4px;
	border:1px solid #b15c23;
	font-size:12px !important;
}

.glbErrorBtn{
	background: #990000 url(/images/layout/error_bg.png) repeat-x top left;
	padding:3px 4px;
	color:#ffffff !important;
	border:1px solid #990000;
	cursor:pointer;
	font-size:12px !important;
	display:inline-block;

}

.glbErrorBtn:active, .glbErrorBtn:visited, .glbErrorBtn:link{
	text-decoration:none;
	display:inline-block;
	font-size:12px !important;
}

.glbCloseBtn, .close_button{
	float: right;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #FFFFFF url(/images/layout/shadow_btm_repeat.png) repeat-x scroll right bottom;
	color:#333333;cursor:pointer;border:1px solid #CCCCCC;display:inline-block;font-size:13px;font-weight:bold;margin-bottom:5px;margin-left:5px;padding:1px 5px;width:auto;
}

/* Layout */
.padded_section{
	padding:5px;
}

.left_contents{
	float:left;
	width:auto;
}

.fr{
	float:right;
}
.fl{
	float:left;
}
.nodeco{
	text-decoration:none;
}
.download_txt{
	display:block;
	margin-top:8px;
}
/* Global Forms */
label{
	display:block;
}
.gForm{
	width:auto;
}
.gForm label{
	font-size:12px;
/*	width:120px;*/
  margin-right: 10px;
	display:inline-block !important;
	text-align:right;
}
.gForm .sInput {
  margin-right: 16px !important;
}
.gForm input#login_btn {
  margin-left: -8px;
}
.gForm span.forgot_password {
  margin-left: 287px;
}

a.forgot_username {
  margin-left: 68px;
}

a.forgot_password {
	left: 294px;
  position: absolute;
}


.form_table_row textarea{
border:1px solid transparent;
background:#ffffff;
width:97% !important;
height:80px;
overflow:auto;

}

.form_table_row textarea:focus{
	border:1px dotted #999999;
}

.textarea_look{
	border:1px solid transparent;
	background:#ffffff;
	width:97% !important;
	height:80px;
	padding:5px 0;
	overflow:auto;
}
.textarea_look:focus{
	border:1px dotted #999999;
}

.rel{
	position:relative;
}

.lLabel{
	display:inline-block !important;
	margin-right:10px;
	margin-top:0;
	text-align:right;
	width:124px;
}
.admin_options{
	border:1px solid #999999;
	background:#dddddd;
	display:block;
	margin:3px 0;
	padding:5px;
	position:relative;
	width:98%;
}

.form_multiple_selections{
	width:300px;
	border:1px solid #cccccc;
	background:#ffffff;
	padding:3px;
}
.register_org_opts_spans{
	display:inline-block;
	width:135px;
}
.organization_options{
	border-bottom:1px solid #CCCCCC;
	display:block;
	float:left;
	margin-top:5px;
	padding:5px 0 10px 10px;
}
.organization_block{
	display:block;
	float:left;
	width:135px;
}
/* Submit Input Forms */
.form_elements_wrap{
	display:block;
	padding:10px;
	width:auto;
}
.checkbox_label{
	color:#333333;
	display:inline-block;
	margin-left:5px;
	padding:2px 8px;
	text-align:left;
	width:150px;
}
.opts_label{
	color:#333333;
	display:inline-block;
	margin-left:5px;
	padding:2px 8px;
	text-align:left;
	width:60px;
}
.form_left{
	float:left;
	width:49%;
	display:block;
}
.form_right{
	float:right;
	width:49%;
	display:block;
}
.form_layout{
	background:#ffffff;
	font-size:13px;
	color:#333333;
	width:auto;
}
.form_layout .sInput{
	width:225px;
}
.form_layout form{
}
.form_layout input{
	margin-top:5px;
}
.form_layout textarea{
	margin-top:5px;
	width:400px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333333;
}
.form_layout textarea .sInput{
	width:400px;
}

.form_layout select{
	margin-top:10px;
}
.form_layout label{
	color:#333333;
}

/* Form Errors */
.form_error{
	display:block;
	width:100%;
	background:#333333 url(/images/layout/btm-shad-dk.png) repeat-x bottom left;
	color:#dddddd;
	font-size:12px;
}
.form_error span{
	display:block;
	padding:10px;
	width:auto;
}
/*#verify_submit{
	margin-left:270px;
}
*/
#verify_submit{
	border-top:1px solid #CCCCCC;
	display:block;
	margin-top:10px;
	padding:5px;
	width:auto;
}
/**/
.sInputLarger{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:2px 0;
	min-height:15px;
	padding:3px;
	width:200px;
	display:inline-block;
}

.sInput{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:2px 0;
	min-height:15px;
	padding:3px;
	width:130px;
	display:inline-block;
}

.sInputC{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px transparent;
	margin:2px 0;
	min-height:15px;
	padding:3px;
	width:130px;
	display:inline-block;
}

.error_message{
	width:100%;
	display:block;
	background:#ff9999;
	border-bottom:2px solid #ff9999;
	font-size:12px;
}

/* Global Position */
.left{float:left;}
.right{float:right;}

.block{
	display:block;
/*	width:100%;*/
}
.padten{padding:10px;}

.input-wlrg-form{
	width:400px !important;
}

#left_frame {
	/*width:720px;*/
	width:964px;
	position:relative;
	min-height:780px;
}

#right_top{
  min-height: 768px;
  padding-bottom: 10px;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 295px;
}

.inline{
	display:block;
}

.inline li{
	display:block;
	float:left;
}

.iblock{
	display:inline-block;
}
/* Tabs */
.tabbed{
	list-style-type:none;
	display:block;
	position:relative;
	margin-left:4px;
	text-transform: uppercase;
}

.main ul.tabbed li{
	float:left;
	font-size:12px;
	margin-right:12px;
	height:26px;
	cursor:pointer;
	margin-bottom: 0;
}
.tabbed li a{
	outline:none;
}
.tLeft_sel{
	background:transparent url(/images/layout/sel_btn_top_left.png) no-repeat top left;
	height:26px;
	margin-left:-4px;
	width:4px;
	display:inline-block;

}
.tRight_sel{
	background:transparent url(/images/layout/sel_btn_top_right.png) no-repeat top right;
	height:26px;
	margin-right:-4px;
	width:4px;
	display:inline-block;
}
.tLeft_nosel{
	background:transparent url(/images/layout/nosel_btn_top_left.png) no-repeat top left;
	height:26px;
	margin-left:-4px;
	width:4px;
	display:inline-block;
}
.tRight_nosel{
	background:transparent url(/images/layout/nosel_btn_top_right.png) no-repeat top right;
	height:26px;
	margin-right:-4px;
	width:4px;
	display:inline-block;
}

ul.tabbed li {
	background:transparent url(/images/layout/nosel_tab_mid_rep.png) repeat-x top left;
	display:block;
	margin: 0 .25em;
}
ul.tabbed li a:active,
ul.tabbed li a:visited,
ul.tabbed li a:link {
	color:#999999;
	padding:0 5px;
	text-decoration:none;
	display:inline-block;
	position:relative;
	top:-8px;
}

ul.tabbed li.selected {
	background:#333333 url(/images/layout/sel_tab_mid_rep.png) repeat-x top left;
	display:block;
}

ul.tabbed li.selected a:active,
ul.tabbed li.selected a:visited,
ul.tabbed li.selected a:link{
	color:#CC9900;
	display:inline-block;
	padding:0 5px;
	position:relative;
	text-decoration:none;
	top:-8px;
}

.btm_tabs{
	border-bottom:1px solid #4B4B4B;
	display:block;
	margin-left:6px;
	width:95%;
}

/* Global Spacing */
.contents{
	padding:10px;
	width:auto;
}
.right_contents{
	padding: 4px 6px;
	width: auto;
	position: relative;
}

.ulpos{
	margin-top:10px;
	margin-left:10px;
}

.inner-contents{
	margin:0;
	padding:0;
	width:auto;
	color:#ffffff;
}
.inner-contents h3{
	font-size:13px;
}
.inner-contents ul li{
	font-size:12px;
}
.inner-contents p{
	font-size:12px;
}
.padded{
    padding: 10px;
}
.nodecul{list-style-type:none;}
.decoul{
	line-height:20px;
	margin-left:20px !important;
	width:auto;
}
.decoul li{
	margin-bottom:2px;
}
.nopad{
	padding:0 !important;
}
.mb{margin-bottom:10px;}
.mt, p.mt{margin-top:1.75em;}
.mtfive{margin-top:5px;}
.ml{margin-left:10px;}
.mr{margin-right:10px;}
.mlfive{margin-left:5px;}
.mrfive{margin-right:5px;}
.smtxt{font-size:10px;}
.medtxt{font-size:12px !important}
/* Global Sizes */
.contents h3{font-size:13px;}
.contents p{font-size:12px;}
.right_contents h3{font-size:13px;}
.right_contents p{font-size:12px;}

/* Global Colors */
.gOrange{color:#C9742C !important;}
.gOrange2{color:#c9742c !important;}
.dkback{background:#3B3B3B;}
.dkrback{background:#2B2B2B;}
.dkgray{color:#333333 !important;}
.glbWhite{color:#ffffff !important;}
/* Backgrounds */
.ltback{background: #ffffff url(/images/layout/light_shad_back.png) repeat-x bottom left;}
/**/

/* Media / Content Areas */
.media{
width:100%;
display:inline-block;
border-bottom:1px solid #cccccc;
background: #FFFFFF url(/images/layout/shadow_btm_repeat.png) repeat-x right bottom;
}
.media a{
	display:inline-block;
}
.media_top {
	display:inline-block !important;
	position:relative;
	top:-15px;
}
/* Main Layout */
#mainwrap {
	position:relative;
	/*width:1024px;*/
	width:1268px;
	padding: 7px 10px 10px 10px;
	height:auto;
	margin:0 auto;

}

#footer{
	border-top:1px solid #000000;
	width:1024px;
	margin:0 auto;
	font-size:.8em;
	padding-top:10px;
	color:#666666;
	padding-bottom:40px;
}
.footer-left{
	width: 246px;
	display:block;
	text-align: center;
	float:left;
	padding: 0;
	margin: 0;
}
.footer-right{
	width: 295px;
	float:right;
	display:block;
	text-align: center;
	padding: 0;
	margin: 0;
}

.footerlink:active, .footerlink:visited, .footerlink:link{
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	color:#666666;
}

/* Right Navigation */

#right_nav_default_container {
	z-index: 100;
	background-color: #333333;
}

.bottom_content {
	z-index: 1;
}

/*override jquery margin*/
.ui-accordion .ui-accordion-header {
    margin-top: 5px;
}

h3.right_heading {
	color:#C9742C;
	font-size:14px;
	font-weight:normal;
	padding:5px 0 5px 5px;
	margin: 0;
	margin-top: 5px;
}

.right_heading{
	background:#000000;
	padding:2px 0;
	border-bottom:1px solid #1b1b1b;
}
h3.right_heading a,
h3.right_heading a:active,
h3.right_heading a:visited,
h3.right_heading a:link,
h3.right_heading a:hover {
	text-decoration:none;
/*	padding-left: 5px;*/
}

#right_side_teaser_container {
	position: relative;
	padding-top: 4em;
	width: 100%;
	text-align: center;
}

#right_side_teaser {
	position: relative;
	display: inline-block;
	width: 218px;
	background-color: #c95c00;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #ff9740;
	float: none;
}

#right_side_teaser a, #right_side_teaser span {
	padding: 0.5em;
	color: #ffe3cc;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	display: block;
	font-style: normal;
}

#right_side_teaser a:hover {
	color: #fff;
}

.subscribe_form{
	display:inline-block;
}
.subscribe_form .sInput{
	width:230px !important;
}

#login_form{
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	padding:7px;
	position:absolute;
	right:0;
	text-align:left;
	top:27px;
	width:500px;
	z-index:10;
	display:block;
}

/* aecBoiler */
#aecBoiler{
	/*background: #cc9900 url(/images/layout/white_shadow_long.png) repeat-y top right;*/
	background: #cc7528 url(/images/layout/aecHeader.jpg) no-repeat top left;
	display:block;
	height:50px;
	position:relative;
	cursor: pointer;
}
#aecLogo{
	background:transparent url(/images/layout/aecKnowledge_logo.png) no-repeat scroll left top;
	display:block;
	height:29px;
	left:18px;
	position:relative;
	top:12px;
	width:177px;
}
.site_biline{
	color:#eeeeee;
	font-family:'Georgia',serif;
	font-size:10px;
	left:198px;
	position:absolute;
	top:26px;
}
.biline_lrg{
	font-size:12px;
}

/* Pages */
.kt_bold{
	font-weight:bold;

}
/* - Homepage */
#main_hp_video{
	/*FPO until Flash Video*/
	width:720px;
	height:405px;
	background:#000000;
	/*margin-top:10px;*/
}
#hp_tabs{margin-top:10px;}
.tabs_content{
	display:block;
	width:100%;
	background:#999;
	border-top:2px solid #666666;
	min-height:250px;
}
.tabs_content.featured_courses {
	width:auto;
	min-height: 165px;
}
.tabs_content p{
	line-height:16px;
	color:#eeeeee;
	margin-bottom:10px;


}
.tabs_content ul{
}
.tabs_content ul li{
	line-height:16px;
	color:#eeeeee;
	font-size:12px;
}
.right_homepage_header{
	width:100%;
	display:block;
	height:50px;
	background:#000000 url(/images/layout/shadow_top_rep.png) repeat-x top left;
	border-bottom:1px solid #666666;
}
.right_homepage_header h3{
	color:#eeeeee;
	font-size:.8em;
	font-weight:normal;
	padding:12px 0 0 10px;
	width:auto;
}
#contact_tab{
	float:right;
}
#participate_in_a_ktalk{
	margin-top:5px;
}
#survey_to_win{
	margin-top:5px;
}
#sponsors_aecknowledge{
	margin-top:5px;
}
.ktalk_thumb{
	margin:5px 0;
	border:1px solid #333333;
	background:#666666;
	padding:3px;
}
.ktalk_thumb img{
	display:block;
	float:left;
}
.about_ktalk{
	display:block;
	float:left;
	font-size:11px;
	font-weight:normal;
	margin-left:5px;
	width:130px;
}
.about_ktalk h3{
	font-weight:normal;
	color:#ffcc33;
	margin-bottom:2px;
}
/*

/* Registration Pages */
.form_backer{
	background:#ffffff;
}
/**/

/* Sponsors Page */
#main_sponsor_video{
	/*FPO until Flash Video*/
	width:720px;
	height:405px;
	background:#000000;
	/*margin-top:10px;*/
}

#sponsor_benifits{
	margin-top:5px;
}

#founding_sponsor{
	margin-top:5px;
}

/* kTalks */
#ktalks{
	background:#000000;
}
/* Bottom Sample Section */
.ktalk_focus_row{
	border:1px solid #333333;
	display:block;
	margin-bottom:4px;
	padding:5px;
	height:84px;
	width:336px;/*check in IE*/
	position:relative;
	cursor:pointer;
}

.featured_course {
	border:1px solid #333333;
	display:block;
	margin-bottom:4px;
	margin-left:4px;
	padding:5px;
	height:67px;
	width:334px;/*check in IE*/
	position:relative;
	cursor:pointer;
}

*+html .ktalk_focus_row{
	width:336px !important;
	margin-bottom:-5px;
}
.feature_image {
	display:block;
	float:left;
	border:0px;
}
.right_ktalk_info{
	display:block;
	float:right;
	margin-top:5px;
	width:212px;
}
.feature {
	font-size:11.5px;
	color:#cccccc;
}
.feature_title {
	display: block;
	left: 80px;
	line-height: 13px;
	position: absolute;
	top: 8px;
	right: 5px;
}

.feature_details {
  position: absolute;
  right: 10px;
	bottom: 5px;
}

*+html .right_ktalk_info{
	width:208px;
}
.right_ktalk_info h3{
	font-weight:normal;
	color:#C9742C;

}
.right_ktalk_info span{
	font-size:12px;
	color:#cccccc;
}
.kleft{float:left;}
.kright{float:right;}
.playing{
	background: transparent url(/images/layout/dk_trans_back.png) repeat top left;
}
.not_playing{
	background: transparent url(/images/layout/lt_trans_back.png) repeat top left;
}
/**/
#main_ktalks_video{
	width:720px;
	height:420px;
	position:relative;
	left: -15px;
}
.ktalk_view_only #main_ktalks_video {
	/*height:455px;*/
	height:436px;
	left: 0;
}

.ktalk_video{
	width:693px;
	height:380px;
	margin:13px auto 0 auto;
	-moz-border-radius: 1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	-moz-box-shadow:0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
	box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
}
.ktalk_view_only .ktalk_video {
	height:415px;
}

.ktalk_video_hp{
	width:640px;
	height:410px;
	margin:20px auto 0 auto;
	-moz-border-radius: 1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	-moz-box-shadow:0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
	box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
}
.ktalk_view_only .ktalk_video_hp {
	height:445px;
}

#video_with_listbar_container {
	position: relative;
	margin-bottom: 2em;
	margin-top: 2em;
}

/* @group button_like */

.button_like{
	list-style-type:none;
	cursor:pointer;
}

.button_like li{
	border-bottom:1px solid #1B1B1B;
	color:#CCCCCC;
	font-size:11px;
	line-height:17px;
	margin-bottom:1px;
}

.button_like li h3:first-child {
	padding-top: 0;
	margin-top: 0;
}


.white{
	color:#ffffff !important;
}
.button_like li img{
	position: relative;
	top: 6px;
	margin-right: 0.5em;
	width: 22px;
	height: 22px;
}
.button_like li a{
	display: block;
	/*width: 100%;*/
	padding: 4px 0 0 10px;
	text-decoration:none;
}

.button_like.inline_links li {
	padding: 0.75em;
	padding-bottom: 0.25em;
	background: #2B2B2B;
}

.button_like.inline_links li:first-child {
	margin-top: 0.75em;
}

.button_like.inline_links h3 {
	font-weight: bold;
	margin-bottom: 0.25em;
}

.button_like.inline_links p {
	margin-top: 0;
	margin-bottom: 0.25em;
}

.button_like.inline_links li a {
	display: inline;
	padding: 0;
}

.button_like li:hover{
	background: url(/images/layout/nosel_tab_mid_rep.png) repeat scroll left top transparent;
}

.button_like.sponsors li {
	border-bottom:0px;
	padding: 10px 0px 8px;
  text-align: center;
}
.button_like.sponsors li img{
    width: auto;
		height: auto;
		border:5px solid #fff;
}
.button_like.sponsors li:hover {
	background:none;
}

.lineup{
	margin-left:5px;
	position:relative;
	top:-6px;
	color:#ffffff !important;
}

.button_like li span{
	font-size:13px;
	margin-bottom:0px;
	font-weight:normal;
	color:#ffffff;
	width:100%;
}

/* @end */


/* Contact */
#main_contact_video{
	/*FPO until Flash Video*/
	width:720px;
	height:405px;
	background:#000000;
	/*margin-top:10px;*/
}


/* Videos */
#video_container, #video_container_wrapper {
	margin-bottom: 1em;
}

#video_container .jw-title {
	height: 4em;
}


/* User Account Pages */
#my_account{
	background:#333333;
	border-bottom:1px solid #000000;
	min-height:706px;
	padding:5px;
}
.submissions{
	background:#333333;
	border-bottom:1px solid #000000;
	min-height:706px;
	padding:5px;
}
.account_container{
	position:relative;
	padding:5px;
	border:1px solid #cccccc;
	font-size:13px;
	color:#333333;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width: 100%;
}
.account_container h3{
	margin-bottom:5px;
	width:auto;
	position:relative;
	font-weight:normal;
	padding-top: 8px;
}
.details_page{
	padding:5px;
	border:1px solid #cccccc;
	font-size:13px;
	color:#333333;
}
.details_page p{
	line-height:16px;
	padding: 5px 10px;
}
.quote{
	background:#dedede;
	padding:5px;
	color:#333333;
	width:auto;
}
.rejected{
	background:#9c9c9c;
	padding:5px;
	color:#990000;
}
.fullbordlt{
	border:1px solid #cccccc;
}
.border_all_but_top{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.site_img{
	padding:5px;
	background:#ffffff;
	border:1px solid #cccccc;
	position:relative;
}
#apply_today_text{
	float:right;
	width:410px;
	margin-top:10px;
	position:relative;
}

.ktalk_row{
	margin-top:2px;
	display:block;
	padding:5px;
	width:auto;
}

.ktalk_inline_title{
	display:inline-block;
	color:#333333;
	margin-right:5px;
	width:auto;
}

.ktalk_inline_date{
	display:block;
	position:relative;
	right:0;
	top:0;
}

.ktalk_submissions_top{
	border-bottom:1px dotted #CCCCCC;
	display:block;
	padding:0 0 5px;
	position:relative;
}

.ktalk_submission_details{
background:#ffffff;
padding:10px;
width:auto;
display:block;
font-size:12px;
color:#333333;
}

.ktalk_submission_details h3{
	font-size:13px;
}

.approved{color:#006600 !important;}

.ktalk_inline_status{
	display:inline-block;
	font-size:11px;
}
.header_full{
	padding:5px;
	width:auto;
	display:block;
}
.header_full img{
	float:left;
}
.header_text{
	color:#FFFFFF;
	display:inline-block;
	margin-left:5px;
	margin-top:8px;
}
.heading_border_bottom{
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	margin-bottom:5px;
	display:block;
	width:auto;
}
/* Guidelines */
#quiz_container,
#course_container,
#ktalk_guidelines{
	height:706px;
	overflow:auto;
}
/**/

/* Speaker Agreement */
#speaker_agreement{
	height:706px;
	overflow-y:auto;
}
/**/

#go_submit_application{
	font-size:13px;
	color:#ffffff !important;
}

/* Submit Form 2 Submissions form_2*/
.form_table_row{
	display:block;
	border-bottom:1px solid #cccccc;
}
.cell_one{
	position:relative;
	display:inline-block;
	width:28%;
	margin-right:10px;
	border-right:1px solid #ccc;
	padding-top:2px;
	padding-bottom:2px;
	float:left;
}
.cell_two{
	position:relative;
	display:inline-block;
	margin-right:10px;
	width:42%;
	border-right:1px solid #ccc;
	padding-top:2px;
	padding-bottom:2px;
	float:left;
}
.cell_three{
	position:relative;
	display:inline-block;
	width:26%;
	padding-top:2px;
	padding-bottom:2px;
	float:left;
}
/* GUI Options Bar for Under each new Dynamic Row in Form 2 */
.options_form_row{
position:relative;
width:100%;
clear:both;
display:block;
padding:5px 0;
border-top:1px solid #cccccc;
border-bottom:1px dotted #cccccc;
margin-bottom:5px;
background:transparent url(/images/layout/light_shad_back.png) repeat scroll left bottom;
min-height:22px
}

#add_or_submit{position:relative;}

.form_submit{padding:0px 10px 10px;}
/* Float a button to the Right of a Container */
.btn_far_right{
	position:absolute;
	right:0px;
	top:0px;
}

.example{background:#dddddd;}

.tatablewidth{width:90% !important;}
.fake_input{}
.reg_input{
	padding:5px;
	min-height:20px;
	cursor:pointer;
}
.submit_header{
	background:#EEEEEE none repeat scroll 0 0;
	margin-top:10px;
	padding:5px 0;
}

#uploads_section{
	width:400px;
	border:1px solid #cccccc;
	background:#ffffff;
	font-size:12px;
	color:#666666;
	margin:40px auto;
}
#uploads_section h3{
	display:inline-block;
	margin-top:7px;
	font-weight:bold;
	font-size:13px;
	color:#000000;
}
.new_row{cursor:pointer;}
.disabled_look{color:#999999;}
/**/

/* DHTML Window */
#win{
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}
#dim{
	background:#000000;
	height:100%;
	left:0;
	opacity:0.8;
	position:fixed;
	top:0;
	width:100%;
	z-index:998;
}
.ltbordtop{
	border-top:1px dotted #cccccc;
}
.alert{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#FFFFFF url(/images/layout/light_shad_back.png) repeat-x scroll left bottom;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	margin:60px auto 0;
	min-height:100px;
	width:400px;
}
.alert h3{
	font-size:15px;
}
.alert p{
	font-size:13px;
	display:block;
}

/* Ajax Loading */
.loading{
	margin: 0px 10px;
	padding: 30px 10px 0px;
}
.loading b{
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -10px;
}

.notices p:first-child {
	margin-top:10px;
	font-size:120% !important;
}
.hp_show{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#FFFFFF url(/images/layout/light_shad_back.png) repeat-x scroll left bottom;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	margin:60px auto 0;
	min-height:100px;
	width:700px;
}
.hp_show h3{
	font-size:15px;
	margin-bottom:5px;
}
.hp_show p{
	font-size:13px;
	display:block;
	margin-bottom:15px;
}
.success_style{
	color:#d29d3f;
}

.dim_window{
	padding:10px !important;
}

/**/

/* Admin List */
.admin_add_comment{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	height:150px;
	overflow:auto;
	width:672px;
}
.nicelist{
	list-style-type:none;
	background:#fbfbfb;
	width:100%;
	display:block;
}

.nicelist li{
	width:auto;
	display:block;
}
.nicelist li a:active, .nicelist li a:visited, .nicelist li a:link{
	text-decoration:none;
	padding:10px;
	color:#333333;
	font-size:13px;
	background:#FFFFFF;
	border-bottom:1px dotted #cccccc;
	display:block;
	font-weight:bold;
	margin:2px 0;
}
.nicelist li a:hover{
	background:transparent url(/images/layout/shadow_btm_repeat.png) repeat-x scroll right bottom;
}

.nicelist_more{
	list-style-type:none;
	background:#fbfbfb;
	width:100%;
	display:block;
	color:#333333;
	font-size:13px;
	background:#FFFFFF;
	border-bottom:1px dotted #cccccc;
	display:block;
	font-weight:bold;
	margin:2px 0;
}


.nicelist_more li{
	width:auto;
	display:block;
	padding:10px;
}
.nicelist_more li:hover{
	background:transparent url(/images/layout/shadow_btm_repeat.png) repeat-x scroll right bottom;
}
.nicelist_more li a:active, .nicelist_more li a:visited, .nicelist_more li a:link{
	color:#333333;
	display:inline-block;
	font-weight:bold;
	margin:2px 0;
}
/**/

/*Homepage Replace*/
/*old*/
/*.homepage_replace{
	-moz-border-radius: .5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	-moz-box-shadow:0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
	box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
	background:none repeat scroll 0 0 #FFFFFF;
	display:block;
	height:375px;
	margin:20px auto;
	padding:15px;
	width:640px;
	overflow: auto;
}*/
/*new*/
.homepage_replace{
	-moz-border-radius: .5em;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	-moz-box-shadow:0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
	box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.75);
	background:none repeat scroll 0 0 #FFFFFF;
	display:block;
	height:738px;
	margin: 16px 0 0 0;
/*	margin:20px auto;*/
	padding:15px;
	width:684px;
	overflow: auto;
}


table.center {margin-left:auto; margin-right:auto;}

.main {
	background:none repeat scroll 0 0 #d0d0d0;
	margin-bottom:15px;
	padding: 10px 15px;
	margin-top:10px;
	position:relative;
}

.main.full_height {
	min-height:687px;
}


.main #ce_faq {
  text-align: right;
}

.indent{
	margin-left:5px;
}

.homepage_replace h3{
	font-size:90%;
}

.homepage_replace p{
	font-size:80%;
	color:#333333;
	margin-bottom:0.5em;
}

.main h5 {
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
}

.main p, .main li, .main dd {
	font-size:80%;
	color:#333333;
}

.homepage_replace ul li{
	color:#333333;
	font-size:80%;
	line-height:16px;
	margin-bottom:0;
	padding:0;
}

.main ul li{
	color:#333333;
	font-size:80%;
	line-height:16px;
	padding:0;
	margin-bottom: 0.25em;
	margin-left: 0.85em;
}

.list_split{
	float:left;
	width:48%;
}

/**/

.pageSel{
	text-decoration:none !important;
	color:#666666 !important;
}
.pageNoSel{
	text-decoration: underline;
	color:#999999 !important;
}

.actions_row, table.account_container tr td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:0 0 10px 10px;
	width:160px;
	width: 25%;
	vertical-align:top;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

.actions_row {
	display: inline-block;
}

table.account_container tr td:last-child {
	border-right: none;	
}

#admin_frame_content table.account_container tr td p {
	margin: 0;
}

#admin_frame_content table.account_container tr td .glbActionBtn {
	/*display: block;*/
	margin-bottom: 0.5em;
}
.actions{float:right;}

/* styles for quizzes */

form#quiz_form label.unansweredQuestion {
    display: none;
    color: red;
    font-style: italic;
    font-weight: bold;
    padding: 5px 5px 0px;
}

ol.quiz_questions{
    list-style-type: none;
    list-style-position: outside;
}
ol.quiz_questions li.quiz_question{
    margin: 10px 0 0 28px;
    padding: 5px 0;
}

ol.quiz_questions li.quiz_question fieldset{
    border: none;
    width: 630px;
}

ol.quiz_questions li.quiz_question fieldset legend{
    display: none;
}

ol.quiz_questions li.quiz_question fieldset p.question{
    margin: -5px 0 5px 0;
    padding: 0;
    width: 630px;
}

ol.quiz_questions li.quiz_question label {
    margin: 2px 0;
}

ol.quiz_questions li.quiz_question label input,
ol.quiz_questions li.quiz_question label input.error {
    margin: 5px 4px 5px 0;
    width: 16px;
    height: 16px;
}

#quiz_results h3#quiz_passed            { color: green; }
#quiz_results h3#quiz_failed            { color: red; }
ul#correctQs, ul#incorrectQs            { list-style-type: none; }
ul#correctQs li, ul#incorrectQs li      { text-indent: 10px; }
ul#correctQs li.quizQuestionCorrect     { color: green; }
ul#incorrectQs li.quizQuestionIncorrect { color: red; }

img#logo{
	margin-top: 5px;
}

/* Video Picker Wrapper / Video List*/
#video_picker_wrapper{
	height:200px;
	overflow:hidden;
	position:relative;
}
#video_list{
	position:relative;
}

/* Styles for Orders_controller... */
#course_info h3#course_title { font-size: 18px; font-weight: bold;}
#course_info h4#course_learning_units { font-size: 16px; font-weight: bold; }

/* Styles for the no_javascript message box */
#no_javascript_background {
  position: absolute !important;
  z-index: 900 !important;
  width: 100% !important;
	height: 1000px !important;
  background: black !important;
	opacity: .5;
  filter: alpha(opacity=50); /* for IE5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* for IE8 */
}

#no_javascript {
  position: absolute !important;
  z-index: 999 !important;
  padding: 20px !important;
  margin: 52px 185px !important;
  width: 65% !important;
  background: white url(/images/layout/light_shad_back.png) repeat-x scroll 0% 100% !important;
	border: solid #CCC;
  border-bottom-left-radius: 6px 6px;
  border-bottom-right-radius: 6px 6px;
  border-top-left-radius: 6px 6px;
  border-top-right-radius: 6px 6px;
  color: #666;
  font-size: 12px;
  }
  #no_javascript h3 {
    font-size:17px;
    font-weight: bold;
  }
  #no_javascript p {
  	font-size:15px;
  	display:block;
  	font-weight: bold;
  	margin-bottom: 2px;
  }
  #no_javascript ol {
    list-style-position: inside;
    padding-left: 6px;
    }
    #no_javascript ol li {
      line-height: 18px;
    }


tr.ReportTableHeader th{
  border-bottom: 1px solid #000;
  text-align: left;
}


.ReportTable tr td{
  padding-top: 10px;
  max-width: 160px;
}


h1.new_style {
	font-size:18px;
	font-weight:bold;
	padding-bottom:14px;
	color:#222;
}


#invite_form {
}
#invite_form .emails {
	height:90px;
	padding-bottom:15px;
}
#invite_form label {
	display:block;
	float:left;
	width:60px;
	height:22px;
	margin:4px 0px;
}
#invite_form input {
	display:block;
	clear:right;
}
#invite_form input.invitee_email {
	width:200px;
	height:16px;
	margin:1px 60px 9px 0px;
	float:left;
	clear:none;
}
#invite_form input.invitee_email.break {
	clear:right;
}
input[type="submit"].submit_with_border {
	border:1px solid #999;
}
#invite_form input[type="submit"] {
}
a.follow_on_twitter {
	left: 530px;
  position: relative;
  top: -27px;
}
a.follow_on_twitter img {
	border:0px;
}
div.formal_links {
	float:left;
}

#admin_frame_content h2 {
	
}
#admin_frame_content h2, #admin_frame_content p {
	margin:12px 6px;
}
#admin_frame_content label {
	width:170px;
	font-weight:bold;
	float:left;
}
.form_indent {
	margin-left:170px;
}
div.ac_results ul {
}
div.ac_results li {
	background-color:#fff;
	border-color:#ddd;
}
div.ac_results li.ac_over {
	background-color:#f9ff4f;
}
select#education_course_id {
	width:500px;
}
#invite_form div.button_row {
	margin-left:160px;
}
#invite_form div.button_row input {
	display:inline;
	margin: 0 10px;
}





#header{
  font-size:.8em;	
  /*background: #C9742C;*/
  /*b9561f  is the color of the banner*/
  /*background:#ffffff url(/images/layout/shadow_btm_repeat.png) repeat-x bottom right;*/
	height:28px;
  /*width:1024px;*/
  width:1268px;
  margin:0 auto;
  display:block;
  position:relative;
  z-index:10;
}

ul#nav { 
	padding: 2px 0 0 2px; 
	height: 28px; /*28*/ 
	background: url(/images/layout/gray-bar.gif) repeat-x;
	/* background: #666; /* This looks better, but Michael doesn't think so. */
}

li.nav_up,
li.nav_home_sel,
li.nav_down {
	height: 23px; /*23*/ 
	padding: 0;
	margin: 0 2px 0 0;
	display: inline;
	float: left;
	background: url(/images/layout/button-bg.gif) left top repeat-x;
}

li.nav_up .left-cap,
li.nav_home_sel .left-cap,
li.nav_down .left-cap { 
	height: 23px; 
	width: 3px; 
	background: url(/images/layout/button-left.gif) left top no-repeat; 
	display: inline;
	float: left;
}

li.nav_up .mid,
li.nav_down .mid { 
	height: 18px; /*23*/
	padding: 5px 6px 0 6px;
	background: url(/images/layout/button-bg.gif) left top repeat-x; 
	display: inline;
	float: left;
}

li.nav_home_sel .mid{
	height: 18px; /*23*/
	padding: 4px 4px 0px;
	background: url(/images/layout/button-bg.gif) left top repeat-x; 
	display: inline;
	float: left;
}

li.nav_up .mid a { 
	font: 11px/13px arial, sans-serif; 
	color: #FFFFFF; 
	text-decoration: none;
}

li.nav_down .mid a { 
  font: 11px/13px arial, sans-serif; 
	text-decoration: none;
  color: #000000; 
}

li.nav_up .mid a:hover, li.nav_down .mid a:hover { color: #FFFFFF; }

li.nav_up .right-cap,
li.nav_home_sel .right-cap,
li.nav_down .right-cap { 
	height: 23px; 
	width: 3px; 
	background: url(/images/layout/button-right.gif) left top no-repeat; 
	display: inline;
	float: left;
}



/* @end */

/* @group **************  OLD CRAPPY STUFF BELOW HERE ****************** */

/* LI states */

#user_loggedin{
	display:inline-block;
	/* background: #C9742C; */
	float:right;
	font-size:11px;
	position:relative;
	width:auto;
}
#user_loggedin ul{}
#user_loggedin ul li{
	display:block;
	float:left;
}
.welcome_text{
	color:#000000; 
/*	666666;*/
	display:block;
	float:left;
	font-size:12px;
	height:18px;
	margin-right:10px;
	padding-right:6px;
	padding-top:6px;
	font-weight: bold;
}
/* signin */
#login{
	display:inline-block;
	float:right;
	position:relative;
	width:auto;
	font-size:11px;
}

*+html #login_btn{
	display:inline-block;
	position:relative;
	top:-2px;
}














h1 {
	font-size: 24px;
  /*font-style: italic;*/
}

/* @end */

/* @group courses */

table.courses {
	border-spacing: 0px;
	padding-top:50px;
}
table.courses th {
  border-bottom: 1px solid black;
  font-size: 12px;
  padding: 0px 10px 0px 0px;
  text-align: left;
  white-space: nowrap;
}
table.courses td {
	border-bottom: 1px solid #ddd;
}

table.courses.strogoff td {
	border-bottom: 0px;
	padding-top:3px;
	color: #000;
}
table.courses td a {
	color:#D69300;
}
table.courses div {
	float: left;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  margin: 7px 10px 7px 0;
  overflow: hidden;
}
table.courses.strogoff div {
	background-color: #d6d6d6;
  margin: 0px;
  padding: 3px 10px 4px 0px;
}

table.courses.strogoff th {
  padding: 0 10px 2px 0px;
}

table.courses.strogoff th:last-child, table.courses div.no-right-pad {
	padding-right: 0;
}

table.courses div.connector {
	display:none;
  left: 695px;
  position: absolute;
  width: 33px;
  z-index: 100;
}
table.courses.strogoff div span {
	display: block;
  height: 14px;
  overflow: hidden;
	margin-left:2px;
}
table.courses th.title, table.courses div.title {
	width:254px;
}
table.courses th.knowledge_areas, table.courses div.knowledge_areas {
	width:120px;
}
table.courses th.accreditation, table.courses div.accreditation {
	width:100px;
}
table.courses th.provider, table.courses div.provider {
	width:130px;
}
table.courses th.units, table.courses div.units {
	width:36px;
}

/*table.courses th.added, table.courses div.added {
	width:80px;
}*/
table.courses.strogoff td:hover div {
	background-color:transparent;
	margin-top:-2px;
	margin-bottom:-2px;
	border-top:2px solid black;
	border-bottom:2px solid black;
}
table.courses.strogoff td:hover div:first-child {
	margin-left:-5px;
	border-left:2px solid black;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	padding-left: 3px;
/*  width: 297px;*/
}
table.courses td:hover div.connector {
	display:block;
	background-color:white;
}

table.courses th a {
	padding-right: 16px;
	text-decoration: none;
}

table.courses th a.desc {
	background: url(/images/layout/bullet-arrow-up-icon.png) no-repeat right;
}

table.courses th a.asc {
	background: url(/images/layout/bullet-arrow-down-icon.png) no-repeat right;
}

div.new, table.sortable span.new {
	font-weight: bold;
	color: #ff0000;
}



/* @end */

/* @group pagination */

.pagination {
	margin-top: 1em;
	font-size: 87.5%;
	text-align: right;
}

.pagination a, .pagination span {
	padding-right: .25em;
	padding-left: .25em;
}

.pagination a:first-child, .pagination span:first-child {
	padding-left: 0;
}

.pagination a:last-child, .pagination span:last-child {
	padding-right: 0;
}



/* @end */

div.preview {
	display:none;
	
	background-color: #FFFFFF;
  border: 2px solid black;
  height: 500px;
  left: 7px;
  padding: 12px;
  position: absolute;
  top: 58px;
  width: 253px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	font-size:12px;
}
div.preview h6.title {
	font-weight:bold;
	font-size:12px;
	margin-bottom:12px;
}
div.preview p {
	margin-top:12px;
	margin-bottom:16px;
	text-indent: 0px;
}
table.preview_data {
}
table.preview_data th, table.preview_data td {
	line-height: 14px;
	padding-bottom: 6px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
table.preview_data th {
	font-weight:normal;
	white-space:nowrap;
}
table.preview_data td {
	font-weight:bold;
}
div.course_provider {
	position:relative;
}
img.course_provider_logo {
/*  height: 65px;*/
  right: 23px;
/*	margin-bottom: 1em;*/
}

/*span.course_provider {
	color: #666666;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}*/

/* @group added by dwayne */

h1:first-child {
	margin-top: 0;
}

.boxed {
	border: 1px solid #ccc;
	padding: 1em;
}

.relative {
	position: relative;
}

table tr td {
	vertical-align: top;
}

table tr th {
	text-align: left;
	vertical-align: bottom;
}

table.ruled > tbody > tr > td, table.ruled > tbody > tr > th {
	border-top: 1px solid #ccc;
	padding: 1rem;
}

/* @group forms */

form.default label {
	display: block;
	font-weight: bold;
	font-size: 100%;
	padding: 0;
	margin-bottom: 0.25rem;
	margin-top: 1rem;
}

form.default input, form.default textarea {
	width: 50%;
}

form.default input[type=submit], form.default input[type=checkbox], form.default input[type=radio] {
	width: auto;
}

form.default input[type=text], form.default textarea {
	padding: 0.5em;
}

form.default input[type=checkbox], form.default input[type=radio] {
	margin-right: 0.75em;
}

form.default p {
	padding: 0;
	margin: 1em;
}

fieldset {
	margin-bottom: 2em;
	border: 1px solid #c0c0c0;
}



/* @end */

/* @group formatting */

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.ital {
	font-style: italic;
}

.smaller {
	font-size: 87.5%;
}

.align_right, th.align_right, td.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

/* @end */

p.button {
	margin-top: 1.5em;
}

blockquote.tight {
	margin: 0 2em;
}

.tight p, .tight {
	margin: 0;
	padding: 0;
}

.thumbnail {
	padding: 0;
	margin: 0;
	margin-right: 12px;
	width: 96px;
}

div.thumbnail {
	padding: 2px;
	height: 78px;
	margin-bottom: 12px;
}

div.thumbnail:last-child {
	margin-right: 0;
}

img.bordered, div.bordered {
	border: 1px solid #b3b3b3;
}

/* @group pagination */

div.single_line_pagination {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.33em;
	background-color: #e5cb72;
}

div.single_line_pagination p {
	display: inline;
}

div.single_line_pagination div.pagination {
	display: inline;
	float: right;
	margin: 0;
	font-weight: bold;
}

div.single_line_pagination div.pagination a {
	color: #7f6200;	
}


/* @end */

.bigger {
	font-size: 125%;
}

/* @group tables and lists */

ol {
	
}

ol li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

ol li p, ol li blockquote {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

table {
	border-collapse: collapse;
}

table.courses {
	margin-top: 1em;
	padding-top: 0;
	clear: both;
}

ul.no_bullets li {
	list-style-image: none;
	list-style-type: none;
}

table.ruled, table.striped, table.sortable, ul.ruled {
	width: 100%;
	border-collapse: collapse;
}

table.ruled th {
	text-align: left;
}

table.ruled th.align_right {
	text-align: right;
}

table.ruled td, ul.ruled li {
	border-top: 1px dotted #989898;
	margin: 0;
	padding: 0.25em 0;
}

ul.ruled.thick li {
	border-top: 2px solid #989898;
}

table.ruled tr.total td {
	font-weight: bold;
	background-color: #e4e4e4;
	font-size: 110%;
}

table.ruled tr.total td:last-child {
	text-align: right;
}

ul.ruled li {
	list-style-type: none;
}

table.striped {
	
}

table.striped tr:nth-child(even) {
	background-color: #e5e5e5;
}

table.striped th, table.striped td {
	padding: 0.5em;
}

.column {
	float:left;
}

ul.no_bullets {
}

ul.no_bullets li {
	list-style-type: none;
	margin-bottom: 0.25em;
}

ul.orange_bullets li {
	list-style-type: none;
}

ul.orange_bullets li:before {
      content:'\2022';
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -10px;
      top: -0px;
      color: #c9742c;
    }

ul.checklist {
	margin-bottom: 1em;
}

ul.checklist input[type="checkbox"] {
	margin-right: 0.75em;
}

/* align text to the right of checkboxes */
ul.checklist li {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

table.sortable {
	font-size: 75%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table.sortable tr {
	
}

table.sortable th, table.sortable td {
	
}

table.sortable th {
	border-bottom: 1px solid #000;
}

table.sortable th a {
	padding-right: 16px;
	text-decoration: none;
	color: #c06b28;
}

table.sortable th a.desc {
	background: url(/images/layout/bullet-arrow-up-icon.png) no-repeat right;
}

table.sortable th a.asc {
	background: url(/images/layout/bullet-arrow-down-icon.png) no-repeat right;
}

table.sortable th, table.sortable td {
	padding: 0.25em 0.875em 0.25em 0.25em;
}

table.sortable th:last-child, table.sortable td:last-child {
	padding-right: 0;
}

table.sortable td {
	background-color: #d6d6d6;
	border-bottom: 3px solid #fefffe;
}

table.sortable td a {
	color: #c06b28;
}

table.larger td, table.larger th {
	font-size: 120%;
}

table.two_col {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

table.two_col tr {
	
}

table.two_col tr td {
	width: 47.5%;
	padding-right: 5%;
}

table.two_col tr td:last-child {
	padding-right: 0;
}

ul.horizontal li {
	float: left;
	list-style-type: none;
	margin: 0 1em 0 0;
	padding: 0;
}

table.spaced tr td {
	margin: 0;
	padding: 0.5em;
}

table.sponsored_by tr td {
	vertical-align: bottom;
	padding-bottom: 0;
	padding-top: 0;
}

table.sponsored_by tr td p {
	padding: 0;
	margin: 0;
}

table.sponsored_by tr td:first-child {
	padding-left: 0;
}

/* @end */

/* @group right navigation */

#right_top div.bottom_content {
	text-align: center;
	position: absolute;
	bottom: 16px;
	width: 100%;
}

#right_top div.bottom_content h5 {
	color: #c06b28;
}

#right_top div.sponsors img, #rotating_sponsor {
	border: 5px solid white;
}

#right_top div.social_media_icons {
	margin-bottom: 18px;
}

#rotating_sponsors_container, #tester {
	position: relative;
}

#rotating_sponsor {
	position: relative;
	display: inline-block;
	height: 87px;
	width: 164px;
	background-color: #fff;
	background-repeat: no-repeat;
}

#tester_sponsor {
/*	display: inline;*/
	display: inline-block;
	position: relative;
	height: 87px;
	width: 164px;
/*	background-color: #fff;
	background-repeat: no-repeat;*/
}

.overlay {
	position: absolute;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background:#FFFFFF url(/images/layout/light_shad_back.png) repeat-x scroll left bottom;
	border:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	padding:10px;
	z-index:999;
	margin: 0;
}

#right_sidebar_content .overlay {
	width:283px;
}

.main.short .fr {
	margin-left: 1em;
}

/* @end */

/* @end */

.clear {
	clear: both;
}

div.two_col {
	clear: both;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.two_col div {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}

div.two_col div:last-child {
	margin-right: 0;
}

.fixed_scroll_container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 706px;
	overflow: auto;
	border: 1px solid #cccccc;
	padding: 0.5em;
/*	font-size: 80%;*/
}

.fixed_scroll_container p {
	line-height: 150%;
	padding: 0.25em 0.5em;
}

.fixed_scroll_container p, .fixed_scroll_container li {
	line-height: 150%;
}

.fixed_scroll_container h3 {
	font-size: 100%;
	color: #333;
	background: #DEDEDE;
	border-bottom: 1px solid #CCC;
	padding: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.fixed_scroll_container ul li{
	margin-left: 1.5em;
}

.reverse {
	background: #333;
	color: #fff;
	padding: 1em;
	font-size: 80%;
}

.fineprint {
	color: #c06b28;
	font-size: 80%;
	line-height: 100%;
	padding: 0;
	margin: 0 0 0.25em 0;
}

.gray, .main .gray {
	color: #666;
}

.underline {
	text-decoration: underline;
}

p.loose, .loose p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.clearfix, .clear {
	clear:both;
}

li.clearfix {
	list-style-type: none;
}

.small {
	font-size: 80%;
	line-height: 100%;
	padding: 0;
	margin: 0 0 0.25em 0;
}

/* @group sale */

.sale, .sale_without_box, .sale a {
	font-weight: bold;
	color: #bf0a0b;
	text-decoration: none;
}

.sale, .sale_without_box {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px solid #bf5f61;
	/*background-color: #fff;*/
	background-color: #d6d6d6;
}

.sale_without_box {
	font-weight: bold;
	color: #bf0a0b;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	border: none;
}

.sale p, h4.sale {
	font-weight: bold;
	color: #bf0a0b;
}



/* @end */

.main .page-header {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: "Lucida Sans", sans-serif;
	font-size: 20px;
	margin-bottom: 6px;
	font-variant: small-caps;
}

.page_subhead {
	color: #666;
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 1em;
	font-weight: none;
	font-style: normal;
	font-variant: normal;
}

.main .page_subhead {
	font-style: italic;
}

.total {
	padding-top: 0.25em;
	border-top: 1px solid #333;
	text-align:right;
}

img, .no_border {
	border:none;
}

.larger, .main p.larger { 
	font-size: 120%;
}

.normal-size, .main p.normal-size { 
	font-size: 100%;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.tight {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	padding: 0;
}

.sale.top {
	margin-top: 0;
	padding: 0.5em;
}

/* @group social media */

#ktalk_social_media_links_container {
	padding-left: 12px;
	margin-top: 0;
	clear: both;
	margin-bottom: 1.5em;
}

.twshare {
	margin-right: 0.75em;
}

div.simple_black {
	color: #999;
}

/* @end */

#header #search_form_container {
	float: left;
	margin-right: 1em;
}

#header #search_form_container input {
	height: 19px;
}


#header #search_form_container input[type="submit"] {
	background-color: #0147fa;
	color: #fff;
	font-size: 90%;
	padding: 6px;
	height: 23px;
}

#header #search_form_container input[type="submit"]:hover {
	cursor: pointer;
	background-color: #4285f4;
}


/* surveys */

ul.sortable li {
	list-style-type: none;
	margin:  0;
	padding: 0;
}

.sortable .sortable-element-container {
	background-color:#e8e8e8;
	cursor:move;
	padding:1em;
	margin-bottom: 8px;
	border: 1px solid #ccc;
}

form.formtastic ol li {
	margin: 1em 0;
	padding: 0;
  list-style-type: none;
}

form.formtastic ol li textarea {
	width: 100%;
	height: 16em;
}

form.formtastic input[type=checkbox] {
	margin-right: 0.5em;
}

form.formtastic fieldset {
	margin-bottom: 0.5em;
}

form.formtastic fieldset table {
	width: 100%;
}

form.formtastic fieldset table td {
	padding: 0.5em;
}

form.formtastic p.after-fieldset {
	margin: 0 0 2em 0;
	padding: 0;
}
