#content-tabs {
/*	height: 450px;	*/
	margin: 5px 0 0 0;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5, #tabs-6, #tabs-7, #folder-ajax-port{
/*	height: 380px;		*/
	min-height: 380px;
	overflow-x: scroll;
/*	overflow-y: scroll;	*/
	padding: 5px;
	margin: 0;
}

.error{
	color:red;
}


.content-block,
.image-block,
.url-block,
.html-block, 
.channel-block,
.ticker-block,
.font-block
 {
/*	border: 1px solid black;	*/
	background-color: #D0E01B;
	padding: 2px;
	
	font-size: 12px;
	font-weight: bold;
/* 	width: 190px; remark by keith at 2011-01-25 */
	width: 360px;
	margin: 2px;
}
.content-block {background-color: #DEE79C;}
.image-block {background-color: #E7C39C;}
.html-block {background-color: #E7DF9C;}
.url-block {background-color: #E7DF9C;}
.channel-block {background-color: #C3E79C;}
.ticker-block {background-color: #C3E79C;}
.font-block {background-color: #C3E79C;}

.content-block .content-title,
.image-block .content-title ,
.url-block .content-title, 
.html-block .content-title,
.channel-block .content-title,
.ticker-block .content-title,
.font-block .content-title
{
	margin: 20px 0px 20px 0px;
	background: none;
}

.content-block img,
.image-block img,
.url-block img,
.html-block img,
.ticker-block img,
.font-block img
{
	padding: 0px;
	margin: 0px 5px 0px 0px ;
	width: 50px;
	height: 40px;
}


.empty-droppable{
	color: #999;
}

span.droppable {
	border: 1px solid #999;
	display: inline-block ;
	min-width: 120px;
	padding: 6px 5px;
}

.content-item {
/*	border: 1px solid black;	*/
	background-color: #DEE79C;
	padding: 2px;
	
	font-size: 12px;
/*	font-weight: bold;	*/
	width: 97%;
	margin: 2px;
	float: left;
}

.content-item .data {
	display: block;
	float: left;
}

.content-item .data .content-title {
	display: block;
}

.url-item,
.html-item
 {
/*	border: 1px solid black; 	*/
	background-color: #E7DF9C;
	padding: 2px;
	
	font-size: 12px;
/*	font-weight: bold;	*/
	width: 97%;
	margin: 2px;
	float: left;
}

.url-item .data, 
.html-item .data
{
	display: block;
	float: left;
}

.url-item .data .content-title, 
.html-item .data .content-title
{
	display: block;
}

.image-item img.item-thumbnail,
.url-item img.item-thumbnail,
.html-item img.item-thumbnail,
.content-item img.item-thumbnail
{
	float: left;
	margin: 5px;
}


.image-item {
/*	border: 1px solid black;	*/
	background-color: #E7C39C;
	padding: 2px;
	
	font-size: 12px;
	font-weight: bold;
	width: 97%;
	margin: 2px;
	float: left;
}


.image-item .data {
	display: block;
	float: left;
}

.image-item .data .content-title {
	display: block;
}


.channel-item {
/*	border: 1px solid black;	*/
	background-color: #C3E79C;
	padding: 2px;
	
	font-size: 12px;
	font-weight: bold;
	width: 97%;
	margin: 2px;
	float: left;
}


.channel-item .data {
	display: block;
	float: left;
}

.channel-item .data .content-title {
	display: block;
}


.playlist-area {
	background-color: #DCF0F7;
	margin: 0px;
	padding: 0px;
}

.playlist-area > ul {
	width: 100%;
	min-height: 405px;
	padding:0;
	margin:0;
	/*overflow-x: hidden;
	overflow-y: scroll;*/
	overflow-y:auto;
}

.playlist-area > ul >  li {
	list-style-type: none;
	padding: 0;
	margin:0;
}

.playlist-area .placeholder {
	height: 100%;
	width: 100%;
	font-size: 50px;
}
/*
.exportBtn {
	font-size: 50px;
	font-weight: bold;
}
*/
#xml {
	width: 100%;
	height: 600px;
	overflow: scroll;
	border: 1px solid #00ff00;
}
.filename,.gpioid,.networktriggerid,.key,.url,.md5,.size,.content-id,.channel-id,.service-id,.channel-type,.channel-base {
	display:none;
}
span.duration {
	display:none;
}
/* remark by Keith at 2011-01-25
.filename,.gpioid,.key,.url,.md5,.size {
	display:none;
}
*/
#default-volume-slider {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
}

ul.items {
	margin-left: 30px ;
	margin-top: 10px ;
	font-size: 14px;
}

span.desc {
	color: green;
	font-style:italic;
	font-size: 14px;
}

ul.actions {
	list-style-type: none;
}
ul.actions li {
	min-width: 45%;
	float: left;
}

div#touchpoint-board {
	border: 1px solid #0C4A10;
	width: 480px;
	height: 270px ;
	background-color: #CCD9CD;
}
div.touchpoint {
	border: 1px solid #888888;
	width: 30px;
	height: 30px ;
	font-weight: bold ;
	color: #BBB;
}
div.touchpoint div.touchpoint-number {
	position:relative;
	width: 15px ;
	height: 15px ;
	background-color: #FFFFFF ;
	margin: 3px 0 0 3px ;
	z-index: 2;
}
div.touchpoint div.touchpoint-color {
	position:relative;
	top: -18px;
	width:100%;
	height: 100px;
	z-index: 1;
}
div.touchpoint-selected {
	color: #000; 
	font-size: 15px;
	font-weight: bold;
}
div.tplink-list li {
	width: 25px;
	float: left;
	padding: 3px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	color: #CCC;
	border: 1px solid #CCC;
	background-color: #FFF;
}
div.tplink-list {
	width: 350px;
	margin: 10px 0 5px 0 ;
}
div.tplink-list li.selected{
	color: #000;
	background-color: yellow;
}
div.tpImage
{
	width: 130px;
	height: 150px;
	float: left;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 10px 10px;
	background-color: #A3F3F7;
	overflow: hidden;
}
div.tpImage img,
{
	width: 130px;
	height: 130px;
	float:none;
}
div.layoutImage img 
{
	width: 65px;
	height: 65px;
}
#color-selector {
	position: relative;
	display: inline;
	width: 36px;
	height: 36px;
	background: url(../images/select.png);
}
#color-selector div {
	position: relative;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(../images/select.png) center;
}
img.color-selector-img,  img.static-color-selector-img{
	position:relative;
	top:5px;
}
div.colorpicker{
	z-index: 1000;
}
div#items-list-panel {
	float: left;
/*	margin: 20px 0 10px 0 ;	*/
	margin: 0 0 10px 0 ;
	background-color: #f8f8f8;
	padding: 10px 10px 10px 10px; 
	width: 560px;
}
div#items-list {
	/*
	height: 150px ;
	overflow: scroll ;
	*/
	margin: 10px 0 30px 0  ;
}
div.items-list ul {
	padding: 0 0 10px 0 ;
	clear: both;
}
div.items-list li{
	width: 20px;
	float: left;
	padding: 5px;
	list-style-type: none;
	font-weight: bold;
	border: 1px solid #CCC;
	background-color: #FFF;
}
div.items-list ul.width-list li {
	width: 60px;
}
div.items-list ul#item-type-list li{
	width: 130px;
	float:none;
}
div.items-list li.editing{
	border: 1px solid #A3F3F7;
	background-color: #A3F3F7;
}
div.items-list h3 {
	clear: both;
}
input.duration,
input.volume,
input.coord
{
	width: 40px;
}
div.layoutDetails {
	margin: 10px;
	padding: 10px ;
	border: 1px solid #888 ;
}

.report{
	padding:5px;
	border:2px outset black;
	
}


#items-list-panel h2, #items-list-panel h3{
	border: none;
}

/* jquery Vertical Tabs
----------------------------------*/
/*
.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 55em;}
*/
/*
Content folder tags
*/
li#folder-tags{
	/*background: url(../images/ui-bg_content-folder_500x100.png);*/
	border: 0px solid #BBD9EE;
	background: #BBD9EE;
}
li#folder-tags a{
	/*color: white;*/
	color: #336699;
}
li#folder-tags a:hover{
	border: 0px solid #206BA4; 
	background: #206BA4;
	color: #F1EFE2;
}
li#folder-tags.ui-tabs-selected{
	/*background-image: none;*/
	background: #F9F6F4;
}
li#folder-tags.ui-tabs-selected a{
	color: #438CEE;
}
