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

/*
 *  MLC_HEADER ............... MATLAB Central header
 *  MLC_GLOBAL_NAV ........... Mathworks global nav
 *  MLC_FOOTER ............... MathWorks global footer
 * 
 * 
 */

/*-----------------------------------------------------------
    $MW_HEADER
-------------------------------------------------------------*/
div#header {
    width: 960px;
    height: 88px;
    margin: 0 auto;
    display: block;
}
#header {
    color: #555555;
}
div#header-top {
    display: block;
    overflow: hidden;
    background: none;
}

br.clearboth {
    clear: both;
}

div#header, div#header a, div#header a:hover, div#header a:focus, div#header a:visited {
    text-decoration: none;
}
div#header ul, div#header ol {
    margin-bottom: .9em;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    width: auto;
}
#logo {
    background: url('http://www.mathworks.com/matlabcentral/images/mlclogo.gif') no-repeat scroll 0 10px transparent;
    height: 88px;
    float: left;
    width: 320px;
}
#logo a {
    width: 100%;
    height: 100%;
    display: block;
}
#logo a:hover {
    text-decoration: none;
}
#headertools {
    display: block;
    float: right;
    width: 500px;
}

/*-----------------------------------------------------------
    $MW_GLOBAL_NAV
-------------------------------------------------------------*/
#globalnav { position:absolute; left:0; top:59px;width:700px;  text-align: left; display:block; height:32px; overflow:hidden; }
#globalnav ol {height:25px; display:block; padding-top:0;  padding:0px; _position:relative; _left:-34px;}
#globalnav ol li{ font-size:11px; margin-left:0px;display:block; float:left;clear:none;  padding:0; width:auto;  }
#globalnav ol li.mathworks {background:none;}
#globalnav ol li a {font-weight:bold; line-height:25px; text-align:center; padding:3px 10px; display:inline; font-size:11px;  }
#globalnav ol li.community a{ display:inline; text-align:center;}
#globalnav ol li.mathworks a{ display:inline; text-align:center; }
#globalnav ol li a, #globalnav ol li a:hover, #globalnav ol li a:visited {color:#2354A1; }
#globalnav ol li a:hover{text-decoration:none;  background-color:#e1e1e1;  }
#globalnav div {margin-left:0px!important; width:800px!important;}
/* end of Global Navigation */

#header label {
    float: left;
    padding-right: 6px;
}
#header input { font: 11px Arial, Helvetica, sans-serif; }

#headertools form {
    float: right;
    margin: 5px 0 0;
}
#header form label {
    font-size: 10px;
    padding-top: 1px;
}

#header form select {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    font-size: 11px;
    margin: 0 0.5em 0 0;
    font: 10px Arial, Helvetica, sans-serif !important;
    padding: 0;
    width: 140px;
}
#header .gobutton {
    margin: 0px
    position: relative;
    top: -2px;
    background: url('/wp-content/themes/mathworks_1.0/images/bg_search_submit.gif') no-repeat scroll left top transparent !important;
    border: medium none;
    color: transparent;
    font-family: Verdana;
    font-size: 0;
    font-weight: bold;
    color: #dedddd !important;
    cursor: pointer;
    height: 24px;
    overflow: hidden;
    padding: 0px;
    width: 22px!important;
}

#search_field {
    margin: 0px;
    float: left;
}
