﻿table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	/*font-family: sans-serif;*/
	font-family: Arial;
	font-size: 0.75em;

	background-color:#f7f7f7;
	background-repeat:repeat;
	color:#000000;
	margin: 0;

}
h1, .h1, h2, .h2 {
    font-size: 1.5em;
	font-weight: bold;
	color: #000000;
}

h3, h4, .h3, .h4 {
    font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin:0px;
	color: #000000;
}
	
div#main {
		width:900px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		}
/************** Link Styles **************/

a:link {
    text-decoration: underline;
    font-weight : normal;
    color: #696969;
}

a:visited, a:active {
    text-decoration: underline;
    font-weight : normal;
    color: #696969;
}

a:hover, a:focus {
    font-weight: normal;
    text-decoration: none;
    color: #488AC7;
}

a.result
{
	font-style:italic;
	font-weight:bold;
	color:Green;
}

a.disable 
{
	text-decoration: none;
	font-weight:normal;
	color:Gray;
}

a.disable:focus
{
	text-decoration: none;
	font-weight:normal;
	color:Gray;
}

/* End of Link Styles */

/*----------------------------------------*/
div#header 
{
	
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	
	padding:0px;
	text-align:justify;
		
	height:120px;
	padding-top:0px;
	background-color:#ffffff;
	clear:both;
	vertical-align: baseline;



}
div#header .banner
{
	width:900px;
	padding-left:0px;
	height:27px;
	display: block;
	
}



/*--------FOOTER------------------*/
div#footer {
		width:900px;
		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
		padding:0px;
		
		vertical-align:middle;
		
		background-color:White;
		font-size: 0.9em;
		position: static;
		text-align: center;
		}	
		
div#footer .footerLink
{
	
	padding-top: 7px;
	padding-bottom: 10px;
	background-color:#a0b69b; /* #a0b69b */
	color: #FFFFFF;

}
div#footer .footerLink A
{
	color:White;
	text-decoration:none;
}
div#footer .footerLink A:hover, div#footer .footerLink A:focus
{
	color:#000000;
	text-decoration:none;
}



div#footer .footerText
{
	font-size: 0.9em;
	background-color:#ffffff;
	padding-top: 7px;
}

/*-----END FOOTER----------*/	

div#right 
{
		width:255px;
		padding:0px;
		padding-right:1px;
		padding-top:10px;
		
		background-color:Transparent;
		vertical-align:top;
		}
div#right .infoBanner
{
	text-align:left;
	width:auto;
	height:100%;
	background-color: #d6ecd1; 
	
	padding:0px;
	padding-left:10px;	
	
}

/*---------------------------*/	
	
div#content 
{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
    color: black;
	background:#fff;



	float:left;
	/*
	margin-top:10px;
	margin-left:10px;
	padding-right:10px;
*/
	
}

/* Specific Table Formats */
.msgTable
{
	border-collapse: separate;
	margin:20px; 
	padding:20px; 
	border-width:0px; 
	border-color:#003366; 
	border-style:solid; 
}

.ratingTable
{
	margin:5px; 
	padding:0px; 
	border-collapse: collapse;
	border-style: solid; 
	border-width:1px; 
	border-color:#003366; 
	width:80%;
}
.ratingTD
{
    border-style: solid; 
    border-width:1px;
    border-color: #003366;
	padding:0px;
	width: 30px;
    vertical-align:top; 
}

.reportTable
{
	margin:5px; 
	padding:0px; 
	border-collapse: collapse;
	border-style: solid; 
	border-width:1px; 
	border-color:#003366; 
	width:50%;
}
.reportTable TD
{
    border-style: solid; 
    border-width:1px;
    border-color: #003366;
	padding:3px;
	width: 50%;
    vertical-align:top; 
}

.buttonTable
{
    width:75%;
}

.refTable
{
	border-collapse: collapse;
	margin:0px; 
	padding:0px; 
	border-width:1px; 
	border-color:#003366; 
	border-style:solid; 
}

.refTD
{
    border-style: solid; 
    border-width:1px;
    border-color: #003366;
	padding:10px;
    vertical-align:top; 
}

/************** CravingsDiary **************/
.cravingsDiary 
{
	width:100%;
	border-style: solid;
	border-width:1px;
	border-color:#000000;
	
	text-align:center;
}
.cravingsDiary th
{
	border-style: solid;
	border-width:1px;
	border-color:#000000;
}
.cravingsDiary td
{
	border-style: solid;
	border-width:1px;
	border-color:#000000;
	text-align:center;
}	
.cravingsDiary tr:hover
{
	background-color:#a0b69b;
}
/* End of CravingsDiary */

/* ToolTips */
.tooltip
{
    color: blue; 
    cursor: help;
    text-decoration: underline;
}
/* End ToolTips */


ul.ListExercise
{
	
}
ul.ListMood
{
	list-style-type:none;
	margin:0;
	padding:0;
	}

table.TBExercise caption
{
	text-align:left;
 margin-bottom:2px;	
}
table.TBExercise td
{
	padding-right:10px;
	padding-left:10px;
	width:300px;
}

table.TBMood caption
{
	text-align:center;
	font-weight:bold
}
table.TBMood
{
	width:100%;
	border-top:solid 1px GRAY;


	border-collapse: collapse;
	outline: 0;
	border-spacing: 0;

}
table.TBMood th{border-bottom:solid 1px GRAY;}
table.TBMood td
{
	vertical-align:text-top;
	margin:0;
	padding:0;
	width:15%;
	
	
}
table.moodRange
{
	border:solid 1px BLACK;
	text-align:center;
}
table.moodRange tr:first-child td
{
	width:50px;
}
/*--- Member Goal Grid */
.dgAltItem
{
	color: #000000;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.dgIitem
{
	color: #000000;
	background-color: #f1f8ef;
	border-collapse: collapse;
}

/************Goldberg******************/
body
{
	width:100%;
	height:100%;
}
table.rc5 , table.goldberg{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table.goldberg
{   
	width:100%;
}

table.goldberg tr th		{width:100px; text-align:center;}
table.goldberg tr th.text	{width:400px;}
table.goldberg tr td.text	{width:400px;  border:Solid 1px BLACK; padding-left:10px; padding-right:10px;}
table.rc5					{width:100%;  }
table.rc5 tr td				{border:dashed 1px BLACK; text-align:left; padding-left:10px;height:35px;  overflow:hidden}

td.require					{width:100px; padding-left:10px;}

table.legend				{border:Solid 1px BLACK;}
table.legend tr td			{padding-right:10px; border:Solid 1px #DDD;}

ol.list li
{
	padding-top:10px;
	padding-bottom:5px;
}

table.outcome
{
	width:100%;
}

table.outcome tr th		{width:100px; text-align:center;}
table.outcome tr th.text	{width:400px;}
table.outcome tr td.text	{width:400px;  border:Solid 1px BLACK; padding-left:10px; padding-right:10px;}