html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	color: #D4D0C0;
	background: #000000 url(../images/frontliner.jpg) no-repeat 0% 0%;
	/* height: 100%; */
	width: 100%;
}

html
{
	overflow-y: auto;
}

input.field, input.field_code, textarea
{
	width: 97%;
	font-family: Arial;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	background: Transparent url(../content/images/bg_white_50.png);
	border: 1px #D4D0C0 solid;
}

div:focus {
	outline: none;
}

input.field_code
{
	width: 78px;
}

input.submit, input.submit_over
{
	background: Transparent url(../content/images/bg_brown_75.png);
	width: auto;
	height: auto;
	padding: 2px 9px 2px 9px;
	border: 1px #D4D0C0 solid;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	cursor: pointer;
}

input.submit_over
{
	background: Transparent url(../content/images/bg_brown_75.png);
}

textarea
{
	height: 80px;
	overflow: auto;
}

form
{
	display: inline;
	padding: 0;
	margin: 0;
}

span.gbook_code
{
	font-size: 14px;
	font-family: courier;
	letter-spacing: 3px;
	color: #FFFFFF;
}

span.highlight
{
	color: #FFC705;
	font-weight: bold;
}

a:link, a:hover, a:active, a:visited 
{
	text-decoration: underline;
	color: #ffffff;
} 

a:hover
{
	text-decoration: none;
	color: #ffffff;
} 

a.video_link:link, a.video_link:hover, a.video_link:active, a.video_link:visited
{
	display: block;
	float: left;
	width: 140px;
	height: 132px;
	text-align: center;
	padding: 2px;
	margin: 0px 2px 2px 0px;
	background: Transparent url(../content/images/bg_black_50.png);
	text-decoration: none;
	color: #D4D0C0;
	font-weight: bold;
	filter:alpha(opacity=80);
	opacity:0.8;
}

a.video_link:hover
{
	background: Transparent url(../content/images/bg_black_68.png);
	text-decoration: none;
	color: #D4D0C0;
	filter:alpha(opacity=100);
	opacity:1;
}

a.photo_link:link, a.photo_link:hover, a.photo_link:active, a.photo_link:visited
{
	display: block;
	float: left;
	width: auto;
	height: auto;
	margin: 0px 2px 2px 0px;
	filter:alpha(opacity=80);
	opacity:0.8;
}

a.photo_link:hover
{
	filter:alpha(opacity=100);
	opacity:1;
}

span.textTitle, div.link_heading
{
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	color: #FFFFFF;
}

#maincontent
{
	margin: 0px 0px 24px 0px;
}

#gbIframe
{
	position: relative;
	height: 0;
	width: 0;
	top: -20px;
}

#header
{
	height: 203px;
}

#left
{
	float: left;
	width: 354px;
	height: 508px;
}

#right
{
	float: left;
	width: 806px;
	height: 508px;
}

#contentscroll
{
	float: left;
	width: 498px;
	height: 462px;
	overflow: auto;
	position: relative;
	margin: 14px 4px 4px 4px;
}

#footer
{
	clear: both;
}

#footer .wrapper
{
	width: 715px;
	height: 50px;
	margin-left: 160px;
	text-align: center;
	font-size: 10px;
}

img.content_heading
{
	margin: 0px 0px 8px 0px;
	border: 0px;
}

img#contentimage
{
	float: left;
	border: 0px;
	margin: 14px 0px 0px 15px;
}

div.contentbox
{
	background: Transparent url(../content/images/bg_black_68.png);
	padding: 4px;
	width: 475px;
	/* for IE 
	filter:alpha(opacity=40);
	 CSS3 standard 
	opacity:0.4;*/
}

div.link_container
{
	display: block;
	float: left;
	margin: 0px 20px 20px 0px;
	width: 190px;
	background: Transparent url(../content/images/bg_black_50.png);
}

div.link_container div.link_heading
{
	background: Transparent url(../content/images/bg_brown_50.png);
	padding: 2px;
}

div.link_container a
{
	display: block;
	padding: 0px 2px 0px 2px;
}

div.ctrs_note
{
	background: #38180C;
	border: 1px #562410 solid;
	padding: 3px;
}

div.wrapper
{
	clear: both;
	/* height: 60px; */
}

table.news, table.schedule, table.schedule_past, table.discography, 
table.media, table.charts, table.gbook, table.gbookEntries
{
	width: 482px;
	table-layout: fixed;
	border-collapse: collapse;
}

table.news td.title, table.news td.date
{
	background: Transparent url(../content/images/bg_black_68.png);
	color: #ffffff;
	font-weight: bold;
	height: 26px;
	padding: 0px 2px 0px 2px;
	vertical-align: middle;
}

table.gbookEntries td, table.gbook td
{
	padding: 2px 0px 3px 0px;
	vertical-align: top;
}

table.gbookEntries td.heading
{
	background: Transparent url(../content/images/bg_black_68.png);
	padding: 0px 4px 4px 4px;
}

table.gbookEntries td.content
{
	background: Transparent url(../content/images/bg_brown_75.png);
	padding: 4px 4px 8px 4px;
}

table.charts td
{
	height: 26px;
}

table.news td.date
{
	color: #8E7459;
	font-weight: normal;
	text-align: right;
	font-size: 9px;
}

table.news td.content
{
	padding: 3px 2px 3px 2px;
	background: Transparent url(../content/images/bg_brown_50.png);
}

table.discography td.content
{
	padding: 3px 2px 3px 6px;
	vertical-align: top;
}

table.schedule td, table.schedule_past td
{
	height: 26px;
	padding: 0px 2px 0px 2px;
	vertical-align: middle;
}

table.media td
{
	vertical-align: top;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}

table.media td.photos
{
	background: Transparent url(../content/images/bg_black_68.png);
}

table.media td.videos
{
	background: Transparent url(../content/images/bg_black_29.png);
}


table.schedule_past td
{
	color: #BDB69D;
}