@charset "utf-8";
/* CSS Document */
/*.menu_bg{
	float:left;
	background-repeat:repeat-x;
	cursor:pointer;
	width: auto;
	background-color: #FFFFFF;
}
.menu_text {
	float:left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 5px;
}

.borderLine1 {
	border: 1px solid #CCCCCC;
}
*/

.menuboardThumb {
	border: 2px solid #000;
}

.menuboardThumbSelected {
	border: 2px solid #F00;
}

.menuboardThumbHeader {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #E0B4F0),
		color-stop(1, #A978D6)
	);
	background-image: -o-linear-gradient(bottom, #E0B4F0 0%, #A978D6 100%);
	background-image: -moz-linear-gradient(bottom, #E0B4F0 0%, #A978D6 100%);
	background-image: -webkit-linear-gradient(bottom, #E0B4F0 0%, #A978D6 100%);
	background-image: -ms-linear-gradient(bottom, #E0B4F0 0%, #A978D6 100%);
	background-image: linear-gradient(to bottom, #E0B4F0 0%, #A978D6 100%);
}

/*.mb_runtime_optionitem {
	float:left;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.mb_runtime_oddRow {
	background-color: #F4E6DD;
}
.mb_runtime_evenRow {
	background-color: #D5E1DE;
}
.mb_controlMenuBar {
	cursor: pointer;
}
.mb_menuBarContent_c {
	overflow:hidden;
	text-shadow: 1px 1px 3px #64748f;
	line-height: normal;
}

.mb_menuBarContent {
	overflow:hidden;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.backgroundAccept { float:left; position:relative }
.itemImageContainer { position:absolute; top:0px; right:0px; overflow:hidden; }
*/

.menuItemPlaySources { position:relative;}
.menuItemPlaySource { position:absolute; top:0px; left:0px}
.menuTemplateRender {
	position:relative; overflow:hidden;
}

.iPadControlOverlay{
	z-index: 999;
	font-size: 30px;
	height: 70px;
	position: absolute;
	background-color: rgba(255,255,255,0.95);;
	bottom: 0;
	width: 100%;
}