/* CSS file */
Application {
   backgroundColor: #3399cc;
   backgroundGradientColors: #cccccc, #666666;
   backgroundGradientAlphas: 0.88, 0.66;
   themeColor: #888888;
   fontSize: 10;
}

ApplicationControlBar {
   borderStyle: none;
   backgroundColor: #FFFFFF;
   backgroundAlpha: 0.9;
}

Panel {     
   borderThicknessLeft: 5;
   borderThicknessTop: 0;
   borderThicknessBottom: 2;
   borderThicknessRight: 5;
   roundedBottomCorners: true;
   cornerRadius: 5;
   headerHeight: 22;
   shadowDirection: center;
   borderAlpha: 0.9;
   borderColor: #ffffff;
   borderAlpha: 0.67;
   highlightAlphas: 1, 0.51;
   headerColors: #003366, #ffffff;
}


TabNavigator
{
   borderThicknessLeft: 0;
   borderThicknessTop: 0;
   borderThicknessBottom: 0;
   borderThicknessRight: 0;
   horizontalAlign: left;
   borderStyle: inset;
   padding-top: 0;
   padding-left: 2;
   padding-right: 2;
   padding-bottom:2;
   tabStyleName: "myTabs";
   firstTabStyleName: "myTabs";
   lastTabStyleName: "myTabs";

}

.myTabs {
   cornerRadius: 2;
   highlightAlphas: 0.79, 0.79;
   fillAlphas: 0.54, 0.4;
   fillColors: #cccccc, #ffffff;
   backgroundAlpha: 0.66;

}

Form {
	padding-top: 0;
	padding-left: 5;
	padding-right: 5;
	padding-bottom:0;
}
Button {
   cornerRadius: 9;
}
.SubjectView {
	 backgroundColor: #B8A5A5;
	 borderColor: #cccccc;
	 cornerRadius: 7;
   	 dropShadowEnabled: true;
   	 shadowDirection: right;
	 borderStyle :solid;

}
.VideoView {
	 backgroundColor: #FCFCFC;
	 borderColor: #cccccc;
	 cornerRadius: 7;
	borderThickness: 1;
	 borderStyle :solid;
	 fontSize:8;
}
.VideoViewSelected {
	 backgroundColor: #EEFFEE;
	 borderColor: #88FF88;
	 cornerRadius: 7;
	borderThickness: 3;
	 borderStyle :solid;
	 fontSize:8;
}
.EditCanvas {
	backgroundColor :#9CEE78;
}
.HelpCanvas{
	 backgroundColor: #DDDDDD;
	 borderColor: #FFFFFF;
	 cornerRadius: 7;
	 borderThickness: 3;
	 borderStyle :solid;
	 fontSize:12;
	 fontColor : #000000;
}

.DragLabel {
	fontSize:48;
	fontWeight:bold;	
}
.SourceButton {
   cornerRadius: 3;
   paddingLeft: 0;
   paddingRight: 0;
}
.CloseButton {
   cornerRadius: 3;
   paddingLeft: 0;
   paddingRight: 0;
}
.VideoViewIconBar{
	 backgroundAlpha: 0.0;
	 borderColor: #cccccc;
	 cornerRadius: 7;
	 borderStyle :solid;
	 borderWidth:1;
	 fontSize:8;
}
.VideoViewIconBarIcon{
	cornerRadius: 7;
}

