/*///////////////////////////////////////////////////////
///
///	Stella Layout Elements
///
///////////////////////////////////////////////////////*/

/**
 *	Basic Layout Theme
 * 
 *	This theme uses the default layout class-names for all classes
 *	Add any 'custom class-names', from options: paneClass, resizerClass, togglerClass
 */

.ui-layout-pane { /* all 'panes' */
	padding: 0;
	overflow: hidden; /* all panes are using sub-elements, so should not scroll themselves */
	border: 0px;
}

.ui-layout-north{
	background: #272a2e url('images/STELLA_header_bg.jpg');
}

.ui-layout-south{
	overflow: hidden;
}

.ui-layout-west{
}

.ui-layout-east{
}

.ui-layout-center{

}

.ui-layout-resizer { /* all 'resizer-bars' */
	width: 0px;
	background: #FFFFFF;
	display: none;
}

.ui-layout-resizer-sliding{
    background: #FFFFFF;
}

.ui-layout-toggler { /* all 'toggler-buttons' */ 
	background: #4d545b;
}

.ui-layout-content{
	overflow: auto;
}




/*///////////////////////////////////////////////////////
///
///	Stella Header, Content, and Footer Elements
///
///////////////////////////////////////////////////////*/

.APP_west_header{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	
	background: #3d3e43 url(images/STELLA_utility_bg.png);
	
	cursor: default;
}

.APP_west_content{
	overflow: auto;
}

.APP_west_footer{
	height: 30px;
	line-height: 30px;
	background: url('images/STELLA_pane_footer_bg.png');
}



.APP_center_header{
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 1px 0px rgba(000,000,000,0.8);
	
	background: #3d3e43 url(images/STELLA_utility_bg.png);

}

.APP_center_content{
	overflow: auto;
}

.APP_center_footer{
	height: 30px;
	background: url('images/STELLA_pane_footer_bg.png');
}




.APP_east_header{
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	
	background: #3d3e43 url(images/STELLA_utility_bg.png);
	
	cursor: default;
}

.APP_east_content{
	overflow: auto;
}


.APP_east_footer{
	height: 30px;
	background: url('images/STELLA_pane_footer_bg.png');
}


.APP_utility_bar_light{
	height: 40px;
	background: rgb(107,107,107); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(107,107,107,1) 0%, rgba(250,250,250,1) 5%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,107,107,1)), color-stop(5%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(250,250,250,1) 5%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(250,250,250,1) 5%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(107,107,107,1) 0%,rgba(250,250,250,1) 5%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(107,107,107,1) 0%,rgba(250,250,250,1) 5%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}

.APP_utility_bar_dark{
	height: 40px;
	background: rgb(52,54,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(52,54,58,1) 0%, rgba(61,63,68,1) 5%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,54,58,1)), color-stop(5%,rgba(61,63,68,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(52,54,58,1) 0%,rgba(61,63,68,1) 5%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(52,54,58,1) 0%,rgba(61,63,68,1) 5%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(52,54,58,1) 0%,rgba(61,63,68,1) 5%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(52,54,58,1) 0%,rgba(61,63,68,1) 5%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34363a', endColorstr='#3d3f44',GradientType=0 ); /* IE6-9 */
}