* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, dl, dt, dd, blockquote, applet, object {
	border:0;
}
ul {
	list-style: none;
}
.top_page_title {
	color: #fff;
	margin-top: 5px;
	font-size: 12px;
}
body {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-y: scroll;
	padding: 0;
	background: transparent url(/CustomerPortal/images/bg.gif) repeat;
	color: #666666;
	text-align: center;
	height: 100%;
}
#wrapper {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 20px 0;
}

.pageWrapper {
	padding: 30px;
	width: auto;
	overflow: hidden;
}
a {
	color:#1b8bb4;
	text-decoration: none;
	border: none;
}
label {
	cursor: pointer;
}
a:link, li a.active {
	color:#1b8bb4;
	text-decoration: none;
	border: none;
}
a:hover {
	color:#1b8bb4;
	text-decoration: underline;
	border:none;
}
img a {
	border: none;
}
#page {
	height:100%;
	background: url("/CustomerPortal/images/bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
/*styles for header_footer.php*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
.display {
	height:auto;
	margin-top: 10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	border: 6px solid #fff;
	border-radius: 5px;
}
#publicWrapper {
	width:950px;
	margin:0 auto;
	text-align:left;
	padding:0 0 20px 0;
}
#header {
	width: 95%;
}
#header-top-inside {
	height:52px;
	width:950px;
	margin:0 auto;
}
#header-top-inside-left {
	float:left;
	text-align:left;
	padding:20px 0 0 0;
	width:660px;
	color:#485766;
	font-size:90%;
}
#header-top-inside-left a  {
	color: #6a87a3;
}
#header-top-inside-left-feed {
	float:left;
	padding:20px 0 0 0;
	width:80px;
}
#header-top-inside-right {
	float:right;
	text-align:right;
	padding:15px 0 0 0;
	width:210px;
}
#logo-floater {
	float:left;
	margin: 0;
	text-align: left;
	width:340px;
}
#logo-floater a {
	outline:none;
}
#navigation {
	text-align:right;/* width:525px; */
	margin:10px 0 0 40px;
	display:block;
}
#main-area {
	background: transparent;
	clear:both;
	display:block;
	overflow:hidden;
	background-image:url(/CustomerPortal/images/home-block-box-bg.png);
	padding: 20px;
}
#main-area-inside {
	display:block;
	overflow:hidden;
	background-color: #ffffff;
}
#main {
/*	float:left;  */
	width:603px;
	padding:20px;
}
#mainPublic {
/*
	float:left;
	width:850px;
	padding:20px;
*/
}

#navMenu {
	border: 0px none;
	color: rgb(102, 102, 102);
	height: auto;
/*	float: right; */
	margin-top: 55px;
	text-align:right;
	vertical-align: bottom;
	width: auto;
}
#navMenu ul {
	font-weight: bolder;
  height: 44px;
  list-style: none;
  list-style-position: outside;
  padding: 0;
  position: relative;
}
#navMenu li {
	color:#1b8bb4;
	float: right;
	text-align: center;
	width: 100px;
/*	color: rgb(102, 102, 102);  */
}
#navMenu li a {
	display: block;
}
#navMenu li ul {
	display: none;
	margin: 0px;
	padding: 0;
}
#navMenu li ul li {
	padding: 0;
	text-align: left;
	text-indent: 8px;
/*	width: 11.6em;        */
/*	background: #99CCFF;  */
}
#navMenu li:hover ul {
	display: block;
	margin-left: -1px;
	position: absolute;
	width: 8em;
}
.login_ul {
	width: 50%;
	margin: 0 auto;
	text-align: left;	
	overflow: hidden;
}
.login_ul>li {
	padding: 10px;
}
.login_ul>li + li {
	margin-top: 15px;
}
.login_ul>li>label {
	display: block;
	font-weight: bold;
}
.login_ul>li>select {
	width: 92%;
}
.login_ul>li>input {
	width: 90%;
	outline: none;
	padding: 4px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	background-color: #fff;
	height: 20px;
}
.login_ul>li>textarea {
	width: 90%;
	outline: none;
	max-width: 90%;
	min-width: 90%;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 4px;
	min-height: 60px;	
}
.form_footer {
	padding: 20px;
	text-align: center;
	line-height: 25px;
	height: 35px;
}
.form_footer>button {
	text-align: right;
	float: right;
}
.form_loader {
	text-align: left;
	float: left;
	vertical-align: middle;
	display: none;
}
.form_footer>button + button {
	margin-left: 10px;
}
.forgot_pw {
	font-size: 10px;
	
}
.btn {
	display: inline-block;
	cursor: pointer;
	color: #5f5f5f;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	white-space: nowrap;
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.btn:hover {
	color: #dd4b39;	
}
.btn:active {
	border: 8px;
}
.btn-submit {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #fff;
	white-space: nowrap;
	background-color: #dd4b39;
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.btn-submit:active {
	border: 8px;
}
.btn-submit:hover {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-submit[disabled] {
	opacity: 0.5;
	cursor: default;
}
.btn-submit[disabled]:active {
	border: 1px solid #e5e5e5;
}
.small_notify {
	margin-top: 10px;
	min-height: 30px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 4px;
	text-align: left;
	font-weight: bold;
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
	line-height: 30px;
}
.notify {
	line-height: 30px;
	min-height: 30px;
	overflow: hidden;
	margin-top: 10px;
	display: none;
	text-align: left;
	font-weight: bold;
	width: 85%;
	margin: 0 auto;
}
.notify > .message {
	margin-top: 10px;
	min-height: 30px;
	line-height: 30px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 4px;
}
.errorNotify {
	background-color: #dd4b39;
	color: #fff;
}
.successNotify {
	background-color: #f7e8bc;
	background-repeat: repeat-x;
	background-image: linear-gradient(#fceec1,#f7e8bc);
	text-shadow: 0 1px 1px rgba(255,255,255,.25);
}
.notify_error {
	background-color: #dd4b39;
	color: #fff;
}
.notify_success {
	background-color: #f7e8bc;
	background-repeat: repeat-x;
	background-image: linear-gradient(#fceec1,#f7e8bc);
	text-shadow: 0 1px 1px rgba(255,255,255,.25);
}
.cclose {
	float: right;
	color: #fff;
}
.cclose:hover {
	color: #428bca;
	cursor: pointer;
}
.notify_success > .cclose {
	color: #6d6d6d;
}
.notify_success > .cclose:hover {
	color: #dd4b39;
}
.successNotify > .cclose {
	color: #6d6d6d;
}
.successNotify > .cclose:hover {
	color: #dd4b39;
}

.row>a {
	color: #666666;	
	display: block;
	height: 100%;
	width: 100%;
}
.row:hover {
	border-color: #f7e8bc;
}
.row>a:hover {
	text-decoration: none;
}
.row {
	box-shadow: 0px 2px 26px rgba(0, 0, 0, 0.3), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	display: none;
	-webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
	background-color: #f5f5f5;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	width: 250px;
	height: 100px;
	margin: 0 20px 40px;
	float: left;	
}
.row>a>.top {
	border-bottom: 1px solid #e5e5e5;
}
.row>a>.body {
	padding: 5px;
}
.top_name {
	text-align: left;	
	padding: 10px 0 0 49px;	
	margin: 0 auto;
	height: 36px;
	font-size: 20px;
}
.catalog {
	background: url(/CustomerPortal/images/catalog.png) no-repeat 13px 10px;
}
.courses {
	background: url(/CustomerPortal/images/books-icon.png) no-repeat 13px 10px;
}
.my_settings {
	background: url(/CustomerPortal/images/gear.png) no-repeat 13px 10px;
}
.my_help {
	background: url(/CustomerPortal/images/bubble-icon.png) no-repeat 13px 10px;
}
.my_logout {
	background: url(/CustomerPortal/images/logout.png) no-repeat 13px 10px;	
}
.my_events {
	background: url(/CustomerPortal/images/calendar.png) no-repeat 13px 10px;
}
.registered_users {
	background: url(/CustomerPortal/images/people.png) no-repeat 13px 10px;	
}
.admin_tools {
	background: url(/CustomerPortal/images/settings.png) no-repeat 13px 10px;	
}
.location {
	background: url(/CustomerPortal/images/location.png) no-repeat 13px 10px;	
}
.reports {
	background: url(/CustomerPortal/images/order_normal.png) no-repeat 13px 10px;	
}

.content_title {
	text-align: left;
	text-indent: 15px;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 25px;
}
.spacer {
	margin-left: 10px;
	margin-right: 10px;
	color: #e5e5e5;
}
.content_title>h2 {
	display: inline-block;
	vertical-align: bottom;
}
.class_info_mini {
	text-align: left;
}
.class_info_mini>a>.top>strong {
}
.class_info_mini>a>.body>table {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}
.instruction {
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;	
}
.instruction_list {
	text-align: left;
	width: 90%;
	margin: 0 auto;
	
}
.instruction_list>li + li {
	margin-top: 20px;
}
.rlt_list {
	width: 50%; 
	margin: 0 auto; 
	border-bottom: 1px solid #e5e5e5; 
	padding: 10px;
}
/* OVERLAY -stolen from reporting system*/
.overlay {
	left: 0px;
	top: 0px;
	right: 0px;
	position: fixed;
	z-index: 4000;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.diag {
	-webkit-box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 2px 26px rgba(0, 0, 0, 0.3), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);	
	position: relative;
	background-color: #fff;
	margin: 0 auto 40px;
	width: 800px;
	margin-top: 10px;
}
.diag>.title {
	background-color: #f5f6f7;
	border-bottom: 1px solid #e5e5e5;
	-webkit-border-radius: 3px 3px 0 0;
	color: #4e5665;
	font-weight: bold;
	padding: 10px 12px;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
	border-radius: 3px;	
}
.diag>.title>.close {
	float: right;
	cursor: pointer;
	outline: blue;
}
.diag>.title>.close:hover {
	color: #000;
}
.diag .body {
	padding: 12px;
	color: #4e5665;
	overflow: hidden;
}
.diag .actions {
	background-color: #fff;
	-webkit-border-radius: 0 0 3px 3px;
	padding: 12px;
	border-top: 1px solid #E5E5E5;
	margin: 0 auto;
	text-align: center;
}
.diag .actions > .btn-submit {
	margin-left: 15px;
}
.diag .actions>.left_loader {
	display: inline-block;
	text-align: left;
	width: 40%;
}
.diag .actions>.right_buttons {
	display: inline-block;
	text-align: left;
	width: 50%;
	text-align: right;
}
.diag .actions>.error_holder {
	margin-top: 10px;
	background-color: #ff4747;
	color: #fff;
	padding: 7px;
	display: none;
}
.table_row {
	border-bottom: 1px solid #e5e5e5;
}
.main-reg {
	border-top: 1px solid #e5e5e5;
	padding: 10px;
}
.big-inp {
	margin-top: 20px;
	width: 100%;
}
.big-inp>input {
	padding: 8px;
	width: 90%;
	outline: none;
	margin: 0 auto;
}
.register fieldset + fieldset {
	margin-top: 20px;
}
fieldset {
	border: 2px solid #e5e5e5;
	padding: 10px 10px 10px 10px;
}
fieldset>legend {
	text-align: left;
	margin-left: 30px;
	color: #2E468F;
	font-weight: bold;
	font-size: 14px;
}
.active-list {
	border: 1px solid #FFE42D;
	background-color: #FFF7C0;
}
.required {
	color: red;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: top;
}
.optional {
	font-size: 9px;
}
.note {
	text-align: left;
	
}
.submitLink {
	background-color: transparent;
	text-decoration: none;
	border: none;
	color: #1b8bb4;
	cursor: pointer;
}
.submitLink:hover {
	text-decoration: underline;
}
.footer {
	margin-top: 15px;
}
.footer>ul>li {
	display: inline-block;
}
.footer>ul>li>a {
	color: #417893;
}
.copyright {
	text-align: center;
	padding: 8px;
	color: #6a7796;
}
.help_diag_ {
	width: 80%;
	font-size: 15px;
	margin: 0 auto;
}
.help_diag_>tbody>tr>td {
	padding: 8px;
}
.full {
	width: 90%;
}
.top_filter {
	border: 2px solid #e5e5e5;	
	padding: 5px;
}
.top_filter table {
	width: 100%;
}
.cell_link {
	cursor: pointer;
	color: #1b8bb4;
}
.cell_link:hover {
	text-decoration: underline;
}
.cell_link[type=button] {
	text-decoration: none;
	color: #5f5f5f;
}
.cell_link[type=button]:hover {
	color: #dd4b39;
}
.sp_nav_top {
	font-size: 14px;
    border-bottom: 1px solid #E5E5E5;
}
.sp_nav_top > li {
	display: inline-block;
	padding: 10px;
	cursor: pointer;	
}
.sp_nav_top > .nav_link:hover {
	color: black;
}	
.sp_nav_top > .active {
	border-bottom: 3px solid #dd4b39;
	color: #dd4b39;
	font-weight: bold;
}	
.sp_topnav_target {
	margin-top: 35px;
	margin-bottom: 100px;
}
.rfloat { 
	float: right;
}
.lfloat {
	float: left;
}
.table_rows>tbody>tr>td {
	border-bottom: 1px solid #e5e5e5;
}
.left_nav {
	width: 20%;
	display: inline-block;
	float: left;
	text-align: left;
	border-right: 1px solid #e5e5e5;
	min-height: 500px;
}
.left_nav>ul>li {
	border-bottom: 1px solid #e5e5e5;	
}
.left_nav>ul>.active {
	font-weight: bold;
	background-color: #e5e5e5;
}
.left_nav>ul>li + li {
	margin-top: 10px;
}
.left_nav>ul>li:hover {
	background-color: #e5e5e5;
}
.left_nav>ul>li>a {
	display: block;
	padding: 10px;
}
.left_nav>ul>li>a:hover {
	text-decoration: none;
}
.left_nav_result {
	width: 70%;
	display: inline-block;
	float: left;
	min-height: 500px;	
}
.add {
	margin-top: 20px;
	margin-bottom: 20px;
}
.bullets {
	overflow: hidden;
	list-style: square outside none;
	font-size: 15px;
}
.bullets>li {
	list-style: square outside none;
	text-align: left;
}
.bullets>li + li {
	margin-top: 10px;
}
.sp_success {
	color: green;
}
.sp_error {
	color: red;
}
.basic_row {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.basic_input {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.small {
	font-size: 11px;
}
.basic_row > label {
	width: 20%;
	vertical-align: bottom;
	line-height: 25px;
}
.basic_row > label > input {
	width: 55%;
	padding: 8px;
	float: right;
}
.webex_join_by_phone {
	border: 1px solid #e5e5e5;
	padding: 5px;
	text-align: left;
}
.webex_join_by_phone > .join {
	font-size: 12px;
}
.webex_join_by_phone > p {
	display: block;
	margin-top: 10px;
}
.webex_join_by_phone > .webex_get_global_numbers_holder {
	margin-top: 10px;
	text-align: left;
}
.highlight_row {
	border-top: 1px dashed #e5e5e5;
	background-color: #f7e8bc;
	background-repeat: repeat-x;
	background-image: linear-gradient(#fceec1,#f7e8bc);
	padding: 7px;
	border-radius: 6px;
}
.input_example {
	margin-left: 20px;
}
.no_js {
	color: red;
	font-size: 15px;
}
.center_title {
	margin-bottom: 10px;
}
.company_tables > table > tbody > tr > td {
	padding: 6px;
}
.section {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
}
.section > form {
	display: inline-block;
}

.greeting_message {
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
}
.greeting_message > p {
	padding: 5px;
}
.show {
	font-size: 11px;
	font-weight: normal;
}
.greeting > strong {
	display: block;
}
.expand_row {
  cursor: pointer;
}
.expand_row:hover {
  background-color: #f5f5db;
  color: black;
}
.ble_highlight {
	border: 3px solid #1b8bb4;
}
.ac_results {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    text-align: left;
    width: 100%;
    display: none;
    margin: 0 auto;
}
.ac_results > table {
	width: 100%;
}
.ac_results > table > tbody > tr > td {
	border-bottom: 1px solid #e5e5e5;	
	padding: 6px;
}
.ac_results > table > tbody > tr > td > .company_ > table {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.company_tables > table:last-child {
	border-left: 1px solid #e5e5e5;
}
.ac_results > table > tbody > tr > td > .company_ > table > tbody > tr > td {
	padding: 6px;
}
.table > strong {
	text-align: left;
	text-indent: 10px;
}
.table > textarea {
	width: 80%;
	max-width: 80%;
	padding: 7px;
	max-height: 150px;
	height: 150px;
	overflow-y: scroll;
	border: 1px solid #e5e5e5;
	resize: none;
}
.table {
	padding: 5px;
}
.table>table {
	width: 100%;
	border: 1px solid #e5e5e5;
}
.table>table>thead {
	background-color: #e5e5e5;
}
.table>table>tbody>tr > td {
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
}
.table>table>tbody>tr:last-child > td {
	border: none;
}
.table>table>tbody>tr input[type="text"] {
	width: 90%;
	padding: 6px;
	border: none;
	outline: none;
}
.table>table>tbody>tr textarea {
	border: none;
	width: 600px;
	max-width: 600px;
	padding: 5px;
}
.even_rows>table>tbody>tr:nth-child(even) {background: #e5e5e5;}
.event_dialog_body {
    max-height: 450px;
    overflow-y: scroll;
    padding: 12px;
    color: #4e5665;
}
.dialog_top_error {
	padding: 6px;
	color: red;
	display: none;
	margin: 0 auto;
	text-align: center;
}
.big_input {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}
.big_input >input {
	width: 90%;
	padding: 10px;
	font-size: 14px;
}
.overlayover {
	left: 0px;
	top: 0px;
	right: 0px;
	position: fixed;
	z-index: 9000;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.sort_table .header {
	cursor: pointer;
}
.private {
	color: #a1a1a1;
	font-style: italic;
}
.border_row {
    border: 1px solid #e5e5e5;
}
.cell_highlight:hover {
  background-color: #f5f5db;
  color: black;
  cursor: pointer;
}
.expand_rw {
	text-align: left;
	background-color: #f5f6f7;
	border: 2px solid #e5e5e5;
	margin-bottom: 15px;
}
.expand_rw>.expand_row_top {
	cursor: pointer;
	line-height: 20px;
}
.expand_rw>.expand_row_top> table {
	width: 100%;
	text-shadow: 0 1px 0 #fff;
	color: #4e5665;
	font-weight: bold;
}
.expand_rw>.expand_row_top> table font {
	display: none;
}
.expand_rw>.expand_row_top>p>font {
	display: none;
}
.expand_rw>.expand_row_body {
	display: none;
	padding: 10px;	
}
.expand_list_holder {
	height: 35px;
	border-bottom: 1px solid #e1e8ed;
}
.expand_list_holder  input[type="submit"] {
	float: right;
}
.expand_row_body_top {
	border-bottom: 1px solid #e1e8ed;
	height: 35px;
}
.expand_row_body_top>li {
	float: left;
	display: block;
	margin-right: 2px;	
}
.expand_row_body_top>li:hover {
	background-color: #f5f6f7;
}
.expand_row_body_top>li>a:hover {
	text-decoration: none;
}
.expand_row_body_top>.active {
	border-bottom-color: transparent;
}
.expand_row_body_top>.active:hover {
	background-color: #fff;
}
.expand_row_body_top>.active>a {
	background-color: #fff;
	border: 1px solid #e1e8ed;
	border-bottom-color: transparent;
	color: #555;
	cursor: default;
}
.expand_row_body_top>li>a {
	display: block;
	line-height: 18px;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 2px;	
}
.expand_row_body_top_action_target {
	display: none;
	padding: 8px;
	border-left: 1px solid #e1e8ed;
	border-bottom: 1px solid #e1e8ed;
	border-right: 1px solid #e1e8ed;
	min-height: 140px;
	
}
.expand_row_body_top_action_target>table {
	width: 100%;
}
.expand_row_body_top_action_target>table>tbody>tr>td {
	padding: 8px;
}
.close_holder {
    margin: 0 auto;
    display: none;
    text-align: center;
}
.header {
	cursor: pointer;
}
.register_holder {
	text-align: center;
	margin: 0 auto;
}
.register_holder > a {

}
.setting_type_active {
	border: 2px solid #e5e5e5;
	background-color: #e5e5e5;
	font-weight: bold;
	padding: 5px;
}
.explanation {
	font: 11px/1.4 Verdana;
}