﻿#GenericSearchTop
{
	background: url(../Images/top.jpg) 0 0 repeat-x;
	background-color:#FEF3C6
}
#GenericSearchBottom
{
	background: url(../Images/bottom.jpg) 0 100% repeat-x;
}
#GenericSearchLeft
{
	background: url(../Images/left.jpg) 0 0 repeat-y;
}
#GenericSearchRight
{
	background: url(../Images/right.jpg) 100% 0 repeat-y;
}
#GenericSearchBottomLeft
{
	background: url(../Images/bottomleft.jpg) 0 100% no-repeat;
}
#GenericSearchBottomRight
{
	background: url(../Images/bottomright.jpg) 100% 100% no-repeat;
}
#GenericSearchTopLeft
{
	background: url(../Images/topleft.jpg) 0 0 no-repeat;
}
#GenericSearchTopRight
{
	background: url(../Images/topright.jpg) 100% 0 no-repeat;
	padding: 10px;
}

#GenericSearchTable
{
	width:100%;
	background-color:#FEF3C6;
}

#GenericSearchTableHeading
{
	font-weight:bold;
	font-family:Arial;
	font-size:small;
}

#GenericSearchRadioButtonContainer
{
	font-size:9pt;
	height:25px;
	vertical-align:middle;
}

#SaperatorLine
{
	background-color:#dc143c;
	height:1px;
	width:100%;
}

.Spacer
{
	height:5px;
	width:100%;
}

.searchbottom
{
	background: #2F62CD 0 0 repeat-x;
}

.searchbottomleft
{
	background: url(../Images/bottom-left.gif) 0 100% no-repeat;
}
.searchbottomright
{
	background: url(../Images/bottom-right.gif) 100% 100% no-repeat;
}
.searchtopleft
{
	background: url(../Images/Top-Left.gif) 0 0 no-repeat;
}
.searchtopright
{
	background: url(../Images/Top-Right.gif) 100% 0 no-repeat;
	padding: 10px;
}

.startsearch 
{ 
	font-size:15px; 
	font-weight:bold; 
	color:#006699; 
}

.lefttext 
{ 
	font-size:11px; 
	color:#003399; 
}

.seradio 
{
	font-size:11px; 
	font-weight:bold; 
	color:#003399; 
} 
.cssNightDropdownBackColor1
{
	background-color:#fe7500; /*orange*/
	}
	
.MyCalendar .ajax__calendar_container 
{
	width :150px;
	height :150px;
    border:1px solid #646464;
    background-color: white;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}	

