/* CSS file */
/*
//------------------------------
//  Accordion
//------------------------------
*/
Accordion
{
	borderStyle:solid;
	borderColor:#000000;
	borderThickness:1;
	backgroundColor:#3e3e3e;
	fontWeight:normal;
	fontSize:11;
	/*backgroundImage: Embed(source="darkroom.swf", symbol="lightGrey_Bg");
	backgroundSize:"100%";*/
	color: #aaaaaa;
	textRollOverColor: #ffffff;
	textSelectedColor:#ffffff;
	disabledColor:#111111;
}

/*
//------------------------------
//  AccordionHeader
//------------------------------
*/
AccordionHeader
{

	disabledSkin: Embed(source="darkroom.swf", symbol="AccordionHeader_disabledSkin");
	downSkin: Embed(source="darkroom.swf", symbol="AccordionHeader_downSkin");
	overSkin: Embed(source="darkroom.swf", symbol="AccordionHeader_overSkin");
	selectedDisabledSkin: Embed(source="darkroom.swf", symbol="AccordionHeader_disabledSkin");
	selectedDownSkin: Embed(source="darkroom.swf", symbol="AccordionHeader_downSkin");
	selectedOverSkin: Embed(source="darkroom.swf", symbol="AccordionHeader_overSkin");
	selectedUpSkin: Embed(source="darkroom.swf", symbol="AccordionHeader_selectedSkin");
	upSkin: Embed(source="darkroom.swf", symbol="AccordionHeader_upSkin");
	color: #aaaaaa;
	textRollOverColor: #ffffff;
	textSelectedColor:#444444;
	disabledColor:#111111;
	selectedColor:#ffffff;
}
/*
global
{

	themeColor: #666666;
	fontFamily: "Myriad Pro";
	fontWeight: normal;
	fontSize:11;
	color:#ffffff;
	textRollOverColor:#666666;
	textSelectedColor:#1e1e1e;
	disabledColor:#1e1e1e;
}
*/
/*
//------------------------------
//  Application
//------------------------------
*/

/*
//------------------------------
//  TextArea
//------------------------------
*/
TextArea
{
	color: #000000;
	fontFamily:"Myriad Pro";
}		

/*
//------------------------------
//  ToolTip
//------------------------------
*/
ToolTip
{

	borderSkin: Embed(source="darkroom.swf", symbol="ToolTip_borderSkin");
	color:#333333;
}

/*
//------------------------------
//  Tree
//------------------------------
*/
/*
//------------------------------
//  Tab Navigator
//------------------------------
*/
TabNavigator
{
	borderStyle:solid;
	borderColor:#000000;
	borderThickness:1;
	backgroundColor:#3e3e3e;
	fontWeight:normal;
	fontSize:11;
	borderSkin: Embed(source="darkroom.swf", symbol="tabNav_bg");
	color: #aaaaaa;
	textRollOverColor: #ffffff;
	textSelectedColor:#444444;
	disabledColor:#111111;
}


/*
//------------------------------
//  TitleWindow
//------------------------------
*/
TitleWindow
{
	closeButtonDisabledSkin: Embed(source="darkroom.swf",symbol="Panel_closeButtonDisabledSkin");
	closeButtonDownSkin: Embed(source="darkroom.swf",symbol="Panel_closeButtonDownSkin");
	closeButtonOverSkin: Embed(source="darkroom.swf",symbol="Panel_closeButtonOverSkin");
	closeButtonUpSkin: Embed(source="darkroom.swf",symbol="Panel_closeButtonUpSkin");
	titleStyleName: "windowTitle";
	cornerRadius:0;
	borderStyle: none;
	borderThickness:0;
	headerHeight:36;
	controlBarStyleName: "windowControlBar";
	borderThicknessRight:0;
	borderThicknessLeft:0;
	borderThicknessBottom:0;
}

.windowTitle {
	textAlign: left;
	fontSize: 10;
	verticalAlign:middle;
	color: #ffffff;
	/*fontWeight: bold;*/
}

.windowControlBar {
	backgroundImage: Embed(source="darkroom.swf",symbol="Panel_controlBarBackgroundSkin");
	backgroundSize:"100%";
}
RichTextEditor
{
	borderSkin: Embed(source="darkroom.swf", symbol="darkGrey_Bg");
	textAreaStyleName: "textArea";
}

.textArea
{
	fontFamily:"";
}
/*
//------------------------------
//  View Stack
//------------------------------
*/
ViewStack
{
	/*borderStyle:solid;
	borderColor:#000000;
	borderThickness:1;
	backgroundColor:#3e3e3e;
	fontWeight:normal;
	fontSize:11;
	borderSkin: Embed(source="darkroom.swf",symbol="lightGrey_Bg");*/
}

/*
//------------------------------
//  Sliders
//------------------------------
*/

HSlider, VSlider
{
	thumbDisabledSkin: Embed(source="darkroom.swf", symbol="SliderThumb_disabledSkin");
	thumbDownSkin: Embed(source="darkroom.swf", symbol="SliderThumb_downSkin");
	thumbOverSkin: Embed(source="darkroom.swf", symbol="SliderThumb_overSkin");
	thumbUpSkin: Embed(source="darkroom.swf", symbol="SliderThumb_upSkin");
	trackHighlightSkin: Embed(source="darkroom.swf", symbol="SliderHighlight_Skin");
	trackSkin: Embed(source="darkroom.swf", symbol="SliderTrack_Skin");
	tickColor:#262626;
	tickWidth:3;
	tickOffset:-1;
	tickInterval:1;
	tickThickness:1;
}

/*
//------------------------------
//  Tab
//------------------------------
*/
TabBar
{
	firstButtonStyleName: "tabStyle";
	firstTabStyleName: "tabStyle";
	tabStyleName: "tabStyle";
	buttonStyleName: "tabStyle";
	lastButtonStyleName: "tabStyle";
	lastTabStyleName: "tabStyle";
	selectedTabTextStyleName: "selectedTabText";
	color: #aaaaaa;
	textRollOverColor: #ffffff;
	textSelectedColor:#444444;
	disabledColor:#111111;
}

/*
//------------------------------
//  PopUpMenuButton
//------------------------------
*/
PopUpMenuButton
{

	disabledSkin: Embed(source="darkroom.swf", symbol="PopUpButton_disabledSkin");
	downSkin: Embed(source="darkroom.swf", symbol="PopUpButton_downLeftSkin");
	overSkin: Embed(source="darkroom.swf", symbol="PopUpButton_overLeftSkin");	
	popUpDownSkin: Embed(source="darkroom.swf", symbol="PopUpButton_downRightSkin");
	popUpOverSkin: Embed(source="darkroom.swf", symbol="PopUpButton_overRightSkin");
	upSkin: Embed(source="darkroom.swf", symbol="PopUpButton_upSkin");
	color: #cccccc;
	textRollOverColor: #ffffff;
	textSelectedColor:#ffffff;
	textDisabledColor: #1e1e1e;
	fontSize:11;
	fontWeight:normal;
	fontFamily: "Myriad Pro";
	arrowButtonWidth:12;
	paddingRight:0;
	paddingLeft:0;
	
}


/*
//------------------------------
//  ProgressBar
//------------------------------
*/
ProgressBar
{

	barSkin: Embed(source="darkroom.swf", symbol="ProgressBarSkin");
	indeterminateSkin: Embed(source="darkroom.swf", symbol="ProgressIndeterminateSkin");
	trackSkin: Embed(source="darkroom.swf", symbol="ProgressTrackSkin");

}

/*
//------------------------------
//  RadioButton
//------------------------------
*/
RadioButton
{

	disabledIcon: Embed(source="darkroom.swf", symbol="RadioButton_disabledIcon");
	downIcon: Embed(source="darkroom.swf", symbol="RadioButton_downIcon");
	overIcon: Embed(source="darkroom.swf", symbol="RadioButton_overIcon");
	selectedDisabledIcon: Embed(source="darkroom.swf", symbol="RadioButtonSelected_disabledIcon");
	selectedDownIcon: Embed(source="darkroom.swf", symbol="RadioButtonSelected_downIcon");
	selectedOverIcon: Embed(source="darkroom.swf", symbol="RadioButtonSelected_overIcon");
	selectedUpIcon: Embed(source="darkroom.swf", symbol="RadioButtonSelected_upIcon");
	upIcon: Embed(source="darkroom.swf", symbol="RadioButton_upIcon");
	color: #cccccc;
	textRollOverColor: #ffffff;
	textSelectedColor:#ffffff;
	disabledColor: #1e1e1e;
	dropDownStyleName: "dropDown";
	fontSize:11;
	fontWeight:normal;
	fontFamily: "Myriad Pro";
	horizontalGap:0;
}
	
	
	/*
//------------------------------
//  PopUpButton
//------------------------------
*/
PopUpButton
{

	disabledSkin: Embed(source="darkroom.swf", symbol="PopUpButton_disabledSkin");
	downSkin: Embed(source="darkroom.swf", symbol="PopUpButton_downLeftSkin");
	overSkin: Embed(source="darkroom.swf", symbol="PopUpButton_overLeftSkin");	
	popUpDownSkin: Embed(source="darkroom.swf", symbol="PopUpButton_downRightSkin");
	popUpOverSkin: Embed(source="darkroom.swf", symbol="PopUpButton_overRightSkin");
	upSkin: Embed(source="darkroom.swf", symbol="PopUpButton_upSkin");
	color: #cccccc;
	textRollOverColor: #ffffff;
	textSelectedColor:#ffffff;
	textDisabledColor: #1e1e1e;
	dropDownStyleName: "dropDown";
	fontSize:11;
	fontWeight:normal;
	fontFamily: "Myriad Pro";
	arrowButtonWidth:12;
	paddingRight:0;
	paddingLeft:0;
}

/*
//------------------------------
//  Panel
//------------------------------
*/
Panel
{

	closeButtonDisabledSkin: Embed(source="darkroom.swf",symbol="Panel_closeButtonDisabledSkin");
	closeButtonDownSkin: Embed(source="darkroom.swf",symbol="Panel_closeButtonDownSkin");
	closeButtonOverSkin: Embed(source="darkroom.swf",symbol="Panel_closeButtonOverSkin");
	closeButtonUpSkin: Embed(source="darkroom.swf",symbol="Panel_closeButtonUpSkin");
	borderSkin: Embed(source="darkroom.swf", symbol="Panel_borderSkin");
	/*titleBackgroundSkin: Embed(source="empty.swf", symbol="Panel_titleBackgroundSkin");*/
	borderThicknessLeft: 10;
	borderThicknessRight: 11;
	borderThicknessTop: 0;
	borderThicknessBottom: 3;
	headerHeight: 30;
	cornerRadius:0;
	titleStyleName: "panelTitle";
}

.panelTitle {
	paddingTop:6;
	textAlign: left;
	fontSize: 10;
	color: #ffffff;
	borderStyle: none;
	borderThickness:0;
	/*fontWeight: bold;*/
}

/*
//------------------------------
//  Panel ControlBar
//------------------------------
*/
ControlBar
{
	borderSkin: Embed(source="darkroom.swf", symbol="Panel_controlBarBackgroundSkin");
	themeColor:#000000;
}

ApplicationControlBar
{
	borderSkin: Embed(source="darkroom.swf", symbol="app_controlBarBackgroundSkin");
}

/*
//------------------------------
//  LinkButton
//------------------------------
*/
/*
//------------------------------
//  CheckBox
//------------------------------
*/
CheckBox
{
	disabledIcon: Embed(source="darkroom.swf", symbol="CheckBox_disabledIcon");
	downIcon: Embed(source="darkroom.swf", symbol="CheckBox_downIcon");
	overIcon: Embed(source="darkroom.swf", symbol="CheckBox_overIcon");
	selectedDisabledIcon: Embed(source="darkroom.swf", symbol="CheckBox_selectedDisabledIcon");
	selectedDownIcon: Embed(source="darkroom.swf", symbol="CheckBox_selectedDownIcon");
	selectedOverIcon: Embed(source="darkroom.swf", symbol="CheckBox_selectedOverIcon");
	selectedUpIcon: Embed(source="darkroom.swf", symbol="CheckBox_selectedUpIcon");
	upIcon: Embed(source="darkroom.swf", symbol="CheckBox_upIcon");
	color: #cccccc;
	textRollOverColor: #ffffff;
	textSelectedColor:#ffffff;
	textDisabledColor: #1e1e1e;
	fontSize:11;
	fontWeight:normal;
	fontFamily: "Myriad Pro";
	horizontalGap:0;
}		

/*
//------------------------------
//  ColorPicker
//------------------------------
*/
ColorPicker
{
	disabledSkin: Embed(source="darkroom.swf", symbol="ColorPicker_disabledSkin");
	downSkin: Embed(source="darkroom.swf", symbol="ColorPicker_downSkin");
	overSkin: Embed(source="darkroom.swf", symbol="ColorPicker_overSkin");
	upSkin: Embed(source="darkroom.swf", symbol="ColorPicker_upSkin");
	editableDisabledSkin: Embed(source="darkroom.swf", symbol="ColorPicker_disabledSkin");
	editableDownSkin: Embed(source="darkroom.swf", symbol="ColorPicker_downSkin");
	editableOverSkin: Embed(source="darkroom.swf", symbol="ColorPicker_overSkin");
	editableUpSkin: Embed(source="darkroom.swf", symbol="ColorPicker_upSkin");
}		
CursorManager
{
	busyCursor: Embed(source="darkroom.swf", symbol="BusyCursor");
	busyCursorBackground: Embed(source="darkroom.swf",symbol="BusyCursor");
}

/*
//------------------------------
//  DataGrid
//------------------------------
*/
DataGrid
{

	columnDropIndicatorSkin: Embed(source="darkroom.swf", symbol="DataGrid_columnDropIndicatorSkin");
	columnResizeSkin: Embed(source="darkroom.swf", symbol="DataGrid_columnResizeSkin");
	headerSeparatorSkin: Embed(source="darkroom.swf", symbol="DataGrid_headerSeparatorSkin");
	sortArrowSkin: Embed(source="darkroom.swf", symbol="DataGrid_sortArrowSkin");
	stretchCursor: Embed(source="darkroom.swf",symbol="DataGrid_stretchCursor");
	headerStyleName: "dataGridHeader";
	headerColors: #222222, #222222;
	color:#aaaaaa;
	rollOverColor: #333333;
	selectionColor: #333333;
	disabledColor: #1e1e1e;
	textRollOverColor:#ffffff;
	textSelectedColor:#ffffff;
	selectiondDisabledColor: #1e1e1e;
	verticalGridLines: false;
	alternatingItemColors: #3e3e3e, #3e3e3e;
	/*backgroundImage: Embed(source="darkroom.swf",symbol="lightGrey_Bg");
	backgroundSize:"100%";*/
	backgroundColor: #3e3e3e;
	borderStyle: solid;
	borderColor:#000000;
	borderThickness:1;
}
DateChooser
{
	headerColors: #222222, #222222;
	cornerRadius:0;
	borderColor:#000000;
	backgroundColor:#3e3e3e;
	color:#aaaaaa;
	textRollOverColor:#ffffff;
	textSelectedColor: #ffffff;
	selectionColor:#222222;
	
	nextMonthDisabledSkin: Embed(source="darkroom.swf", symbol="DateChooser_nextMonthDisabledSkin");
	nextMonthDownSkin: Embed(source="darkroom.swf", symbol="DateChooser_nextMonthDownSkin");
	nextMonthOverSkin: Embed(source="darkroom.swf", symbol="DateChooser_nextMonthOverSkin");
	nextMonthUpSkin: Embed(source="darkroom.swf", symbol="DateChooser_nextMonthUpSkin");
	prevMonthDisabledSkin: Embed(source="darkroom.swf", symbol="DateChooser_prevMonthDisabledSkin");
	prevMonthDownSkin: Embed(source="darkroom.swf", symbol="DateChooser_prevMonthDownSkin");
	prevMonthOverSkin: Embed(source="darkroom.swf", symbol="DateChooser_prevMonthOverSkin");
	prevMonthUpSkin: Embed(source="darkroom.swf", symbol="DateChooser_prevMonthUpSkin");
	
	nextYearDisabledSkin: Embed(source="darkroom.swf", symbol="DateChooser_nextYearDisabledSkin");
	nextYearDownSkin: Embed(source="darkroom.swf", symbol="DateChooser_nextYearDownSkin");
	nextYearOverSkin: Embed(source="darkroom.swf", symbol="DateChooser_nextYearOverSkin");
	nextYearUpSkin: Embed(source="darkroom.swf", symbol="DateChooser_nextYearUpSkin");
	prevYearDisabledSkin: Embed(source="darkroom.swf", symbol="DateChooser_prevYearDisabledSkin");
	prevYearDownSkin: Embed(source="darkroom.swf", symbol="DateChooser_prevYearDownSkin");
	prevYearOverSkin: Embed(source="darkroom.swf", symbol="DateChooser_prevYearOverSkin");
	prevYearUpSkin: Embed(source="darkroom.swf", symbol="DateChooser_prevYearUpSkin");
	
	todayStyleName: "today";
	
	todayIndicatorSkin: Embed(source="darkroom.swf", symbol="DateChooser_todayIndicatorSkin");
	rollOverIndicatorSkin: Embed(source="darkroom.swf", symbol="DateChooser_rollOverIndicatorSkin");
	selectionIndicatorSkin: Embed(source="darkroom.swf", symbol="DateChooser_selectionIndicatorSkin");
	
	headerStyleName: "calendarHeader";
	weekDayStyleName: "weekDay";
	
}

/*
//------------------------------
//  ComboBox
//------------------------------
*/
ComboBox
{

	disabledSkin: Embed(source="darkroom.swf", symbol="ComboBoxArrow_disabledSkin");
	downSkin: Embed(source="darkroom.swf", symbol="ComboBoxArrow_downSkin");
	editableDisabledSkin: Embed(source="darkroom.swf", symbol="ComboBoxArrow_editableDisabledSkin");
	editableDownSkin: Embed(source="darkroom.swf", symbol="ComboBoxArrow_editableDownSkin");
	editableOverSkin: Embed(source="darkroom.swf", symbol="ComboBoxArrow_editableOverSkin");
	editableUpSkin: Embed(source="darkroom.swf", symbol="ComboBoxArrow_editableUpSkin");
	overSkin: Embed(source="darkroom.swf", symbol="ComboBoxArrow_overSkin");
	upSkin: Embed(source="darkroom.swf", symbol="ComboBoxArrow_upSkin");
	color: #cccccc;
	textRollOverColor: #ffffff;
	textSelectedColor:#ffffff;
	textDisabledColor: #1e1e1e;
	dropDownStyleName: "dropDown";
	fontSize:11;
	fontWeight:normal;
	fontFamily: "Myriad Pro";
	arrowButtonWidth:12;
	paddingRight:0;
	paddingLeft:0;
}

ButtonBar 
{ 
        buttonStyleName: "buttonBarButton"; 
        firstButtonStyleName: "firstButtonBarButton"; 
        lastButtonStyleName: "lastButtonBarButton";
}

ToggleButtonBar 
{ 
        buttonStyleName: "buttonBarButton"; 
        firstButtonStyleName: "firstButtonBarButton"; 
        lastButtonStyleName: "lastButtonBarButton";
}

/*
//------------------------------
//  NumericStepper
//------------------------------
*/
NumericStepper
{

	downArrowDisabledSkin: Embed(source="darkroom.swf", symbol="NumericStepperDownArrow_disabledSkin");
	downArrowDownSkin: Embed(source="darkroom.swf", symbol="NumericStepperDownArrow_downSkin");
	downArrowOverSkin: Embed(source="darkroom.swf", symbol="NumericStepperDownArrow_overSkin");
	downArrowUpSkin: Embed(source="darkroom.swf", symbol="NumericStepperDownArrow_upSkin");
	upArrowDisabledSkin: Embed(source="darkroom.swf", symbol="NumericStepperUpArrow_disabledSkin");
	upArrowDownSkin: Embed(source="darkroom.swf", symbol="NumericStepperUpArrow_downSkin");
	upArrowOverSkin: Embed(source="darkroom.swf", symbol="NumericStepperUpArrow_overSkin");
	upArrowUpSkin: Embed(source="darkroom.swf", symbol="NumericStepperUpArrow_upSkin");
	cornerRadius:0;
	borderThickness:1;
	borderStyle:inset;
	borderColor:#000000;
	fontFamily: "Myriad Pro";
	fontWeight: normal;
	fontSize:11;
	backgroundColor:#666666;
	color:#eeeeee;
	textRollOverColor:#ffffff;
}

