﻿@charset "utf-8";
/* -----------------------------------------------------------------

Copyright 2008 Newcastle-under-Lyme College. All rights reserved
CSS written by Kevin Rapley (KR)

SWATCHES

#000000 Black
#f47b20 NULC Orange
#ffffff White
#92d400 Lime Green

CONTENTS
Search for any of the below to be transported to that section of the
document


=TOP
----------------------------------------------------------------- */

/* =SUBMENU
Secondary menu.
----------------------------------------------------------------- */

    #secondary .menu li a:link, #secondary .menu li a:visited {
     background-color: #92d400;
	 color: white;
    }

    #secondary .menu li a:hover, #secondary .menu li a:active {
     background: black;
     color: white;
	}

/* =CONTENT
Main content region.
----------------------------------------------------------------- */

  #toprow { 
   margin-bottom: 10px;
  }

  .title {
   background: #92d400;
   color: inherit;
   padding: 22px 13px;
  }

   .title h1, .title h2 {
    background-color: #92d400;
    color: white;
    float: left;
    font-size: 1.5em;
    line-height: 1.1;
    margin: 0;
    width: auto;
   }

    .title h1 span {
     background-color: white;
     color: #92d400;
     font-style: normal; 
     margin: 0 10px;
     padding: 3px 10px;
    }

 /* =TABBED REGION
 ---------------------------------------------------------------- */

  .tabbed {
   
  }

   .tabbed div {
    margin: 10px 0;
   }

   .tabmenu {
    background: url('/media/b46bc212d9df443987827b61366fd700.gif') bottom repeat-x;
    color: inherit;
   }

      .tabmenu a {
       border-bottom: solid 1px #92d400;
	  }

      .tabmenu .menu1 a:hover, .tabmenu .menu1 a:active {
       background-color: white;
       border: 1px solid #92d400;
       border-bottom-color: white;
       color: #92d400;
	  }

      .tabmenu .menu2 a:hover, .tabmenu .menu2 a:active {
       background-color: white;
	   border: 1px solid #92d400;
       border-bottom-color: white;
       color: #92d400;
	  }

      .tabmenu .menu3 a:hover, .tabmenu .menu3 a:active {
       background-color: white;
       border: 1px solid #92d400;
       border-bottom-color: white;
       color: #92d400;
	  }

      .tabmenu .menu4 a:hover, .tabmenu .menu4 a:active {
       background-color: white;
       border: 1px solid #92d400;
       border-bottom-color: white;
       color: #92d400;
	  }

      .tabmenu .menu5 a:hover, .tabmenu .menu5 a:active {
       background-color: white;
       border: 1px solid #92d400;
       border-bottom-color: white;
       color: #92d400;
	  }

      .tabmenu .menu6 a:hover, .tabmenu .menu6 a:active {
       background-color: white;
       border: 1px solid #92d400;
       border-bottom-color: white;
       color: #92d400;
	  }

       .tabmenu a.selected, .tabmenu .menu1 a.selected, .tabmenu .menu2 a.selected, .tabmenu .menu3 a.selected, .tabmenu .menu4 a.selected, .tabmenu .menu5 a.selected, .tabmenu .menu6 a.selected {
        background-color: white;
        border: 1px solid #92d400;
        border-bottom-color: white;
        color: #92d400;
       }

  #signposting {
   background: url('/media/b83aaa4c064643cc81884c875075cee9.gif') repeat-y;
  }

   #signposting img {
    height: auto;
    width: auto;
   }

   #signposthead {
    background: url('/media/add3c65cb26e4465b7c9f65c33d8a001.gif') repeat-y;
   }

    #signposthead h3 {
     background-color: #92d400;
     color: white;
     margin: 0;
     padding: 14px 12px;
    }

  .greenlink {
   clear: both;
   text-align: right;
  }

   .greenlink a {
    background-color: #92d400;
    color: white;
    padding: 2px 4px;
    text-decoration: none;
   }

   .greenlink a:hover {
    background-color: black;
    color: white;
   }

#menu .sl {
 background-color: #f47b20;
 color: white;
}