
.errorDiv
{
	background-color: transparent;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	vertical-align: text-top;
	color: Black;
}


.errorIframe
{
	position:absolute;
	display:none;
}


SELECT {
    font-size: 10pt;
    text-decoration: none;
    border: 1px solid #000000;
    background-color: #ffffff;
    color: black;
}

BODY {
	background-color : #EEEEEE;
	color : #000000;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size:11pt;	
	margin-left : 1%;
	margin-right : 1%;
}

.helpoutline
{
	background-color :InfoBackground;
	color : #000000;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	margin-left : 1%;
	margin-right : 1%;
	border: 2px solid #808080;
	border-color: Navy;

}

.mainTable 
{
      padding: 2px;
      text-align: left;
      vertical-align: text-top; 
      margin-left:0; 
      margin-right:0; 
      margin-top:0; 
      margin-bottom:0;
      width: 100%;
      background: white;
}

.innerTable, .sectionTable {
	border: 1px solid #808080;
	
}


.innerTable td
{	
      padding: 3px;
      margin-left:0; 
      margin-right:0; 
      margin-top:0; 
      margin-bottom:0;
}


.sectionTable {
  	width:100%;
  	border-color:#F0F0F0;
	background:#F0F0F0;
}


.captionRow
{	
background:#C0C0C0;
}

.agregateRow
{	
background:#CFCFCF;
}


.rightAlign
{
      text-align: right;

}

.leftAlign
{
      text-align: left;

}

.centerAlign
{
      text-align: center;

}

.ExpandingTextArea
{
	width: 99%;
	background:white;	
	border: dotted 1px black;
	margin-bottom: 0px;
}

.DIS_ExpandingTextArea
{
	background: #e0e0e0;	
}


.ExpandingTextAreaDiv, .DIS_ExpandingTextAreaDiv
{
	width: 99%;
	text-align:justify; 
	border: dotted 1px black; 
	background:white;
	font-size: 10pt;	
}

.DIS_ExpandingTextAreaDiv
{
	background: #e0e0e0		
}

.SmallExpandingTextArea
{
	width: 99%;
	background:white;	
	border: dotted 1px black;
	margin-bottom: 0px;
}

.DIS_SmallExpandingTextArea
{
	background: #e0e0e0;	
}


.SmallExpandingTextAreaDiv, .DIS_SmallExpandingTextAreaDiv
{
	width: 99%;
	text-align:justify; 
	border: dotted 1px black; 
	background:white;
	font-size: 10pt;	
}

.DIS_SmallExpandingTextAreaDiv
{
	background: #e0e0e0		
}

.InputTextArea {
	width: 99%;
}

.InputMoney, .InputString, .InputDate, .InputInt, 
.DIS_InputMoney, .DIS_InputString, .DIS_InputDate, .DIS_InputInt {
	border: 1px dotted Black;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 10pt;
}

.InputMoney, .InputInt, 
.DIS_InputMoney, .DIS_InputInt,
.ROInputMoney, .DIS_ROInputMoney {
    text-align: right;	
}



.ROInputMoney, .DIS_ROInputMoney {
   border: 1px dotted Black;
	background-color: #E0EFE0;
	margin-right: 2px;
	margin-left: 2px;
}

.InputDateMonth, .DIS_InputDateMonth {
	border: 1px dotted Black;
	margin-right: 2px;
	margin-left: 2px;
}

.ROInputDateMonth, .DIS_ROInputDateMonth {
	border: 1px dotted Black;
	background-color: #E0EFE0;
	margin-right: 2px;
	margin-left: 2px;
}

.ROInputPercent, .DIS_ROInputPercent {
	border: 1px dotted Black;
	background-color: #E0EFE0;
	margin-right: 2px;
	margin-left: 2px;
}

.DIS_InputMoney, .DIS_InputString, .DIS_InputDate, .DIS_InputInt, .DIS_InputDateMonth, .DIS_ROInputPercent
{
	background: #E0E0E0;
}

.DIS_ROInputMoney, .DIS_ROInputString, .DIS_ROInputDate, .DIS_ROInputInt, .DIS_ROInputDateMonth 
{
	background: #E0E0E0;
}


h1 {
	background-color: #C0C0C0;
}


.mainTable h1
{
	color: #000000;
	font-size: 14pt;
    padding: 3px;
	margin: 0px; 
}


.leftColumn
{
  width: 330px;
}

.leftColumn30Percent
{
  width: 30%;
}


	/* CSS CALENDAR */
/*Calendar styles for foodlog, weightlog, tracker*/

#InputDate table {padding:0px; width:180px;margin:0 auto}
#InputDate table th {padding:0px;font-size:1em;}
#InputDate table tr {padding:0px;}

#InputDate {
	background:url(graphics/calendarbg.jpg) no-repeat left top;
	width:205px;
	height:185px;
	padding: 0px;
	font: normal 9px Arial, Verdana; color: #333;
	cursor:  pointer;
	position :  absolute;
	z-index:1000;
}
#InputDate div 
{
	display:block;
	text-align: center;
}

#InputDate .header
{
	margin:10px auto 0px auto;
	width: 185px;
}
#InputDate .header img
{
	margin: 0px 2px 0px 2px;
	float: left;
	clear: none;
}
#InputDate .month
{
	font: normal 11px Arial, Verdana; color: #3a3a3a; text-align: center;
	padding: 3px 0px 0px 0px;
	display: block;
	float: left;
	width: 110px;
	height: 17px;
	background: url(graphics/monthbg1.jpg) no-repeat left top;
}

#listYear
{
	width: 45px;
	height: 100px;
	background: url(graphics/monthbg1.jpg) no-repeat left top;
	position : absolute;
	overflow: hidden;
	top: 33px;
	left: 50%;
	margin: 0px 0px 0px 0px;
}
#listYear ul
{
	list-style-type: none;
	padding: 3px 0px 0px 3px;
	margin: 0px;
	width: 38px;
}
#listYear ul li
{
	padding: 2px;
	margin: 0px;
	display: block;
	background-color:Silver;
}

#listYear ul li:hover
{
	background: #fff;
}

#InputDate table 
{
	margin: 5px auto 0px auto;
	width: 175px;
	border: 0px none;
	clear: both;
}
#InputDate table tr th
{
	padding: 4px 2px 2px 2px;
	text-align: center; vertical-align: middle;
	width: 21px;
	height: 9px;
	border-bottom: 1px solid #818388;
	display: inline-table;
	background: #eaebef url(graphics/calendar_header.gif) repeat-x left top;
}

#InputDate table tr td
{
	padding: 2px;
	text-align: center; vertical-align: middle;
	width: 21px;
	height: 9px;
	border: 1px solid;
	border-color: #fff #8e9096 #8e9096 #fff;
	display: inline-table;
	background: #f5f6f8;
}
#InputDate table tr td.calendarPreselected
{
	background: #ecf1fa;
	border: 1px solid;
	border-color: #fff #717378 #717378 #fff;
	color: #8f511a;
	padding: 2px;
	width: 21px;
	height: 9px;
}
#InputDate table tr td.calendarSelected
{
	background: #5f6165;
	border: 1px solid;
	border-color: #47484b #fff #fff #47484b;
	color: #fff;
	padding: 2px;
	width: 21px;
	height: 9px;
}

.dayselected
{
	background: #f2f4f9;
}
#InputDate table tr td.noday
{
	background: #d9dce5;
	color: #b0b3ba;
	border-color: #fff #8e9096 #8e9096 #fff;
}

#InputDate table tr td.month_cell
{
	width:50px;
	table-layout:fixed;
}

#InputDate table tr td.sunday
{
	background:#fff;
	border-color: #f1f5ff #8e9096 #8e9096 #8e9096;
}
#InputDate table tr td.no_sunday
{
	background: #d9dce5;
	color: #c1c4cc; font-weight: bold;
	border: 1px solid;
	border-color: #f1f5ff #8e9096 #8e9096 #8e9096;
}
#InputDate table tr td.isToday
{
	background:#686ee4 url(graphics/calendar_today.gif) repeat-x left top;
	color: #fff;
	border-color: #fff #3f438a #3f438a #fff;
}


