}



/* Outside Table properties */
#feedTable td {
	padding:2px 2px 0px 0;
	font-family:verdana; /*changed from arial*/
	font-size:12px;

}


/* Overall Wrapper for Client Supplied Snippet */
	#OT_searchWrapperAll {  
	    position: absolute;
	    
		top: 72px; left: 57px;
		z-index:100;

        width:100%;
        height:60px;/* for horizontal layout: 60px, for vertical layout: 100px */

/*        position: relative;*/
        margin:0;
        padding:0;
        background:#fff;
		border: 0px;
		
		background: none;
		height: 28px;
    }
    

/* wrapper */

	#OT_searchWrapper
    {
        border: none;
        background: #fff;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 8px;
        width:100%;
        height:60px;/* for horizontal layout: 60px, for vertical layout: 100px */
        position: relative;
        margin:0;
		
		background: none;
		height: 28px;
    }
    


/* Title Text */
.feedTitle {
	margin:0px 2px 5px 0px;
	font-family:verdana; /*changed from arial*/
	font-size:10px;
}

.OT_feedTitle {
	margin:0px 2px 5px 0px;
	font-family:verdana; /*changed from arial*/
        display: none;
	font-size:10px;
}

/* Form Title Tags */
.feedFormTitle {
	float:right;
	vertical-align:middle;
}
/* Form Time Title Tags */
.feedFormTimeTitle {
	padding:4px 0px;
	float:left;
}
/* Form Time Title Tags */
.feedFormDateTitle {
	padding:4px 0px;
	float:right;
}
/* Text Form Fields */
.feedFormField {
	font-size:12px;
	margin:2px 2px 2px 2px;
}
/* Text Form Field for Date field */
.feedFormfieldCalendar {
	font-size:12px;
	margin:2px 2px 2px 2px;
	width:100px;
}

/* Logo Treatment */
#logoLink
{
	display:none; /*added by gw*/
	float:right;
	margin:0px;
}
#logo
{
	border-width:0px;
	margin:0px;
}
#dateDisplay
{
	font-size:10px;
	color:#999;
 	font-family:arial;
	float:right;
	margin:0px 30px 0px 0px;
}

/*** 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%;
}

