﻿/*
body {
	min-width: 780px;
	margin: 0;
	padding: 0;
	border: 10;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-color: #B2CFE6;
}		

h1, h2, h3, h4, h5, h6 {color: #0066CB;}

h1 {
	font-size: 2.0em;
	font-weight: normal;
}

#mainwrapper {			
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#header {
	margin-left: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #8CA7BB;	
	border:solid 1px #005AC5;
	font-size: 2.0em;
	font-weight: normal;
	padding:10px;
	border-bottom:solid 4px Black;
}

#header-bottom
{
	width:100%;
	font-size: 14px;
	font-style: italic;
}

#content {
	width: 100%;
	border:solid 1px #005AC5;
	background-color:White;
	border-top:solid 1px Black;
}

#content-left {
	width:180px;
	padding-top:10px;
	}

#content-right 
{
	width:auto;
	border-left:1px solid #A7A7A7;
	padding:15px;
	vertical-align:top;
}

#breadcrumb 
{
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
}

#breadcrumb a 
{
	color: #0066CB;
	text-decoration: none;
}

#breadcrumb a:hover 
{
	text-decoration: underline;
}
	
.menu_nodeStyle
{
	color:Black;
	font-family:"Verdana";
	font-size:8pt;
	padding: 5px 5px 5px 5px;
	width:100%;
	border:solid 1px White;
}

.menu_hoverNodestyle
{
	background-color:#CCCCCC;
	border:solid 1px #888888;
	cursor:pointer;
}

.menu_selectedNodestyle
{
	padding: 5px 5px 5px 5px;
	font-weight:bold;
	color:#0066CB;
}
*/

/*
	BodyScience.us style sheets
*/
body
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	font-family: Verdana, Sans-Serif;
	font-size: small;
	text-decoration: none;
}

a
{
	color: #804040;
	text-decoration: none;
}

a:hover
{
	color: #7B68EE;
}

p
{
	text-align: justify;
}

h1
{
	color: #CC0000;
	font-size: 1.5em;
}

h2
{
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.125em;
}

/* top menu "cells" */
div.menu-top
{
	border-right: slateblue 1px solid;
	border-left: slateblue 1px;
	color: white;
	clear: none;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	left: 102px;
	position: relative;
	font-weight: bolder;
}

/* top menu links */
.menu-top a, .menu-top a:visited
{
	color: White;
	text-decoration: none;
}
.menu-top a:hover
{
	color: White;
	text-decoration: underline;
}
.menu-top a:active
{
	color: slateblue;
}

div.sidebar
{
	width: 130px;
	float: left;
	clear: none;
	margin: 1em auto 1em auto;
	border-right: darkgray 1px dotted;
	border-top: darkgray 1px dotted;
	border-left: darkgray 1px dotted;
	border-bottom: darkgray 1px dotted;
	background: gainsboro;
	padding: 5px;
}

div.main-content
{
	border: solid 1px LightSteelBlue;
	background: lavender;
	margin: 1em auto 1em 150px;
	padding: 5px 5px 10px 5px;
}

div.news .date
{
	font-weight: bolder;
}

div.news .title
{
	color: slateblue;
	margin: 0.75em auto 1em auto;
	border-bottom: solid 1px slateblue;
}

.menu-main-static-item
{
	border-right: solid 1px SlateBlue;
	padding: 5px 10px 5px 10px;
	color: White;
}

.right-column div.publication-article
{
	border-left: solid 1px slateblue;
}

.publication-article
{
	text-align: justify;
	padding-left: 1em;
	padding-right: 5px;
}

.publication-article .title
{
	font-weight: bolder;
}

div.right-column, div.left-column
{
	width: 50%;
	float: left;
	margin-bottom: 1em;
	padding-top: 0.5em;
	border-top: solid 1px slateblue;
}

div.left-column
{
	clear: left;
}

div.article-footer
{
	text-align: right;
	padding-right: 5px;
}

p.classes .title
{
	font-size: 125%;
	font-weight: bolder;
}

p.classes .header
{
	text-decoration: underline;
}

p.classes
{
	text-align: justify;
	margin-bottom: 1em;
}

div.biography p
{
	text-align: justify;
}

table.classes
{
	width: 100%;
	clear: none;
}

table.classes thead tr th
{
	font-size: 150%;
}

table.classes tbody tr td.left-col
{
	vertical-align: top;
	padding-right: 1em;
	font-style: italic;
}

table.classes tbody tr td.right-col
{
	text-align: justify;
	width: 100%;
}

.date-stamp
{
	font-size: 50%;
}

/*
 * Questionnaire specifics
 */
div.questionnaire
{
	float: left;
	clear: right;
}

div.questionnaire .form-row .column-1
{
	width: 175px;
	padding: 5px 10px 5px 5px;
	float: left;
	clear: left;
}

div.questionnaire .form-row .column-2
{
	float: left;
	padding: 5px 10px 5px 5px;
	width: 400px;
}

/*
 * END - Questionnaire specifics
 */
