/* CSS file */


		Application {
  			 backgroundColor: #33ccff;
   			 backgroundGradientColors: #cccccc, #68808c;
   			 backgroundGradientAlphas: 0.48, 1;
   			 backgroundImage: Embed(source="student-game-wakuwaku-com-waku-images-fondo.jpg");
   			 fontFamily: Comic Sans MS;

			}
		
			
		TitleWindow {
		   borderColor: #ff9900;
		   borderAlpha: 0.85;
		   borderThicknessLeft: 4;
		   borderThicknessTop: 0;
		   borderThicknessBottom: 2;
		   borderThicknessRight: 4;
		   roundedBottomCorners: true;
		   cornerRadius: 7;
		   padding-top:10px;
		   padding-left: 10px;
		   backgroundAlpha: 0.95;
		   highlightAlphas: 0.52, 0;
		   headerColors: #ff0000, #ff9900;
		   footerColors: #ff9900, #ff0000;
		   shadowDistance: 3;
   			shadowDirection: center;
		    horizontal-center: 0;
  		   vertical-center: 0;
 		   titleStyleName: "mypanelTitle";
 		 
		}

		Panel {
		   borderColor: #ff9900;
		   borderAlpha: 0.85;
		   borderThicknessLeft: 4;
		   borderThicknessTop: 0;
		   borderThicknessBottom: 2;
		   borderThicknessRight: 4;
		   roundedBottomCorners: true;
		   cornerRadius: 7;
		   padding-top:10px;
		   padding-left: 10px;
		   backgroundAlpha: 0.7;
		   highlightAlphas: 0.52, 0;
		   headerColors: #ff0000, #ff9900;
		   footerColors: #ff9900, #ff0000;
		   
			shadowDistance: 3;
   			shadowDirection: center;
		   horizontal-center: 0;
  		   vertical-center: 0;
 		   titleStyleName: "mypanelTitle";
 		 
		}

		.HudPanel
		{
		    borderStyle: solid;
   			borderColor: #cc9900;
   			borderAlpha: 0.98;
   			padding-left:15 px;
   			padding-right:15 px;
   			padding-top:15 px;
   			padding-bottom:15 px;
   			borderThickness: 9;
   			roundedBottomCorners: true;
   			cornerRadius: 28;
   			headerHeight: 0;
   			backgroundAlpha: 0.8;
   			highlightAlphas: 0, 0;
   			dropShadowEnabled: true;
			shadowDistance: 3;
   			shadowDirection: center;
		    titleStyleName: "mypanelTitle2";
		    headerColors: #ffffff,#ffffff;
		    footerColor: #ffffff;
}
Text {
   			
   			fontSize: 36;
   			color: #3333ff;
   			fontWeight: bold;
   			textAlign: center;
}

Canvas {
		 horizontalScrollPolicy:"off"; 
 		 verticalScrollPolicy:"off";
 		    horizontal-center: 0;
  		   vertical-center: 0;
		 }

.mypanelTitle2 {
   		textAlign: center;
   		fontSize: 12;
}
.mypanelTitle {
   			   textAlign: center;
   				
   				fontSize: 18;
  				 fontWeight: bold;
		}
Label
{
	top : 10;
	fontWeight : bold; 
	fontSize: 18; 

}	
.AboutText{
	fontSize: 14;
	color: #000000;
	textAlign : left;		
}
.DescText{	
	fontSize: 12;
	color: #222222;
	textAlign: left;
}
.AboutLink{
	fontSize:16;
}
MenuBar {
   fontFamily: Arial;
   fontSize: 12;
   fontWeight: normal;
   textAlign: left;
}
Alert {
   fontSize: 18;	
   textAlign: center;
}
