@charset "utf-8";

div#task-list {
	position: relative;
	width: 170px;
	float: left;
   border-right: 5px solid #3d5c57; 
   color: #3d5c57;
   font-size: 85%;
   font-weight: bold;
	text-align: center;
	margin-right: 10px;
}


div#task-list img {
   margin: 2px 5px 2px 5px;
}

div#task-list a {
   color: #3d5c57;
}


div#client-title {
   float: left;
	overflow:auto;
	font-size: 80%;
	background: #dbc9bd;
}

div#client-title, div#uploadArea {
	height: 30px;
	width: 300px;
}



div#client-title h1 {
   font-size: 100%;
}

div#client-title p {
	font-size: 80%;
}

div#client-title * {
	color: #4f2926;
}

div#control_panel {
   height: 140px;
   border: 1px solid #f0eada;
}
div#position_vp_page_instructions {
	width:300px;
}

div#page_instructions {
	width:635px;
}

div#position_vp_page_instructions, div#page_instructions {
   margin: 10px 0 15px 0;
   float: left;
   font-family: Verdana, sans-serif;
}

div#page_instructions h1, div#position_vp_page_instructions h1 {
   margin-top:0;
   font-size: 90%;
   font-style: italic;
   font-family: Arial, Verdana, sans-serif;
}

div#page_instructions ol, div#page_instructions li, div#position_vp_page_instructions ol, div#position_vp_page_instructions li {
   font-size: 80%;
}
div#page_instructions ol, div#position_vp_page_instructions ol {
   list-style-type: lower-alpha;
	margin-left: 26px;
}

div#messageArea {
	height: 30px;
	float: left;
	color:#CC0000;  /* red */
};

div#messageArea p {
   margin-top: 20px;
};

div#client-content {
	width: 620px;

	/*min-height: 200px; /*ff*/
	/*height:auto !important; /*ie7*/
	/*height: 200px; /*ie6*/
	
   font-size: 85%;
}
div#client-content h2{
	font-size: 75%
}

div#backgroundImage {
   float: left;
   width: 300px;
   height: 300px;
}

div#backgroundImage img {
   margin:0;
	width: 300px;
	height: 300px;
}

/**
.overview-map {
    width: 440px;
    height: 440px;
    border: 1px solid #ccc;
}
**/
.rightOfBackground {
	float:left;
   width: 300px; 
	margin: 0 0 0 10px;
}


p#viewpoint_caption {
   font-weight: bold;
   text-align: center;
   height: 19px;
   /*padding-top: 1em;*/
}
div#viewpointImageList {
	position:relative;
	width: 100%;
	height: 300px;
	overflow:auto;
	border: 1px solid #3d5c57;
}

table#imageTable {
}

table#imageTable caption {
	font-weight: bold;
	text-align: center;
}

.textinput {
	left: 25%;
	position: absolute;
   border: 1px solid #3d5c57; 
}

.field_width {
   width: 500px;
}

/* for viewpoint form */
div.formrow {
  position:relative;
  clear: both; 
  padding-top: 10px;
  }
  
div.formrow span.label {
  float: left;
  width: 95px;
  font-size: 10pt;
  margin-right: 5px;
  font-weight: bold;
  }

div.formrow span.label2 {
  float: left;
  width: 320px;
  font-size: 10pt;
  margin-left: 100px;
  font-weight: normal;
  font-size: 70%;
  }

div.formrow span.formw {
  float: left;
  width: 300px;
  } 
  
div.formrow span.label-small {
  float: left;
  width: 50px;
  font-size: 10pt;
  margin-right: 5px;
  font-weight: bold;
  }
div.formrow span.formw-small {
  float: left;
  width: 200px;
  } 
  
.formw-big {
  float: left;
  width: 480px;
  } 
  
div.formrow span.label-wide {
  float: left;
  width: 300px;
  font-size: 11pt;
  margin-right: 5px;
  font-weight: normal;
  text-align: right;
  color: #3D5C57;
  }
  
div.formrow span.formw-wide {
  float: left;
  width: 400px;
  } 

.registration-regular-text {
	font-size: 10pt;
	color: #3D5C57;
}

.registration-emphasis-text {
	font-size: 11pt;
	color: #4F2926;
	text-align:center;
}
.right {
  float: right;
  width: 150px;
  text-align: right;
  margin-right: 10px;
  margin-top: 25px;
  } 

.compass_rose {
	position: relative;
   background: transparent url(images/compass2.png) top left no-repeat;
	width: 100px;
	height: 100px;
	float: left;
}

.compass_point {
	position: absolute;
	width: 12px;
	height: 12px;
   cursor: pointer;
   cursor: hand;
}

/* end viewpoint form */

.taskNextButton {
	margin-top: 20px;
   background: #a97f64;
   color: white;
   padding-top: 4px;
   text-align: center;
   font-size: 80%;
   cursor: pointer;
   cursor: hand;
}

.approveButton {
	margin-top: 40px;
	position: relative;
	left: 210px;
	width: 200px;
   background: #a97f64;
   color: white;
   padding-top: 4px;
   text-align: center;
   font-size: 80%;
   cursor: pointer;
   cursor: hand;
}
.mybutton {
   background: #a97f64;
   color: white;
   width: 70px;
   padding-top: 4px;
   text-align: center;
   font-size: 80%;
   cursor: pointer;
   cursor: hand;
}

.vpImage {
	width: 100px;
	height: 100px;
	padding: 2px;
}

.vpImageDiv {
	width: 100px;
	height: 100px;
	padding: 2px;
	margin: 5px;
}

.delImage {
   cursor: pointer;
   cursor: hand;
}

.butons {
	clear:both;
	float:right;
}

.nospace {
   height: 0;
   border: 0;
   margin: 0;
}


/* :focus { outline: 0; } */

input, select, textarea{
   font-family: Verdana, sans-serif;
	font-size:80%;
   padding:2px;
   border: 1px solid black;
}

input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

/*
 * styles for upload progress indicator 
  */

div.fieldset {
	border:  1px solid #afe14c;
	padding: 20px 10px;
}
.legend {
	margin-top: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #4f2926;
}

div.flash {
	width: 190px;  
	border-color: #3d5c57;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}


/*
 * -- Table Styles ------------------------------- 
 */
td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 180px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	/*color: #3d5c57; */
	background-color: #F7F7F7;
	overflow: hidden;
}

/*  Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}
/*
 * end styles for upload progress indicator 
 */

ul#subscriber_list img {
   vertical-align: middle;
}
ul#subscriber_list {
   list-style: circle;
   width: 300px;
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   /*line-height: 2.0em; */
}

ul#subscriber_list a{
	display: block;
	float: left;
	text-align: right;
   border-bottom: solid 2px #c6c7a8;
   border-right: solid 2px #c6c7a8;
	height: 38px;
}

ul#subscriber_list a.x{
   color: #3d5c57; 
   font-weight: bold;
   text-decoration: none;
	width: 230px;
   border-right: 0;
}

ul#subscriber_list li {
   display: block;
   list-style: none;
   letter-spacing: .1em;
   line-height: 38px;
}

div#subscriber_content {
   color: #3d5c57;
   width: 80%;
   margin-right: auto; 
   margin-left: auto;
}

#subscriber_content h1 {
   color: #3d5c57;
   text-align: center;
}

.singleProperty{
    width:98%;
    height: 170px;
    margin: 0 auto;
    margin-top:1px;
    margin-bottom:10px;
    background:white;
    border: 5px solid #ccbfb7; 
}
.propertyTitle{
    background:#3d5c57;
    margin-left: 5px;
    margin-top: 5px;
    text-align:left;
    width: 440px;
    height: 30px;
    float: left;
    display: inline;
}
.propertyTitle h1{
   margin: 0; 
   padding-top: 6px;
   font-weight:normal;
   font-size: 95%;
   color: white;
   letter-spacing: .1em;
}

.propertyImage{
    width: 150px;
    height: 170px;
    margin:0px;
    padding:0px;
    float:left;
    padding: 0 10px 0 0; 
    background: white;
    border-right: 5px solid #ccbfb7; 
}
.propertyImage img{
    height: 150px;
    padding:0px;
    margin-top:10px;
    padding-right: 5px;
}
.propertyDesc{
    float:left;
    width: 620px;
    height: 65px;
    background: #fefefe;
    margin-bottom: 0;
}
.propertyDesc h2{
    font-size: 110%;
    color: #9E4A24;
}
.propertyDesc p{
	color: #4f2926;
   font-size: 10pt;
   text-align: justify;
   margin-bottom: 0;
}
.propertyUrl{
    padding: 6px; 
    width: 440px;
    margin: 10px 0 0 0;
    padding: 0;
    background: #fefefe;
    text-align:left;
    float: left;
}
.propertyUrlBorder {
    border: solid 2px #ccbfb7; 
    height: 30px;
    margin-left: 5px;
    padding: 0px;
}
.propertyUrlBorder a{
    margin: 0;
    line-height: .9em;
    padding: 0;
}
.buttons, .propertyListButtons {
    background: #afb48c;
    height: 30px;
    font-weight: bold;
    width: 70px;
    color: white;
    margin: 5px 0 0 10px;
    cursor: pointer;
    cursor: hand;
}

.propertyUrl a{
    margin-left: 0px;
    padding: 1px 2px 1px 15px;
    font-size: 7pt;
    text-decoration: none;
    color: #1391cc;
    letter-spacing: .1em;
}
.propertyUrl p{
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 10pt;
}



#mailContent {
   min-width: 200px;
   margin-left: 20px;
   margin-right: 0px;
   margin-top: 20px;
   padding: 0;
}

#mailForm {
   margin-left: 20px;
}

#mailForm label {
   display: block; 
   float: left; 
   width: 180px;
   padding: 0;
   margin: 5px 0 0;
   text-align: right;
}

.formField {
   height: 30px;
}
.propertyFormField {
   height: 100px;
}

#mailForm input#reset{ 
   margin-left: 0;
}

#mailForm input, #mailForm textarea, #mailForm select {
   width: auto;
   margin: 5px 0 0 10px;
   float: left;
}

textarea {overflow:auto;}

#mailForm input#submit, #mailForm input#reset { 
	float: none; 
	display: inline; 
	margin:0;
	padding:0;
}

.formButton {
	font-family: Verdana, "MS Serif", "New York", serif;	
	font-size: 13px;
   font-weight: bold;
   color:#395735;
}

div#agent_title {
   margin-top: 10px;
   margin-bottom: 20px;
}
div#agent_title p {
   color:black;
}
div#agent_title p.atitle {
   font-weight:bold;
   text-align:center;
   font-size:120%;
}
div#agent_title p.ctitle {
   text-align:center;
   font-size:100%;
   margin-bottom: 10px;
}

.clientAgentInfoText {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
    width:475px;
    border-bottom: solid 2px #c6c7a8;
}

.clientAgentInfoText p {
    font-size: 11pt;
    font-family: arial;
    color:black;
    text-align:left;
}

.clientAgentInfoText p, .clientAgentInfoText img{
	/*margin-top: 40px; */
}
.leftImage {
   float:left;
   margin-right:5px;
}

/*
div#banner_border {
   position: absolute;
   text-align: center;
}

div#banner_border .border_title {
   color: white;
   font-weight: bold;
   text-align: center;
}
*/

.required { 
	color: maroon; 
	font-weight: bold; 
	font-size: 14pt; 
	font-family: Arial 
}

div#registration h1 {
	font-size: 100%;
	font-weight: bold;
	clear: both;
}

div#registration h2 {
	font-size: 100%;
	color: #3D5C57;
	font-weight: bold;
	clear: both;
}

.thinline {
	background-color: #3D5C57;
	height: 1px;
	width: 100%;
	
}

.profile_thumbnail {
	width:50px; 
	/*height:50px; */
	margin-left: 5px;
}


div#placedIcon {
	width: 50px;
	/*height: 34;*/
	background-color: #FFFFFF;
	position: relative;
	top: -102px;
	right: -57px;
	font-size: 10pt;
	text-align: right;
	/***
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	**/
}

div#deleteIcon {
	width: 22px;
	background-color: #FFFFFF;
	position: relative;
	top: -40px;
	right: -84px;
	opacity: 10;
	
}
