/*******************************************************************************
*** INDEX **********************************************************************
********************************************************************************
**
*
* - GENERAL/BODY
*
* - PAGE CONTAINERS
*
* - HEADER
*
* - MAIN
*
* - CONTENT
*
* - SUB CONTENT
*
**
*******************************************************************************/

#subMenu ul li:last-child {
display:none;
}

/* GENERAL/BODY ------------------------------------------------------------- */

/* Zero default margin & padding around common elements */
blockquote, body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, li, ol, p, ul, iframe
{
	margin: 0;
	padding: 0;
}

iframe 
{ 
	border: none;
	width: 570px;
	height: 600px;
}

body
{
	background-color: #DEDEDE;
	background-image: url(../Images/body_new.gif);
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #444444;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	text-align: center;
}

.frame 
{
	margin: 0 auto;
	text-align: left; 
	width: 766px;
}

h2, h3, h4, table, p, ol, ul
{
	margin-top: 15px;
}


li
{
	margin-top: 4px;
}

a
{
	color: #444444;
	text-decoration: none;
}

a:visited
{
	color: #444444;
}

a:hover
{
	color: #187599;
}

fieldset, img
{
	border: 0 none #FFFFFF;
}

input, select, table, textarea
{
	color: #444444;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.hidden
{
	position: absolute;
	left: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
}

.replacement
{
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
}

* html .replacement
{
	top: 0;
}

a .replacement
{
	z-index: 20;
	cursor: hand;
	c\ursor: pointer;
}

.skipList
{
	position: absolute;
	left: -9999px;
}

.highlight
{
	color: #F77D16;
}

.disclaimer
{
	color: #999999;
}

#content ol
{
	list-style-type: decimal;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position:inside;
}

* html #content ol li { margin-left: 0px; padding:-5px; }

#content ul
{
	margin-left: 2px;
	list-style-type: none;
}

#content ul li
{
	background-image: url(../Images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 15px;
}

#content ul li ul
{
	margin:0;
	padding:0;	
}

/* Document Icons */
.docLink
{
	background-image: url(../Images/icon_file_unknown.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 1px 25px;
	background-position: 0px 4px;
	min-height: 21px;
}

* html .docLink
{
	height: 21px;
}


.icon_file_doc { background-image: url(../Images/icon_file_doc.gif); }
.icon_file_gif { background-image: url(../Images/icon_file_gif.gif); }
.icon_file_htm { background-image: url(../Images/icon_file_htm.gif); }
.icon_file_jpg { background-image: url(../Images/icon_file_jpg.gif); }
.icon_file_mdb { background-image: url(../Images/icon_file_mdb.gif); }
.icon_file_pdf { background-image: url(../Images/icon_file_pdf.gif); }
.icon_file_ppt { background-image: url(../Images/icon_file_ppt.gif); }
.icon_file_vsd { background-image: url(../Images/icon_file_vsd.gif); }
.icon_file_xls { background-image: url(../Images/icon_file_xls.gif); }
.icon_file_zip { background-image: url(../Images/icon_file_zip.gif); }
.icon_file_folder { background-image: url(../Images/icon_file_folder.gif); }
.icon_file_unknown { background-image: url(../Images/icon_file_unknown.gif); }
.icon_file_outlook { background-image: url(../Images/icon_file_outlook.gif); }

/* PAGE CONTAINERS ---------------------------------------------------------- */

#page
{
	width: 766px;
	padding: 0 0;
	background-color: #FFFFFF;
}




/* HEADER ------------------------------------------------------------------- */

#header
{
	height: 120px;
	background-color: #FFFFFF;
	background-image: url(../Images/RetailPropertyDirect/menu_long_RPD.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	color: #666666;
}

#logo
{
	display: block;
	float: left;
	width: 166px;
	margin-top: 0;
	padding-top: 35px;
}

#logo a
{
	display: block;
	text-align: center;
}

#siteTools
{
	height: 31px;
	float: left;
	overflow: hidden;
	margin-top: 0;
	list-style: none;
}

#siteTools li
{
	display: inline;
	margin-top: 0;
}

#siteTools a
{
	display: block;
	float: left;
	margin-right: 2em;
	padding-left: 15px;
	background-image: url(../Images/RetailPropertyDirect/site_tools_bullet_RPD.gif);
	background-repeat: no-repeat;
	background-position: -143px 12px;
	color: #666666;
	font-weight: bold;
	line-height: 31px;
}

#siteTools a:hover
{
	background-position: -93px -38px;
}

#siteTools li.on a, #siteTools li.on a:hover
{
	background-position: -43px -88px;
	color: #F56D16;
}

#searchForm
{
	height: 31px;
	he\ight: 26px;
	margin-right: 18px;
	padding-top: 5px;
	text-align: right;
}

#searchForm label
{
	font-weight: bold;
}

#searchForm input
{
	vertical-align: middle;
}

#searchForm input.text
{
	height: 13px;
	background-image: url(../Images/input_txtBg.gif);
	border: 1px solid #C1C1C1;
}

#menu
{
	clear: right;
}

#menu ul
{
	margin-top: 0;
}

#menu li
{
	display: inline;
	position: relative;
	z-index: 1000;
	float: left;
	width: 150px;
	height: 89px;
	margin-top: 0;
	background-image: url(../Images/menu_dots.gif);
	background-repeat: no-repeat;
	background-position: 0 27px;
}

#menu li.first
{
	background-image: none;
}

#menu a
{
	display: block;
	width: 150px;
	w\idth: 127px;
	height: 89px;
	he\ight: 36px;
	margin-top: 0;
	padding-top: 53px;
	padding-left: 23px;
	background-image: url(../Images/menu_item.gif);
	background-repeat: no-repeat;
	color: #ABDBEA;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

#menu li.on a
{
	background-position: 0 -89px;
	color: #FFFFFF;
}

#menu a:hover, #menu li.hover a
{
	background-position: 0 -178px;
	color: #FFFFFF;
}




/* DROPDOWN MENUS */

#menu li ul
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	z-index: 1000;
	width: 208px;
	w\idth: 194px;
	padding: 10px 7px 14px 7px;
	background-color: #0B6791;
	background-image: url(../Images/dropdown.jpg);
	background-repeat: no-repeat;
}

#menu li.hover ul
{
	left: 0;
	top: 89px;
}

#menu li.hover ul.last
{
	left: -58px;  /* CNT-119: make the menu align on the RHS of the top level items. */
}

#menu li.hover ul li
{
	display: block;
	float: none;
	width: auto;
	height: auto;
	padding: 4px 0;
	background-image: url(../Images/dropdown_dots.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#menu li.hover ul a
{
	width: auto;
	height: auto;
	padding-top: 0;
	background-image: url(../Images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #ABDBEA;
}

#menu li ul a:hover
{
	background-position: 0 -97px;
	color: #FFFFFF;
}

#menu iframe
 {
  	display: none;
  	display/**/: block;
  	position: absolute;
  	top: 89px;
  	width: 208px;
 }

/* END DROPDOWN MENUS */




#banner
{
	position: relative;
	z-index: 50;
}

#banner img
{
	display: block;
}


#extraInfo
{
	position: relative;
	z-index: 100;
	height: 27px;
	overflow: hidden;
	margin-top: -27px;
	margin-left: 166px;
	background-color: #FFFFFF;
	line-height: 27px;
}

#contentSub #extraInfo
{
	position: relative;
	z-index: 100;
	height: auto;
	overflow: visible;
	margin-top: 0;
	margin-left: 0;
	background-color: #FFFFFF;
	line-height: 1em;
}

#extraInfo .sharePriceContainer
{
	float: right;
}

#extraInfo .sharePriceContainer .sharePrice
{
	float: left;
}

#extraInfo p
{
	display: block;
	float: left;
	margin-top: 0;
	padding-left: 13px;
	/*text-transform: uppercase;*/  
}

#contentSub #extraInfo p
{
	display: block;
	float: left;
	margin-top: 0;
	padding-left: 0px;
	/*text-transform: uppercase;*/  
}


#extraInfo .sharePrice
{
	float: right;
	width: 151px;
	w\idth: 144px;
	padding-left: 7px;
	background-image: url(../Images/share_price.jpg);
	background-repeat: no-repeat;
}

#extraInfo .sharePrice a
{
	color: #0BA00F;
}
#extraInfo .sharePrice a:hover
{
	color: #086B92;
}

#extraInfo .sharePrice acronym
{
	border: 0 none #FFFFFF;
	font-weight: bold;
	cursor: help;
}

#extraInfo #section
{
	width: 437px;
	height: 27px;
	background-color: #61116A;
	color: #FFFFFF;
	font-weight: bold;
}

.sIFR-hasFlash #extraInfo #section span
{
	display: block;
	margin-top: 6px;
	line-height: 15px;
}






/* MAIN --------------------------------------------------------------------- */

#main
{
	padding-left: 166px;
	background-color: #FFFFFF;
	background-image: url(../Images/RetailPropertyDirect/submenu.jpg);
	background-repeat: no-repeat;
	margin-top:10px;
}

* html #main
{
	height: 1px;
}

#mainInner
{
	background-image: url(../Images/RetailPropertyDirect/sub_content.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.col1 #mainInner
{
	background-image: none;
}

#content .col1
{
	width:200px;
	padding-right: 10px;
	float:left;
}

#content .col2
{
	width: 210px;
	float: left;
}



/* SUB MENU ----------------------------------------------------------------- */

#subMenu
{
	display: block;
	position: relative;
	z-index: 100;
	left: -165px;
	float: left;
	width: 166px;
	w\idth: 139px;
	margin-top: 20px;
	margin-right: -165px;
	padding: 0 0 50px 27px;
}

#subMenu .backLink
{
	float: none;
	margin-top: 4px;
	margin-right: 13px;
	background-image: url(../Images/RetailPropertyDirect/dots_grey.gif);
	background-repeat: repeat-x;
}

#subMenu .backLink a
{
	display: block;
	padding-top: 6px;
	padding-left: 13px;
	font-weight: bold;
	background-image: url(../Images/site_tools_bullet_left.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	color: #086B92 !important;
}

* html #subMenu .backLink a
{
	height: 1px;
}

#subMenu .backLink a:hover
{
	background-position: 0 -40px;
}

#subMenu ul
{
	margin: 0 13px 36px 0;
	padding-bottom: 4px;
	list-style: none;
	background-image: url(../Images/RetailPropertyDirect/dots_grey.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	height: 1%;
}

#subMenu li
{
	background-image: url(../Images/RetailPropertyDirect/dots_grey.gif);
	background-repeat: repeat-x;
}

* html #subMenu li
{
	height: 1px;
}

#subMenu li a
{
	display: block;
	padding-top: 6px;
	padding-left: 13px;
	font-weight: bold;
	background-image: url(../Images/RetailPropertyDirect/site_tools_bullet_RPD.gif);
	background-repeat: no-repeat;
	background-position: -143px 10px;
	color: #000;
}

#subMenu li.previous a
{
	background-image: url(../Images/site_tools_bullet_left02.gif);
}

* html #subMenu li a
{
	height: 1px;
}

#subMenu li a:hover
{
	background-position: -93px -40px;
}

#subMenu li.on a, #subMenu li.on a:hover
{
	background-position: -43px -90px;
	color: #61116a;
}

#subMenu li.on li a
{
	background-position: -143px 10px;
	color: #000;
}

#subMenu li.on li a:hover
{
	background-position: -93px -40px;
	color: #61116a;
}

#subMenu li ul
{
	margin: 0;
	padding-bottom: 0;
	background-image: none;
}

#subMenu li li a
{
	margin-left: 13px;
}
/*For Third level navigation. */
#subMenu li li li a
{
	margin-left: 27px;
}

#subMenu li li li ul
{
	display:none;
	
}

#subMenu .graphicContainer
{
	margin-top: 0;
}

#subMenu .graphicContainer a, #subMenu .graphicContainer img
{
	display: block;
}

/*  Rollover */
#subMenu .btn_registerForUpdates
{
	position: relative;
	overflow: hidden;
	width: 127px;
	height: 54px;
}

#subMenu .btn_registerForUpdates img 
{
	position:relative;
	top: -54px;
}

#subMenu .btn_registerForUpdates a:hover
{
	position:relative;
	top: 54px;
}

/*  Rollover */
#contentSub .btn_registerForUpdates
{
	position: relative;
	overflow: hidden;
	width: 127px;
	height: 54px;
	margin-left:10px;
	background-image: url(../Images/RetailPropertyDirect/blue_dash.gif);
	background-repeat:repeat-y;
	background-position: 0 0;
}

#contentSub .btn_registerForUpdates img 
{
	position:relative;
	top: -54px;
}

#contentSub .btn_registerForUpdates a:hover
{
	position:relative;
	top: 54px;
}

/* CONTENT ------------------------------------------------------------------ */

#content p a, #content dl a, #content ul a
{
	color: #187599;
	text-decoration: none;
}

#content p a:visited, #content dl a:visited, #content ul a:visited
{
	color: #187599;
}

#content p a:hover, #content dl a:hover, #content ul a:hover
{
	color: #187599;
	text-decoration:underline;
}

#content
{
	display: inline;
	float: left;
	width: 422px;
	margin-top: 5px;
	margin-left: 13px;
	padding-bottom: 50px;
}

#content .content_fullWidth
{
	width: 600px;
	margin-left: -1px;
	padding-left: 13px;
	margin-top: 0px; /* prevent whitespace for Flash shop listing */
}

#content .content_fullWidth .content_fullWidth
{
	margin-left: -14px;
	display: block;
	padding-top: 10px;
	padding-top: 0px; /* prevent whitespace for Flash shop listing */	
}

.col1 #content
{
	width: 571px;
}

#content h1
{
	margin-top: 15px;
	color: #0E588C;
	font-size: 220%;
	font-weight: normal;
	line-height: 1;
}

.sIFR-hasFlash h1
{
	margin-bottom: -5px;
	line-height: normal;
}



h2
{
	color: #000000;
	font-size: 120%;
}

h3
{
	color: #000000;
	font-size: 110%;
}

h4, #content h2.h4
{
	color: #0D57A1;
	/*text-transform: uppercase;*/
	font-weight: bold;
	text-align: left;
	margin-bottom: -10px;
	font-size: 100%;
}

h4 .highlight { color: #F56D16 }

#content blockquote
{
	padding: 10px;
	background-color: #F0F9FC;
	border: 1px solid #BFDDE7;
}

.tableForm
{
	margin-top: 10px;
	text-align: right;
}

.tableFormWithTitle 
{
	text-align: left !important;
}

* html .tableFormWithTitle { height: 10px; }

.tableFormWithTitle h2
{
	display: block !important;
	float: left !important;
	margin-top:7px;
}

.tableFormWithTitle fieldset
{
	display: block !important;
	float: right !important;
	padding-top: 7px;
}

.tableFormAlignLeft 
{
	text-align: left !important;
}

.tableForm label
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.tableForm input
{
	vertical-align: middle;
}

* html .tableForm input.submit
{
	position: relative;
	top: 0.35em;
	vertical-align: baseline;
}

.tableForm select
{
	margin-right: 1em;
	vertical-align: middle;
}

table
{
	width: 100%;
	padding-bottom: 1px;
	background-image: url(../Images/dots_grey.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

table a, table a:visited
{
	color: #086B92 !important;
}

table a:hover
{
	color: #086B92;
	text-decoration: underline;
}

table.noHead thead
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

* html table.noHead thead
{
	display: none;
}

.table_col_date
{
	width: 66px;
}

.table_col_size
{
	width: 50px;
}

/*  table with arrow links */

.linkListTable tbody td
{
	padding-right: 5px;
	padding-left: 0;
	font-weight: bold;
	padding: 4px 5px 3px 0px;
}

.linkListTable tbody td a, .linkListTable tbody td a:visited
{
	padding-left: 13px;
	background-image: url(../Images/RetailPropertyDirect/site_tools_bullet_RPD.gif);
	background-repeat: no-repeat;
	background-position: -143px 5px;
	color: #444444 !important;
	display: block;
}

.linkListTable tbody tr td a:hover
{
	background-position: -93px -45px;
	text-decoration: none;
	color: #187599 !important;
}

.linkListTable tbody td p
{
	padding-left: 13px;
	font-weight: normal;
	margin-top: 5px;
}

/**/

thead.tableHeading th
{
	padding-top: 20px;
	background: none;
}

.tableHeading
{
	color: #0D57A1;
	/*text-transform: uppercase;*/
	font-weight:bold;
	padding-left: 7px;
	margin-top: 13px;
	display:block;
	margin:0; padding:0;
	background: none;
}

table caption
{
	color: #0D57A1;
	/*text-transform: uppercase;*/
	font-weight: bold;
	text-align: left;
	padding-left: 7px;
	margin-bottom: -10px;
}

th
{
	border-right: 1px solid #FFFFFF;
	background-color: #E3E3E3;
	color: #0E588C;
	/*text-transform: uppercase;*/
}

tbody tr
{
	background-image: url(../Images/dots_grey.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

th, td
{
	padding: 4px 7px;
	text-align: left;
	vertical-align: top;
}

table tr td img
{
	vertical-align: bottom;
}

tbody th
{
	background-color: transparent;
	color: #444444;
	text-transform: none;
}

table acronym
{
	border-bottom: 0 none #FFFFFF;
	text-decoration: none;
	cursor: help;
}

.highlightRow tr.clickable
{
	cursor: hand;
	c\ursor: pointer;
}

.highlightRow tr.clickable a
{
	color: #444444;
}

.highlightRow tr.hover
{
	background-color: #F0F9FC;
}

.table_topHeadRow th { background-color: #4FA0D7; color: #FFFFFF; }
.table_topHeadRow th.hide { background-color: #FFFFFF; }

* html .highlightRow tr.hover th
{
	background-color: #F0F9FC;

}

.totalsRow
{
	background-color: #EFEFEF !important;
}

.totalsRowBold
{
	background-color: #EFEFEF !important;
	font-weight: bold;
}



.iconPDFSmall
{
	position: relative;
	top: 2px;
}

.tableMoreLink
{
	margin-top: 0;
	padding-top: 4px;
	background-image: url(../Images/RetailPropertyDirect/site_tools_bullet_RPD.gif);
	background-repeat: no-repeat;
	background-position: -143px 8px;
}

.tableMoreLink a
{
	padding-left: 13px;
	font-weight: bold;
	color: #444444 !important;
}

.tableMoreLink a:hover
{
	background-image: url(../Images/RetailPropertyDirect/site_tools_bullet_RPD.gif);
	background-repeat: no-repeat;
	background-position: -93px -47px;
	color: #187599 !important;
}

span.tableMoreLink a:hover
{
	background-position: -93px -46px;
}

.pageNav p
{
	float: left;
}

#content .pageNav ul
{
	margin-left: 2px;
	list-style-type: none;
	display: block;
	float: right;
}

#content .pageNav ul li
{
	background-image: none;
	display: inline;
	border-left: 1px solid #444444;
	padding: 0 0.25em 0 0.5em;
}

#content .pageNav li.previous
{
	border-left: 0 none #FFFFFF;
}

#content .pageNav li.first
{
	border-left: 0 none #FFFFFF;
}

#content .pageNav li.next
{
	border-left: 0 none #FFFFFF;
}

#content .pageNav li a
{
	color: #187599;
	text-decoration: underline;
}

#content .pageNav li.previous a
{
	padding-left: 13px;
	background-image: url(../Images/site_tools_bullet_left.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	text-decoration: none;
}

#content .pageNav li.previous a:hover
{
	background-position: 0 -47px;
}

#content .pageNav li.next a
{
	padding-right: 13px;
	background-image: url(../Images/next_arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;
	text-decoration: none;
}

#content .pageNav li.next a:hover
{
	background-position: 100% -47px;
}

#content ul.imageGallery
{
	float: left;
	padding-bottom: 15px;
	list-style: none;
	padding-top: 0;
	margin-top: 0;
	margin-left: 0;
}

* html #content ul.imageGallery
{
	padding-bottom: 0;
}

#content ul.imageGallery li
{
	display:inline;
	background-image: none;
	padding-left: 0;
}

#content ul.imageGallery li.alt
{
	float: right;
}

.imageParagraph 
{
	clear: both;
	display: block;
	margin-top: 25px;
	min-height: 130px;
}

* html .imageParagraph { height: 130px; }

.imageParagraph img
{
	float: left;
}

.imageParagraph h3, .imageParagraph p
{
	margin-left: 120px;
}

.imageParagraph h3
{
	margin-top: 0px;
}



/* FORMS ------------------------------------------------------------------ */

.formErrors
{
	margin-top: 15px;
	padding-top: 1px;
	background-color: #FEEFEF;
	background-image: url(../Images/dots_grey.gif);
	background-repeat: repeat-x;
}

* html .formErrors { height: 1px; }

.formErrors h2
{
	margin: 5px 10px 0 10px;
	padding-left: 25px;
	background-image: url(../Images/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #CC0000;
	font-size: 100%;
}

#content .formErrors ul
{
	margin-left: 0px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: disc;
	list-style-position: inside;
	background-image: url(../Images/dots_grey.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

#content .formErrors ul li
{
	background-image: none;
	padding-left: 0px;
}

.form fieldset
{
	padding-top: 15px;
}

.form fieldset.checkbox
{

}

.form fieldset.checkbox label
{
 clear:right;
 display:block;
 line-height:20px;
}

.form fieldset.checkbox input
{
	clear:both;
	display:block;
	float:left;
	width:15px;

}

.form legend
{
	display: none;
}

.form h2
{
	padding: 4px 7px;
	background-color: #E3E3E3;
	background-image: url(../Images/dots_grey.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	font-size: 100%;
	/*text-transform: uppercase;*/
	color: #0D57A1;
}

.form .labelText
{
	display: block;
	margin-top: 15px;
	font-weight: bold;
}

.form .error .labelText
{
	color: #CC0000;
}

.form input.text
{
	width: 20em;
}

.form input.text_short
{
	width: 50px;
}

.form input.text_long, .form .labelText_long, .form textarea.input_textarea_long
{
	width: 400px;
}

.form textarea
{
	width: 20em;
	height: 10em;
}

.column
{
	float: left;
	margin-top: 15px; 
	width: 180px
}

.form .error input.text, .form .error select, .form .error textarea, .form .error input_textarea_long, .form .error .labelText_long, .form .error input.text_long
{
	background-color: #FEEFEF;
}

.form .radioFieldset .labelText
{
	display: inline;
	margin-top: 0;
}

.form .radioFieldset input.radio
{
	position: relative;
	top: 2px;
}

input.submit
{
	border: 1px solid #636C7E;
	padding: 0.25em 0.25em 0.1em 0.25em;
	background-color: #FFFFFF;
	background-image: url(../Images/button_form.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	font-weight: bold;
	/*text-transform: uppercase;*/
	cursor: hand;
	c\ursor: pointer;
}

input.submit:active
{
	outline: 1px solid #636C7E;
	position: relative;
	top: 1px;
	left: 1px;
}

input.submit:hover
{
	outline: 1px solid #636C7E;
	position: relative;
	top: 1px;
	left: 1px;
}

.faqs
{
	float: left;
	width: 100%;
	background-image: url(../Images/dots_grey.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

* html .faqs
{
	padding-bottom: 15px;
}

.faqs dt
{
	clear: both;
	margin-top: 15px;
	padding-top: 5px;
	background-image: url(../Images/dots_grey.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

.faqs dd
{
	float: left;
	width: 418px;
	margin-top: 8px;
	margin-right: 10px;
	padding-bottom: 15px;
}

* html .faqs dd
{
	padding-bottom: 0;
}

.backLink
{
	float: left;
}

.backLink a, .backLink a:visited
{
	display: block;
	padding-left: 13px;
	background-image: url(../Images/site_tools_bullet_left.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	color: #B4B4B4;
}

p.backLink a, p.backLink a:link, p.backLink a:visited
{
	color: #B4B4B4 !important;
}

.backLink a:hover, p.backLink a:hover
{
	background-position: 0 -46px;
	color: #187599 !important;
}

.topLink
{
	float: right;
}

.topLink a
{
	display: block;
	padding-left: 13px;
	background-image: url(../Images/back_to_top_bullet.gif);
	background-repeat: no-repeat;
	background-position: -50px 4px;
	color: #B4B4B4 !important;
}

.topLink a:hover
{
	background-position: 0px -46px;
	color: #187599 !important;
}


/* Hacks for RAD content editor */
.KeyDates table, .Features table, .linkListTable table
{
	padding: 0; margin: 0;
}

.KeyDates thead, .Features thead, .linkListTable thead
{
	padding-bottom: 5px;
}

.KeyDates tr, .Features tr, .linkListTable tr
{
	background: none;
}

.KeyDates tbody td, .KeyDates tbody th, .Features tbody td, .Features tbody th, .linkListTable tbody td, .linkListTable tbody th
{
	background: none;
}

.withRows tbody tr, .withRows tbody td, .withRows tbody th
{
	background-image: url(../Images/dots_grey.gif);
	background-repeat: repeat-x;
}

.withRows
{
	background: none !important;
}

.KeyDates, .Features, .linkListTable
{
	background-image: url(../Images/dots_grey.gif);
	background-repeat: repeat-x;
	display:block;
	clear:left;
	margin-top: 15px;
}

.Features thead th
{
	background: none;
}

.Features
{
	color: #1B6097;
	background:none;
}

.Features tbody th
{
	width: 120px;
}

p.formspubs
{
	margin: 0 0 10px 0;
}

.right
{
	text-align: right !important;
}



/* SUB CONTENT -------------------------------------------------------------- */

#contentSub
{
	display: inline;
	float: right;
	width: 129px;
	margin-top: 5px;
	margin-right: 13px;
	padding-bottom: 50px;
}

#contentSub h2
{
	padding-top: 0px;
	margin-bottom: -11px;
	color: #0E588C;
	font-size: 100%;
	/*text-transform: uppercase;*/
	background-image: url(../Images/RetailPropertyDirect/dots_grey.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top:5px;
}
}

.notice, #contentSub #extraInfo p
{
	font-weight: normal;
	padding-top: 11px;
	padding-bottom: 3px;
	display:block;
	color: #0E588C;
}

#contentSub h3
{
	margin-top: 0;
	margin-bottom: -15px;
	font-size: 100%;
}

#contentSub ul, #content ul.linkList
{
	list-style: none;
	padding-bottom:5px;
	background-image: url(../Images/RetailPropertyDirect/dots_grey.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

#contentSub .fullWidth ul.docList
{
	background-image: url(../Images/RetailPropertyDirect/cs_dots_grey.gif);
	background-repeat: no-repeat;
}

/* hack for MCMS */
#contentSub ul span 
{
	display: block;
}

#content ul.linkList
{
	margin-left: 0;
	margin-bottom: 30px;
	height: 1%;
}

#contentSub li, #content ul.linkList li
{
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0;
	background-image: url(../Images/dots_grey.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#contentSub.fullWidth ul.docList li
{
	padding: 4px 7px 4px 8px;
	background-image: url(../Images/cs_dots_grey.gif);
	background-repeat: no-repeat;
}

* html #contentSub li, * html #content ul.linkList li
{
	height: 1px;
}

.linkList a
{
	display: block;
	padding-left: 15px;
	background-image: url(../Images/RetailPropertyDirect/site_tools_bullet_RPD.gif);
	background-repeat: no-repeat;
	background-position: -143px 5px;
	font-weight: bold;
}

.linkList a:hover
{
	background-position: -93px -45px;
}

.docList li
{
	margin-top: 0;
	/*background-color: #999999;*/
}

#contentSub ul.docList li.highlight_homepage
{
	background-image: url(../Images/bg_cs_highlight.gif);
}

* html .docList li, * html .docList a
{
	height: 1%;
}

.docList a
{
	display: block;
	font-weight: bold;
}

.docList .docLink
{
	display:block;
	margin-left: 0px;	
	padding: 0px 0px 1px 25px;
}

.docList a span
{
	font-weight: normal;
}

* html .linkItem
{
	height: 1px;
}

.linkItem a
{
	display: block;
	padding-left: 13px;
	font-weight: bold;
	background-image: url(../Images/RetailPropertyDirect/site_tools_bullet_RPD.gif);
	background-repeat: no-repeat;
	background-position: -143px 4px;
}

.linkItem a:hover
{
	background-position: -93px -46px;
}

#contentSub #extraInfo .sharePrice
{
	background-image: url(../Images/share_price.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-left: -11px !important;
	margin-right: -21px !important;	
	padding-top: 1px !important;
	line-height: 23px;
	padding-left: 10px;
}

* html #contentSub #extraInfo .sharePrice
{
	margin-left: -5px !important;
}

#contentSub .sharePrice, #contentSub .sharePrice:visited
{
	color: #0BA00F;
}

#contentSub .sharePrice:hover
{
	color: #086B92;
}

#contentSub .sharePrice acronym
{
	border: 0 none #FFFFFF;
	font-weight: bold;
	cursor: help;
}


.fullWidth
{
	margin-right: 0px !important;
	width: 150px !important;
}


.shoppingCentreContactDetail
{
	margin-left: 10px !important;
	padding-right: 15px !important;
}

.shoppingCentreContactDetail .h4
{
	background-image: url(../Images/RetailPropertyDirect/site_tools_bullet_RPD.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-weight: bold;
}

.shoppingCentreLink
{
	background-image: url(../Images/img_shopAdvert.jpg);
	background-repeat: no-repeat;	
	width: 150px;
	margin-top: 30px;
	padding-top: 208px;
	padding-bottom: 1px;

}

.shoppingCentreLink .externalLink
{
	display: block;
	margin-left: 12px;
	width: 125px;
	padding: 5px 0px;
	background-image:url(../Images/img_subContentShoppingLink.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.shoppingCentreLink a
{
	background-image: url(../Images/icon_shopCentreArrow_off.gif);
	background-position: 0px 5px;
	font-size: 100%;
	color: #FFFFFF !important;
	font-weight: bold;
	display: block !important;
	background-repeat:no-repeat;
	margin-left: 8px;
	padding-left: 10px;
	padding-right: 4px;
}

* html .shoppingCentreLink a
{
	height: 1px;
}

.shoppingCentreLink a:hover
{
	color: #086B92 !important;
	background-image: url(../Images/icon_shopCentreArrow_over.gif);
}


.contentImageZoom01
{
	position:relative; top: 102px; left: 185px;
}

.contentImageZoom02
{
	position:relative; top: 102px; left: 379px;
}

.contentImageLeft
{
	float:left;
	width: 205px;
	height: 106px;
	padding-right: 10px;
}

.contentImageRight
{
	float:right;
	width: 205px;
	height: 106px;
}

/*  Rollover */
.emailLink
{
	float:left;
	position: relative;
	overflow: hidden;
	width: 52px;
	height: 16px;
	top: 7px; left: 10px;
}

/*.emailLink img 
{
	position:relative;
	top: -9px;
}

.emailLink a:hover
{
	position:relative;
	top: 10px;
}*/


.printLink
{
	float:left;
	position: relative;
	overflow: hidden;
	width: 55px;
	height: 23px;
	top: 8px; left:5px;
}

/*.printLink img 
{
	position:relative;
	top: -27px;
}*/

/*.printLink a:hover
{
	position:relative;
	top: 27px;
}*/

#contentSub .graphicContainer
{
	margin-top: 0;
}

#contentSub .graphicContainer a, #contentSub .graphicContainer img
{
	display: block;
}

#contentSub .btn_downloadPDS
{
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 54px;
}

#contentSub .btn_downloadPDS img 
{
	position:relative;
	top: -54px;
}

#contentSub .btn_downloadPDS a:hover
{
	position:relative;
	top: 54px;
}
 


/* FOOTER ------------------------------------------------------------------- */

#footer
{
	clear: both;
	width: 766px;
	padding-bottom: 8px;
	background-color: #DEDEDE;
	color: #666666;
	text-align: center;
}

#footer ul
{
	margin-top: 8px;
	float: left;
	margin-left: 78px;
	text-align: left;
}

#footer li
{
	display: inline;
	margin: 0 1em;
}

#footer a
{
	padding-left: 13px;
	background-image: url(../Images/RetailPropertyDirect/site_tools_bullet_RPD.gif);
	background-repeat: no-repeat;
	background-position: -143px 2px;
	color: #666666;
	font-weight: bold;
}

#footer a:hover
{
	background-position: -93px -48px;
}


#downloads
{ 
	margin-top: 5px;
	float:right;
}

#downloads a, #downloads a:visited
{
	background:none !important;
	padding-left: 0 !important;
}

#downloads p
{
	margin-right: 0em;
	float:left;
	margin-top: 3px;
}

#downloads ul
{
	float: left;
	margin-top: -5px;
	margin-right: 0;
}

#downloads li
{
	position: relative;
	width: 21px;
	height: 21px;
	overflow: hidden;
	margin-left: 0.1em;
}


/*********************************************************/
/*  MCMS 
/*********************************************************/

/*  Generic Rad Editor stuff */
.RadEWrapper, .RadEContent
{
	width: 100% !important;
}

.RadEWrapper, .RadEWrapper table, .RadEWrapper tr
{
	background-image: none;
}

.RadEWrapper table tr, .RadEWrapper table th, .RadEWrapper td, .RadEWrapper table
{
	padding: 0 !important;
	margin: 0 !important;
}

.RadEToolBarContainer, .RadEToolBarContainer tr, .RadEToolBarContainer td, .RadEToolBarContainer table
{
	padding: 0;
	margin: 0;
}

.RadEToolbar tr, .RadEDropDownOff,  .RadEDropDownOff td
{
	background-image:none !important;
}

.RadEToolbar
{
	width: auto;
}

.RadEToolBarContainer
{
	background-image: none;
}

.RadEToolbar td, .RadEToolbar tr, .RadEToolbar table
{
	padding: 0px !important;
	margin: 0px !important;
}

.RadEToolLongOff
{
	background-image: none !important;
}

table.RadEToolLongOff
{
	margin: 1px !important;
}

table.RadEToolLongOffOver
{
	margin: 0px !important;
}

.RadEDropDownHolder td {
	background-color:#FFFFFF !important;
}

.editMode, .editMode tr, .editMode td, .editMode table, .editMode li, div#subMenu .RadEWrapper ul tr, div#subMenu .RadEWrapper ul td, div#subMenu .RadEWrapper ul, div#subMenu .RadEWrapper ul table, div#subMenu .RadEWrapper ul li
{
	padding: 0; 
	margin: 0; 
	width: auto; 
	background-image: none !important; 
	background-color: transparent;
	
}

#AnchorHeading, #firstHeading, #secondHeading, #SyndicateDocumentListing1_thirdHeading
{
	font-size:1.1em;	
	/*line-height:10px;*/
}

#RegistryMessage p
{
border:1px solid #333;
padding:5px;
margin-bottom:10px;
/*background:#bbd9dd;	*/
background:#DAEBF2;
font-weight:bold;
	
}
