﻿table.diary
{
    font-size:small;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/* text-shadow: white 0px 1px 1px;*/
    border-color: #94b4c4;
    border-style:solid none none solid;
    border-right:0 none;
    border-width:1px 0 0 1px;
    margin:10px 0;
	width:800px;
	height:500px;
	color:Black;
}

table.diary th
{
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background:none repeat scroll 0 0 #f2f5f6; /* old browsers */
    background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* firefox */ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed),     color-stop(100%,#c8d7dc)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc'  ,GradientType=0 ); /* ie */
    font-weight:normal;
	height:20px;
    color:Black;
}

table.diary th, table.diary td 
{
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:small;
    border-color: #94b4c4;
    border-style:none solid solid none;
    border-width:0 1px 1px 0;
    padding: 3px 6px;
    text-align:center;
    color:Black;
}


.cravingsDiary
{
    text-align: center;
    width: 100%;
}

.cravingsDiary td
{
    min-width: 100px;
}
