@import url('public.css');
@import url('multi-column.css');
@import url('display_things.css');
@import url('details.css');
@import url('top_menu.css');
@import url('submenu.css');
@import url('two_column_form.css');

body { 
  position: relative;
  background-color: white;
  color: #000;
  margin: 0px 0px 10px 0px;
  padding: 0;
  z-index: 0;
}

body, p, ol, ul, td, h1, h2, h3, h4, 
h5, dt, ul, li, ol, dt, dd, input, textarea  {
  font-family: 'lucida sans unicode', verdana, sans-serif;
  font-size:   12px;
}

fieldset, p , div {
  border:0;
  margin:0;
  padding:0;
}

fieldset legend {
  margin-left: -9999px;
}

fieldset.formGroup{
  border: 1px solid #6699cc;
  margin: 8px;
  padding: 8px;
  padding-left: 0px;
}

fieldset.formGroup legend{
  margin-left: 20px;
  color: #336699;
  font-family: 'Cambria',Georgia,'Times New Roman',Times,serif;
  font-size: 1.2em;
}

ol, ul, dl {
  list-style: none;
  margin: 0;
  padding:0;
  text-indent:0;
}

li, dd, dt {
  display: inline;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

div#main_logo {
  position: absolute;
  width: 100%;
  top: 0;
  height: 0;
  margin:0; padding:0;
}

div#main_logo h1 {
  position: absolute;
  padding:0; margin:0;
  top: -8px;
  left: 495px;
  width: 400px;
  height: 45px;
  background-image: url('/images/rentables_logo_beta.png');
  background-position: top;
  z-index: 10;
}

div#main_logo h1 a {
  display: block;
  width: 300px;
  height: 45px;
  text-indent: -9999px;
}

div#main_logo p {
  text-indent: -9999px;
}

div.benefits > p, p.indent {
  text-indent: 15px;
}

div.benefits > p:first-letter, p.bfirst:first-letter {
  font-weight: bold;
}

.button a span{  
  display: block;
}

.button {
  display: block;
  width: 160px;
  margin: 0;
  margin-top: -1px;
  text-align: center;
  font-size: 12px;
  padding: 3px 0px 2px 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;    
  background-color: #eee;
  z-index: 10;
  vertical-align: bottom;
}

.button.small {
  width: 110px;
  margin: 0px;
  margin-top: -1px;
}

.button:hover {
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;    
  background-color: #ccc;
  z-index: 1;
}

ul.sidebar_links li a {
  color: #336699;
}

ul.sidebar_links li a:hover {
  color: #ff3300;
}

div.actionButton{
  margin: auto;
  text-align: center;
}

div.floatingMenu{
  position: absolute;
  text-align: center;
  border: 2px solid black;
  background-color: white; 
  padding: 8px;
  margin: auto; 
  padding: 0;
  padding-top: 14px;
  z-index: 1000;        
}

div.floatingMenu > div.closeButton {
  position: absolute;
  right: 0px;
  top: -1px;
  margin:0;
}

h1 {
  font-size: 20px;
  font-weight: 900;
  margin-top: 12px;
  margin-bottom: 6px;
}

h2 {
  font-family: 'Cambria',Georgia,'Times New';
  font-size: 18px;
  font-weight: 800;
  margin-top: 6px;
  margin-bottom: 3px;
}

h3, h4, h5, h6 {
  font-family: 'Cambria',Georgia,'Times New';
  font-size: 15px;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 0;
  margin-top: 0;
}

h3, h4 {
  font-weight: bold;
}

img {
  border: 0;
}

a { color: #000; }
a.stealth { text-decoration: none;}
a:hover { color: #ff3300;  }
a:visited { }

input[type='text'], textarea {
  padding-left: 2px;
  border: 1px solid #ccc;
}

input[type='text']:focus, textarea:focus {
  border: 1px solid green;
}

div.login > div.label {
  float: left;
  width: 75px;
}

div.login > div.field {
  padding-top: 3px;
}

div.login > div.submit {
  padding-top: 3px;
}

.login {
  color: #000;
  font-size: 11px;
  text-align: center;
}

table.login {
  border: 0px;  
}

table.login td {
  margin: 0px;
  padding: 1px 2px 1px 2px;
  border: 0px;
  font-size: 11px;
  text-align: left;
}

input.login {
  color: #000;
  padding: 0px 3px;
  background-color: #fff;
  text-align: left;
  font-size: 11px;
}

.login a { color: #000; }
.login a:visited { color: #000; }
.login a:hover { color: #911; background-color:#bbb; }

ul.bullets {
  margin-left: 18px;
}

ul.bullets li{
  display: list-item;
  list-style: square;
}

ul.centered_list li{
  display: list-item;
  text-align: center;
}

#mask {
  position: absolute;
  margin: 0;
  top: -10px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #aaa;
  z-index: 1000;
  opacity: .75;
  filter: alpha(opacity=75);
}

#wrapper {
  position: fixed;
  top: 15px;
  left: 0;
  z-index: 1001;
  text-align: center;
  width: 100%;
    opacity: 1;
  filter: alpha(opacity=100);
}

#photo_tag {
  float: center;
  margin-top: 5px ;
  margin-bottom: auto;
  border: 8px solid #222;
  background-color: black;
}

#floatingForm {
  float: center;
  width: 80%;
  max-height: 600px;
  overflow: auto;
  margin: auto;
  margin-top: 5px ;
  padding: 12px;
  border: 3px solid #222;
  background-color: white;
  text-align: left;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

table.properties {
  border: 2px solid #99b;
}

table.properties caption {
  font-size: 1.25em;
  color: #ddf;
  background-color: #333;
  text-align: left;
  padding-left: 10px;
  border-bottom: 2px solid #99b;
}

table.properties td {
  padding: 2px 3px 0px 3px;
}

table.properties th {
  font-size: .8em;
}

table{
  border-collapse: collapse;  
  table-layout: fixed;        
}

.notice {
  color: #336600;
  background: #ccc;
  text-align: center;
  border: 1px solid #336600;
  padding: 5px 2px;
}

.message {
  color: #ff3300;
  background: #ccc;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid #ff3300;
  padding: 10px 5px;
  margin: auto;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  display: list-item;
  margin-left: 20px;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

/* Sidebard Styles */
.sidebar {
  font-size: 11px;
}

ul.sidebar {
}

