﻿table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	/*font-family: sans-serif;*/
	font-family: sans-serif;
	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;
	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-top:0px;
	padding-bottom:5px;
    color: #1d495a;
	background:#fff;
	min-height:500px;



	float:left;
	/*
	margin-top:10px;
	margin-left:10px;
	padding-right:10px;
*/
	
}

/* Specific Table Formats */
.msgTable
{
	border-collapse: separate;
	margin:15px; 
	padding:15px; 
	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%;
	text-align: center;
}
.ratingTD
{
    border-style: solid; 
    border-width:1px;
    border-color: #003366;
	padding:1px;
	width: 50px;
    vertical-align:top; 
    text-align: center;
}

.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%;
}

/************** 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 */