body {
	background-image: url(../images/blue-bkg.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}
.master {
	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}
.DRMaster {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}
.DRMaster2 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}
.DRMasterBold {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}
.DRMasterBold2 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}
.DROwnerSearchBold {
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}
.DRhomepagesmall {

	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.masterBold {

	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
}
.masterBold2 {

	font-family: Times New Roman;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
}
.masterBoldBlue {

	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #292A6B;
}
.masterBoldBlueLG {

	font-family: Times New Roman;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #292A6B;
}
.masterBoldRedLG {

	font-family: Times New Roman;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #FFOOOO;
}
.BlueFont {

	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #333366;
}

.BlueFont1 {

	font-family: Times New Roman;
	font-size: 10px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #333366;
}
.bylineitalic {

	font-family: Times New Roman;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
}
.captions {

	font-family: Times New Roman;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #003366;
}
.homepagesmall {

	font-family: Times New Roman;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.masterBoldWhite {

	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.master2 {

	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.qoutes {

	font-family: Times New Roman;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFCC;
}
/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

.eventmonth h3
{
    padding-left: 20px;
    padding-right: 20px;
}

/* Surrounds the calendar */
.eventmonth
{
    border: 2px solid #00386B;
    border: 1px solid ;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    background: #FFFFFF;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 2px solid #00386B;
    border: 1px solid ;
    border-collapse:collapse;
}
.dayNumber
{
    float: right;
    border-bottom: 1px solid #00386B;
    border-left: 1px solid #00386B;
    clear: none;
    padding: 2px;
    font-family:Times New Roman;
    font-size:8px;
}
.daylink 
{
	color:white;
	font-family:Arial;
	font-size:6px;
}
.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #cdcdcd;
}
.calcurrentday
{
    background-color: #f0f8ff;
}
.calweekend
{
    background-color: #FFFFFF;
  /*  width: 15%; */
}
.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid Navy;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
    border-collapse:separate;
    border-spacing: 5px;
}
.calendarKey {
	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}
.calendarMonthLink {
	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #292A6B;
}
.calendarMonth {
	font-family: Times New Roman;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #292A6B;
}
/* Owner Search Results */
.ownerSearchBold {
	
	font-family: Times New Roman;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}.masterBoldYellow {

	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #F8E596;
}
.masterCopyWhite {

	font-family: Times New Roman;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
}

