/* CSS Document */

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #730809;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #730809;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #;
	scrollbar-darkshadow-color: #730809;
    margin: 0px;
}

/* Site link */
.siteLink, td.siteLink{
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.siteLink:link   	{ text-decoration: none; color : #000000; }
a.siteLink:visited 	{ text-decoration: none; color : #000000; }
a.siteLink:hover	{ text-decoration: none; color : #ff0000; }

.siteLink2, td.siteLink2{
	font-size 		: 8pt;
	color 			: #FFFFFF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.siteLink2:link   	{ text-decoration: none; color : #FFFFFF; }
a.siteLink2:visited 	{ text-decoration: none; color : #FFFFFF; }
a.siteLink2:hover	{ text-decoration: none; color : #000000; }

/* home page color setting*/
.indexsidecolor
{
	background		: #8D7547;
}

.footercolor
{
	background		: #790C0D;
}

/* Menu link */
.menuLink, td.menuLink {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
	font-weight		: normal;
	background		: #BDA273;
}
a.menuLink:link   	{ text-decoration: none; color : #000000; }
a.menuLink:visited 	{ text-decoration: none; color : #000000; }
a.menuLink:hover	{ text-decoration: none; color : #000000; }

.headermenuLink, td.headermenuLink {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	color			: #000000;
	text-decoration	: none;
	font-weight		: normal;
	background		: #BDA273;
}
a.headermenuLink:link   	{ text-decoration: none; color : #000000; }
a.headermenuLink:visited 	{ text-decoration: none; color : #000000; }
a.headermenuLink:hover		{ text-decoration: none; color : #000000; }

.headerbgcolor
{
	background		: #700608;
}

/* Menu link */
.menuHomeLink, td.menuHomeLink {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 7pt;
	color			: #FFFFFF;
	text-decoration	: none;
	font-weight		: normal;
	text-align		: center
}
a.menuHomeLink:link   	{ text-decoration: none; color : #FFFFFF; }
a.menuHomeLink:visited 	{ text-decoration: none; color : #FFFFFF; }
a.menuHomeLink:hover	{ text-decoration: none; color : #FFFFFF; font-weight:bold;}

/* Site link */
.subMenuLink, td.subMenuLink{
	font-size 		: 8pt;
	color 			: #FFFFFF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	margin-top		: 3px;
	margin-bottom	: 3px;
}
/*td.subMenuLink{
	font-size 		: 8pt;
	color 			: #FFFFFF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
}*/
a.subMenuLink:link   	{ text-decoration: none; color : #FFFFFF; }
a.subMenuLink:visited 	{ text-decoration: none; color : #FFFFFF; }
a.subMenuLink:hover		{ text-decoration: none; color : #FFFFFF;}

/* Detail's Title Text link */
.titleLink, td.titleLink{
	font-size 		: 8pt;
	color 			: #730809;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.titleLink:link   	{ text-decoration: none; color : #730809; }
a.titleLink:visited { text-decoration: none; color : #730809; }
a.titleLink:hover	{ text-decoration: none; color : #ff0000; }

/* Action link */
.actionLink, td.actionLink{
	font-size 		: 8pt;
	color 			: #010369;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	text-align		: center;
}
a.actionLink:link   	{ text-decoration: none; color : #2B2B9F; }
a.actionLink:visited 	{ text-decoration: none; color : #2B2B9F; }
a.actionLink:hover		{ text-decoration: none; color : #FFFFFF; background-color: #2B458F;}

/* Page link/* for dates in event calender */
.monthLink, td.monthLink{
	font-size 		: 8pt;
	color 			: #FFFFFF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	text-align		: center;
}
a.monthLink:link   	{ text-decoration: none; color : #FFFFFF; }
a.monthLink:visited { text-decoration: none; color : #FFFFFF; }
a.monthLink:hover	{ text-decoration: none; color : #FFFFFF; }

/* for dates in event calender */
.dateLink, td.dateLink{
	font-size 		: 8pt;
	color 			: #000000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
	text-align		: center;
}
a.dateLink:link   	{ text-decoration: none; color : #E9CCD2; }
a.dateLink:visited 	{ text-decoration: none; color : #E9CCD2; }
a.dateLink:hover	{ text-decoration: none; color : #FFFFFF; background-color: #2B458F;}

.eventdateLink, td.eventdateLink{
	font-size 		: 8pt;
	color 			: #E9CCD2;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	text-align		: center;
	border			: 1 solid #E9CCD2;
}
a.eventdateLink:link   	{ text-decoration: none; color : #E9CCD2; }
a.eventdateLink:visited { text-decoration: none; color : #E9CCD2; }
a.eventdateLink:hover	{ text-decoration: none; color : #FFFFFF; background-color: #000000;}

/* for current date in event calender */
.currdateLink, td.currdateLink{
	font-size 		: 8pt;
	color 			: #FF0000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
	text-align		: center;
}
a.currdateLink:link   	{ text-decoration: none; color : #FF0000; }
a.currdateLink:visited 	{ text-decoration: none; color : #FF0000; }
a.currdateLink:hover	{ text-decoration: none; color : #FFFFFF; background-color: #2B458F;}

.pageLink, td.pageLink{
	font-size 		: 8pt;
	color 			: #E9CCD2;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.pageLink:link   	{ text-decoration: none; color : #E9CCD2; }
a.pageLink:visited 	{ text-decoration: none; color : #E9CCD2; }
a.pageLink:hover	{ text-decoration: underline; color : #E9CCD2; }

.activePage {
	font-size 		: 8pt;
	color 			: #FF0000;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

.disabledText {
	font-size 		: 8pt;
	color 			: #DFC055;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}

/* Help Link */
.helpLink, td.helpLink{
	font-size 		: 8pt;
	color 			: #010369;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.helpLink:link   	{ text-decoration: none; color : #010369; }
a.helpLink:visited 	{ text-decoration: none; color : #010369; }
a.helpLink:hover	{ text-decoration: underline; color : #010369; }


/* Other link displayed on page */
.otherLink, td.otherLink {
	font-size 		: 8pt;
	color 			: #E9CCD2;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: bold;
}
a.otherLink:link   		{ text-decoration: none; color : #000000; }
a.otherLink:visited 	{ text-decoration: none; color : #000000; }
a.otherLink:hover		{ text-decoration: underline; color : #ff0000; }

/* Form elements */
input,textarea, select {
	font-size 			: 8pt;
	color 				: #000000;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-weight			: normal;
	border				: 1px solid #666666;
	background-color	: #FFFFFF;
}

input.nrlButton {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #010369;
	border-right	: #010369 1px solid;
	border-top		: #010369 1px solid;
	border-left		: #010369 1px solid;
	border-bottom	: #010369 1px solid;
	background-color: #;
}

input.stdButton {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #FFFFFF;
	border-right	: #730809 1px solid;
	border-top		: #730809 1px solid;
	border-left		: #730809 1px solid;
	border-bottom	: #730809 1px solid;
	background-color: #730809;
}

/* Check Box */
input.stdCheckBox {
   	border			: 1 solid #FFFFFF;
	background-color: #FFFFFF;
}

input.stdRadion {
   	border			: 0 solid #000099;
}

img.propertyImage {
	border				: 1 solid #FFFFFF;
}

/* CSS Template Functionality */
img.tmplGetFocus{
	border				: #000066 3px solid;
}

img.tmplLostFocus{
	border				: #999999 3px solid;
}

img.tmplSelected{
	border				: #990066 3px solid;
}

table.stdHomeTableBorder {
	background-color: #EEEEEE;
}

table.stdHomeTable {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #FFFFFF;
}

/* CSS Row Functionality */
tr.rowLostFocus{
	padding-left	: 5px;
	height			: 20px;
	background-color: #;
}

tr.rowGetFocus{
	padding-left	: 5px;
	height			: 20px;
	background-color: #EAFFDF;
	cursor			: hand;
}

tr.rowSelected{
	padding-left	: 5px;
	height			: 20px;
	background-color: #FFE0C1;
	cursor			: hand;
}

table.stdBorder {
	border:1px solid #EEEEEE;
}

table.stdTableBorder {
	background-color: #730809;
}

table.stdHeader{
	background-color: #740D0E;
}

td.stdBgColor {
	background-color: #FFFFFF;
}

td.stdPropBgColor {
	background-color: #E9CCD2;
}
td.stdMainBgColor{
   background-color: #730809;
}
td.stdMainBgColor1,tr.stdMainBgColor1{
   background-color: #730809;
}
td.stdSubBgColor,tr.stdSubBgColor{
   background-color: #E8E8E8;
}

td.PrintBack {
	background-color: #E9CCD2;
}


td.printSection {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #730809;
}

td.printTextNormal {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
}

td.printTextBold {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
}

table.stdTable {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #FFFFFF;
}

/* Td default style */
td{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
}

td.section{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

/* Field Label */
td.fieldLabelRight{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	text-align		: right;
}

td.fieldLabelLeft{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	text-align		: left;
}

td.fieldLabelJustify{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	text-align		: justify;
}

/* Text */
td.centertext{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	text-align		: left;
}

td.boldText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
}

td.blackText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
}

td.whiteText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
}
td.whiteTextNormal{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FFFFFF;
}

td.siteTitle{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
}

.sloganText {
	font-size 		: 10pt;
	color 			: #FFFFFF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
/*	font-style		: italic;*/
	text-decoration	: none;
}
.siteTitleWhite{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-decoration	: none;
}

.sloganTextWhite {
	font-size 		: 10pt;
	color 			: #FFFFFF;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-weight		: normal;
/*	font-style		: italic;*/
	text-decoration	: none;
}

/* Marquee */
td.scrollingText{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: noraml;
	color			: #000000;
}

/* Header */
td.pageHeader{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #000000;
	background-repeat:no-repeat;
}

td.subHeader {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
	color			: #E9CCD2;
	border-bottom	: #E9CCD2 1px solid;
	height			: 18px;
}

td.listHeader {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	text-align		: center;
	background-color: #730809;
	height			: 18px;
}

td.listHeader2 {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #FFFFFF;
	background-color: #010369;
	height			: 18px;
}

td.paggingLine {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #E9CCD2;
	height			: 18px;
}

/* Tool Box */
table.toolBox {
	border			: 1 solid #999999;
}

td.toolBox {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	text-align		: center;
	color			: #000000;
	background-color: #;
}

/* Record  */
td.list_A {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #F7F6F6;
}

td.list_B {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #000000;
	background-color: #;
}

/*  Message */
td.errorMsg {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: normal;
	color			: #FF0000;
}

td.successMsg {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	font-weight		: bold;
	color			: #ED893F;
}

hr {
	height			: 1px;
	color			: #E9CCD2;
}

/* Copyright and bottom info */
.copyright			{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.copyright			{ text-decoration: none; 	color: #FFFFFF; }
a.copyright:link   	{ text-decoration: none; 	color: #FFFFFF; }
a.copyright:visited 	{ text-decoration: none; 	color: #FFFFFF; }
a.copyright:hover 		{ text-decoration: none;	color: #FFFFFF; }

/* Featured Property Link On Home Page */
.homePropLink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.homePropLink		{ text-decoration: underline; 	color: #FFFFFF; font-weight:bold;}
a.homePropLink:link   	{ text-decoration: underline; 	color: #FFFFFF; font-weight:bold;}
a.homePropLink:visited 	{ text-decoration: underline; 	color: #FFFFFF; }
a.homePropLink:hover 	{ text-decoration: underline;	color: #FFFFFF; }

/* For Dynamic Calender */
/***********************************************************/
.dynCalendar_header{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	font-weight		: bold;
}
.dynCalendar_dayname {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	text-align		: center;
	border			: 1px solid #c0c0c0;
	background-color: #;
}

.dynCalendar_day {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	color			: #000000;
	background-color: #;
}

.dynCalendar_today {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 8pt;
	border			: 1px solid #c0c0c0;
	background-color: #ffffff;
}

.dynCalendar {
	background-color: #c0c0c0;
	border			: 2px outset white;
	visibility		: hidden;
	position		: absolute;
	top				: 1px;
	left			: 1px;
}
/* For Dynamic Calender */
/***********************************************************/
#ToolTip{
	position:absolute;
	width: 100px;
	top: 0px;
	left: 0px;
	z-index:4;
	visibility:hidden;
}

/* NEW CSS FOR SITE */
/***********************************************************/
.normalblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.normalbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.style1 {color: #FFFFFF}
.normalbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.norepet {
	background-repeat: no-repeat;
}
.border {
	background-color: #EBEBEB;
	border: 1px solid #C7C7C7;
}
.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.border1 {
	border: 1px solid #C7C7C7;
}

