
/* ========================================================================
 * = COMMON PAGE ELEMENTS
 * ======================================================================== */

.wrapper {
	background-image: url('top_bg.gif');
	background-repeat: repeat-x;
	width:960px;
	margin:0 auto;
}







/* ========================================================================
 * = YUI DIALOG
 * ======================================================================== */

.panel-container.shadow .underlay {
	background-color: #BBB;
}

.panel {
	border: 1px solid #A7B2C1;
	padding: 0px;
}

.panel .hd {
	background-color: #DBECFF;
	background-image: url('bgDialogTitleBar.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #A7B2C1;
	color: #556;
}

.panel .bd {
	line-height: 130%;
	margin-right: 15px;
	margin-left: 15px;
}


.button-group button {
	background-image: url('bgDialogButton.jpg');
	background-repeat: repeat-x;
	border: 1px solid #777;
	background-color: #DDD;
	-moz-border-radius: 3px;
	padding: 1px 6px;
	margin: 5px 10px;
	font-weight: 100;
	font-size: 11px;
	font-family: "Arial", "Helvetica", sans-serif;
}




/* ========================================================================
 * = EPISODE AND SHOWPAGE META
 * ======================================================================== */

div.rightpaneblock {
	padding: 0;
	margin: 15px 0 0 0;
	width: 214px;
	float: right;
	font-size: 12px;
}

div.rightpaneblock div.blocktitle {
    background-image: url('backgrounds/bgPanel214Header.gif');
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
}

div.rightpaneblock div.footer {
	background-image: url('backgrounds/bgPanel214Header.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	height: 16px;
	line-height: 16px;
	width: 100%;
}

div.rightpaneblock div.content {
	background-color: #ECF5FF;
	border-width: 0 1px;
	border-style: solid;
	border-color: #D7E2F1;
	padding: 10px;
	margin: 0;
	width: 192px;
}



.clear {
	clear: both;

