﻿/* Nifty Corners by Alessandro Fulciniti: http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display:block; }
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; }
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 







#LeftNav
{
  background: #080808 url(../images/design/leftnav_bg.gif) repeat-x center 4px;
  color: white;
}
#LeftNav .rtop, #LeftNav .rbottom { background: #fff; }
#LeftNav .rtop * { background: #242021; }
#LeftNav .rbottom * { background: #3E3C3D; }
#LeftNav a.leftimg img
{
	margin: 2px 7px;
}
#LeftNav ul, #LeftNav ul li
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#LeftNav ul 
{
  padding: 7px 11px;
  margin: 11px 5px;
  border: solid 1px #ccc;
  border-width: 1px 0;
}
#LeftNav ul ul
{
    border: none;
    padding: 0;
    padding-left: 11px;
    margin: 0;
    margin-bottom: 7px;
}
#LeftNav ul li a
{
  color: #ccc;
  text-decoration: none;
  line-height: 1.5;
}
#LeftNav ul li a:hover
{
  text-decoration: underline;
}

#Breadcrumb
{
	font-size: 86%;
	margin: 1em 0; 
}

#ContinueEnrolment
{
	width: 200px;
    background: none;
    position: absolute;
    right: 7px;
    top: 8px;

}
#ContinueEnrolment img { border: none;float: right; }


/* search adapted from http://blog.reindel.com/2007/08/13/howto-spruce-up-your-search-box-with-css-and-a-background-image/ */
#search_box {
    width: 160px;
    height: 22px;
    background: transparent url(/images/design/search.gif) no-repeat top left;
    float: right;
    margin: 53px 7px 0 0;
}
#search_box #q {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 4px;
    margin-left: 2px;
    border: 0;
    width: 130px;
    background: none;
    font-size: 86%;
    color: white;
}
#search_box #go {
    float: right;
    margin: 0 0 0;
    display: block;
    width: 25px;
    height: 22px;
    border: none;
    background: url(/images/design/search_button.gif) no-repeat right -22px;
      cursor: pointer;
      text-indent: 1000px;
      overflow: hidden;
}
#search_box #go:hover
{
  background-position: right 0px;
}
