You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2012/06/14 20:53:56 UTC

svn commit: r1350373 [13/23] - in /incubator/flex/trunk/samples/themes: ./ arcade/ arcade/src/ arcade/src/arcade/ arcade/src/arcade/skins/ arcade/src/arcade/skins/mediaClasses/ arcade/src/arcade/skins/mediaClasses/fullScreen/ arcade/src/arcade/skins/me...

Added: incubator/flex/trunk/samples/themes/cobalt/src/defaults.css
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/samples/themes/cobalt/src/defaults.css?rev=1350373&view=auto
==============================================================================
--- incubator/flex/trunk/samples/themes/cobalt/src/defaults.css (added)
+++ incubator/flex/trunk/samples/themes/cobalt/src/defaults.css Thu Jun 14 18:53:27 2012
@@ -0,0 +1,1524 @@
+/*
+ *
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
+
+/* Cobalt is contributed by EffectiveUI www.effectiveui.com */
+
+/*
+//------------------------------
+//  Namespaces
+//------------------------------
+*/
+
+/*Spark Namespace*/
+@namespace s "library://ns.adobe.com/flex/spark";
+
+/*Halo Namespace*/
+@namespace mx "library://ns.adobe.com/flex/mx";
+
+/*
+//------------------------------
+//  Global
+//------------------------------
+*/
+
+global
+{
+	fontFamily: 						"Arial";
+	rollOverColor:						#CCCCCC;
+	color:								#333333;
+	textRollOverColor:					#CCCCCC;
+	textSelectedColor:					#333333;
+	focus-color:						#4B6F9E;
+	selection-color: 					#D1E5F2;
+	font-size: 							11pt;
+}
+
+mx|ScrollControlBase
+{
+	borderSkin: ClassReference("cobalt.skins.BorderSkin");
+}
+
+mx|Container
+{
+	borderSkin: ClassReference("cobalt.skins.BorderSkin");
+}
+
+mx|Accordion
+{
+	borderSkin: ClassReference("cobalt.skins.BorderSkin");
+}
+
+
+/*
+//------------------------------
+//  Halo AccordionHeader
+//------------------------------
+*/
+mx|AccordionHeader
+{
+
+	disabledSkin: 						Embed(source="assets/AccordionHeader_disabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="20",
+											  scaleGridRight="145",
+											  scaleGridBottom="15");
+	downSkin: 							Embed(source="assets/AccordionHeader_downSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="20",
+											  scaleGridRight="145",
+											  scaleGridBottom="15");
+	overSkin: 							Embed(source="assets/AccordionHeader_overSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="20",
+											  scaleGridRight="145",
+											  scaleGridBottom="15");
+	selectedUpSkin: 					Embed(source="assets/AccordionHeader_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="20",
+											  scaleGridRight="145",
+											  scaleGridBottom="15");
+	selectedOverSkin: 					Embed(source="assets/AccordionHeader_selectedOverSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="20",
+											  scaleGridRight="145",
+											  scaleGridBottom="15");
+	selectedDownSkin: 					Embed(source="assets/AccordionHeader_selectedDownSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="20",
+											  scaleGridRight="145",
+											  scaleGridBottom="15");
+	upSkin: 							Embed(source="assets/AccordionHeader_upSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="20",
+											  scaleGridRight="145",
+											  scaleGridBottom="15");
+	text-indent: 8;										  
+}
+
+/*
+//------------------------------
+//
+// **Halo Alert
+//
+//------------------------------
+*/
+mx|Alert
+{
+	titleBackgroundSkin: 				Embed(source="assets/Panel_titleBackgroundSkin.png",
+											  scaleGridTop="7",
+											  scaleGridLeft="7",
+											  scaleGridRight="264",
+											  scaleGridBottom="18");
+	closeButtonDisabledSkin: 			Embed(source="assets/Panel_closeButtonDisabledSkin.png");
+	closeButtonDownSkin: 				Embed(source="assets/Panel_closeButtonDownSkin.png");
+	closeButtonOverSkin: 				Embed(source="assets/Panel_closeButtonOverSkin.png");
+	closeButtonUpSkin: 					Embed(source="assets/Panel_closeButtonUpSkin.png");
+	titleStyleName: 					"titleStyle";
+	backgroundColor: 					#6F797F;
+	controlBarStyleName: 				"controlBarStyle";
+	button-style-name:					"alertButtonStyle";
+	headerHeight: 						32;
+	color:								#333333;
+	padding-top: 18;
+	padding-left: 10;
+	padding-right: 10;
+	padding-bottom: 4;
+}
+
+.alertButtonStyle
+{
+	color: 								#D3E7F3;
+	textRollOverColor: 					#FFFFFF;
+	textSelectedColor: 					#FFFFFF;
+}
+
+/*
+//------------------------------
+//  Halo Application
+//------------------------------
+*/
+mx|Application
+{
+	content-background-color:			#666666;	
+}
+
+/*
+//------------------------------
+//  Halo Button
+//------------------------------
+*/
+mx|Button
+{
+	disabledSkin: 						Embed(source="assets/Button_disabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="59",
+											  scaleGridBottom="17");
+	downSkin: 							Embed(source="assets/Button_downSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="59",
+											  scaleGridBottom="17");
+	overSkin: 							Embed(source="assets/Button_overSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="59",
+											  scaleGridBottom="17");
+	upSkin: 							Embed(source="assets/Button_upSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="59",
+											  scaleGridBottom="17");
+	selectedDisabledSkin: 				Embed(source="assets/Button_selectedDisabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="59",
+											  scaleGridBottom="17");
+	selectedDownSkin: 					Embed(source="assets/Button_selectedDownSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="59",
+											  scaleGridBottom="17");
+	selectedOverSkin: 					Embed(source="assets/Button_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="59",
+											  scaleGridBottom="17");
+	selectedUpSkin: 					Embed(source="assets/Button_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="59",
+											  scaleGridBottom="17");
+	color: 								#D3E7F3;
+	textRollOverColor: 					#FFFFFF;
+	textSelectedColor: 					#FFFFFF;
+	focus-rounded-corners: "tl, tr, br, bl";
+	corner-radius: 4;			
+}
+
+
+/* 
+//------------------------------ 
+//  Halo ButtonBar 
+//------------------------------ 
+*/ 
+
+mx|ButtonBar 
+{
+	buttonStyleName: 					"buttonBarButton";
+	firstButtonStyleName: 				"buttonBarFirstButton";
+	lastButtonStyleName: 				"buttonBarLastButton";
+	horizontal-gap:						0;
+}
+.buttonBarButton
+{
+	disabledSkin: 						Embed(source="assets/ButtonBar-button_disabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="6",
+											  scaleGridRight="32",
+											  scaleGridBottom="17");
+	downSkin: 							Embed(source="assets/ButtonBar-button_downSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="6",
+											  scaleGridRight="32",
+											  scaleGridBottom="17");
+	overSkin: 							Embed(source="assets/ButtonBar-button_overSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="6",
+											  scaleGridRight="32",
+											  scaleGridBottom="17");
+	selectedDisabledSkin: 				Embed(source="assets/ButtonBar-button_selectedDisabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="6",
+											  scaleGridRight="32",
+											  scaleGridBottom="17");
+	selectedDownSkin: 					Embed(source="assets/ButtonBar-button_downSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="6",
+											  scaleGridRight="32",
+											  scaleGridBottom="17");
+	selectedOverSkin: 					Embed(source="assets/ButtonBar-button_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="6",
+											  scaleGridRight="32",
+											  scaleGridBottom="17");
+	selectedUpSkin: 					Embed(source="assets/ButtonBar-button_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="6",
+											  scaleGridRight="32",
+											  scaleGridBottom="17");
+	upSkin: 							Embed(source="assets/ButtonBar-button_upSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="6",
+											  scaleGridRight="32",
+											  scaleGridBottom="17");
+}
+.buttonBarFirstButton
+{
+	disabledSkin: 						Embed(source="assets/ButtonBar-firstButton_disabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	downSkin: 							Embed(source="assets/ButtonBar-firstButton_downSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	overSkin: 							Embed(source="assets/ButtonBar-firstButton_overSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	selectedDisabledSkin: 				Embed(source="assets/ButtonBar-firstButton_selectedDisabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	selectedDownSkin: 					Embed(source="assets/ButtonBar-firstButton_downSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	selectedOverSkin: 					Embed(source="assets/ButtonBar-firstButton_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	selectedUpSkin: 					Embed(source="assets/ButtonBar-firstButton_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	upSkin: 							Embed(source="assets/ButtonBar-firstButton_upSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+}
+.buttonBarLastButton
+{
+	disabledSkin: 						Embed(source="assets/ButtonBar-lastButton_disabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	downSkin: 							Embed(source="assets/ButtonBar-lastButton_downSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	overSkin: 							Embed(source="assets/ButtonBar-lastButton_overSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	selectedDisabledSkin: 				Embed(source="assets/ButtonBar-lastButton_selectedDisabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	selectedDownSkin: 					Embed(source="assets/ButtonBar-lastButton_downSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	selectedOverSkin: 					Embed(source="assets/ButtonBar-lastButton_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	selectedUpSkin: 					Embed(source="assets/ButtonBar-lastButton_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+	upSkin: 							Embed(source="assets/ButtonBar-lastButton_upSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="34",
+											  scaleGridBottom="17");
+}
+
+
+/*
+//------------------------------
+//  Halo Canvas
+//------------------------------
+*/
+
+mx|Canvas
+{
+
+}
+
+/*
+//------------------------------
+//  Halo CheckBox
+//------------------------------
+*/
+mx|CheckBox
+{
+	disabledIcon: 						Embed(source="assets/CheckBox_disabledIcon.png");
+	downIcon: 							Embed(source="assets/CheckBox_downIcon.png");
+	overIcon: 							Embed(source="assets/CheckBox_overIcon.png");
+	upIcon: 							Embed(source="assets/CheckBox_upIcon.png");
+	selectedDisabledIcon: 				Embed(source="assets/CheckBox_selectedDisabledIcon.png");
+	selectedDownIcon: 					Embed(source="assets/CheckBox_selectedDownIcon.png");
+	selectedOverIcon: 					Embed(source="assets/CheckBox_selectedOverIcon.png");
+	selectedUpIcon: 					Embed(source="assets/CheckBox_selectedUpIcon.png");
+	color: 								#333333;
+	textRollOverColor: 					#333333;
+	textSelectedColor: 					#333333;
+	focus-rounded-corners: "tl, tr, br, bl";
+	corner-radius: 4;
+}
+
+/*
+//------------------------------
+//  Halo ColorPicker
+//------------------------------
+*/
+mx|ColorPicker
+{
+	disabledSkin: 						Embed(source="assets/ColorPicker_disabledSkin.png");
+	downSkin: 							Embed(source="assets/ColorPicker_downSkin.png");
+	overSkin: 							Embed(source="assets/ColorPicker_overSkin.png");
+	upSkin: 							Embed(source="assets/ColorPicker_upSkin.png");
+	color: 								#333333;
+	content-background-color: #FFFFFF;
+}
+/*
+//------------------------------
+//  Halo ComboBox
+//------------------------------
+*/
+mx|ComboBox
+{
+	disabledSkin: 						Embed(source="assets/ComboBox_disabledSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="8");
+	downSkin: 							Embed(source="assets/ComboBox_downSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="8");
+	editableDisabledSkin: 				Embed(source="assets/ComboBox_editableDisabledSkin.png",
+											  scaleGridRight="4",
+											  scaleGridLeft="1",
+											  scaleGridTop="5",
+											  scaleGridBottom="8");
+	editableDownSkin: 					Embed(source="assets/ComboBox_editableDownSkin.png",
+											  scaleGridRight="4",
+											  scaleGridLeft="1",
+											  scaleGridTop="5",
+											  scaleGridBottom="8");
+	editableOverSkin: 					Embed(source="assets/ComboBox_editableOverSkin.png",
+											  scaleGridRight="4",
+											  scaleGridLeft="1",
+											  scaleGridTop="5",
+											  scaleGridBottom="8");
+	editableUpSkin: 					Embed(source="assets/ComboBox_editableUpSkin.png",
+											  scaleGridRight="4",
+											  scaleGridLeft="1",
+											  scaleGridTop="5",
+											  scaleGridBottom="8");
+	overSkin: 							Embed(source="assets/ComboBox_overSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="8");
+	upSkin: 							Embed(source="assets/ComboBox_upSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="8");
+	
+	fontWeight: 						normal;
+	dropDownStyleName:					"dropDownStyle";
+	paddingTop: 1;
+	paddingBottom: -1;
+	color:								#D1E5F2;
+	text-input-style-name: 				"textInputStyle";
+	focus-rounded-corners: "tr, tl, br, bl";
+	corner-radius: 4;
+}
+
+.dropDownStyle
+{
+	color:								#333333;	
+}
+
+.textInputStyle
+{	
+	color: 								#D1E5F2;
+	content-background-color: #4b6f9e;
+}
+
+
+/*
+//------------------------------
+//  Halo CursorManager
+//------------------------------
+*/
+mx|CursorManager
+{
+	busyCursor: 						Embed(source="assets/CursorManager_busyCursor.png");
+}
+
+/*
+//------------------------------
+//  Halo DataGrid
+//------------------------------
+*/
+mx|DataGrid
+{
+	columnDropIndicatorSkin: 			Embed(source="assets/DataGrid_columnDropIndicatorSkin.png");
+	columnResizeSkin: 					Embed(source="assets/DataGrid_columnResizeSkin.png");
+	headerBackgroundSkin: 				Embed(source="assets/DataGrid_headerBackgroundSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="90",
+											  scaleGridBottom="15");
+	headerSeparatorSkin: 				Embed(source="assets/DataGrid_headerSeparatorSkin.png");
+	sortArrowSkin: 						Embed(source="assets/DataGrid_sortArrowSkin.png");
+	stretchCursor: 						Embed(source="assets/DataGrid_stretchCursor.png");
+	text-roll-over-color: #333333;
+}
+
+
+/*
+//------------------------------
+//  Halo DateChooser
+//------------------------------
+*/
+mx|DateChooser
+{
+	nextMonthDisabledSkin: 				Embed(source="assets/DateChooser_nextMonthDisabledSkin.png");
+	nextMonthDownSkin: 					Embed(source="assets/DateChooser_nextMonthDownSkin.png");
+	nextMonthOverSkin: 					Embed(source="assets/DateChooser_nextMonthOverSkin.png");
+	nextMonthUpSkin: 					Embed(source="assets/DateChooser_nextMonthUpSkin.png");
+	nextYearDisabledSkin: 				Embed(source="assets/DateChooser_nextYearDisabledSkin.png");
+	nextYearDownSkin: 					Embed(source="assets/DateChooser_nextYearDownSkin.png");
+	nextYearOverSkin: 					Embed(source="assets/DateChooser_nextYearOverSkin.png");
+	nextYearUpSkin: 					Embed(source="assets/DateChooser_nextYearUpSkin.png");
+	prevMonthDisabledSkin: 				Embed(source="assets/DateChooser_prevMonthDisabledSkin.png");
+	prevMonthDownSkin: 					Embed(source="assets/DateChooser_prevMonthDownSkin.png");
+	prevMonthOverSkin: 					Embed(source="assets/DateChooser_prevMonthOverSkin.png");
+	prevMonthUpSkin: 					Embed(source="assets/DateChooser_prevMonthUpSkin.png");
+	prevYearDisabledSkin: 				Embed(source="assets/DateChooser_prevYearDisabledSkin.png");
+	prevYearDownSkin: 					Embed(source="assets/DateChooser_prevYearDownSkin.png");
+	prevYearOverSkin: 					Embed(source="assets/DateChooser_prevYearOverSkin.png");
+	prevYearUpSkin: 					Embed(source="assets/DateChooser_prevYearUpSkin.png");
+	rollOverIndicatorSkin: 				Embed(source="assets/DateChooser_rollOverIndicatorSkin.png");
+	selectionIndicatorSkin: 			Embed(source="assets/DateChooser_selectionIndicatorSkin.png");
+	todayIndicatorSkin: 				Embed(source="assets/DateChooser_todayIndicatorSkin.png");
+	
+	headerStyleName: 					"dateChooserHeader";
+	textRollOverColor:					#FFFFFF;
+	textSelectedColor:					#FFFFFF;
+	weekDayStyleName: 					"dateChooserWeekDay";
+	todayStyleName: 					"dateChooserToday";
+	contentBackgroundColor: 			#FFFFFF;
+}
+
+.dateChooserHeader
+{
+	color: 								#333333;
+	corner-radius:						3;
+	content-background-color: 			#4B6F9E, #4B6F9E;
+}
+
+.dateChooserWeekDay
+{
+	fontWeight: 						bold;
+}
+.dateChooserToday
+{
+	color: 								#FFFFFF;
+}
+
+
+/*
+//------------------------------
+//  Halo DateField
+//------------------------------
+*/
+mx|DateField
+{
+	disabledSkin: 						Embed(source="assets/DateField_disabledSkin.png");
+	downSkin: 							Embed(source="assets/DateField_downSkin.png");
+	overSkin: 							Embed(source="assets/DateField_overSkin.png");
+	upSkin: 							Embed(source="assets/DateField_upSkin.png");
+}
+
+
+/*
+//------------------------------
+//  Halo DividedBox
+//------------------------------
+*/
+mx|DividedBox
+{
+	dividerSkin: 						Embed(source="assets/DividedBox_dividerSkin.png");
+	horizontalCursor: 					Embed(source="assets/DividedBox_horizontalCursor.png");
+	verticalCursor: 					Embed(source="assets/DividedBox_verticalCursor.png");
+}
+
+
+
+/*
+//------------------------------
+//  Halo DragManager
+//------------------------------
+*/
+mx|DragManager
+{
+	copyCursor: 						Embed(source="assets/DragManager_copyCursor.png");
+	defaultDragImageSkin: 				Embed(source="assets/DragManager_defaultDragImageSkin.png");
+	linkCursor: 						Embed(source="assets/DragManager_linkCursor.png");
+	moveCursor: 						Embed(source="assets/DragManager_moveCursor.png");
+	rejectCursor: 						Embed(source="assets/DragManager_rejectCursor.png");
+}
+
+/*
+//------------------------------
+//  Halo FormItem
+//------------------------------
+*/
+mx|FormItem
+{
+	indicatorSkin: 						Embed(source="assets/FormItem_indicatorSkin.png");
+}
+
+/*
+//------------------------------
+//
+// **Halo HScrollBar
+//
+//------------------------------
+*/
+mx|HScrollBar
+{
+	downArrowDisabledSkin: 				Embed(source="assets/HScrollArrowLeft_disabledSkin.png");
+	downArrowDownSkin: 					Embed(source="assets/HScrollBar_downArrowDownSkin.png");
+	downArrowOverSkin: 					Embed(source="assets/HScrollBar_downArrowOverSkin.png");
+	downArrowUpSkin: 					Embed(source="assets/HScrollBar_downArrowUpSkin.png");
+	thumbDownSkin: 						Embed(source="assets/HScrollBar_thumbDownSkin.png",
+											  scaleGridTop="10",
+											  scaleGridLeft="7",
+											  scaleGridRight="8",
+											  scaleGridBottom="42");
+	thumbIcon: 							Embed(source="assets/HScrollBar_thumbIcon.png");
+	thumbOverSkin: 						Embed(source="assets/HScrollBar_thumbOverSkin.png",
+											  scaleGridTop="10",
+											  scaleGridLeft="7",
+											  scaleGridRight="8",
+											  scaleGridBottom="42");
+	thumbUpSkin: 						Embed(source="assets/HScrollBar_thumbUpSkin.png",
+											  scaleGridTop="10",
+											  scaleGridLeft="7",
+											  scaleGridRight="8",
+											  scaleGridBottom="42");
+	trackDisabledSkin: 					Embed(source="assets/HScrollBar_trackDisabledSkin.png");
+	trackSkin: 							Embed(source="assets/HScrollBar_trackSkin.png");
+	upArrowDisabledSkin: 				Embed(source="assets/HScrollArrowRight_disabledSkin.png");
+	upArrowDownSkin: 					Embed(source="assets/HScrollBar_upArrowDownSkin.png");
+	upArrowOverSkin: 					Embed(source="assets/HScrollBar_upArrowOverSkin.png");
+	upArrowUpSkin: 						Embed(source="assets/HScrollBar_upArrowUpSkin.png");
+}
+
+
+/*
+//------------------------------
+//
+// **Halo HSlider
+//
+//------------------------------
+*/
+mx|HSlider
+{
+	thumbDisabledSkin: 					Embed(source="assets/Slider_thumbDisabledSkin.png");
+	thumbDownSkin: 						Embed(source="assets/Slider_thumbDownSkin.png");
+	thumbOverSkin: 						Embed(source="assets/Slider_thumbOverSkin.png");
+	thumbUpSkin: 						Embed(source="assets/Slider_thumbUpSkin.png");
+	trackHighlightSkin: 				Embed(source="assets/Slider_trackHighlightSkin.png");
+	trackSkin: 							Embed(source="assets/Slider_trackSkin.png");
+}
+
+
+/*
+//------------------------------
+//  Halo LinkButton
+//------------------------------
+*/
+mx|LinkButton
+{
+	disabledSkin: 						Embed(source="assets/LinkButton_disabledSkin.png");
+	downSkin: 							Embed(source="assets/LinkButton_downSkin.png");
+	overSkin: 							Embed(source="assets/LinkButton_overSkin.png");
+	upSkin: 							Embed(source="assets/LinkButton_upSkin.png");
+	color: 								#333333;
+	
+	textRollOverColor: 					#FFFFFF;
+	textSelectedColor: 					#FFFFFF;
+	focus-rounded-corners: "tl, tr, br, bl";
+	corner-radius: 4;
+}		
+
+
+/*
+//------------------------------
+//  Halo List
+//------------------------------
+*/
+
+mx|List
+{
+	text-roll-over-color: #333333;
+}
+
+
+
+/*
+//------------------------------
+//  Halo Menu
+//------------------------------
+*/
+mx|Menu
+{
+	branchDisabledIcon: 				Embed(source="assets/Menu_branchDisabledIcon.png");
+	branchIcon: 						Embed(source="assets/Menu_branchIcon.png");
+	checkDisabledIcon: 					Embed(source="assets/Menu_checkDisabledIcon.png");
+	checkIcon: 							Embed(source="assets/Menu_checkIcon.png");
+	radioDisabledIcon: 					Embed(source="assets/Menu_radioDisabledIcon.png");
+	radioIcon: 							Embed(source="assets/Menu_radioIcon.png");
+	separatorSkin: 						Embed(source="assets/Menu_separatorSkin.png");
+}
+
+/*
+//------------------------------
+//  Halo MenuBar
+//------------------------------
+*/
+mx|MenuBar
+{
+	backgroundSkin: 					Embed(source="assets/MenuBar_backgroundSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="90",
+											  scaleGridBottom="17");
+	itemDownSkin: 						Embed(source="assets/MenuBar_itemDownSkin.png");
+	itemOverSkin: 						Embed(source="assets/MenuBar_itemOverSkin.png");
+	itemUpSkin: 						Embed(source="assets/MenuBar_itemUpSkin.png");
+	textRollOverColor:					#FFFFFF;
+	textSelectedColor:					#333333;
+}
+
+/*
+//------------------------------
+//  Halo NumericStepper
+//------------------------------
+*/
+mx|NumericStepper
+{
+	downArrowDisabledSkin: 				Embed(source="assets/NumericStepper_downArrowDisabledSkin.png");
+	downArrowDownSkin: 					Embed(source="assets/NumericStepper_downArrowDownSkin.png");
+	downArrowOverSkin: 					Embed(source="assets/NumericStepper_downArrowOverSkin.png");
+	downArrowUpSkin: 					Embed(source="assets/NumericStepper_downArrowUpSkin.png");
+	upArrowDisabledSkin: 				Embed(source="assets/NumericStepper_upArrowDisabledSkin.png");
+	upArrowDownSkin: 					Embed(source="assets/NumericStepper_upArrowDownSkin.png");
+	upArrowOverSkin: 					Embed(source="assets/NumericStepper_upArrowOverSkin.png");
+	upArrowUpSkin: 						Embed(source="assets/NumericStepper_upArrowUpSkin.png");
+	focus-rounded-corners: "tr br";
+	corner-radius: 4;
+	
+}
+
+/*
+//------------------------------
+//  Halo Panel
+//------------------------------
+*/
+mx|Panel
+{
+	borderSkin: ClassReference("cobalt.skins.PanelBorderSkin");
+	titleBackgroundSkin: 				Embed(source="assets/Panel_titleBackgroundSkin.png",
+											  scaleGridTop="7",
+											  scaleGridLeft="7",
+											  scaleGridRight="264",
+											  scaleGridBottom="18");
+	closeButtonDisabledSkin: 			Embed(source="assets/Panel_closeButtonDisabledSkin.png");
+	closeButtonDownSkin: 				Embed(source="assets/Panel_closeButtonDownSkin.png");
+	closeButtonOverSkin: 				Embed(source="assets/Panel_closeButtonOverSkin.png");
+	closeButtonUpSkin: 					Embed(source="assets/Panel_closeButtonUpSkin.png");
+	titleStyleName: 					"titleStyle";
+	backgroundColor: 					#FFFFFF;
+	controlBarStyleName: 				"controlBarStyle";
+	headerHeight: 						32;
+}
+
+/*
+//------------------------------
+//  Halo PopUpButton
+//------------------------------
+*/
+mx|PopUpButton
+{
+	disabledSkin: 						Embed(source="assets/PopUpButton_disabledSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	downSkin: 							Embed(source="assets/PopUpButton_downSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	overSkin: 							Embed(source="assets/PopUpButton_overSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	popUpDownSkin: 						Embed(source="assets/PopUpButton_popUpDownSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	popUpOverSkin: 						Embed(source="assets/PopUpButton_popUpOverSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	upSkin: 							Embed(source="assets/PopUpButton_upSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	focus-rounded-corners: "tl, tr, br, bl";
+	corner-radius: 4;
+}
+
+/*
+//------------------------------
+//  PopUpMenuButton
+//------------------------------
+*/
+
+mx|PopUpMenuButton
+{
+	disabledSkin: 						Embed(source="assets/PopUpButton_disabledSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	downSkin: 							Embed(source="assets/PopUpButton_downSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	overSkin: 							Embed(source="assets/PopUpButton_overSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	popUpDownSkin: 						Embed(source="assets/PopUpButton_popUpDownSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	popUpOverSkin: 						Embed(source="assets/PopUpButton_popUpOverSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	upSkin: 							Embed(source="assets/PopUpButton_upSkin.png",
+											  scaleGridRight="64",
+											  scaleGridLeft="5",
+											  scaleGridTop="5",
+											  scaleGridBottom="17");
+	focus-rounded-corners: "tl, tr, br, bl";
+	corner-radius: 4;
+}
+
+
+/*
+//------------------------------
+//  Halo ProgressBar
+//------------------------------
+*/
+mx|ProgressBar
+{
+	barSkin: 							Embed(source="assets/ProgressBar_barSkin.png");
+	indeterminateSkin: 					Embed(source="assets/ProgressBar_indeterminateSkin.png");
+	trackSkin: 							Embed(source="assets/ProgressBar_trackSkin.png",
+											  scaleGridTop="1",
+											  scaleGridLeft="4",
+											  scaleGridRight="146",
+											  scaleGridBottom="3");
+}
+
+/*
+//------------------------------
+//  Halo RadioButton
+//------------------------------
+*/
+mx|RadioButton
+{
+	disabledIcon: 						Embed(source="assets/RadioButton_disabledIcon.png");
+	downIcon: 							Embed(source="assets/RadioButton_downIcon.png");
+	overIcon: 							Embed(source="assets/RadioButton_overIcon.png");
+	selectedDisabledIcon: 				Embed(source="assets/RadioButton_selectedDisabledIcon.png");
+	selectedDownIcon: 					Embed(source="assets/RadioButton_selectedDownIcon.png");
+	selectedOverIcon: 					Embed(source="assets/RadioButton_selectedOverIcon.png");
+	selectedUpIcon: 					Embed(source="assets/RadioButton_selectedUpIcon.png");
+	upIcon: 							Embed(source="assets/RadioButton_upIcon.png");
+	
+	color: 								#333333;
+	textRollOverColor: 					#333333;
+	textSelectedColor: 					#333333;
+}
+
+/*
+//------------------------------
+//  SWFLoader
+//------------------------------
+*/
+
+mx|SWFLoader
+{
+	brokenImageSkin: 					Embed(source="assets/SWFLoader_brokenImageSkin.png");
+}
+
+
+/*
+//------------------------------
+//  Halo ScrollBar
+//------------------------------
+*/
+mx|VScrollBar
+{
+
+	downArrowDisabledSkin: 				Embed(source="assets/VScrollBar_downArrowDisabledSkin.png");
+	downArrowDownSkin: 					Embed(source="assets/VScrollBar_downArrowDownSkin.png");
+	downArrowOverSkin: 					Embed(source="assets/VScrollBar_downArrowOverSkin.png");
+	downArrowUpSkin: 					Embed(source="assets/VScrollBar_downArrowUpSkin.png");
+	thumbIcon: 							Embed(source="assets/VScrollBar_thumbIcon.png");
+	thumbDownSkin: 						Embed(source="assets/VScrollBar_thumbDownSkin.png",
+											  scaleGridTop="10",
+											  scaleGridLeft="7",
+											  scaleGridRight="8",
+											  scaleGridBottom="42");
+	thumbOverSkin: 						Embed(source="assets/VScrollBar_thumbOverSkin.png",
+											  scaleGridTop="10",
+											  scaleGridLeft="7",
+											  scaleGridRight="8",
+											  scaleGridBottom="42");
+	thumbUpSkin: 						Embed(source="assets/VScrollBar_thumbUpSkin.png",
+											  scaleGridTop="25",
+											  scaleGridLeft="7",
+											  scaleGridRight="8",
+											  scaleGridBottom="42");
+	trackDisabledSkin: 					Embed(source="assets/VScrollBar_trackDisabledSkin.png");
+	trackSkin: 							Embed(source="assets/VScrollBar_trackSkin.png");
+	upArrowDisabledSkin: 				Embed(source="assets/VScrollBar_upArrowDisabledSkin.png");
+	upArrowDownSkin: 					Embed(source="assets/VScrollBar_upArrowDownSkin.png");
+	upArrowOverSkin: 					Embed(source="assets/VScrollBar_upArrowOverSkin.png");
+	upArrowUpSkin: 						Embed(source="assets/VScrollBar_upArrowUpSkin.png");
+}
+
+
+
+/*
+//------------------------------
+//  Halo Slider
+//------------------------------
+*/
+
+
+
+mx|VSlider
+{
+	thumbDisabledSkin: 					Embed(source="assets/Slider_thumbDisabledSkin.png");
+	thumbDownSkin: 						Embed(source="assets/Slider_thumbDownSkin.png");
+	thumbOverSkin: 						Embed(source="assets/Slider_thumbOverSkin.png");
+	thumbUpSkin: 						Embed(source="assets/Slider_thumbUpSkin.png");
+	trackHighlightSkin: 				Embed(source="assets/Slider_trackHighlightSkin.png");
+	trackSkin: 							Embed(source="assets/Slider_trackSkin.png");
+}
+
+/*
+//------------------------------
+//  Halo Tab
+//------------------------------
+*/
+mx|TabBar
+{
+	tabStyleName: 						"tabBarTab";
+	firstTabStyleName: 					"tabBarTab";
+	lastTabStyleName: 					"tabBarTab";
+	buttonStyleName: 					"tabBarTab";
+	color: #FFFFFF;
+	selectedTabTextStyleName: 			"selectedTabTextStyle";
+}
+
+.tabBarTab
+{
+	disabledSkin: 						Embed(source="assets/TabBar-tab_disabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="46",
+											  scaleGridBottom="17");
+	downSkin: 							Embed(source="assets/TabBar-tab_downSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="46",
+											  scaleGridBottom="17");
+	overSkin: 							Embed(source="assets/TabBar-tab_overSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="46",
+											  scaleGridBottom="17");
+	selectedDisabledSkin: 				Embed(source="assets/TabBar-tab_selectedDisabledSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="46",
+											  scaleGridBottom="17");
+	selectedOverSkin: 					Embed(source="assets/TabBar-tab_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="46",
+											  scaleGridBottom="17");
+	selectedUpSkin: 					Embed(source="assets/TabBar-tab_selectedUpSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="46",
+											  scaleGridBottom="17");
+	upSkin: 							Embed(source="assets/TabBar-tab_upSkin.png",
+											  scaleGridTop="5",
+											  scaleGridLeft="5",
+											  scaleGridRight="46",
+											  scaleGridBottom="17");
+}
+
+.selectedTabTextStyle
+{
+	color: 								#333333;
+	textRollOverColor:					#333333;	
+}
+/*
+//------------------------------
+//
+// **Halo TabNavigator
+//
+//------------------------------
+*/
+mx|TabNavigator
+{
+	padding-top: 0;
+	border-color: #999999;
+}
+
+.myTabNavigatorText
+{
+	font-weight: normal;	
+	font-size: 11;
+}
+
+/*
+//------------------------------
+//  Halo TextArea
+//------------------------------
+*/
+
+mx|TextArea
+{
+	color: #333333;
+}
+ 
+/*
+//------------------------------
+//  Halo TextInput
+//------------------------------
+*/
+
+mx|TextInput
+{
+	color: #333333;
+}
+
+
+/*
+//------------------------------
+//  Halo TileList
+//------------------------------
+*/
+
+mx|TileList
+{
+	content-background-color: #FFFFFF;	
+	border-style: inset;
+	border-color: #000000;
+
+}
+
+
+/*
+//------------------------------
+//  Halo TitleWindow
+//------------------------------
+*/
+
+mx|TitleWindow
+{
+	titleBackgroundSkin: 				Embed(source="assets/Panel_titleBackgroundSkin.png",
+											  scaleGridTop="7",
+											  scaleGridLeft="7",
+											  scaleGridRight="264",
+											  scaleGridBottom="18");
+	closeButtonDisabledSkin: 			Embed(source="assets/Panel_closeButtonDisabledSkin.png");
+	closeButtonDownSkin: 				Embed(source="assets/Panel_closeButtonDownSkin.png");
+	closeButtonOverSkin: 				Embed(source="assets/Panel_closeButtonOverSkin.png");
+	closeButtonUpSkin: 					Embed(source="assets/Panel_closeButtonUpSkin.png");
+	titleStyleName: 					"titleStyle";
+	backgroundColor: 					#6F797F;
+	controlBarStyleName: 				"controlBarStyle";
+	headerHeight: 						32;
+}
+.titleStyle
+{
+	color: 								#FFFFFF;
+	font-weight:						bold;
+}
+
+.controlBarStyle
+{
+	background-image: 					Embed(source="assets/Panel_controlBarBackgroundSkin.png",
+											  scaleGridTop="7",
+											  scaleGridLeft="7",
+											  scaleGridRight="264",
+											  scaleGridBottom="15");
+	background-size: 					"100%";
+	border-style: 						none;
+	color:								#FFFFFF;
+}
+
+/*
+//------------------------------
+//
+// **Halo ToggleButtonBar
+//
+//------------------------------
+*/
+
+mx|ToggleButtonBar 
+{ 
+	buttonStyleName: "buttonBarButton";
+	firstButtonStyleName: "buttonBarFirstButton";
+	lastButtonStyleName: "buttonBarLastButton";
+}
+
+
+/*
+//------------------------------
+//  Halo ToolTip
+//------------------------------
+*/
+mx|ToolTip
+{
+	borderSkin: 						Embed(source="assets/ToolTip_borderSkin.png",
+											  scaleGridTop="6",
+											  scaleGridLeft="6",
+											  scaleGridRight="74",
+											  scaleGridBottom="17");
+	color:								#ffffff;
+}
+
+/*
+//------------------------------
+//  Halo Tree
+//------------------------------
+*/
+mx|Tree
+{
+	defaultLeafIcon: 					Embed(source="assets/Tree_defaultLeafIcon.png");
+	disclosureClosedIcon: 				Embed(source="assets/Tree_disclosureClosedIcon.png");
+	disclosureOpenIcon: 				Embed(source="assets/Tree_disclosureOpenIcon.png");
+	folderClosedIcon: 					Embed(source="assets/Tree_folderClosedIcon.png");
+	folderOpenIcon: 					Embed(source="assets/Tree_folderOpenIcon.png");
+}
+
+
+/*
+//------------------------------
+//
+// **Halo VScrollBar
+//
+//------------------------------
+*/
+mx|VScrollBar
+{
+	downArrowDisabledSkin: 				Embed(source="assets/VScrollBar_downArrowDisabledSkin.png");
+	downArrowDownSkin: 					Embed(source="assets/VScrollBar_downArrowDownSkin.png");
+	downArrowOverSkin: 					Embed(source="assets/VScrollBar_downArrowOverSkin.png");
+	downArrowUpSkin: 					Embed(source="assets/VScrollBar_downArrowUpSkin.png");
+	thumbIcon: 							Embed(source="assets/VScrollBar_thumbIcon.png");
+	thumbDownSkin: 						Embed(source="assets/VScrollBar_thumbDownSkin.png",
+											  scaleGridTop="10",
+											  scaleGridLeft="7",
+											  scaleGridRight="8",
+											  scaleGridBottom="42");
+	thumbOverSkin: 						Embed(source="assets/VScrollBar_thumbOverSkin.png",
+											  scaleGridTop="10",
+											  scaleGridLeft="7",
+											  scaleGridRight="8",
+											  scaleGridBottom="42");
+	thumbUpSkin: 						Embed(source="assets/VScrollBar_thumbUpSkin.png",
+											  scaleGridTop="25",
+											  scaleGridLeft="7",
+											  scaleGridRight="8",
+											  scaleGridBottom="42");
+	trackDisabledSkin: 					Embed(source="assets/VScrollBar_trackDisabledSkin.png");
+	trackSkin: 							Embed(source="assets/VScrollBar_trackSkin.png");
+	upArrowDisabledSkin: 				Embed(source="assets/VScrollBar_upArrowDisabledSkin.png");
+	upArrowDownSkin: 					Embed(source="assets/VScrollBar_upArrowDownSkin.png");
+	upArrowOverSkin: 					Embed(source="assets/VScrollBar_upArrowOverSkin.png");
+	upArrowUpSkin: 						Embed(source="assets/VScrollBar_upArrowUpSkin.png");
+}
+
+/*
+//------------------------------
+//  **Halo VSlider
+//------------------------------
+*/
+
+mx|VSlider
+{
+	thumbDisabledSkin: 					Embed(source="assets/Slider_thumbDisabledSkin.png");
+	thumbDownSkin: 						Embed(source="assets/Slider_thumbDownSkin.png");
+	thumbOverSkin: 						Embed(source="assets/Slider_thumbOverSkin.png");
+	thumbUpSkin: 						Embed(source="assets/Slider_thumbUpSkin.png");
+	trackHighlightSkin: 				Embed(source="assets/Slider_trackHighlightSkin.png");
+	trackSkin: 							Embed(source="assets/Slider_trackSkin.png");
+}
+
+
+
+/*
+//==========================================================================================================================
+//
+// 							************************ Spark Skins ************************
+//
+//==========================================================================================================================
+*/
+
+/*
+//------------------------------
+//
+// ** Spark Application
+//
+//------------------------------
+*/
+s|Application
+{
+skinClass: ClassReference("cobalt.skins.ApplicationSkin");
+}
+
+
+/*
+//------------------------------
+//
+// **Spark Button
+//
+//------------------------------
+*/
+
+s|Button
+{
+	skinClass: ClassReference("cobalt.skins.ButtonSkin");
+	color: #FFFFFF;
+} 
+
+s|Button.emphasized
+{
+	skinClass: ClassReference("cobalt.skins.DefaultButtonSkin");
+}
+
+/* 
+//------------------------------ 
+//  **Spark ButtonBar 
+//------------------------------ 
+*/ 
+
+s|ButtonBar
+{ 
+	skinClass: ClassReference("cobalt.skins.ButtonBarSkin");
+	color: #FFFFFF;
+}
+
+/*
+//------------------------------
+//
+// **Spark CheckBox
+//
+//------------------------------
+*/
+s|CheckBox
+{
+	skinClass: ClassReference("cobalt.skins.CheckBoxSkin");
+	color: #333333;
+}
+
+/*
+//------------------------------
+//
+// **Spark ComboBox
+//
+//------------------------------
+*/
+s|ComboBox
+{
+	skinClass: ClassReference("cobalt.skins.ComboBoxSkin");
+	dropdown-style-name: "comboBoxDropDown";
+}
+
+.comboBoxDropDownStyle
+{
+	drop-shadow-visible: true;
+}
+
+
+/*
+//------------------------------
+//
+//  **Spark DropDown
+//
+//------------------------------
+*/
+s|DropDownList
+{
+	skinClass: ClassReference("cobalt.skins.DropDownListSkin");
+	
+}
+
+/*
+//------------------------------
+//
+// **Spark HScrollBar
+//
+//------------------------------
+*/
+
+s|HScrollBar
+{
+	skinClass: ClassReference('cobalt.skins.HScrollBarSkin');							
+}
+
+/*
+//------------------------------
+//
+// **Spark HSlider
+//
+//------------------------------
+*/
+s|HSlider
+{
+	skinClass: ClassReference('cobalt.skins.HSliderSkin');
+} 
+
+
+/*
+//------------------------------
+//
+// **Spark List
+//
+//------------------------------
+*/
+s|List
+{
+	skinClass:	ClassReference('cobalt.skins.ListSkin');	
+	color: #333333;
+	roll-over-color: #cccccc;
+	selected-fill-colors: #4B6F9E;
+	content-background-color: #ffffff;
+}
+
+/*
+//------------------------------
+//
+//  Spark NumericStepper
+//
+//------------------------------
+*/
+s|NumericStepper
+{
+	skinClass:	ClassReference('cobalt.skins.NumericStepperSkin');					
+}
+
+/*
+//------------------------------
+//
+//  ** Spark Panel
+//
+//------------------------------
+*/
+s|Panel
+{
+	skinClass:	ClassReference('cobalt.skins.PanelSkin');
+	borderThicknessTop: 				0;
+	borderThicknessBottom: 				0;
+	borderThicknessLeft: 				0;
+	borderThicknessRight: 				0;
+	titleStyleName: 					"titleStyle";
+	controlBarStyleName: 				"controlBarStyle";
+	font-size: 10pt;
+}
+
+.titleStyle {
+	color: #FFFFFF;
+	font-size: 10pt;
+}
+
+s|TitleWindow {
+	skinClass:	ClassReference('cobalt.skins.TitleWindowSkin');
+	borderThicknessTop: 				0;
+	borderThicknessBottom: 				0;
+	borderThicknessLeft: 				0;
+	borderThicknessRight: 				0;
+	titleStyleName: 					"titleStyle";
+	controlBarStyleName: 				"controlBarStyle";
+	font-size: 10pt;
+}
+
+/*
+//------------------------------
+//
+// **Spark RadioButton
+//
+//------------------------------
+*/
+s|RadioButton
+{
+	skinClass: ClassReference("cobalt.skins.RadioButtonSkin");
+	color: #333333;
+}
+
+/*
+//------------------------------
+//
+//  Spark Spinner
+//
+//------------------------------
+*/
+s|Spinner
+{
+	skinClass: ClassReference('cobalt.skins.SpinnerSkin');							
+}
+
+/*
+//------------------------------
+//
+//  Spark TabBar
+//
+//------------------------------
+*/
+
+s|TabBar
+{
+	skinClass: ClassReference('cobalt.skins.TabBarSkin');			
+}
+
+/*
+//------------------------------
+//
+//  Spark TextArea
+//
+//------------------------------
+*/
+s|TextArea
+{		
+		color: #333333;
+		skinClass: ClassReference('cobalt.skins.TextAreaSkin');
+		corner-radius:0;
+}
+
+/*
+//------------------------------
+//
+//  Spark TextInput
+//
+//------------------------------
+*/
+s|TextInput
+{
+		skinClass: ClassReference('cobalt.skins.TextInputSkin');	
+		color: #333333;
+		corner-radius: 0;
+}
+
+/*
+//------------------------------
+//
+//  Spark ToggleButton
+//
+//------------------------------
+*/
+s|ToggleButton
+{
+	skinClass: ClassReference('cobalt.skins.ToggleButtonSkin');							
+	color: #FFFFFF;
+}
+
+/*
+//------------------------------
+//
+//  Spark VideoPlayer
+//
+//------------------------------
+*/
+s|VideoPlayer
+{
+	skinClass: ClassReference('cobalt.skins.VideoPlayerSkin');
+	symbol-color: #D1E5F2;
+}
+
+/*
+//------------------------------
+//  Spark VScrollBar
+//------------------------------
+*/
+s|VScrollBar
+{
+	skinClass: ClassReference('cobalt.skins.VScrollBarSkin');							
+}  
+
+/*
+//------------------------------
+//
+// **Spark VSlider
+//
+//------------------------------
+*/
+s|VSlider
+{
+	skinClass: ClassReference('cobalt.skins.VSliderSkin');
+} 
+

Propchange: incubator/flex/trunk/samples/themes/cobalt/src/defaults.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/samples/themes/cobalt/src/defaults.css
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/samples/themes/cobalt/src/metadata.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/samples/themes/cobalt/src/metadata.xml?rev=1350373&view=auto
==============================================================================
--- incubator/flex/trunk/samples/themes/cobalt/src/metadata.xml (added)
+++ incubator/flex/trunk/samples/themes/cobalt/src/metadata.xml Thu Jun 14 18:53:27 2012
@@ -0,0 +1,25 @@
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+<theme>
+<name>Cobalt</name>
+<mainFile>cobalt.swc</mainFile>
+<category>Flex 4 Samples</category>
+<baseTheme></baseTheme>
+<sourceLocation>src</sourceLocation>
+</theme>
\ No newline at end of file

Propchange: incubator/flex/trunk/samples/themes/cobalt/src/metadata.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/samples/themes/cobalt/src/metadata.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/samples/themes/cobalt/src/preview.jpg
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/samples/themes/cobalt/src/preview.jpg?rev=1350373&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/samples/themes/cobalt/src/preview.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: incubator/flex/trunk/samples/themes/graphite/build.xml
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/samples/themes/graphite/build.xml?rev=1350373&view=auto
==============================================================================
--- incubator/flex/trunk/samples/themes/graphite/build.xml (added)
+++ incubator/flex/trunk/samples/themes/graphite/build.xml Thu Jun 14 18:53:27 2012
@@ -0,0 +1,87 @@
+<?xml version="1.0"?>
+<!--
+
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+
+-->
+
+
+<project name="graphite" default="main" basedir=".">
+
+	<property name="FLEX_HOME" location="${basedir}/../../.."/>
+	
+	<property name="THEME_NAME" value="graphite" />
+
+	<property file="${FLEX_HOME}/build.properties"/>
+
+    <!-- If you change this, update <target-player/> in the <compc/> tasks. -->
+    <property name="local.playerglobal.version" value="11.1"/>
+
+	<target name="main" depends="clean,compile" description="Clean build of ${THEME_NAME}.swc"/>
+
+	<target name="clean">
+		<delete failonerror="false">
+			<fileset dir="${basedir}">
+				<include name="${THEME_NAME}.swc"/>
+				<include name="${THEME_NAME}.swc.incr"/>
+			</fileset>
+		</delete>
+	</target>
+
+	<target name="compile" description="Compiles ${THEME_NAME}.swc">
+		<echo message="Compiling samples/themes/${THEME_NAME}/${THEME_NAME}.swc"/>
+		<!-- Load the <compc> task. We can't do this at the <project> level -->
+		<!-- because targets that run before flexTasks.jar gets built would fail. Classpath is set up to work in dev and released environments -->
+		<taskdef resource="flexTasks.tasks">
+			<classpath>
+				<pathelement path="${FLEX_HOME}/ant/lib/flexTasks.jar"/>
+				<pathelement path="${FLEX_HOME}/lib/flexTasks.jar"/>
+			</classpath>
+		</taskdef>
+		<!--
+			This project builds a theme SWC containing skin classes.
+			It has no MXML tags and therefore no manifest.
+			Link in all classes.
+			Compile against all of the SDK libs externally.
+			Link in accessibility support.
+			Include various CSS and asset files in the SWC.
+			Don't put any resources into the SWC. (The classes don't require any.)
+		-->		
+		<compc fork="true"
+			   output="${basedir}/${THEME_NAME}.swc">
+            <!-- If you change this, update ${local.playerglobal.version} above. -->
+            <target-player>10</target-player>
+			<jvmarg line="${compc.jvm.args}"/>
+			<include-classes>GraphiteClasses</include-classes>
+			<source-path path-element="${basedir}/src"/>
+			<library-path/>
+            <external-library-path dir="${FLEX_HOME}/frameworks/libs">
+                <include name="player/${local.playerglobal.version}/playerglobal.swc"/>
+				<include name="framework.swc"/>
+				<include name="spark.swc"/>
+                <include name="textLayout.swc"/>
+                <include name="osmf.swc"/>
+			</external-library-path>
+			<include-file name="defaults.css" path="${basedir}/src/defaults.css"/>
+			<include-file name="assets/flex_skins.swf" path="${basedir}/src/assets/flex_skins.swf"/>
+			<include-file name="preview.jpg" path="${basedir}/src/preview.jpg"/>
+			<include-file name="metadata.xml" path="${basedir}/src/metadata.xml"/>
+			<locale/>
+			<accessible>true</accessible>
+		</compc>
+	</target>
+	
+</project>

Propchange: incubator/flex/trunk/samples/themes/graphite/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/samples/themes/graphite/build.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/samples/themes/graphite/src/GraphiteClasses.as
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/samples/themes/graphite/src/GraphiteClasses.as?rev=1350373&view=auto
==============================================================================
--- incubator/flex/trunk/samples/themes/graphite/src/GraphiteClasses.as (added)
+++ incubator/flex/trunk/samples/themes/graphite/src/GraphiteClasses.as Thu Jun 14 18:53:27 2012
@@ -0,0 +1,92 @@
+////////////////////////////////////////////////////////////////////////////////
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      http://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//  See the License for the specific language governing permissions and
+//  limitations under the License.
+//
+////////////////////////////////////////////////////////////////////////////////
+
+package
+{
+
+/**
+ *  @private
+ *  In some projects, this class is used to link additional classes
+ *  into the SWC beyond those that are found by dependency analysis
+ *  starting from the classes specified in manifest.xml.
+ *  This project has no manifest file (because there are no MXML tags
+ *  corresponding to any classes in it) so all the classes linked into
+ *  the SWC are found by a dependency analysis starting from the classes
+ *  listed here.
+ */
+internal class GraphiteClasses
+{
+
+import graphite.skins.ApplicationSkin; ApplicationSkin;
+import graphite.skins.BorderSkin; BorderSkin;
+import graphite.skins.ButtonBarFirstButtonSkin; ButtonBarFirstButtonSkin;
+import graphite.skins.ButtonBarLastButtonSkin; ButtonBarLastButtonSkin;
+import graphite.skins.ButtonBarMiddleButtonSkin; ButtonBarMiddleButtonSkin;
+import graphite.skins.ButtonBarSkin; ButtonBarSkin;
+import graphite.skins.ButtonSkin; ButtonSkin;
+import graphite.skins.CheckBoxSkin; CheckBoxSkin;
+import graphite.skins.ComboBoxButtonSkin; ComboBoxButtonSkin;
+import graphite.skins.ComboBoxSkin; ComboBoxSkin;
+import graphite.skins.ComboBoxTextInputSkin; ComboBoxTextInputSkin;
+import graphite.skins.DefaultButtonSkin; DefaultButtonSkin;
+import graphite.skins.DefaultComplexItemRenderer; DefaultComplexItemRenderer;
+import graphite.skins.DefaultItemRenderer; DefaultItemRenderer;
+import graphite.skins.DropDownListButtonSkin; DropDownListButtonSkin;
+import graphite.skins.DropDownListSkin; DropDownListSkin;
+import graphite.skins.ErrorSkin; ErrorSkin;
+import graphite.skins.FocusSkin; FocusSkin;
+import graphite.skins.HScrollBarSkin; HScrollBarSkin;
+import graphite.skins.HScrollBarThumbSkin; HScrollBarThumbSkin;
+import graphite.skins.HScrollBarTrackSkin; HScrollBarTrackSkin;
+import graphite.skins.HSliderSkin; HSliderSkin;
+import graphite.skins.HSliderThumbSkin; HSliderThumbSkin;
+import graphite.skins.HSliderTrackSkin; HSliderTrackSkin;
+import graphite.skins.HighlightBitmapCaptureSkin; HighlightBitmapCaptureSkin;
+import graphite.skins.ListSkin; ListSkin;
+import graphite.skins.NumericStepperSkin; NumericStepperSkin;
+import graphite.skins.NumericStepperTextInputSkin; NumericStepperTextInputSkin;
+import graphite.skins.PanelSkin; PanelSkin;
+import graphite.skins.RadioButtonSkin; RadioButtonSkin;
+import graphite.skins.ScrollBarDownButtonSkin; ScrollBarDownButtonSkin;
+import graphite.skins.ScrollBarLeftButtonSkin; ScrollBarLeftButtonSkin;
+import graphite.skins.ScrollBarRightButtonSkin; ScrollBarRightButtonSkin;
+import graphite.skins.ScrollBarUpButtonSkin; ScrollBarUpButtonSkin;
+import graphite.skins.ScrollerSkin; ScrollerSkin;
+import graphite.skins.SkinnableContainerSkin; SkinnableContainerSkin;
+import graphite.skins.SkinnableDataContainerSkin; SkinnableDataContainerSkin;
+import graphite.skins.SpinnerDecrementButtonSkin; SpinnerDecrementButtonSkin;
+import graphite.skins.SpinnerIncrementButtonSkin; SpinnerIncrementButtonSkin;
+import graphite.skins.SpinnerSkin; SpinnerSkin;
+import graphite.skins.TabBarButtonSkin; TabBarButtonSkin;
+import graphite.skins.TabBarSkin; TabBarSkin;
+import graphite.skins.TextAreaSkin; TextAreaSkin;
+import graphite.skins.TextInputSkin; TextInputSkin;
+import graphite.skins.TitleWindowCloseButtonSkin; TitleWindowCloseButtonSkin;
+import graphite.skins.TitleWindowSkin; TitleWindowSkin;
+import graphite.skins.ToggleButtonSkin; ToggleButtonSkin;
+import graphite.skins.VScrollBarSkin; VScrollBarSkin;
+import graphite.skins.VScrollBarThumbSkin; VScrollBarThumbSkin;
+import graphite.skins.VScrollBarTrackSkin; VScrollBarTrackSkin;
+import graphite.skins.VSliderSkin; VSliderSkin;
+import graphite.skins.VSliderThumbSkin; VSliderThumbSkin;
+import graphite.skins.VSliderTrackSkin; VSliderTrackSkin;
+import graphite.skins.VideoPlayerSkin; VideoPlayerSkin;
+
+}
+}
\ No newline at end of file

Propchange: incubator/flex/trunk/samples/themes/graphite/src/GraphiteClasses.as
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/flex/trunk/samples/themes/graphite/src/GraphiteClasses.as
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/flex/trunk/samples/themes/graphite/src/assets/GraphiteTheme.fla
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/samples/themes/graphite/src/assets/GraphiteTheme.fla?rev=1350373&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/samples/themes/graphite/src/assets/GraphiteTheme.fla
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flex/trunk/samples/themes/graphite/src/assets/flex_skins.swf
URL: http://svn.apache.org/viewvc/incubator/flex/trunk/samples/themes/graphite/src/assets/flex_skins.swf?rev=1350373&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/flex/trunk/samples/themes/graphite/src/assets/flex_skins.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream