﻿.searchOuter
{
	font-size:10px;
	color:Blue;
	text-decoration: none;
}
a.searchOuter:hover
{
	text-decoration: underline;
}
.searchInner
{
	font-size:10px;
	color:Green;
	text-decoration: none;
}
a.searchInner:hover
{
	text-decoration: underline;
}
.searchCenter
{
	background-color:#ECECF9;
	border-style:outset;
	border-width:3px;
	display:none;
}
.ResidentSearchLabel
{
	font-size:14px;
	font-weight:bold;
}
.ResidentTitleLabel
{
	font-size:18px;
	font-weight:bold;
}

.ResidentTitleHeader
{	
	color: #333333;
	background: #CCCCCC;
	height: 24px;
	border-style:outset;
	border-width:3px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #336699;
	text-decoration: none;
}
.ResidentSmallTitleLabel
{
	font-size:12px;
	font-weight:bold;
}

.ResidentSmallTitleHeader
{	
	color: #333333;
	background: #CCCCCC;
	height: 18px;
	border-style:outset;
	border-width:3px;
}
.AddCenter
{
	background-color:#ECECF9;
	border-style:outset;
	border-width:3px;
	display:none;
}
.picker
{

}
.disabledday
{
  text-decoration:none;
  background-image:url(/images/ComponetArt/baddate.gif);
  background-position:center center;
  background-repeat:no-repeat;
  cursor:default;
}
.calendar_button
{
	border:none;
	cursor:pointer;
	width:25px;
	height:22px;
}

.calendar td
{
  font-size:11px;
}

.title
{
	font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
	width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
	width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
	width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
	width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:middle;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:middle;
  background-color:#FFFFFF;
}

