﻿
/* PageButtonBox */


#PageFunctions
{
	
	/*margin-top:11px; */
	padding-bottom:5px;
	border:1px solid silver; 
	
	display:block; /*ez kell!*/
	border-top:0px; 	
	
}

.PageButtonBox 
{
	border:1px solid red; height:40px;
	padding:5px 0 0 0;
	font-size:1.1em;	

	margin-top:100px;
	position:absolute;
}

.PageButtonBox button
{
	border:0px;
	/*border-right:1px solid silver;  dinamikusan hozzátesszük majd ha kell*/
	padding:5px 8px 5px 8px;

	/*border-radius: 0.2rem;  */
	/*width:175px; */
	width:auto; margin:0px;
	/*height:50px; */
	background-color:#FAF9F8;  
	/*color:white; */
	font-size:1.0em;
	float:left;	
	/*margin-right:10px;*/
	/*min-width:150px;*/
}
.PageButtonBox button:hover
{	
	background-color: #5f6f81;
    color: white;
}



.PageButtonBox .LeftPic
{	
	background-image:url('../../Content/Images/VerticalDots.png');
	background-repeat:no-repeat;
	background-size:24px;
	background-position:center;	

	border:0px;	
	padding:5px;
	margin:0px;	
	background-color:#FAF9F8;  	
	font-size:1.0em;
	float:left;	
	width:30px;
	height:35px;
	
}
/* PageButtonBox */