/* CSS Document */

/*@meta { Title= "department pale blue style sheet" ; }*/

BODY { margin-top: 0em ; margin-left: 0.5em ; 
background-color: #FFFFFF ; 
background-image: url(http://www.nottingham.ac.uk/icons/corporate/pale-blue-bg.gif);
font : 0.87em Verdana, sans-serif;
 } 

 P { font: 1em Verdana, sans-serif;}
TD { font: 0.87em Verdana, sans-serif; }
 
A:link    {  color: #0F2EAA;   } 
A:visited {  color: #653D96;   } 
A:active  {  color: #A40034;  } 

H2        { font: 1.6em Verdana, sans-serif; color: #1A86E2;    }
H3        { font: 1.4em Verdana, sans-serif  ; color: #1A86E2;   }
H4        { font: 1.2em Verdana, sans-serif  ; color: #1A86E2;    }
H5        { font: 1em Verdana, sans-serif  ; color: #1A86E2;    }
H6        { font: 0.8em Verdana, sans-serif  ; color: #1A86E2;   }

UL { list-style: outside url(http://www.nottingham.ac.uk/icons/corporate/pale-blue-ball-nest.gif);
 font : 1em Verdana, sans-serif;
 }

/*UL.nest1 { list-style: outside url(http://www.nottingham.ac.uk/icons/corporate/pale-blue-ball-nest.gif);
 font : 0.9em/1.1em Arial, Verdana, sans-serif;
 }*/

P.ADDR { font: 1em Verdana, sans-serif;
}
P.INFO {  font : 0.87em Verdana, sans-serif;  }
P.NORM { font-family: Verdana, Arial, Helvetica, sans-serif;}

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 11px 22px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
	

