﻿img, div 
{
    behavior: url('css/iepngfix.htc')
}

body
{
	background-image: url('../images/body-background-top.gif');
	background-repeat:repeat-x;
	background-color: #e1e1e1;
	height: 100%;
	width: 100%;
	margin: 0px;
}

.back
{
    background-image: url('../images/back.png');
    position: absolute;
    right: 5px;
    top: -30px;
    width: 148px;
    height: 10px;
    cursor: pointer;
}

.container
{
	width: 650px;
	height: 840px;
    left: 50%;
	position:relative;
    margin-left: -325px;
}

.frameTop
{
	position:relative;
	background-image: url('../images/frame-top-background.gif');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height: 80px;
	width: 100%;
}

.frameTop img
{
    border: 0px;
}

.frameMain
{
	position:relative;
	height: 765px;

	background-repeat:no-repeat;
	background-position:center;
}

.frameBottom
{
	border-top: solid 1px white;
	background-color:#000000;
	height: 40px;
	width: 100%;
	margin-bottom: 20px;
}

.frameBottom .info, .frameBottom .info a:link
{
    margin-top: 5px;
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
}

.frameBottom .info a:link, .frameBottom .info a:visited
{
    text-decoration: none;
}
.frameBottom .info a:hover, .frameBottom .info a:visited:hover
{
    text-decoration: underline;
}

.topLogo
{
	margin-top: 14px;
	margin-left: 15px;
}

.blackBox
{
	position:absolute;
	bottom: 45px;
	left: 0px;
	background-color: #000000;
	min-height: 25px;
	min-width: 75px;
	padding: 5px;
	color: white;
}

.blackBox .scene
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    margin-left: 3px;
}

.blackBox .photo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight: bold;
    text-transform: uppercase;
    margin-left: 3px;
}

.live_helpBox
{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 173px;
    height: 55px;
    cursor: pointer;
}

.galleryBox .header
{
    position: absolute;
    top: 250px;
    left: 0px;
    background-image: url('../images/container-gallery.png');
    width: 201px;
    height: 55px;
    cursor: pointer;
}

.galleryBoxActive .header
{
    position: absolute;
    top: -55px;
    right: 0px;
    background-image: url('../images/container-gallery.png');
    width: 201px;
    height: 55px;
    background-position: bottom;
    cursor: pointer;
}

.calendarBox .header
{
    position: absolute;
    top: 170px;
    right: 0px;
    background-image: url('../images/container-calendar.png');
    width: 192px;
    height: 55px;
    cursor: pointer;
    z-index: 999;
}

.agencyBox .header
{
    position: absolute;
    top: 320px;
    right: 0px;
    background-image: url( '../images/container-agency.png' );
    width: 177px;
    height: 55px;
    cursor: pointer;
}

.sticker
{
    background-image: url('../images/container-sticker.png');
    position: absolute;
    right: 35px;
    top: -65px;
    width: 119px;
    height: 119px;
}

.sticker .info
{
    color: White;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    margin-top: 31px;
    text-align: center;
}

.transBox
{
    position: absolute;
    right: 35px;
    bottom: 20px;
    width: 350px;
    height: 350px;
    background-image: url('../images/container-trans-bg.png');
}

.calendarPageBox
{
    width: 100%;
    height: 100%;
    background-image: url('../images/container-trans-bg.png');
}

.calendarPageBoxContainer
{
    padding: 40px;
    width: 560px;
    height: 695px;
}

#live_helpFeed
{
    font-family: Arial;
    font-size: 12px;
    padding: 15px;
}


#live_helpFeed .date 
{
    color: black;
}

#live_helpFeed .title
{
    color: #5e0606;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#live_helpFeed .title:hover
{
    text-decoration: underline;
}

#calendarFeed
{
    font-family: Arial;
    font-size: 12px;
    padding: 15px;
}


#calendarFeed .date 
{
    color: black;
}

#calendarFeed .li
{
    color: #5e0606;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#calendarFeed .title:hover
{
    text-decoration: underline;
}