/*
    Standard CSS form for MMI site

    (c) 2010-2013 Molecular Materials Informatics

    All rights reserved
*/

/* main page */

body
{
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    color: #000000;
	/*background-image: url(bgtile1.png);*/
	background-image: url(bgtile2.png);
	background-repeat: repeat;
    font-family: sans-serif;
}

a:link
{
    color: #408040;
}
a:visited
{
    color: #408040;
}
a:active
{
	color: #80C080;
}

/* body-table, which encompasses the whole document */

table.bodytable
{
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    border-width: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

/* bodytable segment: for displaying the whole left hand side */

td.sidebar
{
    vertical-align: top;
	border-width: 0;
	margin: 0;
	padding: 0;
}

td.sidetext
{
    vertical-align: middle;
    margin: 0;
    padding-left: 0.5em;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFFFFF;
}

a.sidelink:link
{
    color: #FFFFFF;
    text-decoration: none;
}
a.sidelink:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
a.sidelink:hover
{
    text-decoration: underline;
}
a.sidelink:active
{
	color: #C0FFC0;
}


/* bodytable segment: for displaying the banner along the top */

td.banner
{
	border-width: 0;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/* bodytable segment: where all the interesting content goes */

td.main
{
    vertical-align: top;
    width: 100%;
    padding: 1em;
	border-width: 0;
	margin: 0;
	background: #FFFFFF;
}

/* bodytable segments: small fade out/in sections */

td.fade
{
	border-width: 0;
	margin: 0;
	padding: 0;
}

/* anchored 'cobweb' decoration */

img.cobweb
{
    border: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:-1;
}

/* paragraph style for the banner text */

p.banner
{
	/*text-align: center;*/
	padding-left: 2em;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	font-family:"Helvetica Neue",Tahoma,Geneva,sans-serif;
}

/* paragraph style for the footer text */

td.footer_line
{
	padding-top: 0.1em;
	padding-left: 0.1em;
	padding-right: 0.1em;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: black;
}	

td.footer
{
	text-align: right;
	font-size: 0.8em;
	color: #FFFFFF;
    font-family: Tahoma, Geneva, sans-serif;
}

/* cell style for the synopsis */

td.synopsis
{
    border-width: 1px;
    border-left-color: #6090A0;
    border-top-color: #B0C8D0;
    border-bottom-color: #B0C8D0;
    border-style: solid;
    border-right-width: 0;
    background: #F0F8FF;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

p.last_mod
{
    font-style: italic;
}

/* style for codeblocks */

td.codeblock
{
    border-width: 1px;
    border-color: #6090A0;
    border-style: solid;
    background: #E0E8FF;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* style for noteblocks */

table.noteblock
{
	border-width: 0;
	margin-left: 2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}

td.noteblock
{
    border: 1px solid #C0E0C0;
    border-radius: 1em;
    background: #E0FFE0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

/* paragraph style for the "seealso" feature */

p.seealso
{
    padding-left: 2em;
}


/* a nice looking thin divider */

hr.thin
{
    border: 0;
    width: 100%;
    color: #6090A0;
    background-color: #6090A0;
    height: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

/* tight line controls, which skip the extra padding */

td.tight
{
	border-width: 0;
	margin: 0;
	padding: 0;
}


p.tight
{
    margin-top: 0;
    margin-bottom: 0;
}

h1.tight
{
    margin-top: 0;
    margin-bottom: 0;
	font-family:"Helvetica Neue",Tahoma,Geneva,sans-serif;
}

h2.tight
{
    margin-top: 0;
    margin-bottom: 0;
	font-family:"Helvetica Neue",Tahoma,Geneva,sans-serif;
}

h3.tight
{
    margin-top: 0;
    margin-bottom: 0;
	font-family:"Helvetica Neue",Tahoma,Geneva,sans-serif;
}

h4.tight
{
    margin-top: 0;
    margin-bottom: 0;
	font-family:"Helvetica Neue",Tahoma,Geneva,sans-serif;
}

h5.tight
{
    margin-top: 0;
    margin-bottom: 0;
	font-family:"Helvetica Neue",Tahoma,Geneva,sans-serif;
}

h6.tight
{
    margin-top: 0;
    margin-bottom: 0;
	font-family:"Helvetica Neue",Tahoma,Geneva,sans-serif;
}

/* for use with table left/right column delimiting */

td.sep_left
{
	margin: 0;
	border-width: 0;
	vertical-align: top;
	padding-right: 1em;
}

td.sep_right
{
	margin: 0;
	vertical-align: top;
	padding-left: 1em;
	border-top-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6090A0;
}

/* newsfeed table */

table.news_table
{
    border: 0;
}
td.news_date
{
    vertical-align: top;
    font-style: italic;
}
td.news_title
{
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}
td.news_content
{
    text-align: left;
    vertical-align: top;
}

/* for menu buttons that link to something */

img.menuactive
{
    cursor: pointer;
    border-width: 0;
}

img.menuinactive
{
    cursor: default;
    border-width: 0;
}

/* table of contents line items */

p.contents
{
    padding: 0;
    margin: 0;
}


/* table for displaying generic data */

table.data
{
    border-style: solid;
    border-color: #6090A0;
    border-width: 1px;
    border-collapse: collapse;
    background-color: #F0F8FF;
}

th.data
{
    border-style: solid;
    border-color: #6090A0;
    border-width: 1px;
    border-collapse: collapse;
    padding: 0.25em;
    text-align: center;
    vertical-align: middle;
}

td.data
{
    text-align: center;
    border-style: solid;
    border-color: #6090A0;
    border-width: 1px;
    border-collapse: collapse;
    padding: 0.25em;
    text-align: left;
    vertical-align: top;
}

td.data_c
{
    text-align: center;
    border-style: solid;
    border-color: #6090A0;
    border-width: 1px;
    border-collapse: collapse;
    padding: 0.25em;
    text-align: center;
    vertical-align: top;
}

/* anchored 'zoom icon' temporary decoration */

img.zoomicon
{
    border: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    visibility: hidden;
}


