/* CSS character encoding declaration */
/*@charset "iso-8859-1"; */

/* Set's border, padding and margin to 0 for all values 
{
	padding: 0;
	margin: 0;
	border: 0;
}
*/

body, html
{
    text-align: center; /* Centers the design in old IE versions */
    height: 100%;
}

body
{
    background: #ffffff url(../images/interface/bg_1_x_148.png) repeat-x scroll left top;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Lucida sans' , Arial, Verdana;
    color: #333;
}

.clear
{
    clear: both;
}

p
{
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-weight: normal;
    font-family: 'Lucida sans' , Arial, Verdana;
    line-height: 1.5em;
}

h1
{
    color: #1c476a;
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Myriad Pro' , Lucida Sans Unicode, Arial, Verdana;
    padding-bottom: 10px;
}

h2
{
    color: #1c476a;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Myriad Pro' , Lucida Sans Unicode, Arial, Verdana;
    padding-bottom: 10px;
}

h3
{
    color: #1c476a;
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: 'Myriad Pro' , Lucida Sans Unicode, Arial, Verdana;
    padding-bottom: 6px;
}

li
{
    margin-bottom: 5px;
}

a:link, a:visited
{
    color: #387490;
    font-weight: normal;
    text-decoration: underline;
}

a:hover, a:active
{
    color: #a34c35;
    text-decoration: underline;
}

a.arrowLink, a.arrowLink:visited
{
    font-weight: normal;
    background: url(../images/interface/arrow_blue_3_x_5.png) no-repeat left 10px;
    padding: 5px 0px 0px 8px;
}

a.arrowLink:hover, a.arrowLink:active
{
}

.txtSmall
{
    font-size: 90%;
}

/******************
 * Main Container *
 ******************/
#mainContainer
{
    width: 980px;
    margin: 0 auto; /* Centers the design */
    min-height: 100%;
    text-align: left; /* Because we centered the text in body we have to move the text back to left aligning */
}

* html #mainContainer
{
    height: 100%; /* IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height */
}

/**********
 * Header *
 **********/
#header
{
    height: 165px;
    background: url(../images/interface/bg_980_x_148.png) no-repeat 0 0;
}

#wilsonheader
{
    height: 165px;
    background: url(../images/interface/bg_980_x_148.png) no-repeat 0 0;
}

#wilsonheader #logo
{
    position: relative;
    top: 20px;
    float: left;
}

#header #logo
{
    position: relative;
    top: 20px;
    float: left;
}

#wilsonheader #secondlogo
{
    position: relative;
    top: 20px;
    float: left;
}

#header #myAccount
{
    position: relative;
    float: right;
    color: #ffffff;
    font-size: 12px;
    top: 10px;
    padding-right: 7px;
}

#header #myAccount a
{
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
}

#header #myAccount a:hover
{
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
}

/**************
 * Navigation *
 **************/
#wilsonheader #navigation
{
    position: absolute;
    top: 116px;
    width: 980px;
}

#header #navigation
{
    position: absolute;
    top: 116px;
    width: 980px;
}

#wilsonheader #navigation ul
{
    float: left;
    margin: 0;
    margin-left: 220px;
    padding: 0;
    list-style: none;
}

#wilsonheader #navigation li
{
    display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
}

#wilsonheader #navigation ul li a
{
    float: left;
    display: block;
    position: relative;
    width: 114px;
    background: url(../images/interface/tab_norm_114_x_35.png) no-repeat 0 0;
    padding: 8px 0 8px 0;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#wilsonheader #navigation ul li a:hover
{
    background: url(../images/interface/tab_over_114_x_35.png) no-repeat 0 0;
    color: #ffffff;
}

#wilsonheader #navigation ul a.active
{
    background: url(../images/interface/tab_active_114_x_35.png) no-repeat 0 0;
    color: #777777;
}

#wilsonheader #navigation ul a.active:hover
{
    background: url(../images/interface/tab_active_114_x_35.png) no-repeat 0 0;
    color: #777777;
}

#header #navigation ul
{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#header #navigation li
{
    display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}

#header #navigation ul li a
{
    float: left;
    display: block;
    position: relative;
    width: 114px;
    background: url(../images/interface/tab_norm_114_x_35.png) no-repeat 0 0;
    padding: 8px 0 8px 0;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#header #navigation ul li a:hover
{
    background: url(../images/interface/tab_over_114_x_35.png) no-repeat 0 0;
    color: #ffffff;
}

#header #navigation ul a.active
{
    background: url(../images/interface/tab_active_114_x_35.png) no-repeat 0 0;
    color: #777777;
}

#header #navigation ul a.active:hover
{
    background: url(../images/interface/tab_active_114_x_35.png) no-repeat 0 0;
    color: #777777;
}

/**********
 * Footer *
 **********/
#footer
{
    height: 65px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
    margin: 0 auto;
    margin-top: -65px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
    text-align: center;
    background: #fff url(../images/interface/bg_1_x_12.png) repeat-x scroll left top;
}

#footerWrap
{
    width: 980px;
    padding-top: 17px;
    margin: 0 auto;
}

#footer p
{
    color: #363636;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
}

#footer a
{
    color: gray;
    font-weight: normal;
    text-decoration: none;
}

#footer a:hover
{
    color: gray;
    font-weight: normal;
    text-decoration: underline;
}

#footerLeft
{
    float: left;
    text-align: left;
}

#footerRight
{
    float: right;
    text-align: left;
}

/*******************
 Content and Columns
********************/
.outer
{
    padding-left: 200px;
}

* html .outer
{
    padding-right: 1800px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}

.inner
{
    width: 780px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
    padding-bottom: 65px;
}

* html .inner
{
    width: 100%;
}

/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap
{
    float: left;
    width: 790px;
    margin-left: -200px; /*** Same length as .outer padding-left but with negative value ***/
}

* html .float-wrap
{
    /*** No need for hacking IE on this layout ***/
}

#content
{
    float: right;
    width: 580px;
}

* html #content
{
    position: relative; /*** IE needs this  ***/
}

.contentWrap
{
    padding: 5px;
}

/***********
 Left Column
************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left
{
    float: left;
    width: 200px;
}

* html #left
{
    position: relative; /*** IE needs this  ***/
}

#left .leftTable
{
    margin-bottom: 15px;
}

#left .leftTable h2
{
    font-family: 'Lucida sans' , Arial, Verdana;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6em;
    color: #fff;
    background: url(../images/interface/bg_200_x_30.png) no-repeat;
    height: 25px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

#left .leftTable ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#left .leftTable ul li, #left .leftTable .coursetable tr td
{
    border-bottom: 1px dotted #ccc;
    background: url(../images/interface/arrow_blue_3_x_5.png) no-repeat left 10px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#left .leftTableMiddle
{
    padding: 6px;
    background-color: #ecf0f3;
    border-left: 1px #dcdcdc solid;
    border-right: 1px #dcdcdc solid;
}

#left .leftTableBottom
{
    background: url(../images/interface/bg_200_x_10.png) no-repeat 0 0;
    height: 10px;
}

/************
 Right Column
*************/
#right
{
    float: right;
    width: 180px;
}

* html #right
{
    position: relative; /*** IE needs this  ***/
    margin-right: -180px; /*** IE gets this margin. ***/
}

#right .rightTable
{
    border: 1px solid #cccccc;
    background-image: url(../images/interface/bg_1_x_30.gif);
    background-repeat: repeat-x;
    margin-bottom: 15px;
}

#right .rightTableExtended
{
    border: 1px solid #CCCCCC;
    background-image: url(../images/interface/bg_1_x_30.gif);
    background-repeat: repeat-x;
    margin-bottom: 15px;
}

#right .rightTableExtended h2
{
    font-family: 'Lucida sans' , Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    line-height: 2em;
    height: 20px;
    color: #333;
    margin: 0;
    padding: 0;
    padding-left: 9px;
}

#right p, #right li, #right label
{
    font-size: 11px;
}

#right .rightTable h2
{
    font-family: 'Lucida sans' , Arial, Verdana;
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
    height: 20px;
    color: #333;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

#right .rightTableWrap
{
    padding: 10px;
}

#right .rightTable ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#right .rightTable li, #right .rightTable .coursetable tr td
{
    background: url(../images/interface/arrow_blue_3_x_5.png) no-repeat left 10px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#right .rightTable input[type=text]
{
    font-family: 'Lucida sans' , Arial, Verdana;
    font-size: 11px;
    width: 96%;
}

/**************
 * Billboards *
 **************/
.billboardHome
{
    background: url(../images/interface/bg_180_x_170.png) no-repeat 0 0;
    width: 180px;
    height: 170px;
    overflow: hidden;
}

.billboardHomeWrap
{
    padding: 10px;
}

.billboardHome p
{
    line-height: normal;
}

/********
 * Form *
 ********/
form
{
    margin: 0;
    font-size: 12px;
    color: #44555e;
}

label
{
    font-size: 12px;
    color: #44555e;
}

fieldset
{
    border: medium none;
    margin: 0;
    padding: 0;
}

select
{
    font-family: 'Lucida sans' , Arial, Verdana;
    font-size: 12px;
    width: 50%;
}

textarea
{
    font-family: 'Lucida sans' , Arial, Verdana;
    font-size: 12px;
    width: 97%;
}

input[type=text], input[type=password]
{
    font-family: 'Lucida sans' , Arial, Verdana;
    font-size: 12px;
    width: 97%;
}

input[readonly=readonly]
{
    background-color: #EEE;
}

.boxBigTop
{
    background: #F6F6F6 url(../images/interface/box_top_570_x_46.gif) no-repeat scroll 0 0;
    height: 46px;
    width: 570px;
}

.boxBigTop h2
{
    float: left;
    padding: 9px 0 0 10px;
}

.boxBigMiddle
{
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    padding: 10px 10px 5px;
    width: 548px;
}

.boxBigMiddle dt
{
    width: 33%;
    font-weight: bold;
}

.boxBigMiddle dd
{
    margin: 0 0 0 36%;
    font-weight: normal;
}

.boxBigBottom
{
    background: transparent url(../images/interface/box_bottom_570_x_10.gif) no-repeat scroll 0 0;
    height: 10px;
    width: 570px;
}
/**********
 * Button *
 **********/
button
{
    position: relative;
    border: 0;
    padding: 0;
    cursor: pointer;
    overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner
{
    border: none; /* overrides extra padding in Firefox */
}

button span
{
    position: relative;
    display: block;
    white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    /* Safari and Google Chrome only - fix margins */
    button span
    {
        margin-top: -1px;
    }
}

button.submitBtn
{
    padding: 0 8px 0 0;
    font-family: 'Lucida sans' , Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: transparent url(../images/interface/bg_600_x_66_2.png) no-repeat right -37px;
    height: 27px;
}

button.submitBtn span
{
    padding: 5px 0 0 10px;
    height: 27px;
    background: transparent url(../images/interface/bg_600_x_66_2.png) no-repeat left top;
    color: #fff;
}

button.submitBtn:hover
{
    background: transparent url(../images/interface/bg_600_x_66.png) no-repeat right -37px;
}

button.submitBtn:hover span
{
    background: transparent url(../images/interface/bg_600_x_66.png) no-repeat left top;
    color: #fff;
}

button.accountBtn
{
    padding: 0 27px 0 0;
    font-family: 'Lucida sans' , Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    background: transparent url(../images/interface/bg_200_x_60.png) no-repeat right -32px;
    height: 25px;
    width: 100%;
}

button.accountBtn span
{
    padding: 6px 0px 0 10px;
    height: 25px;
    background: transparent url(../images/interface/bg_200_x_60.png) no-repeat left top;
    color: #fff;
}

.linkWhite a:link, .linkWhite a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.btnBlue
{
    background: transparent url(../images/buttons/btn_blue_84_x_23.png) no-repeat scroll 0 0;
    cursor: pointer;
    height: 23px;
    width: 84px;
}

.btnBlueExtended
{
    background: transparent url(../images/buttons/btn_blue_98_x_23.png) no-repeat scroll 0 0;
    cursor: pointer;
    height: 23px;
    width: 94px;
}

.btnText
{
    color: #FFFFFF;
    cursor: pointer;
    line-height: 25px;
    width: 85px;
    font-weight: bold;
    font-size: 13px;
}

/************************************
* Search Results Page               *
************************************/
.courseResultCategoryHeading
{
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0 5px 0;
    border: solid 1px #cccccc;
    background-image: url(../images/interface/bg_1_x_30.gif);
    background-repeat: repeat-x;
}

.courseResultCategorySubHeading
{
    padding: 5px 0 2px 0;
    font-size: 1.1em;
    font-weight: bold;
}

.courseResultCategoryUnderSubHeading
{
    padding: 3px 0 3px 0;
    font-size: 1em;
    font-weight: bold;
}

/************************************
* Login Form                        *
************************************/
.loginHeading
{
    font-family: 'Lucida sans' , Arial, Verdana;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6em;
    color: #fff;
    background: url(../images/interface/bg_316_x_30.png) no-repeat;
    height: 25px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}

/*************************************
* Modal Popup                        *
*************************************/
.modalPopup
{
    background-color: #ffffff;
    border-width: 1px;
    border-style: ridge;
    border-color: Gray;
    padding: 3px;
    width: 1000px;
}

.modalPopupSmall
{
    background-color: #ffffff;
    border-width: 1px;
    border-style: ridge;
    border-color: Gray;
    padding: 3px;
    width: 500px;
}

.tableRow
{
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 30px;
    background-color: #FFFFFF;
}

.tableRowAlt
{
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 30px;
    background-color: #F7F7F7;
}

.resultHeader
{
    border: 1px solid #cccccc;
    background-color: #D9D9D9;
    background-repeat: repeat;
    margin-bottom: 15px;
}

.resultRow
{
    margin: 3px 0px 3px 2px;
}

.validationErrors
{
    background: white none repeat scroll 0 0;
    border: 2px solid #800000;
    color: #800000;
    margin: 0 5px 20px 0;
    padding: 0;
    width: 30em;
}

.validationSummaryTitle h3
{
    background-color: #800000;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    margin-bottom: 12px;
}

.AutoExtender
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: White;
    margin-left: 10px;
    height: 100px;
    min-height: 0px;
    width: 150px;
    overflow: auto;
    width: 200px;
}

.AutoExtenderList
{
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: Maroon;
}
.AutoExtenderHighlight
{
    color: White;
    background-color: #006699;
    cursor: pointer;
}

.go-button
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #1360A1 url(../images/btn-blue-grad.jpg) repeat-x scroll top left;
    border: 0 none;
    color: #FFFFFF;
    padding: 4px 18px 4px 4px;
}

.modalBackground
{
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

#IndexInner
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: #FFFFFF none repeat scroll 0 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
    width: 402px;
}

#IndexInner .heading h3
{
    float: left;
    width: 380px;
}

.adminMessageLabel
{
    color: #1c476a;
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Myriad Pro' , Lucida Sans Unicode, Arial, Verdana;
    padding-bottom: 10px;
}

tr.resultPager
{
    height: 40px;
}

.resultPager ul.right
{
    float: right;
}

.resultPager ul
{
    overflow: hidden;
}

.resultPager ul li.active
{
    color: #007692;
}

.resultPager span
{
    color: #FFFFFF;
    background-color: #363534;
    font-size: 1em;
    margin-left: 4px;
    padding-right: 2px;
    padding-left: 2px;
}

.resultPager a, .resultPager a:hover
{
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    border: 1px solid #363534;
    color: #007692;
    text-decoration: none;
    font-size: 1em;
    margin-left: 4px;
    padding-right: 2px;
    padding-left: 2px;
}

.contact-img, .signin_image, .signout_image, register_image
{
    background: transparent url("../images/buttons/button_images.gif") repeat scroll 0 0;
    text-align: center;
}

/**.mandatory
{
    background-image: url("../images/icons/mandatoryBarSmall.jpg");
    background-repeat: no-repeat;
    background-position: top left;
}**/

.mandatory
{
    color: Red;
    font-weight: bold;
}

.optional
{
    color: gray;
    font-weight: lighter;
    font-style: italic;
}

.noResults
{
    color: Red; 
    font-size: 1.1em
}

#courseRef
{position: relative; float: left; width: 50%;}

.imageGarden
{
position: relative; float: right; overflow: hidden;
padding-right: 10px;
}

.imageGarden img
{
border-width: 0px;
height: 75px;}

.imageMap {
    position: absolute;
    clip:rect( 0px 180px 80px 0px);
}

#mapRight{
    height: 90px;
}

ol.none, ul.none{
    list-style: none outside none;
}

ol.formatted
{
    padding-left: 40px;
}
