@charset "UTF-8";

/* --- fa_socialicons.css --- */

.socialicons
{
	float: right;
	margin-top: 10px;
}
.socialicons li
{
	display: inline-block;
}
.socialicons li a
{
	padding: 10px;
	font-size: 24px;
	color: rgb(235, 235, 235);
}
.socialicons li a:hover
{
	color: rgb(143, 52, 58);
}

/* --- help_smilies.css --- */

.smilieList .smilieTextContainer
{
	display: inline-block;
}

	.smilieList .smilieText
	{
		display: inline-block;
		height: 18px;
		line-height: 18px;
		min-width: 16px;
		padding: 0 1px;
		text-align: center;
		
		background-color: rgb(60, 60, 60);
		border: 1px solid rgb(112, 112, 112);
		color: rgb(70, 70, 70);
		border-radius: 5px;
		
		font-size: 11px;
		
		cursor: default;
	}
	
		.smilieList .smilieText:hover
		{
			background-color: rgb(232, 232, 232);
			border-color: rgb(156, 156, 156);
			color: rgb(111, 111, 111);
		}
	
		.smilieList .smilieTextRotator90:hover .smilieText
		{
			-webkit-transform: rotate(90deg); -ms-transform: rotate(90deg);transform: rotate(90deg);
		}
		
		.smilieList .smilieTextRotator270:hover .smilieText
		{
			-webkit-transform: rotate(270deg); -ms-transform: rotate(270deg);transform: rotate(270deg);
		}

/* --- help_wrapper.css --- */

.container {
	display: table;
	table-layout: fixed;
	width: 100%;
	zoom: 1;
}

.navigationSideBar
{
	width: 150px;
	display: table-cell;
	vertical-align: top;
	*float: left;
}
	
	.navigationSideBar .heading
	{
		border-top-right-radius: 0;
		margin: 10px 0 0;
	}

	.navigationSideBar .section:first-child
	{
		margin-top: 0;
	}

	.navigationSideBar .section:last-child
	{
		margin-bottom: 0;
	}
	
	.navigationSideBar .primaryContent
	{
		font-size: 11px;
	}

	.navigationSideBar .secondaryContent
	{
		font-weight: bold;
	}
	
	.navigationSideBar a
	{
		display: block;
		padding: 5px 10px;
		word-wrap: normal;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.navigationSideBar a:hover
	{
		background: rgb(48, 48, 48) none repeat-x top;
		color: rgb(88, 88, 88);
		text-decoration: none;
	}
	

.mainContentBlock
{
	display: table-cell;
	vertical-align: top;
	margin: 0;
	*margin-left: 150px;
	zoom: 1;
}


@media (max-width:480px)
{
	.Responsive .navigationSideBar
	{
		display: block;
		position: relative;
		margin: 0 auto;
		width: 200px;
		box-sizing: border-box;
	}

	.Responsive .navigationSideBar .heading
	{
		margin: 0;
		border-top-right-radius: 0px;
		border-bottom: 0;
		text-align: center;
		cursor: pointer;
	}
	
		.Responsive .navigationSideBar .heading span
		{
			background-color: transparent;
margin-top: -5px;
margin-left: 2px;
display: inline-block;
*margin-top: 0;
vertical-align: middle;
width: 13px;
height: 14px;

		}

	.Responsive .navigationSideBar > ul
	{
		display: none;
		position: absolute;
		background: rgb(34, 34, 34);
		border: 1px solid rgb(48, 48, 48);
		box-shadow: 5px 5px 25px rgba(0,0,0, 0.5);
		border-top: none;
		width: 200px;
		box-sizing: border-box;
		z-index: 51;
	}
	
	.Responsive .navigationSideBar > ul.menuVisible
	{
		display: block;
	}

	.Responsive .navigationSideBar .section:last-child li:last-child a
	{
		border-bottom: none;
	}
	
	html.Responsive:not(.hasJs) .navigationSideBar:hover > ul
	{
		display: block;
	}

	.Responsive .mainContentBlock
	{
		display: block;
	}
}

