@charset "UTF-8";
/**
 * "Creating Tabs on screen"
 */

@media all
{
  /*------------------------------------------------------------------------------------------------------*/

  /**
   * Basic Tab layout
   */
	
   #tabs {
	  border-bottom: 3px solid #043882;
	  margin: 0;
	  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	  font-weight: bold;
	}

	#tabs ul {
	  list-style: none;
	  padding:0;
	  margin: 0;
	}	
 
	#tabs li {
	  list-style: none;
      display:inline; 
	  border-bottom-width: 0;
	  margin: 0 2px 0 0;
	  position: relative;
	}

	#tabs li a {
	  padding: 4px 20px 4px 20px;
	  border-top: 1px solid #3770C0;
	  border-left: 3px solid #3770C0;
	  border-right: 3px solid #3770C0;
	  /*background-color: #043882;*/
	  background-image: url('../images/A_banner.png');
	  background-repeat: repeat-x;
	  color: #fff;
	  text-decoration: none;
    }

    #tabs li a:focus,
	#tabs li a:active,
	#tabs li a:hover {
	  padding: 4px 20px 4px 20px;
	  border-left: 3px solid #CC1F26;
	  border-right: 3px solid #CC1F26;
	  background-color: #CC1F26;
	  border-top: 1px solid #3770C0;
	  color: #fff;
	  text-decoration: none;
    }

	#newsArchive2007Page #tabs li#tab2007 a, #newsArchive2008Page #tabs li#tab2008 a, #newsArchive2009Page #tabs li#tab2009 a, #newsArchive2010Page #tabs li#tab2010 a{
	  background-color: #fff;
	  color: #000;
	  background-image: none;
	  background-repeat: none;
      border-bottom: 1px solid #fff;
	}
	
	#tabsContent {
	  border-left: 1px solid #043882;
	  border-right: 1px solid #043882;
	  border-bottom: 1px solid #043882;
	  border-top: 1px solid #043882;
	  padding: 15px 5px 5px 5px;	  
	}
}

