/* Outside Table properties */

#feedTable td {
	padding: 4px 4px 4px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

/* Title Text */

.feedTitle {
	margin: 0 2px 5px 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

/* Form Title Tags */

.feedFormTitle {
	float: right;
	vertical-align: middle;
}

/* Form Time Title Tags */

.feedFormTimeTitle {
	float: left;
	padding-right: 4px;
}

/* Form Time Title Tags */

.feedFormDateTitle {
	padding-top: 2px;
	float: right;
}

/* Text Form Fields */

.feedFormField {
	font-size: 12px;
	padding: 2px 2px 2px 10px;
}

/* Text Form Field for Date field */

.feedFormfieldCalendar {
	font-size: 12px;
	width: 80px;
	padding: 2px 2px 2px 10px;
}

/* Logo Treatment */

#logoLink {
	float: right;
	margin: 0;
}

#logo {
	border-width: 0px;
	margin: 0;
	display: none;
}

#dateDisplay {
	font-size: 10px;
	color: #999;
 	font-family: verdana, arial, helvetica, sans-serif;
	float: right;
	margin: 0 30px 0 0;
}

/*** 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: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	background: #fff;
}

#imageCal td {
	padding: 0;
	text-align: center;
}

/* Days in the future */

.clickableDays {	
	color: #000; 
	text-decoration: none;
	height: 18px;
}

/* Days in the past */

.nonclickableDays {	
	color: #ccc;
	height: 18px;
}

/* Name of the month at the top */

.months {
	color: #fff; 
	text-decoration: none 
}

/* Day of the week */

.weekdays {
	color: #000; 
	text-decoration: none; 
	color: #666;
	background-color: #efefef;
	width: 14%;
}

