/**** html/glass/css/home.css - Style template ************************
 **
 **  Copyright © 2014 Regents of the University of Michigan
 **
 **  All rights reserved.                                            */

/*** Generic *********************************************************/

*
{
    background-image: url('');
}

body
{
    background-color: #f6f6f6;
    background-image: url(/image/bg.jpg);
    background-repeat: repeat-x;
    border-collapse: collapse;
    color: #000000;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    margin: 0px;
    min-width: 960px;
    padding: 0px;
    width: 100%;
}

div#z_body
{
    border: 1px #A9A9A9 solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 90%;
}

div#z_body div#z_page
{
    display: block;
    margin-left: 10em;
    overflow: hidden;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}

a:link
{
    color: #000000;
    text-decoration: underline;
}

a:visited
{
    color: #000000;
}

a:hover
{
    color: #336699;
    text-decoration: none;
}

.z_clear
{
    clear: both;
}

.z_hang
{
    padding-left: 2em;
}

.z_fig_block
{
    font-size: 12px;
    text-align: center;
}

.z_center
{
    text-align: center;
}

/*
h1
{
    border-bottom: #336699 1px solid;
    color: #336699;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0.25em;
    margin-top: 1.25em;
    text-align: left;
}
*/

table
{
    border-collapse: collapse;
    color: #000000;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.z_no_bullets
{
    list-style-type: none;
}

img
{
    border: 0px;
}

/*** Logos ***********************************************************/

div#z_top
{
    display: block;
    width: 100%;
    min-width: 960px;
    height: 100px;
}

div#z_top a#z_lab_logo
{
    float: left;
    margin-left: 10px;
}

div#z_top a#z_lab_logo img
{
    border: none;
}

div#z_top a#z_um_logo
{
    float: right;
    margin-right: 45px;
    margin-top: 36px;
}

div#z_top a#z_um_logo img
{
    border: none;
    height: 27px;
    width: 230px;
}

/*** Menu ************************************************************/

div#z_foot_menu
{
    border-left: 1px #A9A9A9 solid;
    border-right: 1px #A9A9A9 solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3px;
    padding-top: 8px;
    text-align: center;
    width: 100%;
}

div#z_foot_menu a
{
    background: #EEEEEE;
    background: -moz-linear-gradient(top,  #EEEEEE 45%, #D1D1D1 50%, #DBDBDB 60%, #F9F9F9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#EEEEEE), color-stop(50%,#D1D1D1), color-stop(60%,#DBDBDB), color-stop(100%,#F9F9F9));
    background: -webkit-linear-gradient(top,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    background: -o-linear-gradient(top,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    background: -ms-linear-gradient(top,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    background: linear-gradient(to bottom,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-left: 1px #A9A9A9 solid;
    border-right: 1px #A9A9A9 solid;
    border-top: 1px #A9A9A9 solid;
    color: #336699;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-left: 0px;
    text-align: center;
    text-decoration: none;
    width: 7em;
}

div#z_foot_menu a:hover
{
    background: #336699;
    background: -moz-linear-gradient(top,  #336699 45%, #224466 50%, #336699 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#336699), color-stop(50%,#224466), color-stop(100%,#336699));
    background: -webkit-linear-gradient(top,  #336699 45%,#224466 50%,#336699 100%);
    background: -o-linear-gradient(top,  #336699 45%,#224466 50%,#336699 100%);
    background: -ms-linear-gradient(top,  #336699 45%,#224466 50%,#336699 100%);
    background: linear-gradient(to bottom,  #336699 45%,#224466 50%,#336699 100%);
    border-left: 1px #CCCCCC solid;
    background-color: #336699;
    color: #FFFFFF;
    font-weight: bold;
}

div#z_menu
{
    border-left: 1px #A9A9A9 solid;
    border-right: 1px #A9A9A9 solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3px;
    padding-top: 8px;
    text-align: center;
    width: 90%;
}

div#z_menu a
{
    background: #EEEEEE;
    background: -moz-linear-gradient(top,  #EEEEEE 45%, #D1D1D1 50%, #DBDBDB 60%, #F9F9F9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#EEEEEE), color-stop(50%,#D1D1D1), color-stop(60%,#DBDBDB), color-stop(100%,#F9F9F9));
    background: -webkit-linear-gradient(top,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    background: -o-linear-gradient(top,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    background: -ms-linear-gradient(top,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    background: linear-gradient(to bottom,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-left: 1px #A9A9A9 solid;
    border-right: 1px #A9A9A9 solid;
    border-top: 1px #A9A9A9 solid;
    color: #336699;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-left: 0px;
    text-align: center;
    text-decoration: none;
    width: 7em;
}

div#z_menu a:hover
{
    background: #336699;
    background: -moz-linear-gradient(top,  #336699 45%, #224466 50%, #336699 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#336699), color-stop(50%,#224466), color-stop(100%,#336699));
    background: -webkit-linear-gradient(top,  #336699 45%,#224466 50%,#336699 100%);
    background: -o-linear-gradient(top,  #336699 45%,#224466 50%,#336699 100%);
    background: -ms-linear-gradient(top,  #336699 45%,#224466 50%,#336699 100%);
    background: linear-gradient(to bottom,  #336699 45%,#224466 50%,#336699 100%);
    border-left: 1px #CCCCCC solid;
    background-color: #336699;
    color: #FFFFFF;
    font-weight: bold;
}

/*** Sidebar size ****************************************************/

div#z_sidebar
{
    border-right: 1px #A9A9A9 solid;
    border-top-right-radius: 6px;
    display: block;
    float: left;
    line-height: 23px; /* height of bars */
    width: 9em;       /* width of bars */
    margin-top: 13px;
}

/*** Sidebar title ***************************************************/

div#z_sidebar a#z_sidebar_title
{
    background: #EEEEEE;
    background: -moz-linear-gradient(top,  #EEEEEE 45%, #D1D1D1 50%, #DBDBDB 60%, #F9F9F9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#EEEEEE), color-stop(50%,#D1D1D1), color-stop(60%,#DBDBDB), color-stop(100%,#F9F9F9));
    background: -webkit-linear-gradient(top,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    background: -o-linear-gradient(top,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    background: -ms-linear-gradient(top,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    background: linear-gradient(to bottom,  #EEEEEE 45%,#D1D1D1 50%,#DBDBDB 60%,#F9F9F9 100%);
    border: 1px #A9A9A9 solid;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #336699;
    display: block;
    height: 25px;
    line-height: 25px;
    margin-left: -1px;
    text-align: center;
    text-decoration: none;
    width: 9em;       /* width of bars */
}

div#z_sidebar a#z_sidebar_title:hover
{
    color: #FF4949;
}

/*** Sidebar generic style *******************************************/

div#z_sidebar p.z_sidebar_menu
{
    margin: 0px;
    padding-left: 5px;
    text-align: left;
    text-decoration: none;
    font-size: 12px; /* font size of I-TASSER */
}

div#z_sidebar p.z_sidebar_menu a
{
    border-bottom: 1px #797979 solid;
    border-top: 1px #FFFFFF solid;
    color: #FFFFFF;
    display: block;
    padding-left: 3px;
    text-decoration: none;
    white-space: nowrap;
    height: 23px;   /* height of bars */
}

div#z_sidebar p.z_sidebar_menu a span
{
    color: #336699;
    left: 0.25em;
    position: relative;
}

div#z_sidebar p.z_sidebar_menu a:hover
{
    color: #FF4949;
}

div#z_sidebar p.z_sidebar_menu a:hover span
{
    color: #000000;
}

/*** Grey bar style **************************************************/

div#z_sidebar p.z_sidebar_menu1
{
    background-color: #999999;
}

div#z_sidebar p.z_sidebar_menu1 a
{
    background-color: #CCCCCC;
}

div#z_sidebar p.z_sidebar_menu1 a:hover
{
    background-color: #999999;
}

/*** Green bar style *************************************************/

div#z_sidebar p.z_sidebar_menu2
{
    background-color: #669966;
}

div#z_sidebar p.z_sidebar_menu2 a
{
    background-color: #A9D9A9;
}

div#z_sidebar p.z_sidebar_menu2 a:hover
{
    background-color: #669966;
}

/*** Narrow sidebar style ********************************************/

div#z_sidebar p a span.z_narrow
{
    font-size: 12px;
    letter-spacing: -0.5px;
}

/*** Foot ************************************************************/

p#z_foot
{
    text-align: center;
}

/*** Android Chrome fix ***********************************************
 *
 *  Stupid Android Chrome always causes troubles if "Auto-Fit" mode is
 *  enabled. This fix adds backgrounds to everything other than
 *  controls.                                                        */

button,
input,
select,
textarea
{
    background-image: initial;
}

/*** Main pages ******************************************************/

h1.z_tools
{
    font-size: 14px;
    margin-top: 5em;
}

img.z_ad
{
    background-color: #F6F6F6;
    border: 0px;
    float: right;
    margin-top: 8em;
    width: 400px;
}

div.z_leading
{
    font-size: 14px;
    margin-bottom: 3em;
}

div.z_leading h1
{
    border: 0px;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
}

.z_tail_big
{
    font-size: 20px;
}

hr.z_split
{
    height: 5px;
    margin-bottom: 1em;
    margin-left: 0px;
    margin-top: 3em;
    text-align: left;
    width: 70%;
}

table#z_pub td
{
    padding: 1em;
}

table#z_pub tr.z_pub_year
{
    background-color: #565051;
    color: #FFFFFF;
    font-weight: bold;
}

table#z_pub td.z_pub_dark
{
    background-color: #E0E0E0;
}

table#z_pub a.z_link_highlight
{
    color: #FF0000;
}

table#z_people
{
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    width: 90%;
}

table#z_people th
{
    text-align: left;
}

table#z_people td
{
    height: 60px;
}


/*** Old *************************************************************/

.componentheading
{
    border-bottom: #336699 1px solid;
    color: #336699;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0.25em;
    margin-top: 0.75em;
    text-align: left;
    white-space: nowrap;
}
