/* Global */
div, td, body, p, span
{
	font-size: 11pt;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
}

a
{
	color: #145266;
	text-decoration: underline;
}

a.white
{
	color: #FFFFFF;
	text-decoration: none;
}

img
{
	border: none;
	margin: 0px;
	
}

table
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: none;
	border-collapse:collapse;
}

table.structure
{
	background-color: #e0e0e0;
}

table.structure th
{
	background-color: #133b19;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding: 5px;
}

table.structure td
{
	border: 1px solid #FFFFFF;
	font-size: 12px;
	padding: 8px;
}

hr 
{
	border: 0px;
	background-color: #000000;
	height: 1px;
}

td
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

body
{
	background-image:url(../media/background.jpg); 
}

p
{
	margin: 2px 0px 0px 2px;
	padding: 0px;
}

.indent
{
	margin: 5px 0px 5px 15px;
}


input, textarea, select
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 250px;
}

/* Special */
.embedContainer
{
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.countdown_headline
{
	margin: 2px 0px 2px 0px;
	color: #133b19;
	font-size: 16px;
	font-weight: bold;
}

.countdown
{
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #FFFFFF;
	background-image: url(../media/headline.jpg);
	padding: 2px 0px 0px 5px;
	height: 22px;
	background-repeat:no-repeat;
}

.countdown span
{
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	border-right: 2px solid #FFFFFF;
	margin: 0px 4px 0px 1px;
}

a.tickets
{
	margin: 2px 0px 2px 0px;
	color: #133b19;
	font-size: 16px;
	font-weight: bold;
}

/* text */
.comment
{
	font-size: 11px;
	font-style: italic;
}

.headline_big
{
	margin: 2px 0px 2px 0px;
	color: #133b19;
	font-size: 16px;
	font-weight: bold;
}

.headline
{
	background-image: url(../media/headline.jpg);
	margin: 0px 3px 0px 0px;
	height: 22px;
	background-repeat:no-repeat;
}
.headline_text
{
	padding: 3px 0px 2px 8px;
	color: #DDDDDD;
	font-size: 14px;
	font-weight: bold;
}

.headline_date
{
	padding-right: 5px;
	text-align: right;
	color: #DDDDDD;
	font-size: 10px;
	vertical-align: middle;
}

.article
{
	padding-bottom: 5px;
	border-bottom: 0px solid #DDDDDD;
}

/* Structure */
.base_container
{
	position: absolute; 
	width: 850px; 
	margin: 0 0 0 -425px; 
	top: 10px; left: 50%; 
	text-align: left; 
	padding: 0px; 
	border: 0px solid red; 
	background-color: transparent;
}

.content_top
{
	height:180px; 
	background-image:url(../media/bg-top-1.png); 
	background-repeat:no-repeat; 
	border: 0px solid yellow;
}

.content
{
	background-image: url(../media/bg-middle.png); 
	background-repeat: repeat-y; 
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 848px;
	border:0px solid #FF0000;
}

.content_frame
{
	margin: 0px;
	padding: 0px;
	background-color: transparent; 
	
}

 .content_left
 {
 	width:650px;
  	padding: 10px 0px 10px 20px;
 }
 
 .content_right
 {
  	padding: 15px 17px 10px 15px;
 }
 
.content_bottom
{
	height: 15px; 
	background-image: url(../media/bg-bottom.png); 
	background-repeat: no-repeat; 
	border: 0px solid red; 
	background-color: transparent; 
}

/* Addition Structure */

.button
{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #DDDDDD;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
}

.button_separator
{
	width: 1px;
	padding: 0px;
	background-image: url(../media/trans_strip.png);
	background-repeat:no-repeat;
	background-position: 50% 12px;
}

.button_table
{
	width: 100%;
}

.menu_bar_spacer
{
	height: 140px; 
	border: 0px solid teal;
}

.menu_bar
{
	background-image: url(../media/buttonbar.png); 
	background-repeat: no-repeat; 
	height:55px;
	background-position: -8px 50%;
}

.footer
{ 
	margin-bottom: 25px;
}

.footer_left
{
	padding-left: 5px;
	text-align: left; 
	color: #606060; 
	font-size: 10pt; 
}

.footer_right
{
	padding-right:9px;
	text-align: right; 
	color: #FFFFFF; 
	font-size: 10pt;
}

/* gallery */
.gallery
{
	text-align:center;
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 300px;
}

.gallery_pict
{
	text-align:center;
	padding: 0px;
	margin: 0px;
}

.gallery_pict_text
{
	font-size: 10pt;
}
.gallery_controls
{
	width: 45px;
}