@CHARSET "ISO-8859-1";
/*div,P,UL,LI {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #000;
	line-height: 15pt;
	font-family: Verdana, Tahoma, Arial;
}*/
* {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica;
	margin: 0;
}
html, body {
	height: 100%;
}
img.png {
	behavior: url("static/css/pngbehavior.htc");
}
.header {
	background-image: url('../img/sf2010_bcgrnd_header.jpg');
	height: 240px;
	width: 977px;
}
.topMenu {
	background-color: #3D2E1D;
	top: 0px;
	height: 30px;
	width: 977px;	
}
.topMenu .menu {
	position: absolute;
	left: 145px;
}
.topMenu .menu li {
	padding-right: 15px;
}
li.menuItem {
	font-size: 1em;
}
.topMenu .menu a {
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}
.topMenu .menu a:hover {
	/*background-color: #fff;*/
	background-image: url('../img/sf2009_menu_hover.png');
	background-repeat: no-repeat;
	background-position: -5 -5;
}
/*html>body #content{height:auto}*//* not ie6- */
/*html>body #rightBanner{height:auto}*//* not ie6- */
#content {
	background-image: url('../img/sf2009_bcgrnd_body.jpg');
	position: absolute;
	top: 270px;
	left: 130px;
	width: 560px;
	/*height:100%;
	min-height:100%;	*/
	padding-left: 20px;
	padding-right: 20px;	
	z-index: 1;
}
#content * {
	color:#66543C;
	font-size:12px;
	line-height:20px;	
}
#content a {
	color: #EA850C; 
	text-decoration: none;
}
#footer {
	font-size: 0.6em;
	padding-top: 30px;
	text-align: center;
}
#footer a {
	font-size: 1em;	
}
.shortNewsList td {
	padding-top: 15px;
	padding-bottom: 15px;
}
#rightBanner {
	clear:both;
	background-image: url('../img/sf2009_bcgrnd_bruin.jpg');
	position: absolute;	
	top: 270px;
	left: 747px;
	width: 230px;	
	/*height:100%;
	min-height:100%;*/	
}
#rightBanner a {
	color: #EA850C;
}
h1, img.h1 {
	/*font-size: 25px;*/
	color: #EA850C;
	margin-bottom: 15px;
}
h2, img.h1 {
	/*font-size: 20px;*/
	color: #EA850C;
	margin-bottom: 5px;
}
p.breadcrumb {
	padding-top: 15pt;
	text-align: left;
	text-transform: lowercase;
}
table.media {
	width: 100%;
}
table.media td {
	color:#3D2E1D;
	padding-bottom: 15px;
	padding-right: 15px;
	font-size: 0.8em;
	text-align: right;
}
table.media img {
	border: 5px solid #3D2E1D;
}
#ticketPresale {
	position: absolute;
	z-index: 2;
	left: -150px;
}
.newsTitle {
	text-transform: uppercase;
	font-size: 1.8em;
}
.networks td {
	text-align: center;
}
#artistStar {
	position:absolute;
	top: 125px;
	left: 610px;
	z-index: 1;
}
#programDetailContainer * {
	color:#66543C;
	font-size:12px;
	line-height:20px;	
}
#programDetailTv {
	background-image: url('../img/sf2009_tv_program_detail.png');
	/*background-color: #ffcc00;*/
	width: 280px;
	height: 202px;
	position: absolute;
	top: 50px;
	left: 330px;
	/*padding-left: 40px;
	padding-top: 15px;*/
}

/* DIJIT DIALOG CSS */
.dijitDialog {
	background: #fff;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 5px 10px #adadad;
	width: 600px;
	height: 600px;
	background-image: url('../img/sf2009_bcgrnd_body.jpg');	
}

.dijitDialog .dijitDialogTitle {
	border-top: none;
	border-left: none;
	border-right: none;
}

.dijitDialog .dijitDialogPaneContent {
	/*background: #ffffff;*/
	border:none;
	border-top: 1px solid #ccc; /* #cddde9;	/* w/out this, an <h1> on the top line causes a gap between the .content and .label */
	padding:0px;
}

.dijitDialogTitleBar {
	/* outer container for the titlebar of the dialog */
	/*background: #fafafa url("images/titleBarBg.gif") repeat-x bottom left;*/
	/* border: 1px solid #bfbfbf; */
	/*padding: 4px 8px 2px 4px;
	cursor: move;
	outline:0; */ /* remove this line if keyboard focus on dialog startup is an issue. tab still takes you to first focusable element */
	display: none; 
}

.dijitDialogTitle {
	/* typography and styling of the dialog title */
	/*font-weight: bold;
	padding: 8px 12px 8px 12px;
	outline:0;*/
}

.dijitDialogCloseIcon {
	/* the default close icon for the dialog */
	/*background : url("../img/sf2009_dialog_close.jpg") no-repeat right top;
	float: right;
	position: absolute;
	vertical-align: middle;
	right: 5px;
	top: 5px;
	height: 22px;
	width: 22px;
	cursor: pointer;*/
}
.dj_ie6 .dijitDialogCloseIcon {
	background-image: url("images/tabClose.gif"); 
}

.dijitDialogContent {
	/* the body of the dialog */
	padding: 0px;
}
#blogWedstrijd {
	position: absolute;
	top: 220px;
	left: 5px;
	z-index:2;
}