﻿body
{
	background: none;
	width: 99%;
	/*width: 800px;*/ /* <------------------------- */
	/*height: 600px;*/ /* <------------------------- */
	margin: 0;
	padding: 0;
}

.iframe
{
	display: table;
	width: inherit;
	height: inherit;
	margin: auto;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
}

form
{
	width: inherit;
	height: inherit;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px;
}

/* ========================================================= */
/* Whole area */
div.pmemoFrame
{
	width: 100%;
	height: inherit;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: small;
}
table.pmemoFrame
{
	width: inherit;
	height: inherit;
}

/* Image */
tr.pmemoImg
{
	height: 150px; /* <------------------------- */
}
td.pmemoImg
{
	width: 100%;
	height: inherit;
	margin: auto;
	display: table;
	vertical-align: bottom;
	text-align: center;
	background-color: inherit; /*white;*/
}
/*
div.pmemoImg
{
	display: table-cell;
	width: inherit;
	height: inherit;
	margin: auto;
	vertical-align: bottom;
	text-align: center;
	background-color: Black;
}
*/
img.pmemoImg
{
	border-width: 0;
}
a.pmemoImg
{
	border-width: 0;
	text-decoration: none;
}

/* Text area */
td.pmemoText
{
	height: inherit;
	vertical-align: middle;
	background-color: inherit; /*white;*/
}
div.pmemoText
{
	width: 100%;
	height: 100%;
	font-size: 80%;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	text-align:center;
}

.pmemoPerformanceInfo
{
	color: Red;
	margin: 2px auto 2px auto;
}

.pmemoPremiereDate
{
	color: Black;
	margin: 2px 0px 0px 0px;
}

a:link
{
	color: inherit;
	text-decoration:underline;
}
a:visited
{
	color: inherit;
	text-decoration:underline;
}
a:hover
{
	color: inherit;
	text-decoration:none;
}
a:active
{
	color: inherit;
	text-decoration:underline;
}

.pmemoError
{
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: middle;
	color: Black;
	background-color: inherit; /*White;*/
}

em { font-weight: bold; font-style: normal; color: #429291; }
.gallery-info { font-weight: bold; color:#429291; }

body, table, td, label, input
{
	font-size: 14px;
	font-family: 'TitilliumText22LRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/*
div.ViSMargin td.pmemoImg, div.ViSMargin td.pmemoText, div.ViSMargin .pmemoError
{
	background-color: #E6E6E6;
}
*/
