body {
    background-color: #FFF;
    margin: 0;
}
body, p, li{
    font-family: Arial, verdana;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: left;
}

/**********************
/*
/*  TEXT
/* 
/**********************/

p.welcome { font-size: 14px; font-weight: bold}
h4 { margin: 20px 0; }
.error { color: red; }
.message { padding: 10px; background-color: yellow; }
 a{color:#ff0000;}
 a:hover{color:purple}
 a:link{color:#000000}
 a:visited{color:#000000}


h2.banner, .submit {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FF9900), to(#FF6600));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #FF9900, #FF6600);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #FF9900, #FF6600);
  /* IE 10 */
  background: -ms-linear-gradient(top, #FF9900, #FF6600);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #FF9900, #FF6600);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9900', endColorstr='#FF6600');
}

div.topbanner
{
  background-color: #551A8B;
  border:1px solid #000000;
  margin:20px 0;
  color:white;
  text-align:center;
  font-weight: bold;
  padding: 12px;
}

h2.banner{
    text-align:center;
    color:#fff;
    padding-top:8px;
    margin-top:15px;
    height:25px;
    background-color:#FF9900;
    width:100%;
    font-size:15px;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}

ol.wizard {
  background: #551A8B;
  margin:0px;
  padding: 0px;
  padding-left: 10px;
  width: 350px;
  font-weight: bold!important;
  font-style: italic!important; 
  font-size: 20px!important;
  font-family: Georgia, Times, serif!important;
  margin: 0px; padding: 0px;
  color: #FF6600!important;
}
ol.wizard li {
 font-weight: bold!important;
  font-style: italic!important; 
  font-size: 24px!important;
  font-family: Georgia, Times, serif!important;
  color: white!important;
  background: #eee;
  margin-left: 40px;
  padding-left: 10px;
  padding-bottom: 10px;
}

ol.wizard li p {
  margin:0px;
  font-weight: normal!important;
  font-style: normal!important;
  font-size: 14px!important;
}


/**********************
/*
/*  CONTAINERS & PANELS
/* 
/**********************/

#container .error_messages{
    font-weight:bold;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    border-left:1px solid #000;
    margin:0 auto 0 auto;
    background-color:#fff;
    min-width:300px;
    max-width:400px;
    padding:8px;
    color:#ff0000;
}

#content{margin:0 auto}
#container{padding:10px;width:780px;margin: 0 auto}
#loader{margin:auto auto;font-family:arial;filter:alpha(opacity=0)}
#loader .loading {}

div.form{ 
   -moz-box-shadow: 4px 4px 5px #888;
   -webkit-box-shadow: 4px 4px 5px #888;
   box-shadow: 4px 4px 5px #888;
   background: -moz-linear-gradient(top, #eee, #FFF);
   background: -webkit-gradient(linear, 0% 0%, 0% 70%, from(#eee), to(#FFF));
   margin-top:20px;padding-left:0px;
   background-color:#fff;
   width:800px;
   border:1px solid #000;
   -moz-border-radius: 15px;
   border-radius: 15px;
   height:auto;
 }
 
 .files {
     background-color:#eeeeee;width:100%;border:1px solid #a1a1a1;
 }

/***************************
/*
/* FORMS
/*
/***************************/

#form-table{}
#form-table td{padding:2px}
 
 
label{font-weight:bold;color:#ffff;font-size:15px;}
label.smaller{font-size:12px; font-weight: bold; margin-left:3px}

/*
    FORM BUTTONS
*/

input, select, button { 
  -moz-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 3px #888;
  -webkit-box-shadow: 2px 2px 3px #888;
  box-shadow: 2px 2px 3px #888;
  margin-bottom:10px;
  font-size: 16px;
  width: 210px;
}

button{
    padding:8px;
    font-weight:bold;
    text-align:center;
    border:1px solid #000;
    background-color:#FF9900;
    min-width:130px;
    width:auto;
    color:#fff;    
    cursor: pointer;
}

button:hover, .inputbox:hover {
    background: #551A8B; color: white;
}

.btn{border:1px solid #a1a1a1;font-weight:bold;padding:4px}

.button{
    padding:8px;
    font-weight:bold;
    text-align:center;
    border:1px solid #000;
    background-color:#FF9900;
    min-width:130px;
    width:auto;
    color:#fff;    
    cursor: pointer;
    margin-bottom:6px;
}



.submit{
  color:#ffffff;
}
    





.submit:hover {
    background: #551A8B;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#551A8B', endColorstr='#551A8B');
}

input.button, input.submit { 
   
    padding: 8px;
    overflow: visible;
    text-align: center;
    padding-top:5px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-radius:10px;
    cursor:pointer;
}  

input.button[class], input.submit[class] {  /* IE ignores [class] */
    min-width: 210px; 
}

select {
    min-width: 210px; 
}

.checkbox { float:right;min-width: 15px!important; width: 15px !important; border:1px solid #ffffff;}

input {
    font-weight: bold;
}

.larger {
    width: 220px;
    height: 60px;
    font-size: 20px;
    
}

.finished-upload {
    display:none;
    float: right;
    clear: both;
    padding-right: 7px;
}
.finished-upload input {
    width: 278px!important;
}

input#number {
    width: 170px;
}

input.text, 
input.area_code,
input.error,
input.prop_name {
 
  padding-top:3px;
  padding-left:4px;
  width:210px;
  border:1px solid #000;
  height:22px;
  background-color:#fff;
  font-size:15px; 
  
}
 
input.area_code{
  width:45px;
}
 
 input.prop_name{
 
  width:260px;
  height:25px;
  font-size:18px; 
 }
 
 /*
    FORM ERRORS
 */
 
input.error_box{
    padding-top:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:190px;
    border:1px solid #000;
    height:22px;
    background-color:#ccc;
    font-size:18px;
}

input.error{
  height:22px;
  background-color:#cccccc;
  font-size:18px; 
 }

.user_error
{
    clear:both;
    margin-top:10px;
    font-size:11px;
    color:#000000;
    padding:10px;
    font-weight:bold;
    clear:both;
    padding:5px;
}

.user_error img{margin-top:4px}

#form-table .curFocus input {
        background-color: red;
        width:10px;
}
.field_required{background:#ff0000;}

#first_name_error,#last_name_error,#number_error,#username_error,#email_error,#password_error,#password_confirm_error,
#item_name_error,#num_bedrooms_error,#property_type_error,#max_occupancy_error
{
    padding:3px;
    margin-right:6px;
    display:none;
    float:right;
    font-family:arial;
    color:red;
    font-size:9pt;
    
}

input.file{
        position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity:0);
	opacity: 0;
	z-index: 2;
}

#file_button { width: 300px;} 

.start-cancel {
    float:right;
    padding-right: 7px;
}

textarea{border:1px solid #aaaaaa;padding:6px;height:200px}

.inputbox{border:1px solid #a1a1a1;font-weight:bold;padding:4px;cursor:pointer;}

input.file:hover {
    background: #551A8B; color: white;
}

input.file{
    
   padding:8px;
    font-weight:bold;
    text-align:center;
    border:1px solid #000;
    background-color:#FF9900;
    min-width:130px;
    width:auto;
    color:#fff;    
    cursor: pointer;
    -moz-border-radius: 5px;
    border-radius: 3px;
   -moz-box-shadow: 2px 2px 3px #888;
   -webkit-box-shadow: 2px 2px 3px #888;
   box-shadow: 2px 2px 3px #888;  
    
    
    
}


.autocomplete-w1 { background:url('/application/media/images/autocomplete/shadow.png') no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

#query { 
  -moz-border-radius: 5px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 3px #888;
  -webkit-box-shadow: 2px 2px 3px #888;
  box-shadow: 2px 2px 3px #888;
  margin-bottom:10px;
  font-size: 16px;
  width: 210px;
}

td.name
{
    width:200px;
    background-color:#ffffff;
    display: block;
    overflow: hidden;
}
.dashboard_link:link{color:red}
.dashboard_link:visited{color:red}
.dashboard_link:hover{color:red}
.dashboard_link:active{color:red}


#help-link:link{color:#ffffff;}
#help-link:visited{color:#ffffff;}
#help-link:hover{color:#ffffff;}
#help-link:active{color:#ffffff;}


#help-link
{
 font-weight:bold;
 float:right;
 padding-right:10px
}

#help-container
{
   -moz-box-shadow: 4px 4px 5px #888;
   -webkit-box-shadow: 4px 4px 5px #888;
   box-shadow: 4px 4px 5px #888;
   border:1px solid #000000;
   width:400px;
   min-height:200px;
   display:none;
   padding:8px;
   height:auto;
   background:#ffffff;
}
#help-container h3{color:#FF9900}
#help-container ul{margin:0}
.close{cursor:pointer;font-weight:bold;float:right;padding:5px;}

#details-saved{border:1px solid #000000;width:200px;height:200px;padding:7px;display:none;background:#ffffff}

.approval{font-weight:bold;color:#ff0000;font-size:15px}


.no-properties {color:#ff0000;font-size:1em;font-weight:bold;padding:8px}


.edit_message
   {
    padding:6px;
    border:1px solid #bbbbbb;
    height:120px;
    width:200px;
    background-color:#ffffff;
   }




  /** Pop up div for view admin images  **/ 
  
  #view-property-images{
    position:absolute;
    display:none;
    width:700px;
    min-height:500px;
    overflow:auto;
    padding:10px;
    border:2px solid black;
    background-color:white;
  }

 
  label{
      color:#000000;
  }  
  
  .facilities-label{
      color:#000000;
  }