p { 
	font-family: Arial, Helvetica, verdana, sans-serif; 
	font-size:12px; 
} 
td { 
	font-family: Arial, Helvetica, verdana, sans-serif; 
	font-size:12px; 
} 

a:link {
	text-decoration : none;
    color : #006699;
}
a:visited {
	text-decoration : none;
    color : #006699;
}
a:hover {
	text-decoration : none;
    color : red;
}

br.clear {
    clear:both;
}

.smallfont { 
	font-family: Arial, Helvetica, verdana, sans-serif; 
    font-size :10px;
    font-weight:regular
}
.regularFont { 
	font-family: Arial, Helvetica, verdana, sans-serif; 
    font-size :12px;
    font-weight:regular
}

div.textarea {
    float:left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 175px;
}   
    
div.submit {
    width: 700px;
    float:left;  
    margin: auto 0;
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


/*************** MENU CSS *********************************************/
/* There is the left tab and then there are the rest.  Inactive Left tab has 
   border on all sides.  Rest of the inactive tabs have borders on all sides
   EXCEPT the left side.  All active tabs lose the bottom border
*/

td.leftMenuInactive {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	height: 20px;
	width: 50px;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
}
td.restMenuInactive {
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	height: 20px;
	width: 50px;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
}
td.leftMenuActive {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fafafa;
	height: 20px;
	width: 50px;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
	font-weight: bold;
}
td.dummyMenuTab {
	background-color: white;
	height: 20px;
	width: 50px;
	border-bottom: 1px solid gray;
}

td.leftMenuInactive a {
	color : #f00;
	display : block;
	text-decoration : none;
}
td.leftMenuInactive a:hover {
	color : #f00;
	text-decoration : underline;
}
td.restMenuInactive a {
	color : #f00;
	display : block;
	text-decoration : none;
}
td.restMenuInactive a:hover {
	color : #f00;
	text-decoration : underline;
}
td.restMenuActive {
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fafafa;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	width: 50px;
	text-align: center;
	vertical-align: center;
}
td.menuArea {
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #fafafa;
	height: 250px;
	vertical-align: top;
	padding-bottom: 20px;
}
td.menuMessageArea {
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	padding-top: 10px;
	padding-right: 30px;
	background-color: #fafafa;
	vertical-align: center;
	text-align: right;
	font-weight : bold;
	color: Firebrick;
}

/**************** END MENU CSS ****************************************/


/**************** SEARCH MENU CSS ****************************************/
/* Search tabs have not been given a width */

td.leftSearchMenuInactive {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	height: 20px;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
}
td.restSearchMenuInactive {
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	height: 20px;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
}
td.leftSearchMenuActive {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	/*background-color: silver;*/
	height: 20px;
	text-align: center;
	vertical-align: center;
	font-size: 10px;
	font-weight: bold;
}
td.restSearchMenuActive {
	border-right: 1px solid gray;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	padding-left: 5px;
	padding-right: 5px;
	/*background-color: silver;*/
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
}

td.searchMenuBottomStrip {
	/*border-right: 1px solid gray;*/
	/*border-left: 1px solid gray;*/
	/*border-bottom: 1px dashed gray;*/
	/*background-color: silver;*/
	height: 5px;
}
td.dummySearchMenuTab {
	background-color: white;
	height: 20px;
	width: 150px;
	border-bottom: 1px solid gray;
}

td.dummySearchMenuTabLeft {
	background-color: white;
	height: 20px;
	width: 20px;
	border-bottom: 1px solid gray;
}
td.searchMenuSpacerTab {
	background-color: white;
	height: 20px;
	border-bottom: 1px solid gray;
}

/**************** END Search MENU CSS ****************************************/

.NameDisplay   { 
	color: #444444; 
	font-size: 13px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: italic;
	text-align: Justify 
}
.tableCellLabel  { 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	text-align: right;
	width: 130px
}
.tableCellContents  { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	text-align: left
}


TABLE.headerDisplay {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: silver;
font-size: 12px;
padding: 1px;
#width: 500px;
}

OPTION.dispsize { font-size: 12px;}

/* Diplay specific CSS */

/*** FEATURE LEVEL CSS *********************/

.featureLabelCSS   { 
	width : 600px;
background-color: red;
}

.FeatureLabelCellCSS {
    color: white;
    height: 25px;
	padding-left : 10px;
	font-size: 13px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
    background:#006699 url(http://www.orissaproperty.com/images/mainpage/blue-bar-bg.png);
}

.FeatureItems {
	width: 240;
    padding-left: 30px;
	font-weight : bold;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
}

.FeatureItems a:link, a:visited {
	color:  #006699;
	text-decoration: none;
}
.FeatureItems a:hover {
	color: #006699;
	text-decoration: underline;
}

.FeatureMenuCell {
	width : 550px;
	height : 300px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	border-bottom : 1px dotted  #6699ff;
}
/*** END FEATURE LEVEL CSS *********************/


.photoCellCSS  { 
	width : 100px;
}
.photoAdjCSS  { 
	width : 350px;
	color : #006699;
}
.dbAttrsRowCSS  { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
}

/* The short one is perhaps used when a photo is there.  If a photo
   is there, the rows along side the photo are of shorter width
   The rows below the photo span wider to cover the width of the photo
   and adjacent rows
*/
.dbAttrsRowCSS-Short  { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	text-align: left; 
}

.dbRowCSSOdd  { 
   float: left;
   clear: left;
   width: 600px;
   border: 1px dotted green;
}

.dbRowCSSEven  { 
	padding: 0px;
    float: left;
   clear: left;
	border-top: 0px;
	border-bottom: 0px;
}

/*
 Related to the display of actual contents.  
 Basically applies to table cells that would contain the text.  
 There is one for the label for the text and the other for the text.  
 These are defaults.  The style for individual fields can be 
 controlled by defining new CSS and setting them
 under 'ValueCSS' and 'LabelCSS' attributes in ATTR_SPEC
*/

.LabelCellUsrMsgCSS {
    clear: left;
	width : 10px;
	background-color : #003366;
	border-bottom : 3px solid white;
	border-top : 3px solid white;
	float: left;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ValueCellUsrMsgCSS {
	width : 450px;
	background-color : #6699ff;
	text-align: left;
	font-weight : bold;
	padding-left : 10px;
	border-bottom : 3px solid white;
	border-top : 3px solid white;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ValueCSS   { 
}
.LabelCSS   { 
    clear: left;
	font-size: 12px; 
	font-weight: bold; 
	/*margin-left: 1em;*/
}

.LabelCellCSS  { 
    clear: left;
    float: left;
	border-bottom : 1px dotted silver;
	width: 150px;
	vertical-align : top;
	padding-left: 0px;
	padding-top: 5px;
	text-align : left;
}
.LabelCellCSS_150  { 
    clear: left;
    float: left;
	vertical-align : top;
	border : 0px;
	width: 150px;
}
.LabelCellCSS_50  { 
    clear: left;
    float: left;
	padding-top: 5px;
	vertical-align : top;
	border : 0px;
	width: 50px;
}
.LabelCellCSS_120  { 
    clear: left;
    float: left;
	padding-top: 5px;
	vertical-align : top;
	border : 0px;
	width: 120px;
}

.LabelCellCSS_100  { 
    clear: left;
    float: left;
	border : 0px;
	width: 100px;
	vertical-align : top;
	padding-top: 5px;
	border-bottom : 1px dotted silver;
}
.LabelCellCSS_200  { 
    clear: left;
    float: left;
	border-bottom : 1px dotted silver;
	width: 200px;
	vertical-align : top;
	padding-left: 0px;
	padding-top: 5px;
}

.LabelCellCSS_NB  { 
    clear: left;
    float: left;
	width: 150px;
	vertical-align : top;
	padding-left: 0px;
	padding-top: 3px;
}
.LabelCellCSS_100_NB  { 
    clear: left;
    float: left;
	width: 150px;
	vertical-align : top;
	padding-left: 0px;
	padding-top: 3px;
}
.LabelCellCSS_Ht_30  { 
    clear: left;
    float: left;
	border-bottom : 1px dotted silver;
	width: 150px;
	min-height: 30px;
	vertical-align : top;
	padding-left: 0px;
	padding-top: 5px;
	text-align : left;
}
.LabelCellCSS_Ht_45  { 
    clear: left;
    float: left;
	border-bottom : 1px dotted silver;
	width: 150px;
	min-height: 45px;
	vertical-align : top;
	padding-left: 0px;
	padding-top: 5px;
	text-align : left;
}

.ValueCellCSS  { 
    float: left;
	border-bottom : 1px dotted silver;
	width: 350px;
	vertical-align : top;
	padding-top: 5px;
}

.ValueCellCSS_NB { 
    float: left;
	width: 350px;
	vertical-align : top;
	padding-top: 3px;
}
.ValueCellCSS_400_NB { 
    float: left;
	width: 400px;
	vertical-align : top;
	padding-top: 3px;
}
.ValueCellCSS_Hdr  { 
    float: left;
	border : 0px;
	width: 400px;
	font-size : 15px;
	font-weight : bold;
	vertical-align : top;
	padding-left: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	color : firebrick;
}
.ValueCellCSS_200  { 
    float: left;
	border : 0px;
	width: 200px;
	vertical-align : top;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom : 1px dotted silver;
}

.ValueCellCSS_250  { 
    float: left;
	border : 0px;
	width: 250px;
	vertical-align : top;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom : 1px dotted silver;
	text-align : left;
}

.ValueCellCSS_100  { 
    float: left;
	border : 0px;
	width: 100px;
	vertical-align : top;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom : 1px dotted silver;
}

.ValueCellCSS_250  { 
    float: left;
	border : 0px;
	width: 250px;
	vertical-align : top;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom : 1px dotted silver;
}
.ValueCellCSS_Ht_30  { 
    float: left;
	border : 0px;
	width: 250px;
	height:30px;
	vertical-align : top;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom : 1px dotted silver;
	text-align : left;
  	clear : right;
}
.ValueCellCSS_Ht_45  { 
    float: left;
	border : 0px;
	width: 250px;
	height:45px;
	vertical-align : top;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom : 1px dotted silver;
	text-align : left;
  	clear : right;
}
/* _P for with padding */
.ValueCellCSS_200_P  { 
    float: left;
	border : 0px;
	width: 200px;
	padding-left: 20px;
	padding-top: 20px;
}
.ValueCellCSS_300  { 
    float: left;
	border : 0px;
	width: 200px;
}
.ValueCellCSS_400  { 
    float: left;
	border : 0px;
	width: 400px;
	padding-left: 20px;
	padding-top: 20px;
}
.ValueCellCSS_500  { 
    float: left;
	border : 0px;
	width: 500px;
	padding-left: 20px;
	padding-top: 20px;
}
.ValueCellCSS_400_A  { 
    float: left;
	border : 0px;
	width: 400px;
	padding-left: 20px;
	padding-top: 20px;
}
.ValueCellCSS_600  { 
    float: left;
	padding-left: 20px;
	padding-top: 20px;
	border : 0px;
	width: 600px;
}
.BoldValueCellCSS  {
    float: left;
    border : 0px;
    vertical-align : top;
    font-weight: bold;
}


/*** End Value and Lable CSS ****/

.dayCSS   { 
	color: firebrick; 
	font-size: 12px; 
	font-weight: bold; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	text-align: Justify 
}

/* Search related */
.searchSeparatorCSSProject  { 
	height: 10px;
	width: 1px;
	/*background-image: url('http://www.orissaproperty.com/images/site_related/bg/greenpix10.gif');*/
	border : 0px;
}
.searchSeparatorCSS  { 
	width: 1px;
	border : 0px;
	height: 1px;
}

.searchSeparatorCSSProperty  { 
	width: 1px;
	height: 1px;
	/*background-image: url('http://www.orissaproperty.com/images/site_related/bg/greenpix10.gif');*/
	border : 0px;
}

.searchHeaderCSS  { 
    font-weight : bold;
    text-align : center;
    vertical-align: top;
    padding-top: 10px;
    background: cyan;
    float: left;
    clear: left;
}

.idCSS  { 
	width : 20px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	vertical-align : top;
}

.shortDisplayCSS  { 
    width: 120px;
    text-align : left;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px; 
    vertical-align : top;
    float: left;
}   
.shortDisplayCSSCity {
	background-color: yellow;
}

.shortDisplayCSSPhoto  { 
	width : 100px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
	padding-left : 7px;
	padding-top : 7px;
	padding-bottom : 7px;
}
.shortDisplayCSSProject  { 
	width : 350px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
    font-weight: bold;
}
.shortDisplayCSSProjectDesc_V  { 
	width : 300px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
	padding-top : 8px;
}
.shortDisplayCSSProjectPhoto  { 
	width : 100px;
    height: 150px;
    float: left;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
	padding-left : 7px;
	padding-top : 7px;
	padding-bottom : 7px;
}
.ShortDisplayHeaderCSS  { 
	text-align : left;
	width : 150px;
}
.ShortDisplayHeaderCSSPhoto  { 
	text-align : left;
	width : 150px;
}
.ShortDisplayHeaderCSSProject { 
	text-align : left;
	width : 150px;
	font-weight: bold;
	font-size: 12px; 
}
.ShortDisplayHeaderCSSPropType { 
	text-align : left;
	width : 150px;
	font-weight: bold;
	font-size: 12px; 
}

.ShortDisplayCSS_250  { 
	width : 250px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
}
.ShortDisplayHeaderCSS_250  { 
	text-align : left;
	width : 250px;
}
.shortDisplayCSS_250_B  { 
	width : 250px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
    font-weight: bold;
}

.shortDisplayHeaderCSS  {
    text-align : left;
    width : 120px;
    float: left;
}

.shortDisplayHeaderCSS_250_B  { 
	text-align : left;
	width : 250px;
    font-weight: bold;
}
.shortDisplayCSS_350  { 
	width : 350px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
    float: left;
}
.shortDisplayCSS_450  { 
	width : 450px;
    float: left;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
}
.shortDisplayHeaderCSS_350  { 
	text-align : left;
	width : 350px;
}
.ShortDisplayCSS_300  { 
	width : 300px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
}
.ShortDisplayHeaderCSS_300  { 
	text-align : left;
	width : 300px;
}
.shortDisplayCSSIdentifier  { 
	width : 350px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-left: 105px;
}
.ShortDisplayCSSIdentifierReq  { 
	width : 350px;
	text-align : left;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12px; 
	vertical-align : top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.ShortDisplayHeaderCSSIdentifier  { 
	text-align : left;
	width : 350px;
}
/* Add CSS */
.AddOuter {
	width : 700px;
	 margin: 0 auto;
}
.ModifyOuter {
	width : 700px;
	margin: 0 auto;
}

.TitleBar {
	/*background : #6699ff;*/
    height: 20px;
	color: white;
    padding-left : 10px;
    padding-top : 3px;
    text-align: justify;
    font-size: 13px;
    font-weight: bold;
    background-image: url(http://www.orissaproperty.com/images/mainpage/blue-bar-bg.png);
    font-family: Arial, Helvetica, Verdana, sans-serif;
    border-right : 1px solid black;
    border-bottom : 1px solid black;
}
.AddTitleBar  { 
	background : #6699ff;
	height: 20px;
    padding-left : 10px;
    padding-top : 3px;
    text-align: justify;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    border-right : 1px solid black;
    border-bottom : 1px solid black;

}

.AddHeaderMsg {
	width : 520px;
	padding-bottom : 10px;
	border-bottom : 1px dotted gray;
}
.AddTrailerMsg {
	width : 520px;
}
.AddLabelCSS  { 
	width : 250px;
	text-align : right;
	vertical-align : top;
	padding-right : 5px;
}
.addLabelCSS  { 
	width : 250px;
	text-align : right;
	vertical-align : top;
	padding-top : 2px;
	padding-right : 5px;
	float: left; 
	clear: left;
}
.AddLabelCSSDummy  { 
	width : 10px;
	text-align : right;
	vertical-align : top;
}
.addLabelCSSReq  { 
	width : 250px;
	text-align : right;
	vertical-align : top;
	padding-top : 2px;
	padding-right : 5px;
	float: left;
	clear: left;
	color : firebrick;
}
.AddLabelCSSReq  { 
	width : 250px;
	text-align : right;
	vertical-align : top;
	padding-right : 5px;
	color : firebrick;
}
.AddLabelCSS100Req  { 
	width : 100px;
	text-align : right;
	vertical-align : top;
	padding-right : 5px;
	color : firebrick;
}
.addFieldCSS  { 
	text-align : left;
	vertical-align : top;
	border : 0px;
	padding-top: 2px;
	padding-left: 5px;
	float : left;
  	clear : right;
}

.AddRowCSSOdd {
	border-bottom : 1px dotted #dddddd;
	/*background-color : #dddddd;*/
}

.AddRowCSSEven {
	/*background-color : #eeeeee;*/
	border-bottom : 1px dotted #dddddd;
}
/* Search screen labels */
.S-LabelCellCSS {
    float:left;
    clear: left;
    width: 150px;
}
.S-ValueCellCSS_250 {
    float:left;
}
/* End search screen */
.addLabelUsrMsgCSS {
	width : 10px;
	background-color : #003366;
	border-bottom : 3px solid white;
	border-top : 3px solid white;
	float:left;
    clear: both;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;

}
.addFieldUsrMsgCSS {
	width : 600px;
	background-color : #6699ff;
	text-align: left;
	font-weight : bold;
	padding-left : 10px;
	float: left;
    clear: right;
    padding-top: 2px;
	padding-bottom: 2px;
	border-bottom : 3px solid white;
	border-top : 3px solid white;
}
.AddDataArea {
    width: 700px; 
    margin: 0 auto;
    padding-top: 10px;
	
}

/* End Add */
.ModifyDataArea {
    width: 700px;
    margin: 0 auto;
    padding-top: 10px; 
}   

.PageBottom {
    padding-top:10px;
    clear: both;
    float:left;
    width:800px;
    margin:0 auto;
    text-align: center;
background-color: cyan;
}
.PageLinks {
	float:left;
    margin-left: 50px;
}
.PageLinks a:link {
    color: #006699;
}
.PageLinks a:visited {
    color: #006699;
}
.JumpTo {
}
.headerMessage  { 
	width : 520px;
	margin-left: 50px;
	padding-top: 10px;
}
.trailerMessage  { 
	width : 520px;
	float: left;
    margin: auto 0;

}

/* View related */
.viewSeparatorCSS  { 
	height: 1;
/*	background-image: url('http://www.orissaproperty.com/images/site_related/bg/dot_h.gif'); */
	border : 0px;
}

.PCurSectionHeader {
    line-height: 2.0;
    font-weight: bold;
    width: 400px;
    float: left;
background-color: beige;
}
.CurSectionHeader {
    font-size: 18px;
    color: #104e8b;
}
.CurSectionSubHeader {
    font-size: 16px;
    color: #336699;
}


/* Slide show css */
.SSCloseBtnCell {
    width : 400;
    text-align: right;
    padding-bottom: 10px;
}
.PhotoOuterCell {
    width: 500;
}
.SSPhotoCell {
    width: 500;
}
.SSPhotoDescCell {
    width: 500;
}

/* End slide show css */

/****  SPECIFIC CSS ***************/
.firstWords {
	font-size : 13px;
	font-weight : bold;
	color: blue;
}
.IdentifierValueCellCSS_B  {
    border : 0px;
    font-weight: bold;
}


.shortDisplayCSSOrgName {
    width: 350px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #006699;
}
.shortDisplayCSSBuilderCity {
    width: 150px;
}
.searchRowCSSOddBuilder {
    background: whitesmoke;
    height: 30px;
    border-bottom: 1px dotted #006699;
    border-top: 1px dotted #006699;
}
.searchRowCSSEvenBuilder {
    height: 30px;
}

/* CSS withe no separator (_NS) */

.Wrapper {
    width:1000px; 
    margin :0 auto;
    border: 1px solid #000;
    padding: 10px;
    background-color: silver;
}   

.Banner {
    width: 1000px;
    padding-top: 10px;
}

.Notice {
    padding-top: 10px; 
    padding-bottom: 10px; 
    color: red; 
    font-size: 10px;
	margin: auto;
    width: 800px;
    float: left;
}

.MainLinks {
    padding-bottom: 3px;
    padding-top: 5px;
    float:left;
    width: 800px;
}

.LoginLinks {
    float:left;
    width: 800px;
}

#MainBody {
}
.MainBody {
    width: 800px;
    float: left;
    /*position: relative;*/
}

.Copyright {
    padding-top:10px;
    clear: both;
    float:left;
    width:800px;
    margin:0 auto;
    text-align: center;
}
.AdSpace {
    width: 150px;
    height: 600px;
    background-color: whitesmoke;
    float: right;
}

/* Search Results */

.SearchTableCSS {
    text-align : left;
    vertical-align: top;
    float: left;
    padding: 15px;
    border : 1px dotted magenta;
}

.SearchLinkTableCSS {
	/*margin-top: 20px;*/
}
.FeatureSearchLabelCSS {
    color: white;
    height: 20px;
    padding-left : 10px;
    padding-top : 3px;
    text-align: justify;
    font-size: 13px;
    font-weight: bold;
    background-image: url(http://www.orissaproperty.com/images/mainpage/blue-bar-bg.png);
    font-family: Arial, Helvetica, Verdana, sans-serif;

}

.searchMessageCSS   { 
	width : 100%;
	margin-top : 15px;
	margin-bottom : 5px;
	padding-left : 10px;
	font-size: 11px; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	text-align: Justify 
}

.searchRowCSSOdd  {
    text-align : left;
    float: left;
    padding: 20px 10px 0px 10px;
    border: 1px dotted cyan;
}
.searchRowCSSEven  {
    text-align : left;
    float: left;
    padding: 20px 10px 0px 10px;
    border: 1px dotted brown;
}

.DisplayLink {
	width : 580px;
	text-align:right;
    float: left;
}

A.SearchTextLink:link {
    font-weight: bold;
    color: navy;
    text-decoration: none;
}
                                                                                
A.SearchTextLink:visited {
    font-weight: bold;
    color: navy;
    text-decoration: none;
}
                                                                                
A.SearchTextLink:active {
    font-weight: bold;
    color: navy;
    text-decoration: none;
}
                                                                                
A.SearchTextLink:hover {
    font-weight: bold;
    color: red;
    text-decoration: underline;
}


.SearchHdrTbl   {
    width : 650px;
    float: left;
}
.SearchContainer {
    background-color: yellow;
    float: left;
}

      /* Photo related */
.NoPhoto {
}
.SPropertyPhoto {
/*    background-color: yellow; */
    float: left;
    height: 100px;
	width: 75px;
    padding: 0px 13px 0px 12px;
}

.SPropertyIdentifier {
	width: 500px;
	float: left;
    padding-top: 3px;
}
.SPropertyDesc {
	width: 500px;
	float: left;
    padding-top: 3px;
}
.SPropertyType {
	width: 500px;
	float: left;
    padding-top: 3px;
}
.SPropertyPrice {
	width: 500px;
	float: left;
    padding-top: 3px;
}
.SPropertyLocality {
	float: left;
    padding-top: 3px;
}
.SPropertyCity {
	width: 350px;
    padding-top: 3px;
	float: left;
}
.SPropertyDatePosted {
	width: 500px;
	float: left;
    padding-top: 3px;
    font-size: 9px;
}
.SProjectName {
	width: 500px;
	float: left;
    padding-top: 3px;
    font-size: 13px;
    font-weight: bold;
}
.SBuilderName {
	float: left;
    width: 300px;
    padding-top: 3px;
    font-size: 14px;
    font-weight: bold;
    color: navy;
}
.SBuilderLocation {
	float: left;
    padding-top: 3px;
    font-size: 12px;
    font-weight: bold;
}

.qmark {
	float: left;
	padding-left: 2px;
	padding-top: 2px;
}
#autoflow {
	position:absolute; 
	width:auto;
}


.ShortDisplayValueCSSPropType_L {
    color: red;
}
