/* Happydays body */
body
{
	margin-top: 2px;
	background-color:#ffffff;
	background-image:url(http://www.happydays.nu/images/global/bg_fade.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica
}

/* fjern padding på <li> */
li
{
    list-style-type: disc;
    padding: 0;
    margin: 0;
}

/* Midlertidig, til at fjerne rammer om billeder i links*/
a img
{
    border: none;
}



/* Knapper */
#buttonLeft
{
	width: 11px;
	height:20px;
	background-image:url(http://happydays.nu/images/global/buttonleft.gif);
	background-repeat:no-repeat;
	float:left;
}
#buttonBackground
{
	height:18px;
	padding-top:2px;
	background-image:url(http://happydays.nu/images/global/buttonbg.gif);
	background-repeat:repeat-x;
    font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	float:left;
}
#buttonRight
{
	width: 11px;
	height:20px;
	background-image:url(http://happydays.nu/images/global/buttonrigth.gif);
	background-repeat:no-repeat;
	float:left;
}

/* PopUps classes */
.fadedBackground
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: gray;
    
    
}

.popUp
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -200px;
    
    background: white;
    width: 500px;
    height: 400px;
    border: 1px solid black;
    color: black;
    
    -moz-box-shadow: 0px 0px 25px #000; 
    -webkit-box-shadow: 0px 0px 25px #000; 
    box-shadow: 0px 0px 25px #000;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.innerPopUpTop
{
    position: absolute;
    font-family: helvetica;
    font-size: 12pt;
    width: 100%;
}
.innerPopUpBottom
{
    position: absolute;
    width: 100%;
    height: 20px;
    background: gray; 
    font-family: helvetica;
    font-size: 10pt;
    font-weight: bolder;
    color: white;
    bottom: 0px;
    text-align: right;
}

