*
{
	margin: 0;
	padding: 0;
}

html, body, form, table, div, span, p, a, fieldset, input.text, select, button
{
	font: normal normal normal 12px arial;
	color: #696969;
}

html
{
	padding: 10px;
	background: #ffffff;
}

body
{
	text-align: center;
}

h1
{
	margin: 5px 0;
	padding: 2px;
	font-weight: bold;
	font-size: 16px;
}

h2
{
	margin: 10px 0;
	padding: 2px;
	background: #999999;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

h3
{
	margin: 10px 0;
	padding: 2px;
	border-bottom: 1px solid #555555;
	font-weight: bold;
	font-size: 13px;
}

ul, li ul, ol, li ol
{
	margin: 2px 2px 10px 20px;
}

a
{
}

a:hover
{
	color: #b41114;
}

fieldset
{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
	background: #eeeeee;
}

fieldset legend
{
	padding: 1px 6px;
	border: 1px solid #cccccc;
	background: #dddddd;
	font-weight: bold;
}

fieldset p
{
	margin: 1px 0;
}

fieldset label
{
	float: left;
	width: 150px;
	font-weight: bold;
}

input[type="text"],input[type="password"],input[type="checkbox"],input[type="radio"]
{
	padding: 1px;
	border: 1px solid #696969;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

select, textarea
{
	padding: 1px;
	border: 1px solid #696969;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

input.text
{
	width: 165px;
}

input.smallText
{
	width: 140px;
}

input.xtraSmallText
{
	width: 102px;
}

button
{
	padding: 1px 2px;
}

object, embed
{
}

div#wrapper
{
	position: relative;
	width: 910px;
	margin: 0 auto;
	text-align: left;
}

div#header
{
	margin-bottom: 5px;
	text-align: center;
}

div#header img
{
	width: 300px;
}

div.alt /* Flashbannerscript ads this element with class 'alt' */
{
	display: none;
}

div#menu
{
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
}

div#menu a
{
	padding: 10px 25px;
	font-weight: bold;
	font-size: 14px;
	color: #606060;
	text-decoration: none;
}

div#menu a:hover
{
	color: #b41114;
}

div#content
{
	position: relative;
	padding-left: 168px;
}

div#main
{
	padding: 10px;
	min-height: 350px;
	border-left: 1px solid #d9d9d9;
}

div#main a.poster
{
	margin-right: 3px;
	float: left;
	width: 176px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
}

div#main a.poster:hover *
{
}

div#main a.poster p
{
	padding-left: 7px;
	font-size: 13px;
	color: #ffffff;
}

div#main a.poster p.title
{
	padding-top: 87px;
	font-weight: bold;
}

div#main span.posterFrame
{
	display: block;
	height: 125px;
	background: url('/content/images/posterFrame.png') no-repeat 0 0;
	font-weight: bold;
	font-size: 14px;
	font-variant: verdana;
	color: #ffffff;
	cursor: pointer;
}

div#main a.poster:hover span.posterFrame
{
	background-image: url('/content/images/posterFrameSelected.png');
}

div#search
{
	position: absolute;
	top: 0;
	left: 0;
	width: 146px;
	padding: 30px 10px;
}

div#questback
{
	position: absolute;
	top: 300px;
	left: 0;
	width: 146px;
	padding: 30px 10px;
}

div#search p
{
	margin-bottom: 15px;
}

div#search label
{
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

div#search input.text
{
	font-weight: bold;
}

div#search p.openingHours
{
	text-align: center;
}

div#search p.openingHours a
{
	font-weight: bold;
	text-decoration: none;
}

ol.sections
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ol.sections li
{
	margin: 0;
	padding: 1px 0;
	list-style: none;
	clear: both;
}

ol.sections li.gap
{
	padding-top: 20px;
}

.frontList
{
}

.frontList div.title, .frontList h3
{
	padding: 7px 0 7px 12px;
	border: 0;
	background: #d7d7d7;
	font-size: 14px;
	font-weight: bold;
}

.frontList ol, .frontList ul, .frontList li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.frontList li
{
	margin: 2px 0;
	border-bottom: 1px solid #e3e3e3;
}

.frontList li a, .frontList li p
{
	padding-left: 15px;
}

.frontList a.title
{
	display: block;
	margin-top: 5px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

.frontList p
{
	margin-bottom: 5px;
	font-size: 11px;
}

.frontList li:hover
{
	background: #f4f4f4;
	cursor: pointer;
}

.frontList li:hover *
{
	color: #b41114;
}

div.searchField
{
	padding: 7px 0 7px 12px;
	border: 0;
	background: #d7d7d7;
	font-size: 14px;
	font-weight: bold;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.marginTop
{
	margin-top: 10px;
}

.marginBottom
{
	margin-bottom: 10px;
}

.paddingTop
{
	padding-top: 10px;
}

.paddingBottom
{
	padding-bottom: 10px;
}

.bold
{
	font-weight: bold;
}


table#SearchResult
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table#SearchResult tbody tr:hover *
{
	background: #f9f9f9;
	color: #b41114;
	cursor: pointer;
}

table#SearchResult td
{
	margin: 2px 0;
	padding: 5px 3px;
	border: 0;
	border-bottom: 1px solid #e3e3e3;
}

table#SearchResultTable, table#SearchResultTable table
{
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

table#SearchResultTable table tbody tr:hover *
{
	background: #f9f9f9;
	color: #b41114;
	cursor: pointer;
}

table#SearchResultTable table td
{
	margin: 2px 0;
	padding: 5px 3px;
	border: 0;
	border-bottom: 1px solid #e3e3e3;
}

div#resultFooter p
{
	padding: 10px 0;
	text-align: center;
}

table#Top104_DataGridMostPopularArrangements
{
	border: 0;
}

table#Top104_DataGridMostPopularArrangements td
{
	margin: 2px 0;
	border: 0;
	border-bottom: 1px solid #e3e3e3;
}

table#Top104_DataGridMostPopularArrangements a, table#Top104_DataGridMostPopularArrangements p
{
	padding-left: 15px;
}

table#Top104_DataGridMostPopularArrangements p
{
	margin-bottom: 5px;
	font-size: 11px;
}

table#CinemaList, table#EventList, table#SportList, table#CompanyList1_CompanyByTypeList
{
	width: 100%;
	margin-bottom: 20px;
}

table#CinemaList *, 
table#EventList *, 
table#SportList *,
table#CompaniesByTypeList1_CinemaList *,
table#CompaniesByTypeList1_EventList *,
table#CompaniesByTypeList1_SportList *
{
	text-decoration: none;
}

table#CompanyList1_CompanyByTypeList *,
.CompanyList1_CompanyByTypeList *
.CompanyList *
{
	width: 100%;
	margin-bottom: 20px;
	
}

table.CinemaList, 
table.EventList, 
table.SportList, 
table#CompaniesByTypeList1_CinemaList.
table#CompaniesByTypeList1_EventList,
table#CompaniesByTypeList1_SportList
{
	width: 33%;
	margin-bottom: 20px;
	
}

table#CompanyList1_CompanyByTypeList *,
table#CinemaList *, table#EventList *, table#SportList *
{
	text-decoration: none;
}

table#GymList
{
	display: none;
}

table td.SitemapHeader
{
	background:#DDDDDD none repeat scroll 0 0;
font-size:14px;
font-weight:bold;
margin:15px 0 10px;
padding:3px;
}

table td.SitemapLink
{
	padding: 5px 3px;
	border-bottom: 1px solid #eeeeee;

}

table td.SitemapLink:hover
{
	background: #f4f4f4;
	cursor: pointer;
}

table td.SitemapLink:hover a
{
	color: #b41114;
}

div#contactus fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
}
oontactusform
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	padding: 1px 6px;
	border: 1px solid transparent;
	background: transparent;
}

div#contactus legend
{
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
	padding: 1px 6px;
	border: 1px solid transparent;
	background: transparent;
}
div#contactus fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
}
div#contactus fieldset li
{
	padding-bottom: 1em;
}
div#contactus fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	font-weight: bold;
}

div#contactus label
{
	position: relative;
	float: left;
	width: 12em;
	margin-right: 1em;
}
div#contactus label em
{
	padding: 2px;
		font-weight: bold;
   font-style: normal;
   color: #00f;
   font-size: 150%;
   vertical-align:middle;
}

.required
{
		font-weight: bold;
   font-style: normal;
   color: #00f;
   font-size: 150%;
    vertical-align:middle;
}
div#contactus input.email
{
	width: 20em;
}

div#contactus input
{
	width: 13em;
}


div#contactus textarea.description
{
	width: 25em;
	height: 10em;
} 

.labelconfirmed
{
	position:relative;
	font-weight: bolder;
	font-size: 110%;
	color: #00f;
	padding: 30px;
	
}

div#contactus
{	
	padding: 10px;
	min-height: 350px;
	border-left: 1px solid #d9d9d9;
}


.inputsubmit
{
	
}

div#help
{
	position: absolute;
	top:0;
	left:0;
	width:145px;
	padding:10px 0px;
}

.valsummary
{
	font-weight: bold;
	padding: 5 0 5 0;
}

.valsummary ul
{
display: none;
visibility: hidden;
}


* html fieldset label,
* html div#main a.poster,
* html .floatLeft,
* html .floatRight,
* html div#contactus fieldset,
* html div#contactus label {display:inline;}


* html div#main, * html div#contactus {height:350px;}


* html div#wrapper,
* html div#content,
* html div#contactus label,
* html div#contactus em {zoom:1;}
