﻿/*
Colours:
    625D53 - dark gray
    C0B6A3 - med gray-brown
    E1D5BF - light brown
    ACCFCC - light blue
    34726D - dark teal
    8A0917 - dark red    
    680711 - darker red
    595241 - dark brown
    
    387DC9 - new blue (banner)

    yellow: F3D521
    orange: E1A325
    brown:  5E4410
*/

body
{
    background-color: #fff;
    font-family: verdana, arial, sans-serif;
}
hr.clearer { margin: 0; padding: 0; visibility:hidden; clear:both; overflow: hidden; height: 1px; font-size: 1%;}
.floatLeftWrapper /* to get around IE's margin-doubling bug */
{
	float: left;
}

#Header 
{ 
    height: 118px; 
    background: #387DC9 url(../images/design/banner_blue.gif) no-repeat top left;
    position:relative; 
}
#homelink
{
    display:block;
    width: 682px;
    height: 118px;
    text-indent: -999em;
    
}

#NOTyui-main
{
    background-color: #C0B6A3;
    
    background-image: url(../images/design/main-bg-2.gif);
    background-position: 13.8456em top; /* these values come from yui grids.css line 34 */
    *background-position: 13.512em top;
    background-repeat: repeat-y;
}
#CenterContent
{
    background: #fff;
    background-image: url(../images/design/1px-c0b6a3.gif);
    background-position: top right;
    background-repeat: repeat-y;

}

#CenterContentInner
{
    padding: 0 1em;
}

#RightContentInner
{
    padding: 1em 1em 1em 0;
}

#Breadcrumb
{
    font-size: 86%;
    
    padding: 0.6em 0 0.7em 0;
    margin-bottom: 0.9em;
    border-bottom: solid 1px #C0B6A3;
}



#ContinueEnrolment
{
    display: block;
    float: right;
    width: 150px;
    background: transparent url(../images/design/150px-enrol-top.gif) no-repeat center top;
    margin: 1em 1em 0 0 ;
}
#ContinueEnrolment a
{
    display: block;
   
    background: transparent url(../images/design/150px-bottom.gif) no-repeat center bottom;
    font-size: 86%;
    padding: 5px;
    padding-right: 20px;
}
#TopMenu
{
    height: 2.5em;
    background: #accfcc url(../images/design/menu-gradient.gif) repeat-x top left;
    border-bottom: 4px solid #34726D;
    font-size: 86%;
}

/*
#TopMenu ul, #SideMenu ul
{
    margin:0;
    padding:0;
    
}
#TopMenu ul li, #SideMenu ul li
{
    list-style-type: none;   
}
*/



#TopMenu ul.AspNet-Menu, #TopMenu ul.AspNet-Menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}


#TopMenu ul.AspNet-Menu a {
	display: block;
	width: 8em;

}

#TopMenu ul.AspNet-Menu a, #TopMenu ul.AspNet-Menu a:visited
{
    text-decoration: none;
	color: #000;
}

#TopMenu ul.AspNet-Menu a:active
{
    color: orange;
}

#TopMenu ul.AspNet-Menu ul a
{
    width: 14.5em;
    padding: 0.5em;
    padding-right: 0;
}

#TopMenu ul.AspNet-Menu li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
	list-style-type: none;
    height: 2em;
    line-height: 2;
    padding: 0.25em 0;
    /*border-bottom: 4px solid black;*/
    font-weight: bold;
    font-weight:900;
    text-align: center;
}

#TopMenu ul.AspNet-Menu li li  /* non-top-level list items */
{
    height: auto;
    line-height: 1;
    width: 15em;
    text-align: left;
    border: none;
    padding: 0;
    border: none;
    font-weight: normal;
}

#TopMenu ul.AspNet-Menu li ul { /* second-level lists */
	position: absolute;
	background: #C0B6A3;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 999;
	border: solid 1px #595241;
	border-bottom: none;
	
}

#TopMenu ul.AspNet-Menu li ul li /* items in second-level lists */
{
    border-bottom: solid 1px #595241;
}

#TopMenu ul.AspNet-Menu li ul ul { /* third-and-above-level lists */
	margin: -2.1em 0 0 15em; /* change top margin if you change #TopMenu ul.AspNet-Menu line-height */
}

#TopMenu ul.AspNet-Menu li:hover ul ul, #TopMenu ul.AspNet-Menu li.sfhover ul ul {
	left: -999em;
}

#TopMenu ul.AspNet-Menu li:hover ul, #TopMenu ul.AspNet-Menu li li:hover ul, #TopMenu ul.AspNet-Menu li.sfhover ul, #TopMenu ul.AspNet-Menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#TopMenu ul.AspNet-Menu li.sfhover ul
{
    margin-left: -5em;
}

#TopMenu ul.AspNet-Menu li.sfhover ul ul
{
    margin-left: 15em;
}

#TopMenu ul.AspNet-Menu li.current
{
    background: #C2E9E6 url(../images/design/menu-gradient-current.gif) repeat-x top left
}

#TopMenu ul.AspNet-Menu li:hover, #TopMenu ul.AspNet-Menu li.sfhover
{

    background: #E1D5BF url(../images/design/menu-gradient-highlight.gif) repeat-x top left;
    border-left: solid 1px #595241;
    border-right: solid 1px #595241;
    margin: 0 -1px;
}


#TopMenu ul.AspNet-Menu li.AspNet-Menu-WithChildren a
{
    background-image: url(../images/design/arrow_d.gif);
    background-repeat: no-repeat;
    background-position: 7em center;
}

#TopMenu ul.AspNet-Menu ul li.AspNet-Menu-WithChildren a
{
        background-position: 14em center;
}

#TopMenu ul.AspNet-Menu li li.AspNet-Menu-WithChildren a
{
    background-image: url(../images/design/arrow_r.gif);
}

#TopMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a
{
    background-image: none !important;
}


div.newsletterSubscribe
{
    background: #E1A325 url(../images/design/newsletter_bg.gif) no-repeat top left;
}
div.newsletterSubscribe h3
{
    margin: 0;
    padding-bottom: 4px;
    padding-left: 13px;
    background-color: #4D3601;
    color: White;
    font-family: Arial;
}
div.newsletterSubscribe p
{
    font-size: 86%;
    margin: 0.5em 13px;
}
div.inputWrapper
{
    padding-left: 13px;
}
#NewsletterSubscribeEmail, #NewsletterSubscribeButton
{
    margin: 0;
    padding: 0;
    display: block;
    border: solid 1px #4D3601;
    background: white;
    height: 20px;
    line-height: 20px;
}
#NewsletterSubscribeEmail { float: left; width: 220px; margin-right: 5px;}
#NewsletterSubscribeButton { float: left; height: 22px; width: 30px; background: #ECCB81; color: #4D3601; font-weight: bold;}

div.newsletterSubscribe .rtop     { background: #fff; }
div.newsletterSubscribe .rtop *   { background: #4D3601; }
div.newsletterSubscribe .rbottom  { background: #fff; }
div.newsletterSubscribe .rbottom *{ background: #E1A325; }

#Footer
{
    text-align: center;
    background: #c0c0c0 /*url(../images/design/footer-gradient.gif) repeat-x top left*/;
    border-top: 3px solid #777;
    padding-top: 0.7em;
    padding-bottom: 2em;
    color: #555;
    font-size: 86%;
}
#Footer a { color: #fff;}
#Footer table {text-align: left;}
#Footer table ul
{
    margin: 0;
    padding: 0;
    padding-left: 1.5em;
}
#Footer table a { font-weight: bold; color: #555;}
#Footer table ul a { font-weight: normal; }
#Footer td, #Footer th { border: none; }

a.linkButton
{
    display:block;
    border: solid 1px black;
    width: 13.1em;
    font-size: 86%;
    text-decoration: none;
    color: #000;
    height: 1.9em;
    line-height: 1.5em;
    margin-top: 3px;
}
a.linkButton:hover
{
    background-color: #88A8E1;
    color: white;
}
a.linkButton img { border: none; position: relative; top: 3px; margin: 0 4px;}

div.recentlyViewedCourses
{
    background: #eee;
    font-size: 86%;
    border: 1px solid #aaa;
    padding: 0.4em;
    margin-bottom: 2em;
    margin-top: 1em;
}
div.recentlyViewedCourses h3
{
    margin: -0.4em;
    margin-bottom: 0.2em;
    padding: 0.2em;
    background: #aaa;
    color: White;
}
div.recentlyViewedCourses a
{
    color: #17098a;
}

input.hiddenTextBox
{
    display: none;
    visibility: hidden;
}
#SiteSearch
{
    padding-top: 0.35em;
    padding-right: 5px;

    width: 160px;
    float: right;
}
#SiteSearch #searchTextBox
{
    height: 18px;
    border: solid 1px #555;
    border-right: none;
    width: 130px;
    color: #999;
}
#SiteSearch input
{
    display: block;
    float: right;
}
#SiteSearch #SearchButton
{
    float: right;
}
#ContactBox
{
    color: white;
    font-size: 86%;
    float:left;
    width: 156px;
    position: absolute;
    right: 0px;
    top: 55px;
}
#ContactBox strong
{
    display: block;
    float: left;
    width: 3em;
}
#ContactBox a
{
    color: white;
    line-height: 2;
}
#StudentLoginLink img
{
border: none; margin-top: 1em;}

a.rightImage {text-decoration: none; margin-right: -5em;}
a.rightImage img { border: none; margin-bottom: 1em; }

/* 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} 
