<!-- Default fonts for non dynamically rendered text -->
<!-- you will also need to change the .stdFontFamily entry later in this file -->
div {font-family:Arial,Calibri,Tahoma;font-size:9pt}
body {font-family:Arial,Calibri,Tahoma;font-size:9pt}
<!-- Normal Buttons -->
<!-- It is not a good idea to mess with dimensions -->

<!-- Brown -->
.skinButton {border-style:none;text-align:center;vertical-align:middle;padding-top:4px;height:27;font-family:arial;color:white;width:141px;font-size:10pt;background-image;url('images\button_base.png");margin-top:2px;margin-bottom:2px;margin-left:2px;margin-right:2px}
.skinButtonMini {text-align:center;padding-top:6px;border-style:none;height:27;font-family:arial;color:white;width:70px;font-size:8pt;background-image;url('images\button_base_mini.png");margin-top:2px;margin-bottom:2px;margin-left:2px;margin-right:2px}
.skinButtonMiniInline {display:inline;;text-align:center;padding-top:4px;border-style:none;height:27;font-family:arial;color:white;width:70px;font-size:10pt;background-image;url('images\button_base_mini.png");margin-top:2px;margin-bottom:2px;margin-left:2px;margin-right:2px}
.skinButtonInline {display:inline;border-style:none;text-align:center;vertical-align:middle;padding-top:4px;height:27;font-family:arial;color:white;width:141px;font-size:10pt;background-image;url('images\button_base.png");margin-top:2px;margin-bottom:2px;margin-left:2px;margin-right:2px}

<!-- Green -->
.skinButton2 {border-style:none;text-align:center;vertical-align:middle;padding-top:4px;height:27;font-family:arial;color:white;width:141px;font-size:10pt;background-image;url('images\button_base_2.png");margin-top:2px;margin-bottom:2px;margin-left:2px;margin-right:2px}
.skinButtonMini2 {text-align:center;padding-top:6px;border-style:none;height:27;font-family:arial;color:white;width:70px;font-size:8pt;background-image;url('images\button_base_mini_2.png");margin-top:2px;margin-bottom:2px;margin-left:2px;margin-right:2px}
.skinButtonMiniInline2 {display:inline;;text-align:center;padding-top:4px;border-style:none;height:27;font-family:arial;color:white;width:70px;font-size:10pt;background-image;url('images\button_base_mini_2.png");margin-top:2px;margin-bottom:2px;margin-left:2px;margin-right:2px}
.skinButtonInline2 {display:inline;border-style:none;text-align:center;vertical-align:middle;padding-top:4px;height:27;font-family:arial;color:white;width:141px;font-size:10pt;background-image;url('images\button_base_2.png");margin-top:2px;margin-bottom:2px;margin-left:2px;margin-right:2px}

<!-- #cc0000 -->
		.PSButton2 {	
						
			filter:progid:DXImageTransform.Microsoft.gradient(GradientType='0', startColorstr='#cc0000', endColorstr='black');            
            border-style:solid;
            border-width:1px;
            border-color:gold;
            font-family:Calibri,Tahoma;
            letter-spacing:.25mm;
            cursor:hand;
            font-size:10pt;
            white-space:nowrap;
            color:white;
            padding-top:5px;
            text-align:center;
            position:relative;
            background-repeat:no-repeat;
            top:-2px;
            width:100px;
            height:20px;
            }
        
<!-- Applied on mouse over button -->
.PSButton2_over {	
						
			filter:progid:DXImageTransform.Microsoft.gradient(GradientType='0', startColorstr='red', endColorstr='#110000');            
            border-style:solid;
            border-width:1px;
            border-color:gold;
            font-family:Calibri,Tahoma;
            letter-spacing:.25mm;
            cursor:hand;
            font-size:10pt;
            white-space:nowrap;
            color:white;
            padding-top:5px;
            text-align:center;
            position:relative;
            background-repeat:no-repeat;
            top:-2px;
            width:100px;
            height:20px;
            }
    
<!-- 

		Layer between background image and main UI.  Can be used to set opacity for more text legibility, 
    as well as colors for a tinting effect on background image under main UI 
     
  	We default to a dark green tinting
  	
     -->    
     
.layer1Matte {	
				filter:progid:DXImageTransform.Microsoft.alpha(opacity=25);            
				background-color:green;
            }


<!-- When a scrollbar is shown on the main interface it will use the following styles -->

.scrollDIV  {

	scrollbar-base-color: black;
  	scrollbar-face-color: black; 
  	scrollbar-track-color: black; 
  	scrollbar-arrow-color: white;
  	scrollbar-highlight-color: white; 
  	scrollbar-3dlight-color: white; 
  	scrollbar-3ddark-color: white; 
  	scrollbar-shadow-color: white;
  	scrollbar-darkshadow-color: black; 

}  


<!-- Additional styles applied by PureSim Renderer (not the css renderer) -->
.accentColor=rgb(236,188,139)
.stdTextColor=white
rgb(236,188,139)

<!-- Make sure to change the fonts on the first 2 lines of this file as well -->
.stdFontFamily=Calibri,Tahoma

<!-- other good ones: Calibri -->
<!-- Screen backgrounds -->

<!-- Scores and schedules -->
.bg_Schedule=
<!-- Team -->
.bg_Team=

