/*
	Main CSS for LIVE mode

	Copyright (c) gaelITech 2008
	www.gaelitech.ie
*/
@charset "utf-8";

/*	
	Hack to allow Safari and Chrome to render background colour correctly
*/
body	{
}

/*
	Standard Site Size and Layout CSS
*/
body	{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}


#gi_container	{
	width: 860px;
	border:none;
	margin-right: auto;
	margin-left: auto;
}

#container	{
	background-color: #FFFFFF;
	width: 860px;
	border: 1px solid #000000;
}

#container2	{
	width: 850px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #000000;
	height: auto;
}

#content	{
	padding: 10px;
}

#footbardiv	{
	width: 850px;
	height:20px;
	border:none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}

#footbar	{
	width: 850px;
	height:20px;
	border:none;
}

#footbar	td	{
	background-color: #c0c0c0;
	width: 20%;
	text-align: center;
}

#footbar	a	{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footbar	a:hover	{
	color: #FFFFFF;
}

#footblurb	{
	height:75px;
	width:850px;
}

#footlogo_left	{
	height:75px;
	width:180px;
	float:left;
}

#footlogo_right	{
	height:75px;
	width:180px;
	float:left;
}

#footer	{
	height:75px;
	width:490px;
	font-size: 10px;
	text-align: center;
	float:left;
}

#menubar	{
	width: 850px;
	height:20px;
	border:none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}

#menubar	td	{
	background-color: #aa000d;
	width: 20%;
	text-align: center;
}

#menubar	a	{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menubar	a:hover	{
	color: #000000;
}

#navlogo	{
	width: 780px;
	height: 130px;
	float: left;
}

#navlinks	{
	width: 70px;
	height: 130px;
	background-color: #000000;
	float: left;
}

#navsplash	{
	width: 850px;
	height: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
}

/*
	Style Selector CSS
*/

img		{
	border:none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

table	{
	border-collapse: separate;
}

h1		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #AA000D;
}

h2		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #AA000D;
}

small {
	font-size: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

strong {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

ul {
	font-size: 12px;
	margin-right: 20px;
	margin-top: 4px;
	list-style-image: none;
	list-style-type: disc;
}

ul li {
	padding-bottom:5px;
}

.centered	{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.halfcol {
	float: left;
	height: auto;
	width: 50%;
}

.image_left {
	margin-left: 5px;
	margin-right: 10px;
	float: left;
}

.image_right {
	margin-left: 10px;
	margin-right: 5px;
	float: right;
}

.quartercol {
	float: left;
	height: auto;
	width: 25%;
}

.standout {
	color: #494949;
	background-color: #FFD2D6;
	display: block;
	padding: 5px;
	margin-right: 20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

/*
	Site Specific Styles CSS
*/

#box_office2_left	{
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 380px;
	padding-left:10px;
	padding-right:10px;
}

#box_office2_right	{
	float: left;
	width: 430px;
}

#contact_us_left	{
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 380px;
	padding-left:10px;
}

#contact_us_right	{
	float: left;
	width: 430px;
}

#homeleft	{
	float:left;
	width: 335px;
	border:none;
	padding-left: 5px;
	padding-top: 10px;
}

#homeright	{
	float:left;
	width: 505px;
	border:none;
	padding-left: 5px;
	padding-top: 10px;
}

#links_left	{
	float: left;
	width: 280px;
}

#links_right	{
	float: left;
	width: 530px;
}

#pagetitle	{
	float:left;
	width: 840px;
	height:20px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#quicknews	{
	padding: 10px;
}

.title_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #AA000D;
}

.title_inverse_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

.title_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #AA000D;
}

.title_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #AA000D;
}

.detail_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.detail_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.detail_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.home_next_shows_table	{
	width: 510px;
}

.home_next_shows_detail	{
	width: 160px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 10px;
}

.home_next_shows_img	{
	height:160px;
	width: 160px;
	vertical-align: top;
	padding-bottom: 5px;
	padding-right: 10px;
}

.logo_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

.show_large_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #AA000D;
}

.show_large_author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #AA000D;
}

.show_large_company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #AA000D;
}

.show_large_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
}

.show_large_adtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.show_large_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.show_large_datex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.show_large_time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.show_large_tickets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.show_small_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #AA000D;
}

.show_small_author {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #AA000D;
}

.show_small_company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #AA000D;
}

.show_small_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0033FF;
}

.show_small_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.show_small_datex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.show_small_time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.show_small_tickets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.whats_on_show_detail	{
	vertical-align: top;
	padding: 10px;
}

.whats_on_show_image	{
	vertical-align: top;
	padding: 10px;
}

.whats_on_show_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
	text-align: center;
}

.whats_on_show_table {
	clear: both;
}
