/*-----------------------------------------------------------
    $CONTENTS
-------------------------------------------------------------*/

/*
 *  MW_FOOTER ............... MathWorks global footer
 * 
 * 
 */

/*-----------------------------------------------------------
    $MW_FOOTER
-------------------------------------------------------------*/

#globalfooter {
    display: none;
}
div#footer {
    width: 970px;
    background: transparent;
    margin: 0 auto;
    text-align: left;
    color: #717171;
    font-size: 10px; 
    margin-top: 0;
    margin-bottom: 30px;
}

div#footer ul li {display:inline; }
div#footer .footer_container { overflow:hidden; border:none!important; padding-left:4px; padding-right:4px; padding-top:6px;}
div#footer p {border:none; margin:0; padding:0; }
div#footer ul {padding:0; text-align:right;}

div#footer ul li {
    display: inline;
    list-style-type: none;
    padding: 0 9px 0 6px;
    border-right: 1px solid #bfbfbf;
}
div#footer ul li.first {
    border-left-width: 0px;
}
#footer ul li.first {
    border-left-width: 0px;
    padding-left: 0;
}
#footer ul li.copyright, #footer ul li.title {
    float: left;
    padding-right: 30px;
    border-width: 0px !important;
}
#footer ul li.last {
    margin-right: 0px;
    padding-right: 2px;
    border-right-width: 0px !important;
}
#footer ul#matlabcentral li.last { margin-right: 20px; }
#footer ul#matlabcentral { margin-bottom: 6px; }
#footer ul#mathworks {
    border-top: 1px dotted #bfbfbf;
    padding-top: 8px;
}
#footer ul li.icon {
    border-width: 0px;
    padding-left: 1px;
    padding-right: 1px;
}
#footer li.icon span.text {
    display: block;
    position: relative;
    left: -10000px;
    margin-left: -1000px;
}
#footer ul li.icon a {
    background-image: url('http://www.mathworks.com/images/nextgen/global/social-icons.gif');
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    position: relative;
    top: 3px;
}

#footer a.twitter {background-position: -21px 0px;}
#footer a.twitter:hover {background-position: -21px -20px;}
#footer a.facebook {background-position: 0px 0px;}
#footer a.facebook:hover {background-position: 0px -20px;}
#footer a.google {background-position: -63px -20px;}
#footer a.google:hover {background-position: -63px -20px;}
#footer a.rssfeed {background-position: -42px 0px;}
#footer a.rssfeed:hover {background-position: -42px -20px;}
#footer ul li.icon a.linkedin {background-image:url('http://www.mathworks.com/images/nextgen/global/ico-linkedin.png');}

/*---- $FOOTER_ADDENDUM 
-------------------------------------------------------------*/
.footer_container li { background: transparent none; }
.footer_container a { color: #555; }

