/*
commmon to all pages
*/
#wrapper {
    /* old width: 981px; */
    width: 939px; /* 1000px */
    min-height: 800px;
/*
    background-image: url('../../images/community/nccs/wrapper.jpg');
    background-repeat: repeat-y;
*/
    margin: 5px auto 0 auto;
    background-color: #FFF;
	box-shadow: 0px 0px 25px -5px #000;
	-moz-box-shadow: 0px 0px 25px -5px #000;
	-webkit-box-shadow: 0px 0px 25px -5px #000;
}

#wrapperBottom {
    width: 981px;
    height: 20px;
/*
    background-image: url('../../images/community/nccs/wrapperBottom.jpg');
    background-repeat: no-repeat;
*/
    margin: 0 auto;
}

#footer {
    width: 981px;
    height: 100px;
    margin: 0 auto 10px auto;
    border:none !important;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 939px;
    height: 33px;
/*
    background-image: url('../../images/community/nccs/topNav.jpg');
    background-repeat: no-repeat;
*/
    margin: 0 auto -33px;
}

#topNav .closeWindow {
    width: 100px;
    height: 25px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
}

#topNav .closeWindow:hover {
    cursor: pointer;
    color: #CC6600;
}

#topNav .navItem {
    height: 15px;
    margin: 4px 0 0 0;
    padding: 0 10px;
    float: right;
    font-size: 10pt;
    text-align: center;
    color: #000000;
/*
    border-left: 1px solid #000000;
*/
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color: #30416f;
}
#topNav .loggedIn.navItem {
	color: #000;
	text-shadow: 1px 1px 0px #FFF;
	font-size: 11px;
}

#topNav .environment {
    color: red;
    width: 80px;
    height: 25px;
    float: left;
    border-left: 0px;
}

#topNav .last {
    border-left: none;
}

#topNav .navItem a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    font-size: 11px;
}

#topNav .navItem a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}

#logo_1,
#logo_2 {
    width: 939px;
    height: 105px;
    background-image: url('/PubApps/images/nccslogonew2.png');
    background-repeat: no-repeat;
    margin: 0 auto;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 600px;
    height: 50px;
    cursor: pointer;
    margin: 10px 0 0 20px;
    float: left;
    font-weight : bold;
    color : #30416F;
    font-size: 28px;
    padding: 30px 0 0 0 ;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#mainNav {
    width: 939px;
    height: 40px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: center;
    color: #FFFFFF;
    clear: both;
}

#mainNav .navItem {
    width: 171px;
    height: 30px;
    padding: 10px 0 0 0;
    background-color: #004d95;
    float: left;
    margin: 0 2px 0 0;
}

#mainNav .navItem:hover {
    background-color: #2078ca;
}

#mainNav .selected {
    background-color: #2078ca;
}

#mainNav .last {
    margin-right: 0;
}

#mainNav .wide {
    width: 243px;
}

#mainNav .short {
    width: 103px;
}

#mainNav .navItem a {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#mainContent {
    /*width : 939px;*/
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 981px;
    height: 75px;
    margin: 5px auto 25px auto;
    font-size: 9pt;
    clear: both;
    border-top: none;
}

#footer .logo {
    width: 354px;
    height: 60px;
    background-image: url('../../images/community/common/nccsLogo.jpg');
    background-repeat: no-repeat;
    float: left;
}

#footer .footerText {
    width: 150px;
    margin: 5px 0 0 100px;
    float: left;
    text-align: right;
    color: #30416f;
}

#footer .footerNav {
    width: 375px;
    float: left;
    margin: 5px 0 0 0;
}

#footer .footerNav .navItem {
    width: 95px;
    float: right;
    padding: 0 5px;
    text-align: center;
    border-left: 1px solid #30416f;
}

#footer .footerNav .small {
    width: 65px;
}

#footer .footerNav .navItem a {
    color: #30416f;
    text-decoration: none;
}

#footer .footerNav .navItem a:hover {
    text-decoration: underline;
}

/* th used in heading for knowledgebase detail.php items (tom): options:
light blue: 92CAF0 
dark blue on light blue: background-color: #C2EFEF; color: #003964;
dark blue background: 0865AB
*/
th, .headingReverse {
    background-color: #0982dc;
    color: black;
}


#loginBlock {
	margin: -20px 20px 0 !important;
}

#footer .logo {
    display:none;
}