﻿.QuestionTable table
{
     table-layout:auto;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;     
}

.QuestionTable tr
{
    table-layout:auto;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.QuestionTable td
{
    table-layout:auto; 
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin-right: 3px;
}

.QuestionTable textarea
{
    width: 100%;
    text-align: left;
    overflow: hidden;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin-right: 3px;
}


.SurveyHeader
{
    font-weight: bold;
    font-size: 12pt;
    font-family: 'Times New Roman';
    width:60%;
     margin-left:20px;
     margin-top:5px;
     margin-bottom:5px;
     
}

.NextPageButton
{
    text-align: center;

    width: 100%;
}

.Label
{
	float:left;
	width:10em;
	text-align:right;
	clear: left;
	margin-right:15px;
}

.Edit
{
	
}

.UserMessage
{
    font-size: 16pt;
    font-family: 'Times New Roman';
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.ContentSpan
{
    width:100%;
    height:100%;    
}

.ErrorLabel
{
    font-weight: bold;
    color: red;
    font-style: italic;
    width: 100%;
}




.MealPickerTree
{
	width: 200px;
	height: 300px;
	float: left;
}
.QuestionDetails
{
    height:90%;
    width:69%;
}

/* Debug div tag at the bottom of most pages.  It's innerHTML
    is updated as needed 
*/
.DebugMsg
{
    clear:both;
    font-weight: bold;
    width:250px;
}


.DetailsView
{
   background-color:#F6F6F6;
	margin-left: 10px;
	margin-right: 20px;
	height:75%;
	width:100%;
	
}

.DetailFrame
{
	margin-left: 10px;

	border:0px;
	
}

.HammerTime
{
	margin-left: 25px;
}

.Logo
{
	float:left;

}

.TopAdSpace
{
	vertical-align: middle;
	text-align: center;

}

.WhoAmIBar
{
	background-image: url(../images/bar.jpg);
	clear: both;
	text-align: right;
	font-weight: bold;
	font-size:x-small ;
	color: black;
	font-family: 'Times New Roman';
	padding-right: 25px;
	width:100%;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;	
}

.BodyContent
{
	clear:both;
}

.BottomCopyRight
{
	float: left;
	font-weight: bold;
	font-size: smaller;
	color: navy;
	text-align: center;
	width: 100%;
}

.LookupFrame
{
	float: right;
	
}

