/* Default CSS Stylesheet for ASBSD 
	
	/*style for labels*/	
	.body
	{
	 background-color: #004519;
	}
	
	.label
	{
	font-family: Verdana; font-size: 12px;
	}
	
	.tb
	{
	font-family: Verdana; font-size: 12px;
	}
	
	.noUnderline
	{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	}
	
	.kelly
    {
      font-family: Verdana; font-size: 16px; font-weight: bolder; color: #000000; padding-right: 5px;	  	  	  	  
    }
    
  	.labelbold
	{
	font-family: Verdana; font-size: 12px; font-weight:bolder;
	}
  	.labelboldlarge
	{
	font-family: Verdana; font-size: 14px; font-weight:bolder;
	}	
	.labelred
	{
	font-family: Verdana; font-size: 12px; font-weight:bolder; color: #FF0000;
	}
	
	.dropdown
	{
	font-family: Verdana; font-size: 12px;
	}
	
	.detailsview
	{
	font-family: Verdana;
	font-size: 12px;
	}
	
	.detailsviewSmall
	{
	font-family: Verdana;
	font-size: 10px;
	}
	
	.dropdownSmall
	{
	font-family: Verdana; font-size: 10px;
	}
	
	.gridviewSmall
	{
	font-family: Verdana;
	font-size: 10px;
	}
	
	.formviewSmall
	{
	font-family: Verdana;
	font-size: 10px;
	}
	
	.tbSmall
	{
	font-family: Verdana;
	font-size: 10px;
	}
	
	.labelSmall
	{
	font-family: Verdana;
	font-size: 10px;
	}	
	
	.gridview
	{
	font-family: Verdana;
	font-size: 12px;
	}
	
	.formview
	{
	font-family: Verdana;
	font-size: 12px;
	}
	
	.login
	{
	font-family: Verdana;
	font-size: 10px;
	}
	
	.ultrawebgrid
	{
	font-family: Verdana;
	font-size: 12px;
	}
	
	.button
	{
	font-family: Verdana;
	font-size: 12px;
	}
	
	.buttonSmall
	{
	font-family: Verdana;
	font-size: 10px;
	}
	
	.webpanel
	{
	font-family: Verdana;
	font-size: 12px;
	}
	
	.webtab
	{
	font-family: Verdana;
	font-size: 12px;
	}
	
	.cbl
	{
	font-family: Verdana;
	font-size: 12px;
	}
	
	.hl
	{
	font-family: Verdana;
	font-size: 12px;
	}
	
	.headersmall
	{
	font-family: Verdana;
	font-size: 10px;
	}
	
	.helpblock
	{
	 background-color: #F5C0D7;
	 border-color: Red;
	}
	
	.defaultheader
	{
	 background-color: #fff1d7;
	}
	
	.defaultheadersmall
	{
	  background-color: #fff1d7;
	}
	
	.defaultPanel
	{
	 background-color : #fff1d7; font-size: 16px; font-weight: bolder; color: #000000;
	}
	
	.labelheadersmallwhite
	{
	font-family: Verdana; font-size: 12px;  color: #000000;
	}
	
	.labelheadersmall
	{
	font-family: Verdana; font-size: 12px; color: #000000;
	}
	
	.loginbox
	{
	font-family: Verdana;
	font-size: 10px;
	background-color: #fff1d7;
	}
	
	.modalBackground 
	{  
		background-color:Gray;  
	}	
		
	.GridViewMerge
	{   
		font-family: Verdana;
		font-size: 12px; 
		border-right: None;
		border-bottom: None;
		border-left: None;
		border-top: 2px solid black;
	}

	.GridViewNotMerge
	{   
		font-family: Verdana;
		font-size: 12px; 
		border-right: None;
		border-bottom: 2px solid black;
		border-left: None;
		border-top: 2px solid black;
	}


/*next 3 for indiniduals.aspx district affiliation page
	.FreezePaneOff

background-image: url("./images/ASBSD/login_bk.jpg");

   {
      visibility: hidden;
      display: none;
      position: absolute;
      top: -100px;
      left: -100px;
   }

   .FreezePaneOn
   {
      position: absolute;
      top: 0px;
      left: 0px;
      visibility: visible;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #666;
      z-index: 999;
      filter:alpha(opacity=85);
      -moz-opacity:0.85;
      padding-top: 20%;
   }

   .InnerFreezePane
   {
      text-align: center;
      width: 66%;
      background-color: #004519;
      color: white;
      font-size: large;
      border: dashed 2px #111;
      padding: 9px;
   }*/

	/*style for buttons
	.btn
	{
		font:  12px Arail;
	}
	
	style for hyperlink
	.hl
	{
		font:  12px Arail;
	}
	
	/*style for checkboxlists
	.cbl
	{
		font:  12px Arail;
	}
	
		/*style for UltraWebGrids
	.uwg
	{
		font:  12px Arail;
	}
	.hl
	{
		font:  12px Arail;
		text-decoration="none";
	}


