/* NCSC homepage Carousel Styles */

#c-carousel {
    background-color:#c3cf73;
}

.c-carousel-text .c-title {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}
.c-carouselPause {
    background:url(images/ncsc_pauseCtrl.jpg) no-repeat;
}
.c-carouselPlay {
    background:url(images/ncsc_playCtrl.jpg) no-repeat;
}
/*NCSC homepage Login styles*/

.c-memberLogin a:link, .c-memberLogin a:visited {

    background: url(images/ncsc_member_website_promo.jpg) no-repeat left top;
}
.c-memberLogin a:hover {
    background: url(images/ncsc_member_website_promo_hover.jpg) no-repeat left top;
}
.c-xntLogin a:link, .c-xntLogin a:visited {
    background: url(images/ncsc_extranet_promo.jpg) no-repeat left top;
}
.c-xntLogin a:hover {
    background: url(images/ncsc_extranet_promo_hover.jpg) no-repeat left top;
}

#c-content {
padding-bottom:5px; //extra white padding between content area and footer
}
#c-footer {
    background:#fff url(images/ncsc_bg_footer_3col.jpg) 0 0 no-repeat;
}

/*Styles for hp left-hand login module*/
#c-hpLoginUnauthView
{
    background:url('/etc/designs/ncsc/images/ncschp_unauth_bg.jpg') no-repeat right top;
    background-repeat:none;
}
#c-hpLoginAuthView
{
    background:url('/etc/designs/ncsc/images/ncschp_auth_bg.jpg') no-repeat right top;
    background-repeat:none;
}
#c-hpLoginUnauthView #c-submitBtn
{   
    background: url('/etc/designs/ncsc/images/ncschp_loginbutton.jpg') no-repeat;
}
#c-hpLoginUnauthView #c-submitBtn:active
{   
    background: url('/etc/designs/ncsc/images/ncschp_loginbutton_hover.jpg') no-repeat;
    cursor:pointer;
}
.c-hpLoginModule a:link      { color:#457500; text-decoration:none; }
.c-hpLoginModule a:visited   { color:#457500; text-decoration:none; }
.c-hpLoginModule a:hover     { color:#457500; text-decoration:underline; }
.c-hpLoginModule a:active    { color:#457500; text-decoration:underline; }

.c-hploginInfo-color p
{
    color: #FBFFED;
}
.c-hploginInfo a:link      { color:#FBFFED; text-decoration:underline; }
.c-hploginInfo a:visited   { color:#FBFFED; text-decoration:underline; }
.c-hploginInfo a:hover     { color:#FBFFED; text-decoration:underline; }
.c-hploginInfo a:active    { color:#FBFFED; text-decoration:underline; }

/*Styles for hp left-hand JS Warning Module (NOSCRIPT)*/
#c-hpLoginJsWarnView
{
    background:url('/etc/designs/ncsc/images/ncschp_jswarning_bg.jpg') no-repeat right top;
    background-repeat:none;
    padding: 10px 10px 10px 20px;
}
#c-hpLoginJsWarnView a:link      { font-size:1.1em; color:#690; text-decoration:underline; }
#c-hpLoginJsWarnView a:visited   { font-size:1.1em; color:#690; text-decoration:underline; }
#c-hpLoginJsWarnView a:hover     { font-size:1.1em; color:#690; text-decoration:underline; }
#c-hpLoginJsWarnView a:active    { font-size:1.1em; color:#690; text-decoration:underline; }
