﻿
html, body, form {
	height: 100%;
	min-height: 100%;
	margin: 0px;

}


body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	margin: 0px;
	background-color: #edeaea;
}

.reContentArea /*this selector corresponds to the body selector when RadEditor is in DIV mode*/ {
	font-family: Arial !important;
	font-size: 1em !important;
	color: Black;
	background-color: #ffffff !important;
	padding: 4px !important;
}

.showcursor {
	cursor: pointer;
}

	.showcursor a:hover {
		font-weight: bold;
	}

	.showcursor a:link {
		text-decoration: none;
	}


form {
	padding-left: 10px;
	padding-right: 10px;
}


.site_wrapper {
	background-color: #ffffff;
	/*border: 8px solid #ece4f5;*/
	width: 1024px; /*1000 - 2 * 8 for the border*/
}

.page_wrapper {
	overflow: auto;
	padding-bottom: 50px;
	background: #ffffff;
}




.btn_orange {
	font-weight: bold;
	border: none;
	background: #d5691d;
	padding: 6px 20px;
	font-size: 1.0em;
	cursor: pointer;
	display: inline-block;
	color: white;
	width: 245px;
	margin-bottom: 4px;
	border-radius: 15px 0px 0px 15px;
}

	.btn_orange a {
		color: white;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}

	/* On mouse-over */
	.btn_orange:hover {
		background: #ccc;
		text-decoration: none;
	}

	.btn_orange:link {
		text-decoration: none;
	}

	.btn_orange:active {
		text-decoration: none;
	}

	.btn_orange:visited {
		text-decoration: none;
	}


#btn_rounded {
	border-radius: 10px;
}


.btn_blue {
	font-weight: bold;
	border: none;
	background: #5d5d5d;
	padding: 6px 20px;
	font-size: 1.0em;
	cursor: pointer;
	display: inline-block;
	color: white;
	width: 245px;
	margin-bottom: 4px;
	border-radius: 15px 0px 0px 15px;
}

	.btn_blue a {
		color: white;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}

	/* On mouse-over */
	.btn_blue:hover {
		background: #ccc;
		text-decoration: none;
	}

	.btn_blue:link {
		text-decoration: none;
	}

	.btn_blue:active {
		text-decoration: none;
	}

	.btn_blue:visited {
		text-decoration: none;
	}


.btn_submit {
	font-weight: bold;
	border: none;
	background: #5d5d5d;
	padding: 6px 20px;
	font-size: 1.0em;
	cursor: pointer;
	display: inline-block;
	color: white;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 15px;
}

	.btn_submit a {
		color: white;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}

	/* On mouse-over */
	.btn_submit:hover {
		background: #ccc;
		text-decoration: none;
	}

	.btn_submit:link {
		text-decoration: none;
	}

	.btn_submit:active {
		text-decoration: none;
	}

	.btn_submit:visited {
		text-decoration: none;
	}


.btn_red {
	font-weight: bold;
	border: none;
	background: #a60000;
	padding: 6px 20px;
	font-size: 1.0em;
	cursor: pointer;
	display: inline-block;
	color: white;
	width: 245px;
	margin-bottom: 4px;
	border-radius: 15px 0px 0px 15px;
}

	.btn_red a {
		color: white;
		font-weight: bold;
		color: white;
		text-decoration: none;
	}

	/* On mouse-over */
	.btn_red:hover {
		background: #ccc;
		text-decoration: none;
	}

	.btn_red:link {
		text-decoration: none;
	}

	.btn_red:active {
		text-decoration: none;
	}

	.btn_red:visited {
		text-decoration: none;
	}






















/* ====================================================================== */
/* HEADER */
.header_wrapper {
	width: 1024px;
	overflow: visible !important;
}

.logo_wrapper {
	background-color: #212121;
}

.header_banner {
}

.menu_wrapper {
}

.header_logo1 {
	border: 0px None White;
	float: left;
	height: 62px;
}

.header_logo_center {
	border: 0px None White;
	float: left;
	height: 62px;
	margin-left: 80px;
}

.header_logo2 {
	border: 0px None White;
	float: right;
	height: 62px;
}

.header_spacer {
	position: absolute;
	left: 278px;
}

.header_name {
	position: absolute;
	left: 338px;
	background-color: #FFFFFF;
}

.languageControl {
	position: absolute;
	margin-left: 980px;
	margin-top: 2px;
	z-index: 10000;
}

/* ====================================================================== */


/* ====================================================================== */
/* FOOTER - for bottom of page, such as copyright information */
.footer {
	height: 25px;
	clear: both;
	color: #000000;
	background-color: #cdc6d5;
	text-align: center;
	font-size: 0.6em;
	line-height: 1.2em;
}
/* ====================================================================== */


/* ====================================================================== */
/* LOGIN CONTROL */
.login_control {
	font-family: Arial;
	font-Size: 0.8em;
	color: #333333;
	/*border:1px solid #000000;*/
}

.login_controltitle {
	font-family: Arial;
	background-color: #008256;
	color: White;
	margin: 20px;
	font-size: 1em;
	font-weight: bold;
}

.login_controlinstruction {
	font-style: italic;
}

.login_controltextbox {
	font-Size: 0.8em;
	Width: 140px;
}

.login_controlbutton {
	font-family: Arial;
	cursor: pointer;
	background-color: #00a0dc;
	color: white;
	float: right;
	height:38px;
	font-size: 1.1em;
	margin-right: 20px;
	margin-top:10px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 0px #dddddd;
	font-weight: bold;
	border-radius: 10px;
}

	.login_controlbutton:hover {
		background-color: #dddddd;
	}

.login_wrapper {
	margin: 0 auto;
	width: 413px;
	margin-bottom: 20px;
}

.login_header {
	background-color: white;
	height: 67px;
	margin-bottom: 40px;
}

.login_Image {
}

.login_errorstart {
	padding: 14px;
	/*background-color:#ffffff;*/
	font-family: Arial;
	font-Size: 0.8em;
}

.login_error {
	padding: 8px;
	background-color: #d37272;
	font-family: Arial;
	font-Size: 0.8em;
	color: White;
}

.login_instruction {
	font-family: Arial;
	font-Size: 0.8em;
	margin: 80px 0px 20px 0px;
}

.login_warning {
	font-family: Arial;
	font-Size: 0.7em;
	margin: 20px 0px 20px 0px;
}
/* ====================================================================== */



.rpRootGroup {
	border-top: none !important;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}


.rpLink {
	border-top: 1px solid #999999;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #999999;
}

.rpOut {
	border: none !important;
	padding-bottom: 1px;
}


/* CMAS Position ====================================================================== */

.radpanelCoursesMenu {
	width: 705px;
	/*border:1px solid #999999;*/
	/*font-size: 0.8em;*/
	background-color: #ffffff;
	margin-bottom: 10px;
}

.radpanelLearningZoneMenu {
	/*border:1px solid #999999;*/
	/*font-size: 0.8em;*/
	background-color: #ffffff;
	margin-bottom: 10px;
}

.radpanelPositioncontent {
	border: 1px solid #999999;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.radPanelPositioncontentarea {
	padding: 4px 4px 4px 4px;
}

.radpanelPositionTitle {
	font-size: 1.4em;
	color: #000000;
}

.radpanelPositionTitle2 {
	font-size: 1.4em;
	color: #000000;
	line-height: 1.6em;
}

/* HOME PAGE ====================================================================== */

/* Home Table */
.hometable {
	width: 996px;
}


/* Menu Table */
.menutable {
}

/* Control (Left/Right) Wrapper */
.radpanelHomecontent {
	width: 250px;
	border: 1px solid #999999;
	font-size: 0.8em;
	background-color: #ffffff;
	margin-bottom: 10px;
}



/* Control (Center) Wrapper */
.radpanelHomecontent2 {
	width: 476px;
	font-size: 0.8em;
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Control (Center) Content */
.radPanelcontentarea2 {
	padding: 4px 4px 0px 10px;
}

/* Control (Center) Content */
.radPanelcontentarea3 {
	font-size: 0.8em;
	padding: 0px 4px 10px 10px;
}


/* Control Title */
/*.radpanelHomemainheader
{
	font-size: 1.4em;
	color:#000000;
	background-color:#b9d1ea;
	padding: 4px 0px 6px 10px;
}*/
.radpanelHomemainheader {
	font-size: 1.4em;
	color: #000000;
	background-color: #ffffff;
	padding: 4px 0px 6px 10px;
}



/* Control Content */
/*.radPanelHomecontentarea
{
	border-top:1px solid #999999;
	padding: 4px 4px 4px 10px;
}*/

.radPanelHomecontentarea {
	padding: 4px 4px 4px 10px;
}

.homeIcon {
	float: right;
	margin-top: -33px;
	margin-right: -4px;
}

/* ====================================================================== */




.radpanelKeycontent {
	
	border: 1px solid #999999;
	font-size: 0.8em;
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-right: 10px;
	
}



.radpanelcontent {
	font-size: 0.8em;
	background-color: #edeaea;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


.radpanelcontent2 {
	font-size: 0.8em;
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.radpanelCutDown {
	font-size: 0.8em;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.radpanelbackground {
	background-color: #edeaea;
	padding: 10px;
}


.radpanelmainheader .spacer, .spacer {
	color: #000000;
}

.radpanelsubheader .spacer {
	color: #FFFFFF;
}

.radpanelmainheader {
	font-size: 1.4em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #2b2b2b;
	padding: 4px 0px 6px 10px;
}

.radpanelsubheader {
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #737373 !important;
	padding: 4px 0px 6px 10px;
}

.nopad {
	padding: 0px;
	margin: 0px;
}

.radPanelcontentarea {
	border-top: 0px solid #999999;
	padding: 4px 4px 4px 10px;
}

.tabcontentarea {
	border: 1px solid #999999;
	padding: 10px 10px 10px 10px;
	font-size: 0.8em;
	background-color: #edeaea;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.tabcontentarea_new {
	border-bottom: 1px solid #999999;
	font-size: 0.8em;
	background-color: #edeaea;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.tabcontentarea_newborder {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size: 0.8em;
	background-color: #edeaea;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.tabcontentarea2 {
	background-color: #edeaea;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.textpanel {
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #999999;
}

.radWindowcontentarea {
	padding: 10px 10px 10px 10px;
	font-size: 0.8em;
	background-color: #edeaea;
}


.radpanelheader {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	background-color: #d7d8ec;
}

/* ====================================================================== */
/* DASHBOARD   */

.radpanelDashboardTitle {
	font-size: 1.4em;
	color: #000000;
	line-height: 1.6em;
}

.radpanelDashboardBox {
	width: 240px;
	font-size: 0.8em;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.radpanelDashboardBox2 {
	width: 480px;
	font-size: 0.8em;
	background-color: #ffffff;
	margin-bottom: 10px;
}

.radpanelDashboardBoxContent {
	background-color: #cfe3f2;
	height: 180px;
	border: 0px solid #999999;
	padding: 4px 4px 4px 4px;
}

.radpanelDashboardBoxContentL5 {
	background-color: #cfe3f2;
	height: 120px;
	border: 0px solid #999999;
	padding: 4px 4px 4px 4px;
}

.radpanelLicenceBoxTitle {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00a0dc;
/*	background-color: #cb5b00;*/
	padding: 4px 0px 6px 10px;
}

.radpanelLicenceBoxContent {
	font-size: 0.9em;
	background-color: #cfe3f2;
/*	background-color: #feb479;*/
	height: 90px;
	border: 0px solid #999999;
	padding: 4px 4px 4px 4px;
}


.radpanelLicenceBoxTitle2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #008228;
	padding: 4px 0px 6px 10px;
}

.radpanelLicenceBoxContent2 {
	font-size: 0.9em;
	background-color: #c4e6ce;
	height: 90px;
	border: 0px solid #999999;
	padding: 4px 4px 4px 4px;
}

.radpanelDashboardBoxContentDock {
	height: 180px;
	padding: 4px 4px 4px 4px;
}

.radPanelDashboardBoxContentLevel1 {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 4px 4px 4px 4px;
}

.radpanelDashboardBoxLarge {
	width: 100%;
	font-size: 0.8em;
	background-color: #ffffff;
}

.radpanelDashboardcontent {
	width: 100%;
	font-size: 0.8em;
	background-color: #ffffff;
	margin-bottom: 10px;
}

/* ====================================================================== */

/* ====================================================================== */
/* POPUP WINDOWS  */



.popup_information {
	font-size: 0.8em;
	background-color: #ffffff;
	padding: 10px;
}

.popup_normal {
	font-size: 0.8em;
	background-color: #ffffff;
	padding: 10px;
}

.popup_warning {
	font-size: 0.8em;
	background-color: #ffffff;
	padding: 10px;
}

.popup_success {
	font-size: 0.8em;
	background-color: #ffffff;
	padding: 10px;
}








/* ====================================================================== */
/* PAGE HEADER CONTROL */

/*this is for where the titles go on the page. The top of the contents section */

.pagetitlePanel {
	/*padding:7px 0px 0px 55px;*/
	padding: 7px 0px 0px 10px;
}

.pagetitlePanelNoIcon {
	padding: 7px 0px 0px 0px;
}

.pagetitleIcon {
	min-height: 55px;
	background-repeat: no-repeat;
}

.pagetitletext {
	font-size: 1.1em;
	line-height: 1.7em;
	color: #444f53;
}




.buttonbar {
/*	font-size: 0px;
	line-height: 0px;*/
	float: right;
	padding: 10px 10px 0px 10px;
}

.buttons {
	margin-left: 5px;
}



.tabstrip_new {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.helppanel_noborder {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #ffffff;
	padding: 10px;
}

.helppanel_noborder2 {
	background-color: #ffffff;
	padding: 10px;
}

.helppanel {
	background-color: #f4f4a5;
	font-size: 0.8em;
	border: 0px solid #eeeeee;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.helppanelnopad {
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	margin-bottom: 10px;
}

.statuspanel_header {
	margin: 5px 0px 10px 5px;
	font-size: 0.9em;
	font-weight: bold;
}

.statuspanel_content {
	margin-left: 5px;
	font-size: 0.8em;
	color: #000000;
}


.statuspanel_success {
	border: 0px solid #eeeeee;
	padding: 5px;
	background-color: #C2EBC4;
	color: #045305;
	margin-bottom: 10px;
}

.statuspanel_fail {
	border: 0px solid #eeeeee;
	padding: 5px;
	background-color: #FFC9C9;
	color: #AD1409;
	margin-bottom: 10px;
}

.statuspanel_info {
	border: 0px solid #eeeeee;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f9cf7f;
	color: #000000;
	margin-bottom: 10px;
}







/* ====================================================================== */

.controlwrapper {
	/*padding:5px;*/
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.controlinner {
	border: 1px solid #999999;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
}

.controlheader {
	margin-top: 5px;
	background-image: url(general/orange.gif);
	background-repeat: no-repeat;
}

.controlcontent {
	padding: 5px;
	clear: both;
	font-size: 0.8em;
	color: #000000;
	min-height: 50px;
}

.controlfooter {
}

.controlicon {
	float: right;
}

.controltitle {
	margin-left: 15px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #000000;
}

.controltitle2 {
	padding-left: 15px;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #000000;
}

div.sectionHeading {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #000000;
	font-weight: bold;
}

.dialog_text {
	font-weight: bold;
}
/* SHOP STYLES */
/* -------------------------------------------------------------------------- */
.purchasefilterwrapper {
	width: 240px;
	float: left;
	font-size: 0.9em;
	margin-left: 10px;
}

.purchasefilterbackground {
	color: #000000;
	background-color: #7cc4d4;
	font-size: 1em;
}

.purchasehelpbackground {
	padding-bottom: 1px;
	background-image: url(../../_resources/images/help_icon.png);
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffffff;
	font-size: 1em;
	border: 2px solid #7cc4d4;
}

.purchaselinkbackground {
	padding-bottom: 1px;
	background-image: url(../../_resources/images/link_icon.png);
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffffff;
	font-size: 1em;
	border: 2px solid #7cc4d4;
}

.purchasecontactbackground {
	padding-bottom: 1px;
	background-image: url(../../_resources/images/contact_icon.png);
	background-repeat: no-repeat;
	color: #000000;
	background-color: #ffffff;
	font-size: 1em;
	border: 2px solid #7cc4d4;
}

.purchasehelptitle {
	text-align: left;
	background-color: #ffffff;
	margin-left: 37px;
	padding: 5px 0px 5px 0px;
}

.purchasefiltertitle {
	text-align: left;
	background-color: #bae2e8;
	margin-left: 22px;
	padding: 5px 0px 5px 15px;
}

.purchasefilterdividerextralarge {
	height: 5px;
	background-color: #7cc4d4;
}

.purchasefilterdividerlarge {
	height: 2px;
	background-color: #7cc4d4;
}

.purchasefilterdividersmall {
	height: 1px;
	/* background-color:#7cc4d4; */
	background-color: #ffffff;
}

.filteritemwrapper {
	background-color: #e4f4f7;
	color: #000000;
}

.filterNotSelected, filterNotSelected:link, filterNotSelected:visited, filterNotSelected:active, filterNotSelected:hover {
	color: #000000;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
}

.filterSelected, filterSelected:link, filterSelected:visited, filterSelected:active, filterSelected:hover {
	color: #000000;
	padding: 3px 0px 3px 10px;
	text-decoration: underline;
}

.registrationwrapper {
	border: 1px solid #7cc4d4;
	background-color: #e4f4f7;
	width: 640px;
}

.stepwrapper {
	display: block;
	background-color: #7cc4d4;
	color: #ffffff;
	padding: 5px 0px 5px 15px;
}

.steptext {
	font-weight: bold;
	font-size: 1.2em;
}

.stepwrappercontent {
	padding: 20px;
}

.summaryfooter {
	display: block;
	background-color: #e4f4f7;
	padding-bottom: 10px;
}

.summarywrapper {
	border: 1px solid #7cc4d4;
}







  .RadWindow .rwIcon
  {

    height: 0!important; 
    width: 0!important; 
    background-image:none !important;
  }

.btn_certificate {
	width:100%;
	border-radius: 5px;
	font-weight: bold;
	border: none;
	background: #3399ff;
	padding: 5px 3px 5px 3px;
	font-size: 0.9em;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

	.btn_certificate a {
		color: #AD1409;
		font-weight: bold;
		text-decoration: none;
	}

	/* On mouse-over */
	.btn_certificate:hover {
		background: #ccc;
		text-decoration: none;
	}

	.btn_certificate:link {
		text-decoration: none;
	}

	.btn_certificate:active {
		text-decoration: none;
	}

	.btn_certificate:visited {
		text-decoration: none;
	}

.btn_report {
	width: 100%;
	border-radius: 5px;
	font-weight: bold;
	border: none;
	background: #ff7200;
	padding: 5px 3px 5px 3px;
	font-size: 0.9em;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

	.btn_report a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}

	/* On mouse-over */
	.btn_report:hover {
		background: #ccc;
		text-decoration: none;
	}

	.btn_report:link {
		text-decoration: none;
	}

	.btn_report:active {
		text-decoration: none;
	}

	.btn_report:visited {
		text-decoration: none;
	}

.btn_feedback {
	width: 100%;
	border-radius: 5px;
	font-weight: bold;
	border: none;
	background: #b5b01f;
	padding: 5px 3px 5px 3px;
	font-size: 0.9em;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}

	.btn_feedback a {
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
	}

	/* On mouse-over */
	.btn_feedback:hover {
		background: #ccc;
		text-decoration: none;
	}

	.btn_feedback:link {
		text-decoration: none;
	}

	.btn_feedback:active {
		text-decoration: none;
	}

	.btn_feedback:visited {
		text-decoration: none;
	}


.RadToolBar .rightButton {
	float: right;
}

.RadToolBarButton_Hover {
	/*background-color: #eeeeee;*/
}

.RadToolBarButton_Normal {
	background-color: white;
	border: 1px solid #cccccc;
	cursor: pointer;
	border-radius:15px;
}

.gridfont {
	font-weight: 600;
}