
body{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	color: #000;
}

div{
	text-align: left;
}

h1, h2, h3, h4, h5, h6{
	margin: 0.4em 0 0.2em;
}

h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.3em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
}
h6{
	font-size: 1em;
	margin: 0.4em 0 0.2em;
}

p{
	margin: 0.2em 0 0.5em;
}

table{
	font-size: 1em;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display:block;
	height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {display: block; height: 1%;}
/* End hide from IE-mac */


/* FORM ELEMENTS */

form{
	margin: 0;
	padding: 0;
}

input.textbox, textarea, select{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

input.checkbox{
	border: none;
	width: auto;
}

p.formLine{
	margin: 0 0 0 0;
	padding: 0 0 0 90px;
}

p.formLine strong{
	float: left;
	font-weight: normal;
	margin-left: -90px;
	margin-top: 0;
	width: 85px;
}

p.checkboxGroup, span.checkboxGroup, li.checkboxGroup{
	margin: 0 10px 0 0;
	white-space: nowrap;
	display: inline;
	overflow: hidden;
	width: 160px;
	float: left;
}

p.checkboxGroup, li.checkboxGroup{
	float: left;
}

div#pageContainer .module li.checkboxGroup{
	background: none;
}


p.formSubmit{
	margin: 0;
	text-align: right;
}

/* ERRORS */

ul.errors{
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	color: #C00;
}

/* CMS */

a.delete{
	background: url(../images/admin/images/delete.gif) center center no-repeat;
	padding: 5px;
}


a.delete span{
	display: none;
}


body.slideshow{
	background: #000;
	margin: 0;
	padding: 5px;
}

.module.module_list_obj table td, .module.module_list_obj table th{
	padding: 2px 10px 2px 0;
}

.module.module_list_obj table th{
	font-weight: bold;
	white-space: nowrap;
}

a.RSSLink{
	background: url(../images/rss.gif) center left no-repeat;
	padding: 3px 0 3px 20px;
	display: inline-block;
}





#DTDDashboard{

	width: 100%;
	background: url(../images/gradient.php?col1=F8F8F8&col2=E8E8E8&w=1&h=36) top left repeat-x #E8E8E8;
	border-width: 1px 0;
	border-color: #FFF #DDD #777 #EEE;
	border-style: solid;
	text-align: center;


}

#DTDDashboardContents, #DTDDashboardMessage{
 	text-align: left;
 	width: 720px;
 	margin: 0 auto;
 	padding: 10px;
 	position: relative;
 	height: 56px;
}

#DTDDashboardMessage{
	display: none;
	font-size: 1.3em;
	color: #777;
	padding: 18px; 10px;
}

#DTDDashboardMessage.loading{
	background: url(../images/loading-icon.gif) left center no-repeat;
	padding-left: 40px;
}

html>body #DTDDashboardContents{
	height: 36px;
}

html>body #DTDDashboardMessage{
	height: 20px;
}

#DTDDashboard ul.dashboardActions{
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	position: absolute;
 	top: 15px;
 	right: 0;
}

#DTDDashboard h3{
	background: url(../images/rweb-logo.png) top left no-repeat;
	width: 147px;
	height: 32px;
	border: 1px solid #CCC;
	margin: 0;
}

#DTDDashboard h3 span{
	display: none;
}

#DTDDashboard ul.dashboardActions li{
	display: inline;
}


#DTDDashboard ul.dashboardActions li a{
	display: block;
	float: left;
	margin: 0 4px 0 0;
	padding: 3px 6px;
	font-size: 1.1em;
	border: 1px solid #888;
	background: url(../images/gradient.php?col1=FFF&col2=DDD&w=1&h=24) top left repeat-x #DDD;
	color: #333;
	text-decoration: none;
}


#DTDDashboard ul.dashboardActions li a:hover{
	background-image: url(../images/gradient.php?col1=F0F0F0&col2=CCC&w=1&h=24);
	color: #000;

}

a.DTDClientEditButton{
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	background: url(../images/DTDEdit.gif) center center no-repeat;
	z-index: 80;
}

a.DTDClientEditButton span{
	display: none;
}

input.DTDDeleteButton{
	width 12px;
	height: 12px;
	border: none;
}

div.newsletterEditor, body div.module.newsletterEditor, body.uploadFrame{
	font-size: 11px;
	color: #333;
}

div.newsletterEditor iframe{
	border: none;
	width: 100%;
}

div.newsletterEditor div.editorPanel iframe{
	height: 60px;
	overflow: hidden;
}

div.newsletterEditor div.previewPanel iframe{
	height: 400px;
}

div.newsletterEditor div.editorPanel div.newsItem iframe{
	height: 30px;
}

div.newsletterEditor{
	background: #E0E0E0;
}

div.newsletterEditor div.tabSet{
	padding: 2px 6px;
}


div.newsletterEditor div.tabSet a, div#pageContainer .module div.newsletterEditor div.tabSet a{
	background: url(../images/newsletter/tab-button-up.gif) center center no-repeat;
	display: inline-block;
	width: 60px;
	height: 18px;
	color: #333;
	padding: 2px 2px 0;
	text-align: center;
	text-decoration: none;
}

div.newsletterEditor div.tabSet a.active, div#pageContainer .module div.newsletterEditor div.tabSet a.active{
	background: url(../images/newsletter/tab-button-over.gif) center center no-repeat;
	color: #FFF;
}

div.newsletterEditor p.formLine input.textbox,
div.newsletterEditor p.formLine select,
div.newsletterEditor p.formLine textarea,
body.uploadFrame p.formLine input.textbox,
body.uploadFrame p.formLine select,
body.uploadFrame p.formLine textarea{
	width: 350px;
	border-color: #999;
	font-size: 11px;
}

div.newsletterEditor p.formLine textarea,
body.uploadFrame p.formLine textarea{
	height: 7em;
}
	


body.uploadFrame  p.formLine, div.newsletterEditor p.formLine{
	padding: 4px 0 4px 150px;
	border-bottom: 1px solid #FFF;
	margin: 0;
}

body.uploadFrame  p.formLine strong, div.newsletterEditor p.formLine strong{
	margin-left: -150px;
	width: 145px;
}

div.newsletterEditor p.formSubmit{
	text-align: right;
}

div.newsletterEditor div.editorPanel, div.newsletterEditor div.previewPanel{
	padding: 2px 8px 4px 8px;
	background: #F0F0F0;
}

div.newsletterEditor div.editorPanel div.newsItem, div.newsletterEditor div.editorPanel div.section{
	padding: 0 8px;
	border-width: 1px;
	border-color: #CCC;
	border-style: solid;
	margin-bottom: 4px;
	background: #E8E8E8;
}

div.newsletterEditor div.editorPanel div.newsItem{
	margin: 4px 0;
}

div.newsletterEditor div.editorPanel h5, div.newsletterEditor div.previewPanel h5{
	padding: 1px 4px 2px;
	margin: 10px 0 0;
	background: #B8B8B8;
	color: #FFF;
	font-size: 11px;
}

div.newsletterEditor div.editorPanel div.newsItem div.imageContainer{
	float: left;
	margin: -68px 8px 8px 0;
}

div.newsletterEditor div.editorPanel a.deleteButton{
	background: url(../images/newsletter/remove-button.gif) center center no-repeat;
	margin: 0 0 0 4px;
	width: 12px;
	height: 12px;
	display: inline-block;
}

div.newsletterEditor div.editorPanel div.newsItem a.deleteButton{
	float: right;
	margin-top: 2px;
}

div.newsletterEditor div.editorPanel a.newItemButton{
	background: url(../images/newsletter/add-button.gif) center center no-repeat;
	margin: 0 0 0 4px;
	width: 20px;
	height: 16px;
	display: inline-block;
}



div.newsletterEditor div.editorPanel a.deleteButton span, div.newsletterEditor div.editorPanel a.newItemButton span{
	display: none;
}

body.uploadFrame{
	margin: 0;
	text-align: left;
	background: #E8E8E8;
}


div.newsletterEditor div.previewPanel pre{
	background: #FFF;
	padding: 8px;
	border: 1px solid #CCC;
	margin: 0;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
form.clientModuleEditor{
	font-size: 1.1em;
	padding: 6px 12px;
	border: 2px solid #CCC;
	background: #E8E8E8;
	text-align: left;
	display: block;
}

form.clientModuleEditor h3{
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #666;
	
}

form.clientModuleEditor input, form.clientModuleEditor textarea, form.clientModuleEditor select{
	border-width: 1px;
	border-color: #999 #BBB #CCC #AAA;
	font-size: 11px;
	width: auto;
}

form.clientModuleEditor textarea{
	height: 24em;
}

form.clientModuleEditor input.textbox, form.clientModuleEditor textarea, form.clientModuleEditor select{
	width: 465px;
	padding: 2px;
}

form.clientModuleEditor p.formLine, form.clientModuleEditor p.formSubmit{
	border-top: 1px solid #D8D8D8;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

 form.clientModuleEditor p.formSubmit{
 	text-align: right;
 }

form.clientModuleEditor p.formLine, body.clientUploadFrame p.formLine{
	padding-left: 125px;
}

form.clientModuleEditor p.formLine strong, body.clientUploadFrame p.formLine strong{
	margin-left: -125px;
	padding-top: 2px;
	width: 120px;
	color: #666;
}
form.clientModuleEditor input.button{
	margin-left: 4px;
	padding: 2px 4px;
	background: url(../images/gradient.php?col1=E8E8E8&col2=CCC&h=30) top left repeat-x;
	border-color: #CCC #AAA #999 #BBB ;
	color: #444;
}

form.clientModuleEditor iframe.uploadFrame{
	border: none;
	padding: 0;
	width: 100%;
	margin-left: -125px;
	width: 580px;
	height: 32px;
	overflow: hidden;
}

form.clientModuleEditor iframe.uploadFrame.options{
	height: 52px;
}

form.clientModuleEditor div.fileCollection input{
	margin: 0 2px 2px 0;
}


div.DTDItemListEditor, .module div.DTDItemListEditor{
	background: #E8E8E8;
	padding: 2px;
	border: 1px solid #CCC;
}

div.DTDItemListEditor a.DTDClientAddButton, body #pageContainer .module div.DTDItemListEditor a.DTDClientAddButton{
	margin-left: 4px;
	padding: 2px 6px;
	line-height: 20px;
	background: url(../images/gradient.php?col1=E8E8E8&col2=CCC&h=30) top left repeat-x;
	border-color: #CCC #AAA #999 #BBB ;
	color: #444;
	text-decoration: none;
}

div.DTDContextMenu{
	background: #E8E8E8;
	border: 1px solid #BBB;
	border-color: #CCC #AAA #999 #BBB ;
	color: #333;
	padding: 0;
}

div.DTDContextMenu a{
	display: block;
	text-decoration: none;
	padding: 1px 3px;
	color: #777;
	font-size: 10px;
	border-bottom: 1px solid #CCC;
}

div.DTDContextMenu a:hover{
	color: #000;
}

body.clientUploadFrame{
	text-align: left;
	color: #666;
	background: #E8E8E8;
}


div#pageContainer{
	margin: 0 auto;
	width: 920px;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 10px;
	position: relative;
}


div#header{
	padding: 10px 5px 0;
	margin: 0 0 10px 0;
	position: relative;
}

div#header h1{
	padding: 0;
	margin: 0 5px 5px;
}

div#header a{
	text-decoration: none;
}

div#banner{
	position: absolute;
	top: 10px;
	right: 20px;
}

div#lhColumn, div#rhColumn{
	width: 200px;
}

div#lhColumn{
	float: left;
}

div#rhColumn{
	float: right;
}

div#middleSection{
	padding: 10px 10px 0 10px;
}

div#mainContent.leftIndent{
	margin-left: 210px;
}

div#mainContent.rightIndent{
	margin-right: 210px;
}

/* FOUR SQUARE LAYOUT */

div#topRightBox, div#bottomRightBox{
	width: 260px;
	float: right;
}

div#topLeftBox.rightIndent, div#bottomLeftBox.rightIndent{
	margin-right: 264px;
}





/* VERTICAL MENU */


div#middleSection ul.menu, div#middleSection ul.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	background-color: inherit;
}

div#middleSection ul.menu ul{
	margin: 0;
}

div#middleSection ul.menu li{
	position:relative;
	border-width: 0 0 1px;
	border-color: #FFF;
	border-style: solid;
	background: none;
}

div#middleSection ul.menu ul li{
	border-width: 0;
}

div#middleSection ul.menu a, div#middleSection ul.menu h3{
	font-size:1em;
	font-weight: normal;
	display: block;
	padding: 3px 0;
	margin: 0;
	text-decoration: none;
}

div#middleSection ul.menu ul{
	position: absolute;
	width: 17em;
	z-index: 500;
	left: 138px;
	top: -1px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	background-color: inherit;
}

html>body div#middleSection ul.menu ul{
	left: 100%;
}

div#middleSection ul.menu ul a, div#middleSection ul.menu ul h3{
	height: 1%;
}

div#middleSection ul.menu ul,
div#middleSection ul.menu li:hover ul ul,
div#middleSection ul.menu ul li:hover ul ul
{display: none;}

div#middleSection ul.menu li:hover ul,
div#middleSection ul.menu ul li:hover ul,
div#middleSection ul.menu ul ul li:hover ul
{display: block;}


/* HORIZONTAL MENU */



div#topSection, #navBar1, #navBar2, div#topSection .module.menu_obj {
	position:relative;
	width: 100%;
}

div#topSection ul.menu, div#navBar3 ul.menu{
	display: table;
	white-space:nowrap;
	margin: 0 auto;
}

div#topSection ul.menu, div#navBar3 ul.menu, div#topSection ul.menu ul, div#navBar3 ul.menu ul{
	list-style-type: none;
	padding: 0;
	text-align: center;
}

div#topSection ul.menu li, div#navBar3 ul.menu li{
	display:table-cell;
}

div#topSection ul.menu ul li, div#navBar3 ul.menu ul li{
	display: block;
	float: none;
}

div#topSection ul.menu a , div#navBar3 ul.menu a {
	font-size:1em;
	font-weight: bold;
	border-width: 0 0 0 1px;
	border-style: solid;
	margin: 0;
	padding: 3px 10px 4px;
	line-height: 2.2em;
	text-decoration: none;
}
div#topSection ul.menu li:first-child a, div#navBar3 ul.menu li:first-child a, div#topSection ul.menu li a.index, div#navBar3 ul.menu li a.index, div#topSection ul.menu ul li a, div#navBar3 ul.menu ul li a, div#topSection ul.menu li.home a, div#navBar3 ul.menu li.home a{
	border: none;
}

div#topSection ul.menu ul , div#navBar3 ul.menu ul {
	display: block;
	margin: 0;
	position: absolute;
	width: 20em;
	z-index: 500;
	border-width: 0 1px 1px;
	border-style: solid;
	text-align: left;
}




div#topSection ul.menu ul li a, div#navBar3 ul.menu ul li a{
	border-width: 1px 0 0 0;
	border-style: solid;
	height: 1%;
}
div#topSection ul.menu ul ul , div#navBar3 ul.menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#topSection ul.menu ul, div#navBar3 ul.menu ul,
div#topSection ul.menu li:hover ul ul, div#navBar3 ul.menu li:hover ul ul,
div#topSection ul.menu ul li:hover ul ul
, div#navBar3 ul.menu ul li:hover ul ul
{display: none;}

div#topSection ul.menu li:hover ul, div#navBar3 ul.menu li:hover ul,
div#topSection ul.menu ul li:hover ul, div#navBar3 ul.menu ul li:hover ul,
div#topSection ul.menu ul ul li:hover ul
, div#navBar3 ul.menu ul ul li:hover ul
{display: block;}


/* FORMS */

p.formLine{
	margin: 3px 0 4px 0;
	padding-left: 90px;
}


div#lhColumn p.formLine, div#rhColumn p.formLine, div#lhColumn p.formSubmit, div#rhColumn p.formSubmit{
	padding-left: 65px;
}

div#lhColumn p.formLine strong, div#rhColumn p.formLine strong{
	margin-left: -65px;
	width: 60px;
}

div#lhColumn input.textbox, div#rhColumn input.textbox, div#lhColumn select, div#rhColumn select, div#lhColumn textarea, div#rhColumn textarea{
	width: 105px;
}

html>body div#lhColumn select, html>body div#rhColumn select, html>body div#lhColumn input.textbox, html>body div#rhColumn input.textbox{
	width: 110px;
}

p.formSubmit{
	text-align: left;
	padding-left: 90px;
}

input.textbox, textarea, select{
	border: 1px solid #666;
}


/* ITEMS */

ul.itemList, div.module ul.itemList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.itemList ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}

div#middleSection .module ul.itemList li{
	margin: 8px 0;
	padding: 0 6px;
}


ul.itemList li li{
	padding: 0;
	border: none;
	margin: 0;
}

ul.itemList li h3, form#itemForm h3, .module h3{
	margin: 0 0 4px 0;
}

ul.itemList li a.thumbnail, .module a.thumbnail, .module div.thumbnail{
	float: left;
	margin: 0 7px 8px 0;
}

div.featuredProperty .thumbnail{
	margin-right: 0;
}


ul.itemList li p.itemInfo{
	float: right;
	margin-top: -1.8em;
}

p.itemEdit{
	clear: left;
	margin-bottom: 0;
}

/* BULLETS */

ul.itemList li li, div#middleSection .module ul.itemList li li{
	list-style-type: disc;
	list-style-position: inside;
	border: none;
}

ul.itemList li ul.mediaList li, .module ul.mediaList li{
	background: none;
	padding: 0;
}


/* TREES */


ul.tree li{
	clear: left;
}

ul.tree li li{
	clear: none;
}



/* MEDIA */

a.thumbnail img, img.inlineImage, div.thumbnail{
	border-width: 2px;
	border-style: solid;
}

ul.mediaList, ul.itemList ul.mediaList, .item ul.mediaList, .module ul.mediaList{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

ul.mediaList li, ul.itemList li ul.mediaList li, .module ul.mediaList li{
	display: inline;
	margin: 0 4px 4px 0;
	border: none;
	padding: 0;
}

ul.mediaList li a{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	display: block;
}

a.file{
	background: url(../images/mime-32.gif) top center no-repeat;
	width: 64px;
	padding-top: 32px;
	text-align: center;
}

a.file.doc{
	background: url(../images/doc-32.gif) top center no-repeat;
}


a.file.pdf{
	background: url(../images/pdf-32.gif) top center no-repeat;
}

a.file.xls{
	background: url(../images/xls-32.gif) top center no-repeat;
}

a.file.zip{
	background: url(../images/zip-32.gif) top center no-repeat;
}

a.file.mov{
	background: url(../images/mov-32.gif) top center no-repeat;
}

.module ul{
	margin: 0.5em 0;
	padding: 0 0 0 1.2em;
	list-style-type: disc;
}

.module ul li{
	margin: 0 0 0.3em 0;
}




/* MODULE SELECTOR */

ul.moduleSelector, div#mainContent .module ul.moduleSelector{
	margin: 0 0 5px 0;
	padding: 0;
}

ul.moduleSelector li, div#middleSection .module .moduleSelector li{
	display: inline;
	background: none;
	padding-left: 0;
	margin: 0;
}

ul.moduleSelector li a{
	padding: 2px 0.6em;
	text-decoration: none;
	margin-right: 3px;
	line-height: 15px;
}

ul.moduleSelector li.active a{
	font-weight: bold;
}









/* PAGE SPECIFIC */

body.image div#pageContainer{
	border: none;
	margin: 0;
}

/* FLOOR PLANS */

body.floorplan, body.floorplan.#pageContainer{
	margin: 0;
	padding: 0;
}

ul#floorplanNav{
	list-style-type:none;
	margin: 0;
	padding: 0 21px 0 0;
	position:absolute;
	z-index: 100;
	top: 0;
	left: 0;
	background: url(../images/fp_navend.gif) top right no-repeat;
	height: 17px;
}

@media screen{
	html>body ul#floorplanNav{
		position: fixed;
	}
}

ul#floorplanNav li{
	display: inline;
	margin: 0;
	padding: 0;
}

ul#floorplanNav li a{
	float: left;
	display: block;
	width: 17px;
	height: 17px;
}

ul#floorplanNav li a span{
	display: none;
}

ul#floorplanNav li.previous a{
	background: url(../images/fp_previous.gif) top left no-repeat;
}

ul#floorplanNav li.previous a:hover{
	background: url(../images/fp_previous-over.gif) top left no-repeat;
}

ul#floorplanNav li.next a{
	background: url(../images/fp_next.gif) top left no-repeat;
}

ul#floorplanNav li.next a:hover{
	background: url(../images/fp_next-over.gif) top left no-repeat;
}

ul#floorplanNav li.reduce a{
	background: url(../images/fp_reduce.gif) top left no-repeat;
}

ul#floorplanNav li.reduce a:hover{
	background: url(../images/fp_reduce-over.gif) top left no-repeat;
}

ul#floorplanNav li.enlarge a{
	background: url(../images/fp_enlarge.gif) top left no-repeat;
}

ul#floorplanNav li.enlarge a:hover{
	background: url(../images/fp_enlarge-over.gif) top left no-repeat;
}

ul#floorplanNav li.actual a{
	background: url(../images/fp_actual.gif) top left no-repeat;
}

ul#floorplanNav li.actual a:hover{
	background: url(../images/fp_actual-over.gif) top left no-repeat;
}

ul#floorplanNav li.fit a{
	background: url(../images/fp_fit.gif) top left no-repeat;
}

ul#floorplanNav li.fit a:hover{
	background: url(../images/fp_fit-over.gif) top left no-repeat;
}

ul#floorplanNav li.close a{
	background: url(../images/fp_close.gif) top left no-repeat;
}

ul#floorplanNav li.close a:hover{
	background: url(../images/fp_close-over.gif) top left no-repeat;
}

/* VENDOR PAGE */

div.module.rpw_vendor_login_obj p.formLine, div.module.rpw_vendor_login_obj p.submitButtons{
	color: #666;
}

div.module.rpw_vendor_login_obj p.formLine strong{
	background: none;
}

div.module.rpw_vendor_login_obj{
	background: #FFF;
	color: #999;
}

div.module.rpw_vendor_login_obj a{
	color: #999;
	font-weight: bold;
}

div.module.rpw_vendor_login_obj a:hover{
	color: #666;
}

div.module.rpw_vendor_login_obj p.vendorMenu{
	margin: 1em 0 0;
	text-align:right;
	font-size: 1em;
}

div.module.rpw_vendor_login_obj p.vendorMenu a{
	border: 1px solid #CCC;
	border-color: #CCC #BBB #BBB #CCC;
	padding: 2px 4px;
	margin: 0 0 0 2px;
	text-decoration: none;
 	background: #FAFAFA;
	color: #AAA;
}

div.module.rpw_vendor_login_obj p.vendorMenu a:hover{
 	background: #EEE;
	border-color: #AAA #999 #999 #AAA;
	color: #999;
}



div.module.rpw_vendor_login_obj .section, div.module.rpw_vendor_login_obj form{
	border: 1px solid #CCC;
	border-color: #CCC #999 #999 #CCC;
	padding: 10px;
	margin: 1em 0;
	background: #FAFAFA;
	position: relative;
}

div.module.rpw_vendor_login_obj .section h4, div#middleSection div.module.rpw_vendor_login_obj .section h4{
	font-size: 1.5em;
	padding: 0 0 3px 20px;
	margin: 0;
	color: #999;
	border-bottom: 1px dotted #CCC;
}


div.module.rpw_vendor_login_obj .section.details h4{
	background: url(../images/vendor-user.gif) top left no-repeat;
}

div.module.rpw_vendor_login_obj .section.offers h4{
	background: url(../images/vendor-offers.gif) top left no-repeat;
}

div.module.rpw_vendor_login_obj .section.marketing h4{
	background: url(../images/vendor-stats.gif) top left no-repeat;
}

div.module.rpw_vendor_login_obj .section.viewings h4{
	background: url(../images/vendor-viewings.gif) top left no-repeat;
}

div.module.rpw_vendor_login_obj .section.advertising h4{
	background: url(../images/vendor-advertising.gif) top left no-repeat;
}

div.module.rpw_vendor_login_obj .section ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #999;
}

div.module.rpw_vendor_login_obj .section p{
	color: #999;
	margin: 5px 0 0;
	padding: 0;
	font-size: 1em;
}

div#middleSection div.module.rpw_vendor_login_obj ul li{
	background: none;
}

div.module.rpw_vendor_login_obj .section ul li{
	padding: 5px 0 0;
	border-top: 1px dotted #CCC;
	margin: 5px 0 0;
}



div.module.rpw_vendor_login_obj .section ul.chain li{
	padding: 5px;
	border: 1px solid #CCC;
	border-color: #BBB #CCC #CCC #BBB;
	background: #FFF;
}

div.module.rpw_vendor_login_obj .section ul.chain li.current{
	background: #FFFFF4;
	border-color: #999 #AAA #AAA #999;
}

div.module.rpw_vendor_login_obj .section ul.chain li li{
	margin: 2px 0 0 0;
	padding: 0;
	border: none;
	background:none;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status{
	margin-top: 4px;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status li{
	display: inline;
	margin-right: 2em;
	padding-right: 14px;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status li{
	background: url(../images/status-no.gif) center right no-repeat;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status li.done{
	background: url(../images/status-yes.gif) center right no-repeat;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status li.notneeded{
	background: url(../images/status-notneeded.gif) center right no-repeat;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status li.sent{
	background: url(../images/status-sent.gif) center right no-repeat;
}


div.module.rpw_vendor_login_obj .section ul.chain li ul.status li em{
	display: none;
}
