/* ------------------------- */
/*		Standard styles		 */
/* ------------------------- */

body, p, li, a {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #1a1a1a;
	line-height:1.4;
	margin:0px;
}
a, a:link, a:visited, a:active{
	text-decoration: none;
	color: #96b5c9;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #5985a1;
}
img {
  border: none;
}

.PropertyTitle{
	color: #666666;
	font-size:12px;
	padding-bottom:3px;
}

.PropertyValue{
	font-size: 12px;
	font-weight:bold;
}

.InputField{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 1.4;
	font-size: 12px;
	padding-left:10px;
	padding-top:1px;
	height:24px;
	font-weight:bold;
	border: 1px solid #cecece;
	margin-bottom:10px;
	resize: none;
}
.InputFieldLocked{
	border: 1px dotted #cecece;
	background-image:url(images/input.textfield.locked.icon.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.button, .button[type="submit"], .button[type="button"], .button[type="reset"]{
	border:none;
	background-color: #96b5c9;
	color: #ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	line-height:1.4;
	height:28px;
	cursor:pointer;
	-webkit-appearance: none;
	 -webkit-border-radius: 0;
}
.ie7 .button, .ie7 .button[type="submit"], .ie7 .button[type="button"], .ie7 .button[type="reset"]{
	padding-left:4px;
	padding-right:4px;
}
.button:hover, .button[type="submit"]:hover, .button[type="button"]:hover, .button[type="reset"]:hover{
	background-color: #5985a1;
	-webkit-appearance: none;
	 -webkit-border-radius: 0;
}
.button[type="submit"]:disabled, .button[type="button"]:disabled, .button[type="reset"]:disabled,
.button[type="submit"]:disabled:hover, .button[type="button"]:disabled:hover, .button[type="reset"]:disabled:hover {
	color: #a0a0a0;
	text-shadow: 1px 1px #ffffff;	
	background-color: #96b5c9;
	cursor:default;
	-webkit-appearance: none;
	 -webkit-border-radius: 0;
}
div.Section, div.SubSection {
	margin: 0px;
	padding:0px;
	width: 100%;
}
.SectionTitle {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
	line-height:1.4;
	padding-bottom:10px;
	word-wrap: break-word;
}
.SubSectionTitle {
    color: #333333;
	font-size:14px;
	font-weight: bold;
	line-height:1.2;
	word-wrap: break-word;
	padding-bottom:10px;
}
.SectionSeparator {
	display: block;
	background-color: #333333;
	height: 2px;
	margin: 25px 0px;
	clear: both;
}
.SubSectionSeparator {
	display: block;
	background-color: #e6e6e6;
	height: 1px;
	clear: both;
	margin: 15px 0px;
}
.TableItemSeparator {
	display: block;
	background-color: #e6e6e6;
	height: 1px;
	clear: both;
	margin: 5px 0px;
}
.SectionSpacer {
	display: block;
	width:100%;
	height: 25px;
	clear: both;
}
.SubSectionSpacer {
	display: block;
	width:100%;
	height: 15px;
	clear: both;
}
.NodeLink {
	display:block;
	padding-left:121px;
	font-size: 15px;
	font-weight: bold;
	padding-bottom:5px;
	padding-right:15px;
}
.NodeLink .EntityClass{
	font-size:12px;
	color: #000000;
	font-weight:normal;
	line-height:1;
	padding-top:4px;
	text-transform:capitalize;
}
.UserAvatar {
	float:left;
	margin-right:10px;
	height:50px;
	width:50px;
	max-height:50px;
	max-width:50px;
}


/* ------------------------ */
/*		Entity box	    */
/* ------------------------ */
.EntityBox {
	display: block;
	margin-bottom:15px;
	color: #ffffff;
}
.EntityBox.Active{
	background-color: #96b5c9;
}
.EntityBox.Active:hover{
	background-color: #5985a1;
}
.EntityBox.Active:hover .EntityBoxRating span.RatingBackgroundLayerBlue { background-color: #5985a1; }
.EntityBox.Active:hover .EntityBoxRating span.RatingBackgroundLayerBlue span.RatingImageLayerBlue { background-image:url("../rating/images/rating.dot.bg.blue.hover.png"); }

.EntityBox.Disabled{
	background-color: #cccccc;
	cursor:default;
}
.EntityBoxHeader {
	display: block;
	color: #ffffff;
	vertical-align:top;
	position:relative;
	padding-bottom:8px;
}
.EntityBoxIcon {
	display: block;
	width: 18px;
	height: 18px;
	padding-top:9px;	
	padding-left:9px;
	padding-right:10px;
	padding-bottom:8px;	
	float: left;
}
.EntityBoxIcon img{
	width: 18px;
	height: 18px;
}
.EntityBoxTitle {
	vertical-align: top;
	text-align:left;
	font-weight:bold;
	font-size:15px;
	color: #ffffff;
	padding-top:8px;
	padding-right:155px;
	margin-left:37px;
	word-wrap: break-word;
}
.EntityBoxTitle.Wide {
	padding-right:8px;
}
.EntityBoxRating {
	white-space:nowrap;
	width:157px;
	display:block;
	position:absolute;
	top:8px;
	right:0px;
}
.EntityBoxContent {
	display: block;
	color: #ffffff;
	text-align: left;
	padding-left:36px;
	font-size:14px;
	font-weight:normal;	
	color: #ffffff;
	text-align: left;
	font-weight:normal;	
	padding-bottom:8px;
	padding-right:8px;
	word-wrap: break-word;
}


/* ------------------------ */
/*		Document box	    */
/* ------------------------ */
.DocumentBox {
	margin-bottom:15px;
}
.DocumentPlayerBox, .PlaceholderDocumentPlayerBox {
	background-color: #96b5c9;	
	display: block;
	height: 50px;
	clear: both;
}
.DocumentPlayerBox:hover {
	background-color: #5985a1;
}
.DocumentPlayerBoxSeparatorVertical {
	display: block;
	background-color: #e6e6e6;
	width: 1px;
	height: 37px;
	top: 8px;
	float: left;
	position: relative;
	margin: 0px 0px 0px 15px;
}
.PlaceholderDocumentPlayerBox .DocumentPlayerBoxSeparatorVertical{
	background-color: #f0f0f0;
}
.PlaceholderDocumentPlayerBox .ProgressBar{
	background-position:0px -369px;
	cursor:default;
}
.DocumentPlayButton {
	display: block;
	width: 41px;
	height: 41px;
	position: relative;
	left: 7px;
	top: 5px;
	float: left;
}
.DocumentPlayButton div {
	cursor: pointer;
}
.DocumentELearningStart, .DocumentELearningStart a,
.DocumentDocumentationStart, .DocumentDocumentationStart a {
	display: block;
	height: 41px;
}
.DocumentInfoType {
	display: block;
	background: url('../document/images/document.info.types.png') no-repeat 0 0;
	width: 16px;
	height: 20px;
	float: right;
	margin: 8px 8px 0px 0px;
}
.DocumentInfoTypeELearning {
	background-position: 0px 0px;
}
.DocumentInfoTypeAssessment {
	background-position: 0px -20px;
}
.DocumentInfoTypeDoc {
	background-position: 0px -40px;
}
.DocumentInfoTypeShortIns {
	background-position: 0px -60px;
}
.DocumentInfoTypeExcercises {
	background-position: 0px -80px;
}
.ProgressBar {
	display: block;
	width: 41px;
	height: 41px;
	background: url('../document/images/document.play.progress.png') no-repeat 0 0;
}
.DocumentForms {
	display: block;
	height: 50px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.DocumentForms a.DocumentLandingPageLink:link,
.DocumentForms a.DocumentLandingPageLink:visited,
.DocumentForms a.DocumentLandingPageLink:hover,
.DocumentForms a.DocumentLandingPageLink:active {
	cursor: pointer;
	color: #ffffff;
	width:502px;
}
.DocumentTitleText, .DocumentPlaceholder {
	float: left;
	margin: 5px 0px 0px 11px;
	display: block;
	max-height:40px;
	overflow:hidden;
}
.DocumentTitleText{width: 362px;}
.DocumentInfobar {
	display: block;
	height: 50px;
	width: 120px;
	margin: 0px;
	position: relative;
	float: right;
}

/* All a tags of document links (course, process, topic, search results) */
.DocumentLandingPageLink {}
/* All elements of document links holding the title of the document (course, process, topic, search results) */
.DocumentLandingPageTitle {}

.DocumentPlaceholder {
	width: 472px;
	color: #f0f0f0;
	font-weight: bold;
	font-style:italic;
	cursor: default;
}
.DocumentDetailsBox {
	clear: both;
	display: block;
	border-top:1px solid #ffffff;
	margin: 0px 0px 0px 0px;
	float: left;
	
}
.DocumentDetailsBox .DocumentDetailsBar {
	clear: both;
	display: block;
	float: left;
	font-size: 12px;
	color: #1a1a1a;
	width: 560px;
	background-color: #f2f2f2;
}
.DocumentDetailsBox .DocumentDetailsSwitch {
	padding-left: 8px;
	padding-top:1px;
	padding-right: 9px;
	display: block;
	float: left;
	cursor: pointer;
	color: #96b5c9;
	font-weight: bold;
	font-size: 11px;
	text-transform:uppercase;
	border-right:1px solid #ffffff;
	line-height:2.1;
	background-color: transparent;
}
.DocumentDetailsBox .DocumentDetailsSwitch:hover{
	color: #5985a1;
}
.DocumentDetailsBox .DocumentDetailsSwitch .DocumentDetailsSwitchIcon {
    background-image: url("images/ui-icons_222222_256x240.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: left;
	margin-top:6px;
	margin-right:4px;
    height: 10px;
    width: 9px;
}
.DocumentDetailsBox .BoxSwitchOpener .DocumentDetailsSwitchIcon {
    background-position: -36px -4px;
}
.DocumentDetailsBox .BoxSwitchShutter .DocumentDetailsSwitchIcon {
    background-position: -68px -3px;
}
.DocumentDetailsBox .BoxSwitchOpener {
	border-bottom:1px solid #ffffff;
}
.DocumentDetailsBox .BoxSwitchShutter {
	border-bottom:1px solid #f2f2f2;
}

.DocumentDetailsBox .DocumentDetailsBarContent{
	border-bottom:1px solid #ffffff;
	height:24px;
}
.DocumentDetailsBox .BoxSwitchContent{
	clear: left;
	float: left;
	background-color: #f2f2f2;
	width:100%;
}
.DocumentDetailsBox .BoxSwitchContent .DocumentDetailsContent {
	padding:8px;
	font-size:14px;
}
.BoxSwitchContentClosed {
	visibility: hidden;
	display: none !important;
}
.DocumentForms a {
	display: block;
	height: 50px;
	float: left;
	margin: 0px 0px 0px 0px;
}
.DocumentDetailProgressCaption {
	float: left;
	line-height: 2.0;
	margin-left: 15px;
	white-space: nowrap;
}
.DocumentDetailProgress {
	float: left;
	/*width: 140px;*/
	margin-left: 4px;
	margin-right: 15px;
	line-height: 2.0;
	white-space: nowrap;
	font-weight: bold;
}
.DocumentDetailTestResult {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	line-height: 2.0;
	white-space: nowrap;
}
.DocumentDetailComments{
	float: right;
	line-height: 2.0;
	display: block;
	width: auto;
	border-bottom:1px solid #ffffff;
}
.DocumentDetailComments .CommentIconNoBox{
	margin-top:6px;
}
.DocumentDetailComments .CommentCount{
	font-weight: bold;
	padding-right:8px;
}
.DocumentDetailRating {
	float: right;
	line-height: 2.0;
	border-left:1px solid #ffffff;
	padding-left:10px;
}
.DocumentDetailRating .RatingContainer {
	margin-top: 5px;
}
.DocumentDetailRating .RatingTotalCountContainer {
	margin-top: 6px;
	font-size: 12px;
}


/* ----------------------------- */
/*		Sidebar Widgets			 */
/* ----------------------------- */

.SidebarSeparator {
	display: block;
	background-color: #e6e6e6;
	height: 1px;
	margin: 15px 0px;
	clear: both;
}
.SidebarWidget{}
.SidebarWidget .SidebarTitle{
    color: #333333;
	padding-bottom:2px;
	font-size:15px;
	line-height:1;
	font-weight:bold;	
}
.SidebarWidget .SidebarLink{
	font-size:13px;
	cursor:pointer;
}
.SidebarWidget .SidebarText{
    color: #666666;
	font-size:12px;
	font-weight:normal;
}
.UserInfoWidget .UserAvatar {
	padding-bottom:30px;
}
.UserInfoWidget .UserData {
	padding-left:60px;
}
.UserInfoWidget .UserData .SidebarText{
	line-height:1.6;
}
.UserInfoWidget .UserData .SidebarTitle{
	line-height:1;
	font-size:12px;
	padding-bottom:5px;
}
.CommentWidget .SidebarLink{
	padding-left:7px;
	line-height:1.2;
}
.CommentWidget .SidebarText{
	padding-left:26px;
	padding-top:2px;
}
.CertificateButtonWidget .SidebarTitle{
	line-height:1.8;
}


/* ------------------------------------------------- */
/*		Cover images / Entity-class default images	 */
/* ------------------------------------------------- */
.NewsfeedResourceCoverImage {
	display: block;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.NewsfeedResourceCoverImage img.DefaultCoverImage{	
	width:105px;
	height:148px;	
}
.CoverImage {
	display: block;
	float: left;
	margin-bottom: 15px;
}
.CoverImage img.DefaultCoverImage,
.CoverImage img.CustomCoverImage {	
	width:105px;
	height:148px;	
}
.CoverImage img.DefaultMouseOverImage {
	display: none;
	width: 0px;
	height: 0px;
}
.MiniCoverImage,
.MiniCoverImage img,
.MiniCoverImage img.DefaultCoverImage,
.MiniCoverImage img.CustomCoverImage{
	width:50px;
	height:70px;	
}
div.NodeMetadata{
	margin-left:121px;
}
div.NodeMetadata .SubSectionTitle {
	padding-bottom:0px;
}
div.NodeMetadata p.MetadataSpacer{
	line-height:1;
}


/* ------------------------ */
/*		Common elements		*/
/* ------------------------ */

div.text_clear_button {
	background:url("images/clear.cross.png");
	width:11px;
	height:11px;
	margin:0;
	padding:0;
  	z-index:2;
  	position:absolute;
  	cursor:pointer;
  	display:none;
}
div.text_clear_button:hover{
	background:url("images/clear.cross.over.png");
}
.PagingNavigation{
	-moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter:alpha(opacity=0);
}
.SlightShadow{
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	border: 1px solid #E3E3E3;
}
.Invisible{
	display: none;
}
.Hidden{
	visibility: hidden;
}
.FormatBold{
	font-weight:bold !important;
}

/* ---------------------- */
/* --- error handler --- */
/* ---------------------- */

body.ErrorPage{}
.ErrorMessage{}
.ErrorMessage p.Errors{
	color: #ff0000;
	font-weight:bold;
}

/* error js dialog */
div#stacktrace {
	margin-top: 5px;
	padding: 5px;
	padding-top: 10px;
	display:none;
}
button#stacktraceButton{
	margin-top:10px;
}

/* ------------------- */
/* --- search form --- */
/* ------------------- */
.SearchTextbox {
	border:1px solid #96b5c9;
	height: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	border-radius: 4px;
	line-height: 1.4;
	padding: 2px 0px 2px 10px;
	font-family: inherit;
	width:548px;
	color: #96b5c9;
	font-size:13px;
	font-weight:bold;
	float: left;
	/* 
		The carousel plugin which is needed for the guide previews
		sets the default box-sizing to content-box;
		thus, we need an explicit definition here:
	*/
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.ie7 .SearchTextbox, .ie8 .SearchTextbox {padding: 4px 0px 0px 10px;}

/*Autocomplete*/
ul.SearchTextbox {
	background-color:white;	
	height:auto;
}

.SearchSubmit{
	border: none;
	margin-left: -26px;
	height:28px;
	width:26px;
	background-color: #ffffff;
	background-image:url("images/common.icons.png");
	background-repeat:no-repeat;
	background-position:center;
	background-position:0px -154px;
	background-color: transparent;
	cursor: pointer;
	float: left;
}
.SearchSubmit:hover{ background-position:-26px -154px; }

.CopyClipboard{
	border: none;
	margin-left: -26px;
	height:28px;
	width:26px;
	background-color: #ffffff;
	background-image:url("images/common.icons.png");
	background-repeat:no-repeat;
	background-position:center;
	background-position:0px -154px;
	background-color: transparent;
	cursor: pointer;
	float: left;
}
.CopyClipboard:hover{ background-position:-26px -154px; }

input::-ms-clear {
    display: none;
}


/* ---------------------------- */
/*		Menus / Select boxes	*/
/* ---------------------------- */
.MenuOuterContainer{
	position: absolute;
 	padding: 0px;
 	padding-top: 4px;
 	padding-bottom: 4px;
	height: 250px;
	z-index:250;
	border: 1px solid #E3E3E3;
	background-color: #ffffff;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
	/*to avoid flicker - be moved after initialization*/
	left:-500px;
	top:-500px;
}
.MenuOuterContainer .mCSB_container{
	margin-right:15px;
}
.MenuInnerContainer {
	display: block;
	position:relative;
	float: left;
	width: 100%;
	border-radius: 0px;
	outline: medium none;
	border: none;
}
.MenuItem {
	margin: 0px;
	padding: 0px;
	position:relative;
	cursor:pointer;
	display:block;
	padding-right:100px;
}
a.MenuItemLink, a.MenuItemLink:link, a.MenuItemLink:active, a.MenuItemLink:visited {
	margin: 0px !important;
	padding-left: 2em;
	color: #000000;
	white-space:nowrap;
	word-wrap:break-word;
	border: none !important;
	border-radius: 0px;
	font-weight:normal;
}
a.MenuItemLink:hover {
	color: #5985a1;
}
a.MenuItemLink .ui-icon {
	background-image: url("images/menu.icons.png");
	background-position:0px -14px;
	width:14px;
	height:14px;
	cursor:pointer;
 	left: 6px;
 	top: 5px;
}
a.MenuItemLink:hover .ui-icon {
	background-position:-14px -14px;
}
a.MenuItemLink.Active{
	font-weight: bold !important;
}

