﻿/* Outside Table properties */
#feedTable td {
padding:2px 2px 0px 0px;
font-family:arial;
font-size:12px;
}
/* Title Text */
.feedTitle {
margin:0px 2px 5px 0px;

/*font-family:arial;
font-size:12px;*/


	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #65414f;
	line-height: 13pt;
	text-align: left;
	letter-spacing: 1px;


}

/* Form Title Tags */
.feedFormTitle {
	float:right;
	vertical-align:middle;

	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #65414f;
	line-height: 13pt;
	text-align: left;
	letter-spacing: 1px;
}


/* Form Time Title Tags */
.feedFormTimeTitle {
	/*padding:5px 0px 0px 0px;*/
	float:left;
	display:block;
	/*border: solid 1px yellow;*/
	margin: 3px 0px 0px 0px;

	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #65414f;
	line-height: 13pt;
	text-align: left;
	letter-spacing: 1px;
}

/* Form Time Title Tags */
.feedFormDateTitle {
	/*padding:5px 0px 0px 0px;*/
	float:right;
	display:block;
	/*border: solid 1px blue;*/
	margin: 3px 0px 0px 0px;

	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #65414f;
	line-height: 13pt;
	text-align: left;
	letter-spacing: 1px;
}

/* Text Form Fields */
.feedFormField {
	font-size:12px;
	margin:2px 2px 2px 2px;
	/*border: solid 1px red;*/
	display:block;
	float:left;
	/*padding:6px 0px 0px 0px;*/
}



/* Text Form Field for Date field */
.feedFormfieldCalendar {
	font-size:12px;
	margin:2px 2px 2px 2px;
	display:block;
	/*float:left;*/
	width:100px;
}


/* Logo Treatment */
#logoLink
{
float:right;
margin:0px;
}
#logo
{
border-width:0px;
margin:0px;
}

#dateDisplay
{
	/*font-size:10px;
	color:#999;
	font-family:arial;*/

	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #65414f;
	/*line-height: 13pt;*/
	text-align: left;
	/*letter-spacing: 1px;*/


	float:left;
	margin: 0px 0px 0px 2px;
}


/*** calendar styles ***/
/* Placeholder. Don't change this */
.imgCal
{
position: absolute;
display: none;
z-index:100;
}
/* Calendar Table properties */
#imageCal table {
font-size:12px;
width:150px;
font-family:arial;
font-weight: bold;
background:#FFF;
}
#imageCal td {
padding:0px 0px 0px 0;
text-align:center;
}
/* Days in the future */
.clickableDays
{
color: #000000;
text-decoration: none;
height:18px;
}
/* Days in the past */
.nonclickableDays
{
color: #CCCCCC;
height:18px;
}
/* Name of the month at the top */
.months
{
color: #FFFFFF;
text-decoration: none
}
/* Day of the week */
.weekdays
{
color: #000000;
text-decoration: none;
color:#666666;
background-color:#EFEFEF;
width:14%;
}