/* CSS file */

.generalBackground /* for the background of some surfaces */
{
    borderStyle:            "solid";
    borderThickness:        0;
    backgroundColor:		#FFFFFF;
    backgroundAlpha:		1;
    color: 					#1B3249;
    cornerRadius:           4;
    dropShadowEnabled:      true;
    font-size: 11;
    font-family: "Arial";
}

.orchardButton {
   cornerRadius: 7;
   highlightAlphas: 0, 0;
   fillAlphas: 1, 1, 1, 1;
   fillColors: #646d76, #646d76, #5f851d, #5f851d;
   color: #ffffff;
   textRollOverColor: #ffffff;
   textSelectedColor: #000000;
   borderColor: #646d76;
   themeColor: #5f851d;
   fontFamily: Arial;
   fontSize: 11;
   fontWeight: normal;
}

LinkBar {
	linkButtonStyleName: linkBarButton;
}	

.linkBarButton {
	color: #007BE3;
	textRollOverColor: #007BE3;
	textSelectedColor: #007BE3;
}
