/**************************************************************************
 *  ncButtonUI.css
 **************************************************************************/
.uiButton, .uiButton:hover, .uiButton:visited
{
    background-position: 0 0;
    /* -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); */
    background: url('images/ncFormButton.png') repeat scroll 0 0 #EEEEEE;
    border-color: #999999 #999999 #888888;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: normal !important;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.uiButtonRightMargin
{
    margin-right: 5px;
}

.uiButtonBlue, .uiButtonBlue:hover, .uiButtonBlue:visited
{
    background-color: #5B74A8;
    background-position: 0 -48px;
    border-color: #29447E #29447E #1A356E;
    color: #FFFFFF;
}

.uiButtonBlue:active
{
    background: none repeat scroll 0 0 #4F6AA3;
    border-bottom-color: #29447E;
}

.uiButtonGreen, .uiButtonGreen:hover, .uiButtonGreen:visited
{
    background-color: #69A74E;
    background-position: 0 -96px;
    border-color: #3B6E22 #3B6E22 #2C5115;
    color: #FFFFFF;
}

.uiButtonGreen:active
{
    background: none repeat scroll 0 0 #609946;
    border-bottom-color: #3B6E22;
}

/**************************************************************************
 *  ncAppsUI.css
 **************************************************************************/
/**
*  Copyright (c) 2010, Niagara College of Applied Arts and Technology
*
*  Author: Mike Sciliberto
*  Desc:  Niagara College Web Apps Styles
*
*  To use this code for your own purposes, you must have permission
*  granted from Niagara College of Applied Arts and Technology.
*/

/*---------------- NC Styles Reset ------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote
{
    margin: 0;
    padding: 0;
}

fieldset, img, abbr, acronym
{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, var
{
    font-style: normal;
    font-weight: normal;
}

ol, ul
{
    list-style: none;
}

caption
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

h1
{
    font-size: 138.5%;
}

h2
{
    font-size: 123.1%;
}

h3
{
    font-size: 108%;
}

h1, h2, h3
{
    margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong
{
    font-weight: bold;
}

abbr, acronym
{
    border-bottom: 1px dotted #000;
    cursor: help;
}

em
{
    font-style: italic;
}

blockquote, ul, ol, dl
{
    margin: 1em;
}

ol, ul, dl
{
    margin-left: 2em;
}

ol li
{
    list-style: decimal outside;
}

ul li
{
    list-style: disc outside;
}

dl dd
{
    margin-left: 1em;
}

caption
{
    margin-bottom: .5em;
    text-align: center;
}

p, fieldset
{
    margin-bottom: 1em;
}

/*---------------- NC Specific Styles Begin ------------------ */

body > #pageContentsWrap {
  height: auto;
  min-height: 100%;
}

/* CLEAR FIX */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* End hide from IE-mac */

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #ffffff;
}

#pageContents
{
    width: 98%;
    margin: auto;
    min-width: 750px;
    padding-bottom: 40px;
}

#pageContentsAdmin
{
    width: 98%;
    margin: auto;
    max-width: 1000px;
}

/*---------------- Page Branding Header Styles ------------------ */

#brand_header
{
    width: 100%;
    min-width: 750px;
    background-color: #0063A4;
    height: 55px;
    margin-bottom: 15px;
}

#brand_logo
{
    background-image: url('images/NiagaraWide.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

#brand_logo a
{
    display: block;
    height: 51px;
    width: 316px;
    text-decoration: none;
}

#brand_logo a span
{
    visibility: hidden;
}

/*---------------- Page Branding Footer Styles ------------------ */

#brand_footer
{
    width: 98%;
    margin: auto;
    min-width: 750px;
    max-width: 1000px;
    margin-top: 7px;
}

#brand_footer p
{
    padding: 0px;
    margin: 0px;
    color: #666666;
    text-align: center;
}

#brand_footer p a
{
    color: #666666;
}

/*---------------- misc ------------------ */

a, a:visited
{
    color: #000000;
}

a:hover, a:focus
{
    color: #000000;
    text-decoration: none;
}

img
{
    border: none;
}

.clear
{
    clear: both;
}

.hidden
{
    display:none;
}

/*---------------- NC Grid View Styles ------------------ */

.NC_GridView td
{
    padding: 5px;
}

.NC_GridView th
{
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #838383;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background-color: #D9D9D9;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: #CDCDCD;
    border-right-color: #CDCDCD;
    border-bottom-color: #CDCDCD;
    background-image: url('images/bg_tbl_header.jpg');
    background-repeat: no-repeat;
}

.NC_GridView th a
{
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #838383;
}

.NC_GridView th.leftHead
{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CDCDCD;
}

.NC_GridView .rowAlterColor
{
    background-color: #EAEAEA;
}

.NC_GridView .pagingRow
{
    background-color: #EAEAEA;
    font-weight: bold;
}

/*---------------- Inline Bb7 Button Styles ------------------ */

.inlineAction
{
    border-right: #cccccc 1px outset;
    padding-right: 5px;
    border-top: #cccccc 1px outset;
    padding-left: 5px;
    font-size: 0.85em;
    margin-bottom: 5px;
    margin-left: 5px;
    border-left: #cccccc 1px outset;
    color: #003366;
    margin-right: 5px;
    border-bottom: #cccccc 1px outset;
    background-color: #eeeeee;
}

A.inlineAction:link
{
    text-decoration: none;
}

A.inlineAction:visited
{
    border-right: #eeeeee 1px outset;
    border-top: #eeeeee 1px outset;
    border-left: #eeeeee 1px outset;
    color: #003366;
    border-bottom: #eeeeee 1px outset;
    text-decoration: none;
}

A.inlineAction:hover
{
    border-right: #eeeeee 1px inset;
    border-top: #eeeeee 1px inset;
    border-left: #eeeeee 1px inset;
    color: #006699;
    border-bottom: #eeeeee 1px inset;
    text-decoration: none;
}

A.inlineAction:active
{
    border-right: #eeeeee 1px inset;
    border-top: #eeeeee 1px inset;
    border-left: #eeeeee 1px inset;
    color: #006699;
    border-bottom: #eeeeee 1px inset;
    text-decoration: none;
}


/*---------------- Warning Notice Box Styles ------------------ */

.warningBoxFrame
{
    margin-top: 10px;
    margin-bottom: 20px;   
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.warningBox
{
    display: block;
}

.warningBox *
{
    display: block;
    height: 1px;
    overflow: hidden;
    font-size: .01em;
    background: #FFAAAC;
}

.warningBox1
{
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border-left: 1px solid #ffdadb;
    border-right: 1px solid #ffdadb;
    background: #ffbfc0;
}

.warningBox2
{
    margin-left: 1px;
    margin-right: 1px;
    padding-right: 1px;
    padding-left: 1px;
    border-left: 1px solid #fff6f6;
    border-right: 1px solid #fff6f6;
    background: #ffbabb;
}

.warningBox3
{
    margin-left: 1px;
    margin-right: 1px;
    border-left: 1px solid #ffbabb;
    border-right: 1px solid #ffbabb;
}

.warningBox4
{
    border-left: 1px solid #ffdadb;
    border-right: 1px solid #ffdadb;
}

.warningBox5
{
    border-left: 1px solid #ffbfc0;
    border-right: 1px solid #ffbfc0;
}

.warningBoxfg
{
    background-color: #FFAAAC;
    padding: 5px;
    background-image: url('images/important.png');
    background-position: 15px 5px;
    background-repeat: no-repeat;
    min-height: 70px; /* Min-Height Fast Hack for IE6 */
    height: auto !important;
    height: 70px;
}

.warningBoxfg p
{
    margin-top: 15px;
    margin-left: 85px;
    margin-right: 15px;
}


/*---------------- Link Button Class Styles ------------------ */
a.button
{
    background: transparent url('images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span
{
    background: transparent url('images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: verdana, arial;
    font-weight: bold;
    color: #2c3034;
    text-align: center;
}

a.button:active
{
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span
{
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.floatRight
{
    float: right;
}

a.floatLeft
{
    float: left;
}

/*---------------- NC Login Box Styles ------------------ */

#ncLoginbox
{
    border: 1px solid #0063A4;
    width: 290px;
}

#ncLoginbox h2
{
    padding: 3px 2px 3px 10px;
    margin: 0px;
    background-color: #0063A4;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#ncLoginboxDetails
{
    margin:15px;
}

#ncLoginboxDetails label
{
    display: block;
    font-size: 10px;
}

#ncLoginboxDetails input
{
    width: 250px;
    margin-bottom: 5px;
}

#ncLoginboxDetails .LoginBoxError
{
    color: #FF0000;
}

/*---------------- Required Field Error Styles ------------------ */

.ValidateErrorMsg
{
    background-position: 2px 2px;
    background-image: url(   'images/exclamation.png' );
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 20px;
}

/**************************************************************************
 *  ncCourseOutline.css
 **************************************************************************/
    h1
    {
        color: #0077BE;
        font-size: 30px;
        font-weight: normal;
        margin: 0 0 15px 0;
        padding: 0;
        width: 100%;
    }


    h2 {
        color: #0077BE;
        font-size: 22px;
        font-weight: normal;
        margin: 0;
        padding: 0 0 5px;
    }


    h3
    {
        font-weight: bold;
        padding: 10px 0 5px;
        text-transform: uppercase;
        color: #333333;
        font-size: 14px;
        margin: 10px 0 0 0;
    }

    .subHeader
    {
        font-weight: bold;
        padding: 10px 0 5px;
        text-transform: uppercase;
        color: #333333;
        font-size: 14px;
        margin: 10px 0 0 0;
        display: block;
    }

    .label
    {
        font-weight: bold;
    }

    pre 
    {
        font-family: inherit;
        font-size: inherit;
        white-space: pre-wrap; /* css-3 */
        /* white-space: -moz-pre-wrap !important; Mozilla, since 1999 */
        /* white-space: -pre-wrap; Opera 4-6 */
        /* white-space: -o-pre-wrap; Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

    .tableFootNote
    {
        color: #808080;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-top: -8px;
        display: inline-block;
    }
    
    .optionButton
    {
        display: block;
        float: right;
    }
    
    .pdfButton
    {
        display: block;
        float: right;
    }

    .displayMoreButton, .displayMoreButton:hover, .displayMoreButton:visited
    {
        font-size: 10px;
    }
        
    .uiButton span.print
    {
        background-position: 0px 0px;
        background-image: url('images/print_icon_16x16.png');
        background-repeat: no-repeat;
        padding-left: 20px;
    }

    .uiButton span.back
    {
        background-position: 0px 0px;
        background-image: url('images/back_icon_16x16.png');
        background-repeat: no-repeat;
        padding-left: 20px;
    }
    
    .uiButton span.pdf
    {
        background-position: 0px 0px;
        background-image: url('images/pdf_icon_16x16.png');
        background-repeat: no-repeat;
        padding-left: 23px;
    }
    
    .listBoxMargin
    {
        margin-bottom: 5px;
    }
    
    .infoMessageBox
    {
        background-color: #B3C8FF;
        border: 1px solid #336699;
        padding: 5px;
        background-image: url('images/info-button.png');
        background-position: 7px 7px;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        min-height: 52px; /* Min-Height Fast Hack for IE6 */
        height: auto !important;
        height: 52px;
    }

    .infoMessageBox p
    {
        margin: 10px 5px 5px 55px;
    }
    
    #wrapper 
    {
	    background-image: url('images/bg_09.png');
	    background-repeat: repeat-x;
	    background-position: top;
	    width: 1000px;
	    text-align: left;
	    margin: 0 auto;
    }

    #container 
    {
	    margin: 0 34px;
    }

    #header 
    {
	    height: 137px;
	    background-image: url('images/applied_dreams_tag.jpg');
	    background-repeat: no-repeat;
	    background-position: bottom right;
    }

    #login_bar 
    {
	    height: 25px;
	    float: right;
	    z-index: 2;
	    position: relative;
	    padding-left: 15px;
    }

    #lb_access 
    {
	    float: right;
	    height: 25px;
	    padding-left: 18px;
    }

    #lb_access .meta {
	    float: right;
	    width: 215px;
	    height: 25px;
    }

    #lb_access .meta a:link,
    #lb_access .meta a:visited,
    #lb_access .meta a:hover,
    #lb_access .meta a:active {
	    color: #FFF;
	    text-decoration: none;
    }

    #lb_access .meta .mync {
	    float: left;
	    width: 117px;
	    height: 20px;
	    padding: 5px 0 0 0;
	    background: #0096D7;
	    text-align: center;
    }

    #lb_access .meta .mync em {
	    color: #000;
	    font-style: normal;
    }

    #lb_access .meta .sitemap {
	    float: left;
	    width: 98px;
	    height: 20px;
	    padding: 5px 0 0 0;
	    background: #272627;
	    text-align: center;
    }

    #l_holder 
    {
	    float: left;
	    margin-top: -25px;
	    z-index: 0;
	    position: relative;
	    width: 947px;
    }

    #logo
    {
        background-image: url('images/logo_09.jpg');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-top: 5px;
        width: 248px;
    }

    #logo img
    {
        /* display: none; */
    }

    #logo a
    {
        display: block;
        height: 132px;
        width: 248px;
        text-decoration: none;
    }

    #logo a span
    {
        visibility: hidden;
    }

    #navbar 
    {
	    background-color: #272627;
	    padding-left: 6px;
    }

    #navbar hr
    {
        /* display: none; */
    }
    
    #main 
    {
	    background-color: #ffffff;
	    padding:20px 17px 15px;
    }

    #lower_main 
    {
	    padding: 0px;
	    text-align: left;
    }

    #footer 
    {
	    font-family: Arial, Helvetica, sans-serif;
	    color: #6F6F7F;
	    font-size: 10px;
	    text-align: center;
	    border-top: solid 2px #CFCFCF;
	    padding: 10px 0;
	    margin-top:20px;
    }

    #footer_container 
    {
        width: 100%;
    }

    #footer_container #footer_left 
    {
        float: left;
        width: 280px;
	    text-align: left;
	    padding: 0 0 0 10px;
    }

    #footer_container #content 
    {
        padding: 0 200px 0 330px;
	    text-align: left;
    }

    #footer_container #footer_right 
    {
        float: right;
	    width: 50px;
	    margin-right:6px;
    }

    .footer_navlist 
    {
	    margin: 3px 0 0 0;
    }

    .footer_navlist li 
    {
	    display: inline;
	    list-style-type: none;
	    border-right:1px solid #6F6F7F;
	    padding-right:5px;
    }

    .footer_navlist li.ie7lastchild 
    {
	    border-right:none;
	    padding-right:0px;
    }

    .footer_navlist li a 
    { 
	    color: #424141; 
	    text-decoration: underline;
    }

    .footer_navlist li a:hover 
    { 
	    color: #0ba0db; 
    }


    /* Table Styles */

    .NC_CourseOutline table
    {
        border: 1px solid #AAAAAA;
        border-spacing: 0;
        color: #444444;
        font-size: 12px;
        margin: 0 0 15px 0;
        padding: 0;
        vertical-align: top;
        width: 100%;
    }

    .NC_CourseOutline table tr.rowHeaderStyle
    {
        background: none repeat scroll 0 0 #FFFFFF !important;
        vertical-align: bottom;
	border-bottom: 2px solid black ;
    }

    .NC_CourseOutline table tr.rowHeaderStyle th
    {
        text-align: left;
        border-bottom: 2px solid #0077BE;
        font-size: 14px;
        padding: 5px;
        color: #0077BE;
        border-style: solid;
        border-width: 1px 1px 2px 1px;
        border-color: #FFFFFF #FFFFFF #000000 #FFFFFF;
        /*white-space: nowrap;*/
    }

    .NC_CourseOutline table tr.rowHeaderStyle th .small-text 
    {
        font-size: 11px;
        font-weight: normal;
    }

    .NC_CourseOutline table tr.rowStyle td.firstrow 
    {
        background: none repeat scroll 0 0 #FFFFFF;
        border-right: 2px solid #000000;
        color: #222222;
        font-weight: bold;
        text-align: right;
    }

    .NC_CourseOutline table tr.rowStyle
    {
        background: none repeat scroll 0 0 #E5E5E5;
    }

    .NC_CourseOutline table tr.rowStyle td
    {
        margin: 0;
        padding: 10px 5px;
        vertical-align: top;
        border: 1px solid #AAAAAA;
    }

    .NC_CourseOutline table tr.rowAlterColor
    {
        background: none repeat scroll 0 0 #FFFFFF;
    }

    .NC_CourseOutline table tr.rowAlterColor td
    {
        margin: 0;
        padding: 10px 5px;
        vertical-align: top;
        border: 1px solid #AAAAAA;
    }

    .NC_CourseOutline table tr.rowAlterColor td.firstrow 
    {
        background: none repeat scroll 0 0 #FFFFFF;
        border-right: 2px solid #000000;
        color: #222222;
        font-weight: bold;
        text-align: right;
    }
    
    .NC_CourseOutline table tr.rowFooterStyle
    {
        text-align: right;
    }

    .NC_CourseOutline table tr.rowFooterStyle td
    {
        border-style: solid;
        border-width: 1px;
        border-color: #FFFFFF #FFFFFF #AAAAAA #FFFFFF;
        margin: 0;
        padding: 10px 5px;
        vertical-align: top;
    }

    .NC_CourseOutline table tr.rowFooterStyle td:first-child
    {
        border-left-style: solid;
        border-left-width: 1px;
        border-left-color: #AAAAAA;
    }

    .NC_CourseOutline table tr.rowFooterStyle td.last-child
    {
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #AAAAAA;
    }
    
    .NC_CourseOutline ul li a
    {
        text-decoration: underline;
        color: #007DC3;
    }
    
    .NC_CourseOutline ul li a:hover
    {
        color: #007DC3;
        text-decoration: none;
    }

.blue
{
  color: #06315b ;	/* Niagara College blue */
}

/* End of CO.css */
