﻿/*if the element is a main menu or a sub menu hide the placeholder element to the right*/
.helpMenu .helpContent
{
    display: none;
}

.contentPanel a:focus
{
	
}

.helpContent .subtitle
{
	/*display:block;*/
	font-size: 1.1em;
	margin: 14px 0 5px 0;
}

.helpContent .subtitle02
{
	/*display:block;*/
	font-size: 1.1em;	
	margin: 14px 0 5px 0;
}

li a:hover 
{
	color:#ff751a;
	background-image: url("textures/bg_selection_xs.png");
	background-repeat: no-repeat;
}

.contentPanel a:focus
{
	color:#ff751a;
	background-image: url("textures/bg_selection_xs.png");
	background-repeat: no-repeat;
}

article
{
	background-image: url("textures/bg.png");
	/* background-image: url("textures/bg_top_left.png"),url("textures/bg_top_right.png"),url("textures/bg_bottom_left.png"), url("textures/bg_bottom_right.png"); */
	background-position: left top, right top, left bottom, right bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
}	