/** CSS file 
 * Note: These are all styles available for the TVStation viewer. The ones marked with a dot prefix are mx components that can be skinned
 *       with the standard styles available within the Flex framework. I marked the component class that belongs to that style. You can find
 *       all available mx styles through this link:
 *       
 *		 http://livedocs.adobe.com/flex/3/langref/index.html
 *
 *		 You can also globally skin the mx components by skinning the class directly. Styles marked custom are components created
 *		 by Influxis and must be styled through the given css style. All custom components extend Canvas which means you can also apply Canvas
 *       styles to most custom components.
 *
 *		 In order for any changes to this css file to take effect you must recompile the application using the Flex 3 IDE. You can download a trial version
 *       at the Adobe website:
 *
 *		 http://www.adobe.com/products/flex/?promoid=BPDEQ
 *
 *		 If you have any questions or concerns please contact the Influxis Support staff at support@influxis.com.
**/

/* General Styles */

/**
 Global Available Style
 
 //These are other available classes to skin the rest of the app
 
 
**/

@font-face
{
	font-family: customArial;
    src: local( "Arial" );
    fontWeight: "normal";
    
    unicode-range:
                
                U+0020-U+0040, /* Punctuation, Numbers */
                U+0041-U+005A, /* Upper-Case A-Z */
                U+005B-U+0060, /* Punctuation and Symbols */
                U+0061-U+007A, /* Lower-Case a-z */
                U+007B-U+007E; /* Punctuation and Symbols */

}

/** MyriadPro **/

@font-face
{
	font-family: "MyriadPro";
    src: url( "/../../../../skins/fonts/MyriadPro/MyriadPro-Regular.otf" );
    fontWeight: "normal";
    cff: true;
    
    unicode-range:
                
                U+0020-U+0040, /* Punctuation, Numbers */
                U+0041-U+005A, /* Upper-Case A-Z */
                U+005B-U+0060, /* Punctuation and Symbols */
                U+0061-U+007A, /* Lower-Case a-z */
                U+007B-U+007E; /* Punctuation and Symbols */

}

@font-face
{
	font-family: "MyriadPro";
    src: url( "/../../../../skins/fonts/MyriadPro/MyriadPro-Bold.otf" );
    fontWeight: "bold";
    cff: true;
    
    unicode-range:
                
                U+0020-U+0040, /* Punctuation, Numbers */
                U+0041-U+005A, /* Upper-Case A-Z */
                U+005B-U+0060, /* Punctuation and Symbols */
                U+0061-U+007A, /* Lower-Case a-z */
                U+007B-U+007E; /* Punctuation and Symbols */

}

@font-face
{
	font-family: "MyriadPro";
    src: url( "/../../../../skins/fonts/MyriadPro/MyriadPro-It.otf" );
    fontStyle: "italic";
    fontWeight: "normal";
    cff: true;
    
    unicode-range:
                
                U+0020-U+0040, /* Punctuation, Numbers */
                U+0041-U+005A, /* Upper-Case A-Z */
                U+005B-U+0060, /* Punctuation and Symbols */
                U+0061-U+007A, /* Lower-Case a-z */
                U+007B-U+007E; /* Punctuation and Symbols */

}

@font-face
{
	font-family: "MyriadPro";
    src: url( "/../../../../skins/fonts/MyriadPro/MyriadPro-BoldIt.otf" );
    fontWeight: "bold";
    fontStyle: "italic";
    cff: true;
    
    unicode-range:
                
                U+0020-U+0040, /* Punctuation, Numbers */
                U+0041-U+005A, /* Upper-Case A-Z */
                U+005B-U+0060, /* Punctuation and Symbols */
                U+0061-U+007A, /* Lower-Case a-z */
                U+007B-U+007E; /* Punctuation and Symbols */

}

@font-face
{
	font-family: "Klavika";
	src: url( "/../../../../skins/fonts/KlavikaBasic/Klavika-Bold.otf" );
	fontWeight: "bold";
	cff: true;
	
	unicode-range:
		
		U+0020-U+0040, /* Punctuation, Numbers */
		U+0041-U+005A, /* Upper-Case A-Z */
		U+005B-U+0060, /* Punctuation and Symbols */
		U+0061-U+007A, /* Lower-Case a-z */
		U+007B-U+007E; /* Punctuation and Symbols */
	
}

@font-face
{
	font-family: "Klavika";
	src: url( "/../../../../skins/fonts/KlavikaBasic/Klavika-RegularItalic.otf" );
	fontStyle: "italic";
	fontWeight: "normal";
	cff: true;
	
	unicode-range:
		
		U+0020-U+0040, /* Punctuation, Numbers */
		U+0041-U+005A, /* Upper-Case A-Z */
		U+005B-U+0060, /* Punctuation and Symbols */
		U+0061-U+007A, /* Lower-Case a-z */
		U+007B-U+007E; /* Punctuation and Symbols */
	
}

@font-face
{
	font-family: "Klavika";
	src: url( "/../../../../skins/fonts/KlavikaBasic/Klavika-BoldItalic.otf" );
	fontWeight: "bold";
	fontStyle: "italic";
	cff: true;
	
	unicode-range:
		
		U+0020-U+0040, /* Punctuation, Numbers */
		U+0041-U+005A, /* Upper-Case A-Z */
		U+005B-U+0060, /* Punctuation and Symbols */
		U+0061-U+007A, /* Lower-Case a-z */
		U+007B-U+007E; /* Punctuation and Symbols */
	
}

@font-face
{
	font-family: "KlavikaMed";
	src: url( "/../../../../skins/fonts/KlavikaBasic/Klavika-Medium.otf" );
	fontWeight: "regular";
	cff: true;
	
	unicode-range:
		
		U+0020-U+0040, /* Punctuation, Numbers */
		U+0041-U+005A, /* Upper-Case A-Z */
		U+005B-U+0060, /* Punctuation and Symbols */
		U+0061-U+007A, /* Lower-Case a-z */
		U+007B-U+007E; /* Punctuation and Symbols */
	
}

@font-face
{
	font-family: "KlavikaReg";
	src: url( "/../../../../skins/fonts/KlavikaBasic/Klavika-Regular.otf" );
	fontWeight: "regular";
	cff: true;
	
	unicode-range:
		
		U+0020-U+0040, /* Punctuation, Numbers */
		U+0041-U+005A, /* Upper-Case A-Z */
		U+005B-U+0060, /* Punctuation and Symbols */
		U+0061-U+007A, /* Lower-Case a-z */
		U+007B-U+007E; /* Punctuation and Symbols */
	
}

/* Custom */
TVStationViewerBeta2
{
	connectedImage: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="defaultTVStationSkin_connected_bg" );
	disconnectedImage: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed//TVStationViewerSkins.swf", symbol="defaultTVStationSkin_disconnected_bg" );
}

/* Label */
.generalText
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize:11;
	color: #000000;
}

.defaultDividerBGStyle
{
	backgroundColor: #333333;
}

.initBGStyle
{
	backgroundColor: #ffffff;
}

.initTitleLabelStyle
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	color: #666666;  
	fontWeight: bold; 
	fontSize: 20;
}

.initStatusLabelStyle
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	color: #666666;
	fontStyle: italic;
	fontSize: 14;
}

/* Label */
.nowPlayingText
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize:14;
	textAlign: "left";
	color: #000000;
}
	
.timeText
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 12;
	textAlign: "left";
	color: #ffffff;
	paddingTop: 5;
}

.defaultTitleLabelStyle
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 16;
	fontWeight: bold;
	textAlign: "left";
	color: #ffffff;
	paddingTop: 5;
}

/* Canvas */
.defaultTitleBarStyle
{
	backgroundAlpha: 0;
}

/* Canvas */
.schedulePlayerHolderSkin
{
	backgroundColor: #E8E8E8;
}

/* Canvas */
.mainBackgroundSkin
{
	backgroundColor: #FFFFFF;
}

/* Canvas */
.mainBackgroundSkin2
{
	backgroundColor: #808080;
	borderStyle: solid;
	borderColor: #808080;
	cornerRadius: 5;
	paddingTop: 5;
	paddingBottom: 5;
	paddingRight: 5;
	paddingLeft: 5;
}

.mainContainer
{
	backgroundColor: #E8E8E8;
	borderStyle: solid;
	borderColor: #E8E8E8;
	borderThickness: 0;
	cornerRadius: 0;
	paddingTop: 0;
	paddingBottom: 0;
	paddingRight: 0;
	paddingLeft: 0;
}

.subContainers, .subGRContainers
{
	backgroundColor: #E8E8E8;
	borderStyle: solid;
	borderColor: #808080;
	borderThickness: 1;
	paddingTop: 0;
	paddingBottom: 0;
	paddingRight: 0;
	paddingLeft: 0;
}

.defaultTabHolderHeaderStyle
{
	backgroundColor: #EDEDED;
	borderStyle: solid;
	borderColor: #808080;
	borderSides: "";
	borderThickness: 1;
	paddingTop: 0;
	paddingBottom: 0;
	paddingRight: 0;
	paddingLeft: 0;
}

.scheduleContainer
{
	backgroundColor: #000000;
}

/** TabHolder **/

.defaultTabHolderDividerStyle
{
	backgroundColor: #E8E8E8;
	backgroundAlpha: 1;
	borderStyle: solid;
	borderColor: #808080;
	borderSides: "";
	borderThickness: 1;
	paddingTop: 0;
	paddingBottom: 0;
	paddingRight: 0;
	paddingLeft: 0;
}

/** Label **/

Label
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 11;
	color: #000000;
}

.defaultAdHolderStyle
{
	borderStyle: solid;
	borderColor: #808080;
	borderSides: "bottom";
	borderThickness: 1;
}

/** TextInput **/

TextInput
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	color: #000000;
	borderStyle: none;
}

/* AdBanner */

.adBackgroundStyle
{
	backgroundColor: #000000;
	backgroundAlpha: 0.7;
}

.adLabelStyle
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 10;
	color: #cccccc;
}

.adButtonStyle
{
	fontSize: 9;
	paddingTop: 0;
	paddingBottom: 0;
	paddingLeft: 0;
	paddingRight: 0;
}

/** SearchBar **/

SearchBar
{
	backgroundImage: Embed(source='/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf', symbol='defaultSearchTextBGSkin');
	backgroundSize: "100%";
}

.defaultSearchBarTextStyle
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	backgroundAlpha: 0;
	borderSides: "";
	fontSize: 10;
	paddingTop: 3;
	paddingRight: 0;
	paddingLeft: 5;
	focusAlpha: 0;
}

.defaultSearchBarListStyle
{
	focusAlpha: 0;
}

.defaultSearchBarButtonStyle
{
	disabledColor: #E5E5E5;
	paddingRight: 3;
	upIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="defaultSearchIconSkin_up" );
	overIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="defaultSearchIconSkin_over" );
	downIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="defaultSearchIconSkin_down" );
	disabledIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="defaultSearchIconSkin_disabled" );
	upSkin: ClassReference( "mx.core.UIComponent" );
	overSkin: ClassReference( "mx.core.UIComponent" );
	downSkin: ClassReference( "mx.core.UIComponent" );
	disabledSkin: ClassReference( "mx.core.UIComponent" );
}

/** TextArea **/

TextArea
{
	borderStyle: none;
}

/** List **/

List
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 12;
	fontWeight: normal;
	color: #000000;
	textRollOverColor: #ffffff;
	textSelectedColor: #ffffff;
	
	alternatingItemColors: #ffffff,#ffffff;
	rollOverColor: #000000;
	selectionColor: #666666;
	selectionDisabledColor: #cccccc;
	
	borderStyle: solid;
	borderColor: #ffffff;
}

/** ToolTip **/

ToolTip
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 12;
	fontWeight: bold;
	color: #666666;
	backgroundColor: #ffffff;
	borderColor: #cccccc;
}

/* Global Alert Style */
Alert
{
	backgroundAlpha: 0.7;
    backgroundColor: #000000;
    borderAlpha: 0.7;
    borderColor: #000000;
	buttonStyleName: "defaultAlertButtonStyle";
}

.defaultAlertButtonStyle
{
	paddingRight: 2;
	paddingLeft: 2;
	borderSides: "";
	focusAlpha: 0;
}

VScrollBar
{
    cornerRadius:0; 
    downArrowDisabledSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollDown.png");
    downArrowDownSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollDown.png");
    downArrowOverSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollDown.png");
    downArrowUpSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollDown.png");
    trackColors: #d6d6d6, #d6d6d6;
    borderColor: #fff;
    thumbUpSkin:Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/scroll.swf", symbol="thumb" );
    thumbOverSkin:Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/scroll.swf", symbol="thumb" );
    thumbDownSkin:Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/scroll.swf", symbol="thumb" );
    trackSkin:Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/scroll.swf", symbol="track" );
    upArrowDisabledSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollUp.png");
    upArrowDownSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollUp.png");
    upArrowOverSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollUp.png");
    upArrowUpSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollUp.png");
}

HScrollBar
{
    cornerRadius:0; 
    downArrowDisabledSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollDown.png");
    downArrowDownSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollDown.png");
    downArrowOverSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollDown.png");
    downArrowUpSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollDown.png");
   	trackColors: #d6d6d6, #d6d6d6;
    borderColor: #fff;
    thumbUpSkin:Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/scroll.swf", symbol="thumb" );
    thumbOverSkin:Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/scroll.swf", symbol="thumb" );
    thumbDownSkin:Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/scroll.swf", symbol="thumb" );
    trackSkin:Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/scroll.swf", symbol="track" );
    upArrowDisabledSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollUp.png");
    upArrowDownSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollUp.png");
    upArrowOverSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollUp.png");
    upArrowUpSkin:Embed("/../../../../skins/tvstationViewer_themes/classicEmbed/scroll/scrollUp.png");
}

/** TabBar **/

/** Main TabBar **/
.defaultMainTabBarSkinStyles
{
	fontFamily: KlavikaMed;
	fontLookup: embeddedCFF;
	fontSize: 12;
	color: #4b4b4b;
	textRollOverColor: #4b4b4b;
	disabledColor: #cccccc;
	fontWeight: regular;
	paddingLeft: 1;
	paddingRight: 1;
	downSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="mainTab_downSkin" );
	upSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="mainTab_upSkin" );
	disabledSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="mainTab_disabledSkin" );
	overSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="mainTab_overSkin" );
	disabledSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="mainTab_disabledSkin" );
	selectedDownSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="mainTab_selectedDownSkin" );
	selectedDisabledSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="mainTab_selectedDisabledSkin" );
	selectedOverSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="mainTab_selectedOverSkin" );
	selectedUpSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="mainTab_selectedUpSkin" );
	selectedDisabledSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf", symbol="mainTab_selectedDisabledSkin" );
}

.defaultMainTabBarSelectedTextStyle
{
	fontFamily: KlavikaMed;
	fontLookup: embeddedCFF;
	color: #4b4b4b;
	textRollOverColor: #4b4b4b;
	disabledColor: #cccccc;
	fontSize: 12;
	fontWeight: regular;
}

.defaultTabHolderTabBarStyle
{
	fontFamily: KlavikaMed;
	fontLookup: embeddedCFF;
	fontSize: 12;
	color: #4b4b4b;
	textRollOverColor: #4b4b4b;
	disabledColor: #cccccc;
	fontWeight: regular;
	borderStyle: none;
	tabStyleName: "defaultMainTabBarSkinStyles";
	selectedTabTextStyleName: "defaultMainTabBarSelectedTextStyle";
}

.mainTabHolderBGStyle
{
	backgroundColor: #EDEDED;
}

/** Button **/
Button, .btn, .defaultButtonStyle, .flowChatButtonStyle
{
	color: #000000;
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 10;
	textRollOverColor: #000000;
	cornerRadius: 0;
	borderColor: #cccccc;
	borderStyle: solid;
	textSelectedColor: #000000;
	fillAlphas: 0.5, 0.5, 0.75, 0.75;
	fillColors: #cccccc, #cccccc;
	textSelectedColor: #000000;
	disabledColor: #646464;
	fontWeight: normal;
} 

.overlayButtonBarStyles
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 12;
	fontWeight: normal;
	color: #ffffff;
	textRollOverColor: #eeeeee;
	
	buttonStyleName: "overlayButtonStyles";
	firstButtonStyleName: "overlayFirstButtonStyles";
	lastButtonStyleName: "overlayLastButtonStyles";
}

.closePanelButtonStyle
{
	paddingLeft: 2;
	paddingRight: 2;
	color: #666666;
	fontSize: 10;
	textRollOverColor: #ffffff;
	upSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf', symbol='defaultClosePanelSkin_up');
	overSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf', symbol='defaultClosePanelSkin_over');
	downSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf', symbol='defaultClosePanelSkin_down');
	disabledSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf', symbol='defaultClosePanelSkin_disabled');
}

/*.overlayButtonStyles
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 14;
	fontWeight: normal;
	color: #ffffff;
	textRollOverColor: #eeeeee;
	textSelectedColor: #ffffff;
	upSkin: Embed(source='/../../../skins/tvstationViewer_themes/darkEmbed/TVStationViewerSkins.swf', symbol='defaultOverlayButtonSkin_up');
	overSkin: Embed(source='/../../../skins/tvstationViewer_themes/darkEmbed/TVStationViewerSkins.swf', symbol='defaultOverlayButtonSkin_over');
	downSkin: Embed(source='/../../../skins/tvstationViewer_themes/darkEmbed/TVStationViewerSkins.swf', symbol='defaultOverlayButtonSkin_down');
	disabledSkin: Embed(source='/../../../skins/tvstationViewer_themes/darkEmbed/TVStationViewerSkins.swf', symbol='defaultOverlayButtonSkin_disabled');
}

.overlayFirstButtonStyles
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 14;
	fontWeight: normal;
	color: #ffffff;
	textRollOverColor: #eeeeee;
	textSelectedColor: #ffffff;
	upSkin: Embed(source='/../../../../skins/tvstationViewer_themes/darkEmbed/TVStationViewerSkins.swf', symbol='defaultOverlayButtonSkin_firstUp');
	overSkin: Embed(source='/../../../../skins/tvstationViewer_themes/darkEmbed/TVStationViewerSkins.swf', symbol='defaultOverlayButtonSkin_firstOver');
	downSkin: Embed(source='/../../../../skins/tvstationViewer_themes/darkEmbed/TVStationViewerSkins.swf', symbol='defaultOverlayButtonSkin_firstDown');
	disabledSkin: Embed(source='/../../../../skins/tvstationViewer_themes/darkEmbed/TVStationViewerSkins.swf', symbol='defaultOverlayButtonSkin_firstDisabled');
}*/

/*.defaultButtonStyle, .flowChatButtonStyle
{
	color: #FFFFFF;
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 10;
	textRollOverColor: #FFFFFF;
	cornerRadius: 0;
	borderColor: #808080;
	themeColor: #808080;
	textSelectedColor: #000000;
	fillAlphas: 1, 1;
	fillColors: #333333, #333333;
	textSelectedColor: #000000;
	disabledColor: #646464;
	fontWeight: normal;
}

LinkButton
{
	cornerRadius: 4;
	rollOverColor: #00C0FF;
	selectionColor: #206EC5;
	color: #FFFFFF;
	textRollOverColor: #000000;
	textSelectedColor: #000000;
	themeColor: #CD3434;
}*/

ColorPicker
{
	iconColor: #000000;
}

ComboBox
{
	color: #000000;
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 10;
	rollOverColor: #666666;
	selectionColor: #666666;
	textRollOverColor: #303030;
	textSelectedColor: #303030;
	iconColor: #646464;
	borderStyle: solid;
	cornerRadius: 0;
}

.comboDropdown
{
	borderColor: #797979;
	backgroundColor: #797979;
	color: #303030;
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 11;
	rollOverColor: #666666;
	selectionColor: #666666;
	textRollOverColor: #303030;
	textSelectedColor: #303030;
}

/* Custom
ScheduleDisplay2
{
	titleFontFamily: MyriadPro;
	titleFontLookup: embeddedCFF;
	titleFontSize: 21;
	titleColor: #333333;
	titleFontStyle: "normal";
	titleFontWeight: bold;
	titleTextDecoration: "none";
	titleTextAlign: "left";
	
	fontFamily: MyriadPro;
	fontSize: 12;
	color: #1a1a1a;
	fontStyle: "normal";
	fontWeight: bold;
	textDecoration: "none";
	textAlign: "left";
	
	urlFontFamily: MyriadPro;
	urlFontSize: 12;
	urlColor: #0099ff;
	urlTextDecoration: "underline";
	urlFontWeight: bold;
	urlTextAlign: "left";
	
	borderStyle: solid; 
	borderSides: "";
	borderThickness: 1;
	borderColor: #808080;
	backgroundColor: #FFFFFF;
	backgroundAlpha: 0.0;
} */

/** 
 * ImageLoader / Custom
**/

/* ProgressBar */
.imageLoaderProgressBar
{
	color: #ffffff;
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
}

/**
 * InfluxisTextChat / Custom
**/

/* TextArea */
.textChatHistoryText
{
	backgroundColor: #959595;
	borderColor: #959595;
	borderStyle: "solid";
	cornerRadius: 2;
}

/* TextInput */
.textChatTextInput
{
	backgroundColor: #d7d7d7;
	borderColor: #d7d7d7;
	borderStyle: "solid";
	cornerRadius: 2;
	color: #000000;
}

/* Button */
.textChatButton
{
	color: #303030;
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 11;
	textRollOverColor: #303030;
	fontWeight: "bold";
}

.flowChatListMenuStyle
{
	borderStyle: solid;
	borderColor: #d7d7d7;
}

.defaultPeoplelist2ListBGStyle
{
	backgroundColor: #ffffff; 
	borderColor: #cccccc;
	borderStyle: solid; 
	cornerRadius: 0;
}

.defaultFlowTextHistoryBGStyle
{
	backgroundColor: #ffffff; 
	borderColor: #cccccc;
	borderStyle: solid; 
	cornerRadius: 0;
}

.defaultFlowChatTextInputBGStyle
{
	backgroundColor: #ffffff;
	borderStyle: solid;
	borderColor: #cccccc;
	paddingBottom: 2; 
	paddingLeft: 2; 
	paddingRight: 2; 
	paddingTop: 2; 
}

.chatUserNameUpdateTextStyle
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	color: #000000;
	borderStyle: solid;
	borderColor: #cccccc;
	paddingTop: 3;
}

/* List */
.peopleList
{
	borderColor: #cccccc;
	backgroundColor: #959595;
	color: #303030;
	rollOverColor: #666666;
	selectionColor: #666666;
	textRollOverColor: #303030;
	textSelectedColor: #303030;
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 10;
	fontWeight: normal;
	borderStyle: solid;
	cornerRadius: 2;
}

.defaultPeoplelist2ListStyle
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 10;
	rollOverColor: #D9D9D9;
	selectionColor: #EAEAEA;
	borderSides: "";
	backgroundAlpha: 0;
}

.defaultPeoplelist2PanelStyle
{
	borderAlpha: 1;
	borderThicknessTop: 0;
	borderThicknessBottom: 2;
	borderThicknessLeft: 2;
	borderThicknessRight: 2;
	borderColor: #ffffff
}

.windowStyles
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize:11;
}

.defaultPeopleProfileInputBGStyles
{
	borderStyle: solid;
	cornerRadius: 3;
	borderColor: #cccccc;
}

/** DateField **/

DateField
{
	dateChooserStyleName: "scheduleDateChooserSkins";
	textInputStyleName: "scheduleDateTextSkins";
	upSkin: ClassReference("mx.core.UIComponent");
}

.scheduleDateTextSkins
{
	backgroundAlpha: 0;
	backgroundColor: #ffffff;
	borderColor: #ffffff;
	borderStyle: solid;
	borderSides: "";
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	color: #333333;
	fontSize: 10;
	paddingRight: 0;
	paddingLeft: 0;
	paddingTop: 5;
}

/* DateChooser */
.scheduleDateChooserSkins
{
	borderColor: #cccccc;
	backgroundColor: #ffffff;
	color: #000000;
	rollOverColor: #666666;
	selectionColor: #333333;
	textRollOverColor: #ffffff;
	textSelectedColor: #ffffff;
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 10;
	headerStyleName: "textDateChooser";
	headerColors: #cccccc,#bbbbbb;
	iconColor: #999999;
}

.textDateChooser
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize:11;
	color: #ffffff;
}

ScheduleWindow2
{
	bufferIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_buffer" );
}

/**
 * SchedulePlayerControls
**/

/* Custom */
SchedulePlayerControls2
{
	backgroundSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_BG" );
	volumeBackgroundSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_volume_bg" );
	pauseIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_pause_icon" );
	playIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_play_icon" );
	rewindIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_rewind_icon" );
	forwardIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_forward_icon" );
	fullScreenIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_fullScreen_icon" );
	volumeIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_volume_icon" );
	nextIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_next_icon" );
	previousIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_previous_icon" );
	stopIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_stop_icon" );
	muteIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_mute_icon" );
	guideIcon: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SchedulePlayerControls_guide_icon" );
}

/* Button */
.schedulePlayerControlsButtonSkins
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontWeight: bold;
	fontSize: 11;
	color: #333333;
	
	disabledSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="Button_disabledSkin" );
	downSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="Button_downSkin" );
	overSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="Button_overSkin" );
	selectedDisabledSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="Button_selectedDisabledSkin" );
	selectedDownSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="Button_selectedDownSkin" );
	selectedOverSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="Button_selectedOverSkin" );
	selectedUpSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="Button_selectedUpSkin" );
	upSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="Button_upSkin" );
} 

/* VSlider / HSlider */
.schedulePlayerControlsScrubberSkin
{
	thumbDisabledSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SliderThumb_disabledSkin" );
	thumbDownSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SliderThumb_downSkin" );
	thumbOverSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SliderThumb_overSkin" );
	thumbUpSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SliderThumb_upSkin" );
	trackHighlightSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SliderTrack_highlightSkin" );
	trackSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/SchedulePlayerControls.swf", symbol="SliderTrack_skin" );
	trackMargin: 0;
	showTrackHighlight: true;
} 

/* Label */
.schedulePlayerControlsLabelSkin
{
	color: #333333; 
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 11; 
}

/* Menu */
.schedulePlayerControlsMenuSkin
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 11;
	borderColor: #797979;
	backgroundColor: #797979;
	color: #000000;
	rollOverColor: #666666;
	selectionColor: #666666;
	textRollOverColor: #ffffff;
	textSelectedColor: #ffffff;
}

/**
 *  ViewerSchedule 
**/

/* Custom */
ViewerSchedule2
{
	backgroundColor: #EDEDED;
}

.noScheduleLabelStyle
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 12;
	color: #4A4A4A;
	textAlign: center;
	fontWeight: bold;
}

.scheduleBroadcastOverlayStyle
{
	backgroundAlpha: 0.4;
	backgroundColor: #ffffff;
}

/* Custom */
ViewerScheduleItem2
{
	/**
	 * Note: We have three kinds of skins. The first one is to display non broadcasted or broadcasting items. The second skin is for items that have been broadcasted
	 * 		 but we're joining the text styles to form one. The last one is for the items that are broadcasting.
	**/
	
	/** NON BROADCASTING SKINS **/
	
	demandUpFontSize: 10;
	demandDownFontSize: 10;
	demandOverFontSize: 10;
	demandSelectedOverFontSize: 10; 
	demandSelectedUpFontSize: 10;
	demandDisabledFontSize: 10;
	
	demandUpColor: #aaaaaa;
	demandDownColor: #aaaaaa;
	demandOverColor: #aaaaaa;
	demandSelectedOverColor: #aaaaaa; 
	demandSelectedUpColor: #aaaaaa;
	demandDisabledColor: #aaaaaa;
	
	demandUpFontStyle: "normal";
	demandDownFontStyle: "normal";
	demandOverFontStyle: "normal";
	demandSelectedOverFontStyle: "normal"; 
	demandSelectedUpFontStyle: "normal";
	demandDisabledFontStyle: "normal";
	
	demandUpFontFamily: MyriadPro;
	demandDownFontFamily: MyriadPro;
	demandOverFontFamily: MyriadPro;
	demandSelectedOverFontFamily: MyriadPro; 
	demandSelectedUpFontFamily: MyriadPro;
	demandDisabledFontFamily: MyriadPro;
	
	demandUpTextDecoration: "none";
	demandDownTextDecoration: "none";
	demandOverTextDecoration: "none";
	demandSelectedOverTextDecoration: "none"; 
	demandSelectedUpTextDecoration: "none";
	demandDisabledTextDecoration: "none";
	
	demandUpTextAlign: "left";
	demandDownTextAlign: "left";
	demandOverTextAlign: "left";
	demandSelectedOverTextAlign: "left"; 
	demandSelectedUpTextAlign: "left";
	demandDisabledTextAlign: "left";
	
	demandUpFontWeight: "normal";
	demandDownFontWeight: "normal";
	demandOverFontWeight: "normal";
	demandSelectedOverFontWeight: "normal"; 
	demandSelectedUpFontWeight: "normal";
	demandDisabledFontWeight: "normal";
	
	broadDemandUpFontFamily: MyriadPro;
	broadDemandDownFontFamily: MyriadPro;
	broadDemandOverFontFamily: MyriadPro;
	broadDemandSelectedOverFontFamily: MyriadPro; 
	broadDemandSelectedUpFontFamily: MyriadPro;
	broadDemandDisabledFontFamily: MyriadPro;
	
	broadDemandUpFontSize: 10;
	broadDemandDownFontSize: 10;
	broadDemandOverFontSize: 10;
	broadDemandSelectedOverFontSize: 10; 
	broadDemandSelectedUpFontSize: 10;
	broadDemandDisabledFontSize: 10;
	
	broadDemandUpColor: #aaaaaa;
	broadDemandDownColor: #aaaaaa;
	broadDemandOverColor: #aaaaaa;
	broadDemandSelectedOverColor: #aaaaaa; 
	broadDemandSelectedUpColor: #aaaaaa;
	broadDemandDisabledColor: #aaaaaa;
	
	broadDemandUpFontStyle: "normal";
	broadDemandDownFontStyle: "normal";
	broadDemandOverFontStyle: "normal";
	broadDemandSelectedOverFontStyle: "normal"; 
	broadDemandSelectedUpFontStyle: "normal";
	broadDemandDisabledFontStyle: "normal";
	
	broadDemandUpTextDecoration: "none";
	broadDemandDownTextDecoration: "none";
	broadDemandOverTextDecoration: "none";
	broadDemandSelectedOverTextDecoration: "none"; 
	broadDemandSelectedUpTextDecoration: "none";
	broadDemandDisabledTextDecoration: "none";
	
	broadDemandUpTextAlign: "left";
	broadDemandDownTextAlign: "left";
	broadDemandOverTextAlign: "left";
	broadDemandSelectedOverTextAlign: "left"; 
	broadDemandSelectedUpTextAlign: "left";
	broadDemandDisabledTextAlign: "left";
	
	broadDemandUpFontWeight: "normal";
	broadDemandDownFontWeight: "normal";
	broadDemandOverFontWeight: "normal";
	broadDemandSelectedOverFontWeight: "normal"; 
	broadDemandSelectedUpFontWeight: "normal";
	broadDemandDisabledFontWeight: "normal";
	
	/* Title Text Labels */
	titleUpFontFamily: MyriadPro;
	titleDownFontFamily: MyriadPro;
	titleOverFontFamily: MyriadPro;
	titleSelectedOverFontFamily: MyriadPro; 
	titleSelectedUpFontFamily: MyriadPro;
	titleDisabledFontFamily: MyriadPro;
	
	titleUpFontWeight: "bold";
	titleDownFontWeight: "bold";
	titleOverFontWeight: "bold";
	titleSelectedOverFontWeight: "bold";
	titleSelectedUpFontWeight: "bold";
	titleDisabledFontWeight: "bold";
	
	titleUpFontLookup: embeddedCFF;
	titleDownFontLookup: embeddedCFF;
	titleOverFontLookup: embeddedCFF;
	titleSelectedOverFontLookup: embeddedCFF;
	titleSelectedUpFontLookup: embeddedCFF;
	titleDisabledFontLookup: embeddedCFF;
	
	titleUpFontSize: 13;
	titleDownFontSize: 13;
	titleOverFontSize: 13;
	titleSelectedOverFontSize: 13; 
	titleSelectedUpFontSize: 13;
	titleDisabledFontSize: 13;
	
	titleUpColor: #4A4A4A;
	titleDownColor: #4A4A4A;
	titleOverColor: #4A4A4A;
	titleSelectedOverColor: #4A4A4A; 
	titleSelectedUpColor: #4A4A4A;
	titleDisabledColor: #4A4A4A;
	
	titleUpFontStyle: "normal";
	titleDownFontStyle: "normal";
	titleOverFontStyle: "normal";
	titleSelectedOverFontStyle: "normal"; 
	titleSelectedUpFontStyle: "normal";
	titleDisabledFontStyle: "normal";
	
	titleUpTextDecoration: "none";
	titleDownTextDecoration: "none";
	titleOverTextDecoration: "none";
	titleSelectedOverTextDecoration: "none"; 
	titleSelectedUpTextDecoration: "none";
	titleDisabledTextDecoration: "none";
	
	titleUpTextAlign: "left";
	titleDownTextAlign: "left";
	titleOverTextAlign: "left";
	titleSelectedOverTextAlign: "left"; 
	titleSelectedUpTextAlign: "left";
	titleDisabledTextAlign: "left";
	
	/* Time Text Labels */
	timeUpFontFamily: MyriadPro;
	timeDownFontFamily: MyriadPro;
	timeOverFontFamily: MyriadPro;
	timeSelectedOverFontFamily: MyriadPro; 
	timeSelectedUpFontFamily: MyriadPro;
	timeDisabledFontFamily: MyriadPro;
	
	timeUpFontLookup: embeddedCFF;
	timeDownFontLookup: embeddedCFF;
	timeOverFontLookup: embeddedCFF;
	timeSelectedOverFontLookup: embeddedCFF;
	timeSelectedUpFontLookup: embeddedCFF;
	timeDisabledFontLookup: embeddedCFF;
	
	timeUpFontSize: 10;
	timeDownFontSize: 10;
	timeOverFontSize: 10;
	timeSelectedOverFontSize: 10; 
	timeSelectedUpFontSize: 10;
	timeDisabledFontSize: 10;
	
	timeUpColor: #4A4A4A;
	timeDownColor: #4A4A4A;
	timeOverColor: #4A4A4A;
	timeSelectedOverColor: #4A4A4A; 
	timeSelectedUpColor: #4A4A4A;
	timeDisabledColor: #4A4A4A;
	
	timeUpFontWeight: "normal";
	timeDownFontWeight: "normal";
	timeOverFontWeight: "normal";
	timeSelectedOverFontWeight: "normal"; 
	timeSelectedUpFontWeight: "normal";
	timeDisabledFontWeight: "normal";
	
	timeUpFontStyle: "normal";
	timeDownFontStyle: "normal";
	timeOverFontStyle: "normal";
	timeSelectedOverFontStyle: "normal"; 
	timeSelectedUpFontStyle: "normal";
	timeDisabledFontStyle: "normal";
	
	timeUpTextDecoration: "none";
	timeDownTextDecoration: "none";
	timeOverTextDecoration: "none";
	timeSelectedOverTextDecoration: "none"; 
	timeSelectedUpTextDecoration: "none";
	timeDisabledTextDecoration: "none";
	
	timeUpTextAlign: "left";
	timeDownTextAlign: "left";
	timeOverTextAlign: "left";
	timeSelectedOverTextAlign: "left"; 
	timeSelectedUpTextAlign: "left";
	timeDisabledTextAlign: "left";
	
	/* Description Text Labels */
	descriptionUpFontFamily: MyriadPro;
	descriptionDownFontFamily: MyriadPro;
	descriptionOverFontFamily: MyriadPro;
	descriptionSelectedOverFontFamily: MyriadPro; 
	descriptionSelectedUpFontFamily: MyriadPro;
	descriptionDisabledFontFamily: MyriadPro;
	
	descriptionUpFontLookup: embeddedCFF;
	descriptionDownFontLookup: embeddedCFF;
	descriptionOverFontLookup: embeddedCFF;
	descriptionSelectedOverFontLookup: embeddedCFF;
	descriptionSelectedUpFontLookup: embeddedCFF;
	descriptionDisabledFontLookup: embeddedCFF;
	
	descriptionUpFontSize: 9;
	descriptionDownFontSize: 9;
	descriptionOverFontSize: 9;
	descriptionSelectedOverFontSize: 9; 
	descriptionSelectedUpFontSize: 9;
	descriptionDisabledFontSize: 9;
	
	descriptionUpColor: #4A4A4A;
	descriptionDownColor: #4A4A4A;
	descriptionOverColor: #4A4A4A;
	descriptionSelectedOverColor: #4A4A4A; 
	descriptionSelectedUpColor: #4A4A4A;
	descriptionDisabledColor: #4A4A4A;
	
	descriptionUpFontWeight: "normal";
	descriptionDownFontWeight: "normal";
	descriptionOverFontWeight: "normal";
	descriptionSelectedOverFontWeight: "normal"; 
	descriptionSelectedUpFontWeight: "normal";
	descriptionDisabledFontWeight: "normal";
	
	descriptionUpFontStyle: "normal";
	descriptionDownFontStyle: "normal";
	descriptionOverFontStyle: "normal";
	descriptionSelectedOverFontStyle: "normal"; 
	descriptionSelectedUpFontStyle: "normal";
	descriptionDisabledFontStyle: "normal";
	
	descriptionUpTextDecoration: "none";
	descriptionDownTextDecoration: "none";
	descriptionOverTextDecoration: "none";
	descriptionSelectedOverTextDecoration: "none"; 
	descriptionSelectedUpTextDecoration: "none";
	descriptionDisabledTextDecoration: "none";
	
	descriptionUpTextAlign: "left";
	descriptionDownTextAlign: "left";
	descriptionOverTextAlign: "left";
	descriptionSelectedOverTextAlign: "left"; 
	descriptionSelectedUpTextAlign: "left";
	descriptionDisabledTextAlign: "left";
	
	/* Loading Skins */
	loadingFontFamily: MyriadPro;
	loadingUpFontLookup: embeddedCFF;
	loadingFontSize: 10;
	loadingColor: #ffffff;
	loadingFontStyle: "italic";
	loadingTextDecoration: "none";
	loadingTextAlign: "center";
	
	/* Skins */
	upSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_up');
	downSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_down');
	overSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_over');
	selectedOverSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_selectedOver');
	selectedUpSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_selectedUp');
	disabledSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_disabled');
	 
	/** ITEMS THAT HAVE BEEN BROADCASTED **/
	/** Note: The text styles for this skin is the same as the normal ones **/
	
	/* Broadcast Skins */
	broadcastedUpSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broad_up');
	broadcastedDownSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broad_down');
	broadcastedOverSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broad_over');
	broadcastedSelectedOverSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broad_selectedOver'); 
	broadcastedSelectedUpSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broad_selectedUp');
	broadcastedDisabledSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broad_disabled');
	
	/** ITEMS THAT ARE BROADCASTING **/
	
	/* Title Text Labels */
	broadTitleUpFontFamily: MyriadPro;
	broadTitleDownFontFamily: MyriadPro;
	broadTitleOverFontFamily: MyriadPro;
	broadTitleSelectedOverFontFamily: MyriadPro; 
	broadTitleSelectedUpFontFamily: MyriadPro;
	broadTitleDisabledFontFamily: MyriadPro;
	
	broadTitleUpFontLookup: embeddedCFF;
	broadTitleDownFontLookup: embeddedCFF;
	broadTitleOverFontLookup: embeddedCFF;
	broadTitleSelectedOverFontLookup: embeddedCFF;
	broadTitleSelectedUpFontLookup: embeddedCFF;
	broadTitleDisabledFontLookup: embeddedCFF;
	
	broadTitleUpFontSize: 13;
	broadTitleDownFontSize: 13;
	broadTitleOverFontSize: 13;
	broadTitleSelectedOverFontSize: 13; 
	broadTitleSelectedUpFontSize: 13;
	broadTitleDisabledFontSiz: 13;
	
	broadTitleUpColor: #43463D;
	broadTitleDownColor: #43463D;
	broadTitleOverColor: #43463D;
	broadTitleSelectedOverColor: #43463D; 
	broadTitleSelectedUpColor: #43463D;
	broadTitleDisabledColor: #43463D;
	
	broadTitleUpFontWeight: "bold";
	broadTitleDownFontWeight: "bold";
	broadTitleOverFontWeight: "bold";
	broadTitleSelectedOverFontWeight: "bold";
	broadTitleSelectedUpFontWeight: "bold";
	broadTitleDisabledFontWeight: "bold";
	
	broadTitleUpFontStyle: "normal";
	broadTitleDownFontStyle: "normal";
	broadTitleOverFontStyle: "normal";
	broadTitleSelectedOverFontStyle: "normal"; 
	broadTitleSelectedUpFontStyle: "normal";
	broadTitleDisabledFontStyle: "normal";
	
	broadTitleUpTextDecoration: "none";
	broadTitleDownTextDecoration: "none";
	broadTitleOverTextDecoration: "none";
	broadTitleSelectedOverTextDecoration: "none"; 
	broadTitleSelectedUpTextDecoration: "none";
	broadTitleDisabledTextDecoration: "none";
	
	broadTitleUpTextAlign: "left";
	broadTitleDownTextAlign: "left";
	broadTitleOverTextAlign: "left";
	broadTitleSelectedOverTextAlign: "left"; 
	broadTitleSelectedUpTextAlign: "left";
	broadTitleDisabledTextAlign: "left";
	
	/* Time Text Labels */
	broadTimeUpFontFamily: MyriadPro;
	broadTimeDownFontFamily: MyriadPro;
	broadTimeOverFontFamily: MyriadPro;
	broadTimeSelectedOverFontFamily: MyriadPro; 
	broadTimeSelectedUpFontFamily: MyriadPro;
	broadTimeDisabledFontFamily: MyriadPro;
	
	broadTimeUpFontLookup: embeddedCFF;
	broadTimeDownFontLookup: embeddedCFF;
	broadTimeOverFontLookup: embeddedCFF;
	broadTimeSelectedOverFontLookup: embeddedCFF;
	broadTimeSelectedUpFontLookup: embeddedCFF;
	broadTimeDisabledFontLookup: embeddedCFF;
	
	broadTimeUpFontSize: 10;
	broadTimeDownFontSize: 10;
	broadTimeOverFontSize: 10;
	broadTimeSelectedOverFontSize: 10; 
	broadTimeSelectedUpFontSize: 10;
	broadTimeDisabledFontSize: 10;
	
	broadTimeUpColor: #43463D;
	broadTimeDownColor: #43463D;
	broadTimeOverColor: #43463D;
	broadTimeSelectedOverColor: #43463D; 
	broadTimeSelectedUpColor: #43463D;
	broadTimeDisabledColor: #43463D;
	
	broadTimeUpFontWeight: "normal";
	broadTimeDownFontWeight: "normal";
	broadTimeOverFontWeight: "normal";
	broadTimeSelectedOverFontWeight: "normal"; 
	broadTimeSelectedUpFontWeight: "normal";
	broadTimeDisabledFontWeight: "normal";
	
	broadTimeUpFontStyle: "normal";
	broadTimeDownFontStyle: "normal";
	broadTimeOverFontStyle: "normal";
	broadTimeSelectedOverFontStyle: "normal"; 
	broadTimeSelectedUpFontStyle: "normal";
	broadTimeDisabledFontStyle: "normal";
	
	broadTimeUpTextDecoration: "none";
	broadTimeDownTextDecoration: "none";
	broadTimeOverTextDecoration: "none";
	broadTimeSelectedOverTextDecoration: "none"; 
	broadTimeSelectedUpTextDecoration: "none";
	broadTimeDisabledTextDecoration: "none";
	
	broadTimeUpTextAlign: "left";
	broadTimeDownTextAlign: "left";
	broadTimeOverTextAlign: "left";
	broadTimeSelectedOverTextAlign: "left"; 
	broadTimeSelectedUpTextAlign: "left";
	broadTimeDisabledTextAlign: "left";
	
	/* Description Text Labels */
	broadDescriptionUpFontFamily: MyriadPro;
	broadDescriptionDownFontFamily: MyriadPro;
	broadDescriptionOverFontFamily: MyriadPro;
	broadDescriptionSelectedOverFontFamily: MyriadPro; 
	broadDescriptionSelectedUpFontFamily: MyriadPro;
	broadDescriptionDisabledFontFamily: MyriadPro;
	
	broadDescriptionUpFontLookup: embeddedCFF;
	broadDescriptionDownFontLookup: embeddedCFF;
	broadDescriptionOverFontLookup: embeddedCFF;
	broadDescriptionSelectedOverFontLookup: embeddedCFF;
	broadDescriptionSelectedUpFontLookup: embeddedCFF;
	broadDescriptionDisabledFontLookup: embeddedCFF;
	
	broadDescriptionUpFontSize: 9;
	broadDescriptionDownFontSize: 9;
	broadDescriptionOverFontSize: 9;
	broadDescriptionSelectedOverFontSize: 9; 
	broadDescriptionSelectedUpFontSize: 9;
	broadDescriptionDisabledFontSize: 9;
	
	broadDescriptionUpColor: #43463D;
	broadDescriptionDownColor: #43463D;
	broadDescriptionOverColor: #43463D;
	broadDescriptionSelectedOverColor: #43463D; 
	broadDescriptionSelectedUpColor: #43463D;
	broadDescriptionDisabledColor: #43463D;
	
	broadDescriptionUpFontWeight: "normal";
	broadDescriptionDownFontWeight: "normal";
	broadDescriptionOverFontWeight: "normal";
	broadDescriptionSelectedOverFontWeight: "normal"; 
	broadDescriptionSelectedUpFontWeight: "normal";
	broadDescriptionDisabledFontWeight: "normal";
	
	broadDescriptionUpFontStyle: "normal";
	broadDescriptionDownFontStyle: "normal";
	broadDescriptionOverFontStyle: "normal";
	broadDescriptionSelectedOverFontStyle: "normal"; 
	broadDescriptionSelectedUpFontStyle: "normal";
	broadDescriptionDisabledFontStyle: "normal";
	
	broadDescriptionUpTextDecoration: "none";
	broadDescriptionDownTextDecoration: "none";
	broadDescriptionOverTextDecoration: "none";
	broadDescriptionSelectedOverTextDecoration: "none"; 
	broadDescriptionSelectedUpTextDecoration: "none";
	broadDescriptionDisabledTextDecoration: "none";
	
	broadDescriptionUpTextAlign: "left";
	broadDescriptionDownTextAlign: "left";
	broadDescriptionOverTextAlign: "left";
	broadDescriptionSelectedOverTextAlign: "left"; 
	broadDescriptionSelectedUpTextAlign: "left";
	broadDescriptionDisabledTextAlign: "left";
	
	/* Loading Text */
	broadLoadingFontFamily: MyriadPro;
	broadLoadingFontLookup: embeddedCFF;
	broadLoadingFontSize: 10;
	broadLoadingColor: #ffffff;
	broadLoadingFontStyle: "italic";
	broadLoadingTextDecoration: "none";
	broadLoadingTextAlign: "center";
	
	/* Broadcast Skins */
	broadUpSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broadcasting_up');
	broadDownSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broadcasting_down');
	broadOverSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broadcasting_over');
	broadSelectedOverSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broadcasting_selectedOver'); 
	broadSelectedUpSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broadcasting_selectedUp');
	broadDisabledSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_broadcasting_disabled');
	
	demandPlayBG: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_playBG');

}

ChannelViewer
{
	backgroundColor: #EDEDED;
}

ChannelViewerItem
{
	/* Title Text Labels */
	titleUpFontFamily: MyriadPro;
	titleDownFontFamily: MyriadPro;
	titleOverFontFamily: MyriadPro;
	titleSelectedOverFontFamily: MyriadPro; 
	titleSelectedUpFontFamily: MyriadPro;
	titleDisabledFontFamily: MyriadPro;
	
	titleUpFontLookup: embeddedCFF;
	titleDownFontLookup: embeddedCFF;
	titleOverFontLookup: embeddedCFF;
	titleSelectedOverFontLookup: embeddedCFF;
	titleSelectedUpFontLookup: embeddedCFF;
	titleDisabledFontLookup: embeddedCFF;
	
	titleUpFontSize: 13;
	titleDownFontSize: 13;
	titleOverFontSize: 13;
	titleSelectedOverFontSize: 13; 
	titleSelectedUpFontSize: 13;
	titleDisabledFontSize: 13;
	
	titleUpColor: #464646;
	titleDownColor: #464646;
	titleOverColor: #464646;
	titleSelectedOverColor: #464646; 
	titleSelectedUpColor: #464646;
	titleDisabledColor: #464646;
	
	titleUpFontStyle: "normal";
	titleDownFontStyle: "normal";
	titleOverFontStyle: "normal";
	titleSelectedOverFontStyle: "normal"; 
	titleSelectedUpFontStyle: "normal";
	titleDisabledFontStyle: "normal";
	
	titleUpFontWeight: "bold";
	titleDownFontWeight: "bold";
	titleOverFontWeight: "bold";
	titleSelectedOverFontWeight: "bold"; 
	titleSelectedUpFontWeight: "bold";
	titleDisabledFontWeight: "bold";
	
	titleUpTextDecoration: "none";
	titleDownTextDecoration: "none";
	titleOverTextDecoration: "none";
	titleSelectedOverTextDecoration: "none"; 
	titleSelectedUpTextDecoration: "none";
	titleDisabledTextDecoration: "none";
	
	titleUpTextAlign: "left";
	titleDownTextAlign: "left";
	titleOverTextAlign: "left";
	titleSelectedOverTextAlign: "left"; 
	titleSelectedUpTextAlign: "left";
	titleDisabledTextAlign: "left";
	
	categoryUpFontFamily: MyriadPro;
	categoryDownFontFamily: MyriadPro;
	categoryOverFontFamily: MyriadPro;
	categorySelectedOverFontFamily: MyriadPro; 
	categorySelectedUpFontFamily: MyriadPro;
	categoryDisabledFontFamily: MyriadPro;
	
	categoryUpFontLookup: embeddedCFF;
	categoryDownFontLookup: embeddedCFF;
	categoryOverFontLookup: embeddedCFF;
	categorySelectedOverFontLookup: embeddedCFF;
	categorySelectedUpFontLookup: embeddedCFF;
	categoryDisabledFontLookup: embeddedCFF;
	
	categoryUpFontSize: 10;
	categoryDownFontSize: 10;
	categoryOverFontSize: 10;
	categorySelectedOverFontSize: 10; 
	categorySelectedUpFontSize: 10;
	categoryDisabledFontSize: 10;
	
	categoryUpColor: #464646;
	categoryDownColor: #464646;
	categoryOverColor: #464646;
	categorySelectedOverColor: #464646; 
	categorySelectedUpColor: #464646;
	categoryDisabledColor: #464646;
	
	categoryUpFontStyle: "normal";
	categoryDownFontStyle: "normal";
	categoryOverFontStyle: "normal";
	categorySelectedOverFontStyle: "normal"; 
	categorySelectedUpFontStyle: "normal";
	categoryDisabledFontStyle: "normal";
	
	categoryUpTextDecoration: "none";
	categoryDownTextDecoration: "none";
	categoryOverTextDecoration: "none";
	categorySelectedOverTextDecoration: "none"; 
	categorySelectedUpTextDecoration: "none";
	categoryDisabledTextDecoration: "none";
	
	categoryUpTextAlign: "left";
	categoryDownTextAlign: "left";
	categoryOverTextAlign: "left";
	categorySelectedOverTextAlign: "left"; 
	categorySelectedUpTextAlign: "left";
	categoryDisabledTextAlign: "left";
	
	categoryUpFontWeight: "normal";
	categoryDownFontWeight: "normal";
	categoryOverFontWeight: "normal";
	categorySelectedOverFontWeight: "normal"; 
	categorySelectedUpFontWeight: "normal";
	categoryDisabledFontWeight: "normal";
	
	/* Description Text Labels */
	descriptionUpFontFamily: MyriadPro;
	descriptionDownFontFamily: MyriadPro;
	descriptionOverFontFamily: MyriadPro;
	descriptionSelectedOverFontFamily: MyriadPro; 
	descriptionSelectedUpFontFamily: MyriadPro;
	descriptionDisabledFontFamily: MyriadPro;
	
	descriptionUpFontLookup: embeddedCFF;
	descriptionDownFontLookup: embeddedCFF;
	descriptionOverFontLookup: embeddedCFF;
	descriptionSelectedOverFontLookup: embeddedCFF;
	descriptionSelectedUpFontLookup: embeddedCFF;
	descriptionDisabledFontLookup: embeddedCFF;
	
	descriptionUpFontSize: 10;
	descriptionDownFontSize: 10;
	descriptionOverFontSize: 10;
	descriptionSelectedOverFontSize: 10; 
	descriptionSelectedUpFontSize: 10;
	descriptionDisabledFontSize: 10;
	
	descriptionUpColor: #464646;
	descriptionDownColor: #464646;
	descriptionOverColor: #464646;
	descriptionSelectedOverColor: #464646; 
	descriptionSelectedUpColor: #464646;
	descriptionDisabledColor: #464646;
	
	descriptionUpFontStyle: "normal";
	descriptionDownFontStyle: "normal";
	descriptionOverFontStyle: "normal";
	descriptionSelectedOverFontStyle: "normal"; 
	descriptionSelectedUpFontStyle: "normal";
	descriptionDisabledFontStyle: "normal";
	
	descriptionUpTextDecoration: "none";
	descriptionDownTextDecoration: "none";
	descriptionOverTextDecoration: "none";
	descriptionSelectedOverTextDecoration: "none"; 
	descriptionSelectedUpTextDecoration: "none";
	descriptionDisabledTextDecoration: "none";
	
	descriptionUpTextAlign: "left";
	descriptionDownTextAlign: "left";
	descriptionOverTextAlign: "left";
	descriptionSelectedOverTextAlign: "left"; 
	descriptionSelectedUpTextAlign: "left";
	descriptionDisabledTextAlign: "left";
	
	/* Loading Skins */
	loadingFontFamily: MyriadPro;
	loadingFontLookup: embeddedCFF;
	loadingFontSize: 10;
	loadingColor: #ffffff;
	loadingFontStyle: "italic";
	loadingTextDecoration: "none";
	loadingTextAlign: "center";
	
	/* Skins */
	upSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_up');
	downSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_down');
	overSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_over');
	selectedOverSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_selectedOver2');
	selectedUpSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_selectedUp2');
	disabledSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_disabled');
	
}

/** OnDemandList **/

.onDemandListNoMediaLabelStyle
{
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	fontSize: 12;
	color: #4A4A4A;
	textAlign: center;
	fontWeight: bold;
}

.onDemandListComboBoxStyles
{
	color: #000000;
	textRollOverColor: #333333;
	upSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf', symbol='defaultComboBoxSkin_Up');
	overSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf', symbol='defaultComboBoxSkin_Over');
	downSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf', symbol='defaultComboBoxSkin_Down');
	disabledSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/TVStationViewerSkins.swf', symbol='defaultComboBoxSkin_Disabled');
	dropdownStyleName: "onDemandListComboListStyle";
}

.onDemandListComboListStyle
{
	backgroundColor: #ffffff;
	alternatingItemColors: #ffffff, #ffffff;
	borderColor: #bfbfbf;
	color: #000000;
	textRollOverColor: #ffffff;
	textSelectedColor: #ffffff;
	fontSize: 10;
	rollOverColor: #bfbfbf;
	selectionColor: #bfbfbf;
	cornerRadius: 5;
}

OnDemandList
{
	backgroundColor: #EDEDED;
}

OnDemandListItem
{
	/* Title Text Labels */
	titleUpFontFamily: MyriadPro;
	titleDownFontFamily: MyriadPro;
	titleOverFontFamily: MyriadPro;
	titleSelectedOverFontFamily: MyriadPro; 
	titleSelectedUpFontFamily: MyriadPro;
	titleDisabledFontFamily: MyriadPro;
	
	titleUpFontLookup: embeddedCFF;
	titleDownFontLookup: embeddedCFF;
	titleOverFontLookup: embeddedCFF;
	titleSelectedOverFontLookup: embeddedCFF;
	titleSelectedUpFontLookup: embeddedCFF;
	titleDisabledFontLookup: embeddedCFF;
	
	titleUpFontSize: 13;
	titleDownFontSize: 13;
	titleOverFontSize: 13;
	titleSelectedOverFontSize: 13; 
	titleSelectedUpFontSize: 13;
	titleDisabledFontSize: 13;
	
	titleUpColor: #464646;
	titleDownColor: #464646;
	titleOverColor: #464646;
	titleSelectedOverColor: #464646; 
	titleSelectedUpColor: #464646;
	titleDisabledColor: #464646;
	
	titleUpFontStyle: "regular";
	titleDownFontStyle: "regular";
	titleOverFontStyle: "regular";
	titleSelectedOverFontStyle: "regular"; 
	titleSelectedUpFontStyle: "regular";
	titleDisabledFontStyle: "regular";
	
	titleUpFontWeight: "bold";
	titleDownFontWeight: "bold";
	titleOverFontWeight: "bold";
	titleSelectedOverFontWeight: "bold"; 
	titleSelectedUpFontWeight: "bold";
	titleDisabledFontWeight: "bold";
	
	titleUpTextDecoration: "none";
	titleDownTextDecoration: "none";
	titleOverTextDecoration: "none";
	titleSelectedOverTextDecoration: "none"; 
	titleSelectedUpTextDecoration: "none";
	titleDisabledTextDecoration: "none";
	
	titleUpTextAlign: "left";
	titleDownTextAlign: "left";
	titleOverTextAlign: "left";
	titleSelectedOverTextAlign: "left"; 
	titleSelectedUpTextAlign: "left";
	titleDisabledTextAlign: "left";
	
	/* Description Text Labels */
	descriptionUpFontFamily: MyriadPro;
	descriptionDownFontFamily: MyriadPro;
	descriptionOverFontFamily: MyriadPro;
	descriptionSelectedOverFontFamily: MyriadPro; 
	descriptionSelectedUpFontFamily: MyriadPro;
	descriptionDisabledFontFamily: MyriadPro;
	
	descriptionUpFontLookup: embeddedCFF;
	descriptionDownFontLookup: embeddedCFF;
	descriptionOverFontLookup: embeddedCFF;
	descriptionSelectedOverFontLookup: embeddedCFF;
	descriptionSelectedUpFontLookup: embeddedCFF;
	descriptionDisabledFontLookup: embeddedCFF;
	
	descriptionUpFontSize: 9;
	descriptionDownFontSize: 9;
	descriptionOverFontSize: 9;
	descriptionSelectedOverFontSize: 9; 
	descriptionSelectedUpFontSize: 9;
	descriptionDisabledFontSize: 9;
	
	descriptionUpColor: #464646;
	descriptionDownColor: #464646;
	descriptionOverColor: #464646;
	descriptionSelectedOverColor: #464646; 
	descriptionSelectedUpColor: #464646;
	descriptionDisabledColor: #464646;
	
	descriptionUpFontWeight: "regular";
	descriptionDownFontWeight: "regular";
	descriptionOverFontWeight: "regular";
	descriptionSelectedOverFontWeight: "regular"; 
	descriptionSelectedUpFontWeight: "regular";
	descriptionDisabledFontWeight: "regular";
	
	descriptionUpFontStyle: "normal";
	descriptionDownFontStyle: "normal";
	descriptionOverFontStyle: "normal";
	descriptionSelectedOverFontStyle: "normal"; 
	descriptionSelectedUpFontStyle: "normal";
	descriptionDisabledFontStyle: "normal";
	
	descriptionUpTextDecoration: "none";
	descriptionDownTextDecoration: "none";
	descriptionOverTextDecoration: "none";
	descriptionSelectedOverTextDecoration: "none"; 
	descriptionSelectedUpTextDecoration: "none";
	descriptionDisabledTextDecoration: "none";
	
	descriptionUpTextAlign: "left";
	descriptionDownTextAlign: "left";
	descriptionOverTextAlign: "left";
	descriptionSelectedOverTextAlign: "left"; 
	descriptionSelectedUpTextAlign: "left";
	descriptionDisabledTextAlign: "left";
	
	/* Loading Skins */
	loadingFontFamily: MyriadPro;
	loadingFontLookup: embeddedCFF;
	loadingFontSize: 10;
	loadingColor: #ffffff;
	loadingFontStyle: "italic";
	loadingTextDecoration: "none";
	loadingTextAlign: "center";
	
	/* Skins */
	upSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_up');
	downSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_down');
	overSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_over');
	selectedOverSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_selectedOver2');
	selectedUpSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_selectedUp2');
	disabledSkin: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_disabled');
	demandPlayBG: Embed(source='/../../../skins/tvstationViewer_themes/classicEmbed/ViewerScheduleSkins.swf', symbol='defaultViewerScheduleItemSkin_playBG');

}

/**
 * PageDisplay
**/

PageDisplay
{
	fastRewindIcon: Embed(source="/../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="defaultPageDisplaySkin_fastrewind");
	rewindIcon: Embed(source="/../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="defaultPageDisplaySkin_rewind");
	forwardIcon: Embed(source="/../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="defaultPageDisplaySkin_forward");
	fastForwardIcon: Embed(source="/../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="defaultPageDisplaySkin_fastfoward");
	textBackground: Embed(source="/../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="defaultPageDisplaySkin_textBG");
}

.pageDisplayButtonSkins
{
	disabledSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="Button_disabledSkin" );
	downSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="Button_downSkin" );
	overSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="Button_overSkin" );
	selectedDisabledSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="Button_selectedDisabledSkin" );
	selectedDownSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="Button_selectedDownSkin" );
	selectedOverSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="Button_selectedOverSkin" );
	selectedUpSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="Button_selectedUpSkin" );
	upSkin: Embed(source="/../../../../skins/tvstationViewer_themes/classicEmbed/PageDisplaySkin.swf", symbol="Button_upSkin" );
}

.pageDisplayLabelSkins
{
	fontSize: 10; 
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	color: #333333;
}

.pageDisplayTextInputSkins
{
	backgroundAlpha: 1; 
	borderStyle: "none";
	textAlign: "center";
	fontSize: 10; 
	fontFamily: MyriadPro;
	fontLookup: embeddedCFF;
	color: #333333;
	backgroundColor: #FFFFFF;
	themeColor: #b3b3b3;
}
