@charset "utf-8";
/* CSS Document */

body
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:0px;
	padding:0px;
	background: #1F1F1F repeat url(images/HtmlPage_BG.png);
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
	color:white;
	
	
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}

.WRAPPER_gallery
{
	position:absolute;
	top:10px;
	left:10px;
	bottom:10px;
	right:10px;
}

.BLOCK_header
{
	position:absolute;
	height:90px;
	top:0px;
	left:5px;
	right:5px;
	background-color:transparent;
	background-image: url(images/MainMenu_BG.png);
	/**/
	float:left;
	overflow:hidden;
	
	/* Animated */
	visibility:hidden;
	margin-top:-50%;
}
	.ITEM_headers
	{
		display:inline-block;	
	}
	

	#MainMenu
	{
		height:90px;
		position:absolute;
		top:0px;
		left:40px;
		right:50px;
		
		background-color:#000000;
		background-image: url(images/MainMenu_BG.png);
		overflow:hidden;
	}

		.BUTTON_nav
		{
			
		}
	
		.IMG_thumb
		{

			margin-top:4px;
			margin-left:5px;
			border:thin solid black;
			cursor:pointer;
		}



.BLOCK_content
{
	position:absolute;
	top:10px;
	bottom:10px;
	left:10px;
	right:10px;

	padding:0px;
	margin:0px;
	
	/* Animated */
	visibility:hidden;
	margin-left:-100%;
	margin-right:100%;
}



.BLOCK_footer
{
	position:absolute;
	height:20px;
	bottom:0px;
	left:5px;
	right:5px;
    background-color:#444444;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	text-align:center;	
	color:white;
	border: black thin solid;
	
	/* Animated */
	visibility:hidden;
	margin-bottom:-50%;
	
}

.Copyright
{

}


.FloatingPane
{

	color:white;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding:0px;
    overflow:auto;
}

    .FloatingPane-standard
    {
	    background-color:#424242;
	    border:thin black solid;
	    padding:0px;

        -webkit-box-shadow: inset 0 0 3px #E0E0A0;
        -moz-box-shadow: inset 0 0 3px #E0E0A0;
        box-shadow: inset 0 0 3px #E0E0A0;
    }

    .FloatingPane-hover
    {
	    background-color:#6F6F6F;
	    border:thin black solid;
	    padding:0px;

        -webkit-box-shadow: inset 0 0 3px #0E0E0A;
        -moz-box-shadow: inset 0 0 3px #0E0E0A;
        box-shadow: inset 0 0 3px #0E0E0A;
    }

.PaneTitle
{
    margin-left:10px;
}

