/* TEMP */
.widget_caesars_now_widget{
	background:#161616;
	padding: 30px 0 !important;
	overflow:hidden;
}
.widget_caesars_now_widget li:before{
	content:none !important;
}
.widget_caesars_now_widget .widgettitle{
	color:#f8f2ea;
	text-transform:uppercase;
	text-align:center;
}
/*	jQuery UI Override */
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix {
	min-height: 0;	/* support: IE7; */
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-tabs{	/* container element */
	position:relative;
/*	padding:.2em;*/
}
.ui-widget {	/* container element */
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.9em;
}
.ui-widget-content {	/* container element */
/*	border: 1px solid #aaaaaa;*/
	color: #222222;
}
.ui-tabs .ui-tabs-nav {	/* top tab nav bar */
	margin: 0;
/*	padding: .2em .2em 0;*/
}
.ui-widget-header {	/* behind the tab nav bar */
	border-bottom: 1px solid #968677;
/*	border: 1px solid #aaaaaa;
	background: #cccccc;*/
	color: #222222;
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav li {	/* tabs basics */
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: .2em .4em 0;
	white-space: nowrap;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {	/* tabs */
	border: 1px solid #968677;
	background: #968677;
	font-weight: normal;
	color: #000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {	/* tabs as links */
	cursor: text;
	outline:0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {	/* active tab */
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {	/* active tab */
	border: 1px solid #968677;
	background: #161616;
	font-weight: normal;
	color: #f8f2ea;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {	/* tab links */
	float: left;
	padding: .1em;
	text-decoration: none;
	font-size:99%;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {	/* default tab link */
	color: #000 !important;
	text-decoration: none;
	outline:0;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {	/* active tab link */
	color: #f8f2ea !important;
	text-decoration: none;
	outline:0;
}
.ui-tabs .ui-tabs-panel {	/* tab body/content area */
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: #161616;
	color:#f8f2ea;
}
.ui-tabs .ui-tabs-panel ul{
	list-style:none;
	margin:0;
}
.ui-tabs .ui-tabs-panel ul li{
	margin:0;
	padding:8px 0;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #333;
	line-height:1;
}
.ui-tabs .ui-tabs-panel ul li:last-child{
	border-bottom:none;
}
/* Output Specific */
.cnw-data small{
	font-size:75%;
}
.cnw-tab a{
	color:#f8f2ea !important;
	text-decoration:none;
}
.cnw-thumb{
	width:35%;
	float:left;
	margin-right:6px;
}
.cnw-data{
	width:62%;
	float:left;
}
.cnw-data span{
	float:right;
	background:#333;
	padding:5px;
	border-radius:5px;
}
.cnw-ticket-link{
	float:right;
	background:#008000;
	color:#fff;
	text-decoration:none;
	padding:5px;
	border-radius:5px;
}
.cnw-ticket-link:hover{
	background:#3aad3a;
}
.hidden{display:none;}