

/*   Note: to change the height of the top frame for all applications, set the   */
/*         value 'ApplicationTopHeight' in Web.Config. Default is 98 pixels.     */
/*         <add key="ApplicationTopHeight" value="98"/>                          */



/* --------------------------------------------------


   Blue         	#4791e0
   Light Blue		#a3c7f0
   Green     		#7FDB15
   Light Green    	#aed148
   Orange (use rarely)	#f96311


   Default color for body text: #2C3342
	
   font-weight values: normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900

   FONT: Google Font

   Default font size: 8 pt
   Default small header size: 10 pt
   Default large header size: 13 pt (such as the TD.AreaTitle secondary headers) with light blue #a3c7f0 as the color



   -------------------------------------------------- */



/* --- Top Frame Values --- */

 body.Top  {
  background-color:#2c3b81; 
  font-size:14.0pt; font-weight:normal; 
  margin:0; padding:0; border-spacing:0 }
  

/* --- Main Row --- */
 
 tr.TopMainRow  { height:76px; color:white; }

 a.TopLink { color:white; font-size:11.0pt;font-weight:500; }
 span.TopText { color:white }
 span.TopText2 { color:lightgray }
 span.TopHighlight { color:white }


