.GuideLoopContainer .SubSectionSeparator{
	margin-bottom:15px;
}
.GuideLoopContainer .SearchResultDetails{
	min-height:50px;
}
.GuideLoopContainer .SearchResultDetails .Author{
	font-size:12px;
	color:#a6a6a6;
}
.LandingPageOuterContainer.GuideContent {
	padding:0;
	margin-top:15px;
	margin-bottom:15px;
	float: none;
	width:100%;
}
.LandingPageOuterContainer .mCSB_container{
	margin-right:20px;
}
.LandingPageOuterContainer .mCSB_container.mCS_no_scrollbar{
	margin-right:20px;
}
.GuideContent div.guide_note {
	text-transform: uppercase;
	font-size: 15px;
}
.GuideContent table span.RatingTotalCountContainer {
	float: right;
	position:absolute;
}
.GuideContent th.rating {
	width: 20%;
}
.GuideContent span {
	display: inline-block;
}
.GuideContent table {
	margin-top: 10px;
}
.styledtable{
	width:100%;
}
.GuideContent table.styledtable tr th,
.GuideContent table.styledtable tr td {
	text-align: left;
	vertical-align: top;
	font-size:13px;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0;
}
.GuideContent table.styledtable tr th {
	text-transform: uppercase;
}
.GuideContent table.styledtable tr:last-child > * {
	border-bottom: none;
}
.GuideContent .ContentLeft {
	display: block;
	width: 640px;
	float:left;
	font-size:13px;
}
.GuideContent .DocumentOuterContainer{
	border-bottom:none;
	margin-bottom: 0;
	padding-bottom:0;
	float: none; /* Hotfix: TTPS-13166 */
	width: auto; /* Hotfix: TTPS-13166 */
}
.GuideContent .LandingPageInnerContainer {
	height:100%;
	padding: 0 0 0 15px;
	float: none; /* Hotfix: TTPS-13166 */
}
.GuideContent .ContentLeft .SectionSeparator{
	margin-top:15px;
	margin-bottom:15px;
}
.PreviewImage {
	margin-bottom: 15px;
	margin-top: 1px;
	border-style:solid;
	border-width:1px;
	border-color: #e6e6e6;
}
.PreviewImage .Image {
	margin-left: auto;
	margin-right: auto;
	height: 330px !important;
}
.PreviewLine{
	display:block;
	width:100%;
	float:left;
	margin-bottom:15px;
}
.PreviewLine .PreviewTitle {
	color: #5d5d5d;
	font-size:12px;
	font-weight: normal;
	margin-right: 10px;
	float:left;
	margin-top: 3px;
}
.PreviewLine .Downloads{
	float:right;
	display:none; /* KFB-5459 */
}
.PreviewLine .Downloads .RatingSeparator { margin-left: 0;}
.PreviewLine .RatingAverage{ float:left; }
.searchFormExtended {
	width: 100%;
}
.guideExportSearchForm label {
	width: 100%;
	display: block;
	font-weight: bold;
	padding-top: 10px;
}
.searchFormExtended .InputField,
.searchFormExtended select {
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.searchFormExtended select#popularityMin, .searchFormExtended select#popularityMax {
	margin-bottom: 0;
}
.guideReporter.SearchResultFilter{
	margin-bottom: 25px;
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #e6e6e6;
}
.guideReporter.SearchResultFilter.FilterLink{
	float: left;
	margin-right: 14px;
	border: none;
	text-transform: uppercase;
	height: inherit;
	display: block;
	font-size: 11px;
	padding: 0;
	width: auto;
	cursor: pointer;
	background-color: transparent;
	color: #b3b3b3;
}
.ContentIFrame{
	position:relative;
	width: 100%;
	height: 100%;
	border: 0;
}
.ContentIFrameBody{
	position:relative;
	overflow: auto;
	display: block;
}
.ReportSidebar{
	display:block;
	padding: 0;
	width: auto;
	float: right;
	margin-top: 25px;
	margin-right: 10px;
}
#reportSearchResultForm{
	max-width: 100%;
	margin: 0;
	overflow-x: hidden;
}
.guideMetadataForm {
	font-size:12px;
	width:100%;
}
.guideMetadataForm .InputField {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size:13px;
	font-weight: normal;
	color:#1a1a1a;
	padding: 0 7px;
	height:26px;
	line-height:26px;
	width:640px;
}
.guideMetadataForm  textarea.InputField{
	display: block;
	hyphens:auto;
	overflow-wrap: break-word;
	height:20px;
	padding-top:4px;
	padding-bottom:4px;
	line-height: 20px !important;
}
.guideMetadataForm select.InputField:disabled{
	background:#d9d9d9;
}
.guideMetadataForm .guideMetadataError{
	border: 1px solid;
	margin: 10px 0;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
}
.GuideContent .LayoutSidebar {
	display:block;
	padding: 0;
	width: 243px;
	float:right;
	margin-right: 15px;
	margin-left: 15px;
}
.SidebarSeparator {
	display: block;
	background-color: #e6e6e6;
	height: 1px;
	margin: 15px 0;
	clear: both;
}
.ContentIFrameBody .GuideContent .LayoutSidebar{
	margin-left: 0;
}
.GuideSidebarTiles{}
a.SidebarTile, a.SidebarTile:hover, a.SidebarTile:visited{
	height: 92px;
	margin-bottom: 7px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	cursor:pointer;
}
a.SidebarTile.LargeTile{width: 100%;clear:both;float:left;}
a.SidebarTile.LeftTile, a.SidebarTile.RightTile, a.SidebarTile.SmallTile {width:118px;}
a.SidebarTile.LeftTile{float:left;}
a.SidebarTile.RightTile{float:right;}
a.SidebarTile.SmallTile {clear:both;float:right;}
a.SidebarTile div.TileIcon{
	background-image:url('images/sidebar.tile.icons.png');
	background-repeat:no-repeat;
	display:block;
	width:32px;
	height:32px;
	margin: 20px auto 7px;
}
a.SidebarTile.Download{ background-color: #91d100; }
a.SidebarTile.Download:hover{ background-color: #7eb500; }
a.SidebarTile.Download div.TileIcon{ background-position:0 0; }

a.SidebarTile.Upload{ background-color: #141e50; }
a.SidebarTile.Upload:hover{ opacity:0.8; }
a.SidebarTile.Upload div.TileIcon { background-position:0 0; }

a.SidebarTile.Copy{	background-color: #AA40FF; display:none;}
a.SidebarTile.Copy:hover{ background-color: #993AE6; }
a.SidebarTile.Copy div.TileIcon{ background-position:0 -96px; }

a.SidebarTile.Send{ background-color: #FF1D77; display:none;}
a.SidebarTile.Send:hover{ background-color: #E61A6B; }
a.SidebarTile.Send div.TileIcon{ background-position:0 -128px; }

a.SidebarTile.Report{ background-color: #7200AC; display:none; }
a.SidebarTile.Report:hover{ background-color: #610092; }
a.SidebarTile.Report div.TileIcon{ background-position:0 -160px; }

a.SidebarTile.Export{ background-color: #E24D31; }
a.SidebarTile.Export:hover{ background-color: #AD432F; }
a.SidebarTile.Export div.TileIcon{ background-position:0 -224px; }

a.SidebarTile.Edit{ background-color: #141e50; }
a.SidebarTile.Edit:hover{ opacity:0.8; }
a.SidebarTile.Edit div.TileIcon{ background-position:0 -256px; }

a.SidebarTile.Delete{ background-color: #FF2E12; }
a.SidebarTile.Delete:hover{ background-color: #E62910; }
a.SidebarTile.Delete div.TileIcon{ background-position:0 -288px; }

a.SidebarTile.Export{ background-color: #008C00; }
a.SidebarTile.Export:hover{ background-color: #006C00; }
a.SidebarTile.Export div.TileIcon{ background-position:0 -192px; }

a.SidebarTile.Import{ background-color: #fd7326; }
a.SidebarTile.Import:hover{ opacity:0.8; }
a.SidebarTile.Import div.TileIcon{ background-position:0 -224px; }

a.SidebarTile.Search{ background-color: #141e50; }
a.SidebarTile.Search:hover{ opacity:0.8; }
a.SidebarTile.Search div.TileIcon{ background-position:0 -384px; }

a.SidebarTile.Save{	background-color: #F3B200; }
a.SidebarTile.Save:hover{ background-color: #F39500; }
a.SidebarTile.Save div.TileIcon{ background-position:0 -320px; }

a.SidebarTile.Check{ background-color: #319BA5; }
a.SidebarTile.Check:hover{ background-color: #45B3BD; }
a.SidebarTile.Check div.TileIcon{ background-position:0 -416px; }

a.SidebarTile.Start{ background-color: #91d100; }
a.SidebarTile.Start:hover{ background-color: #7eb500; }
a.SidebarTile.Start div.TileIcon{ background-position:0 -480px; }

a.SidebarTile.Select{ background-color: #319BA5; }
a.SidebarTile.Select:hover{ background-color: #45B3BD; }
a.SidebarTile.Select div.TileIcon{ background-position:0 -416px; }

a.SidebarTile.CSV{ background-color: #92B1C4;}
a.SidebarTile.CSV:hover{ background-color: #82A1B4; }
a.SidebarTile.CSV div.TileIcon{ background-position:0 -448px; }

.progressblock.Hide{
	display:none;
}
.GuideListTable {
	display: table;
	width: 100%;
	margin-top: 15px;
}
.GuideListItemHeaderRow{
	display: inline-block;
	width: 100%;
	font-size: 13px;
	padding: 2px 0;
	text-align: left;
	vertical-align: top;

	text-transform: uppercase;
	font-weight: bold;
}
.GuideListItemRow {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	padding: 2px 0;
	text-align: left;
	vertical-align: top;
}
.GuideListItemLeftCell {
	display: block;
	width: 75%;
	float: left;
}

.GuideListItemRightCell {
	display: block;
	width: 20%;
	float: right;
}
.GuideListCheckbox{
	display: block;
	width: 5%;
	float: left;
}
.GuideListItemMiddleCell {
	display: block;
	width: 70%;
	float: left;
}
.GuideListItemImportCell{
	display: block;
	width: 95%;
	float: left;
}
.alreadyImportHint, .alreadyImportHint a{
	display: inline;
	margin-bottom: 7px;
	color: #d8000c;
}
