* {
  margin: 0;
  padding: 0;
}
html, body {
  font-family: Arial;
  background-color: #FFF;
  color: #333;
  font-size: 0.9em;
}
a img {
  border: none;
}

a {
  color: #48C;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.messages {
  width: 300px;
  margin: 3px auto 10px;
  padding: 5px;
  text-align: center;
  color: #fff;
}
.messages#message {
  background-color: #3A4;
}
.messages#error {
  background-color: #C34;  
}

#main {
  width: 865px;
  margin: 20px auto;
  padding: 15px;
}

ul#menu {
  list-style: none;
  background-color: #dfd;
  margin-bottom: 10px;
  padding: 5px;
  height: 16px;
}
ul#menu li {
  float: left;
  margin-right:20px;
}
ul#menu li a {
  padding-top: 2px;
  padding-left: 20px;
  display: block;
  height: 14px;

}
ul#menu li a.home {
  background: url(../images/home.png) no-repeat ;
}
ul#menu li a.logout {
  background: url(../images/logout.png) no-repeat;  
}

img#spinner {
  margin-right: 6px;
  float: right;
}

a#add-client-link {
  background: url(../images/add.png) no-repeat;
  padding-left: 18px;
  padding-top: 2px;
}

table {
  margin-top: 30px;
  border-collapse: collapse;
  width: 100%;
}
table tr td {
  padding: 4px 10px;
}
table tr.alt {
  background-color: #DDFFE8;
}
table tr a {

}
table tr a.edit {
  background: url(../images/edit.png) no-repeat 0px 0px;
  padding-left: 16px;
}
table tr a.delete {
  background: url(../images/delete.png) no-repeat;
  padding-left: 16px;  
}

#login {
  border: 1px solid #bdb;
  background-color: #dfd;
  padding: 20px;
  width: 400px;
  margin: 0 auto;
}
#login .row {
  margin-bottom: 10px;
}
#login .row label {
  display: block;
  float: left;
  width: 100px;
}
#login .row input {
  color: #040;
  border: 2px solid #bdb;
  padding: 5px 5px 5px 21px;
  width: 365px;
}
#forgot-password .row input {
  color: #3E4400;
  border: 2px solid #DBDDBB;
  padding: 5px 5px 5px 21px;
  width: 332px;  
}
#login .row input#franchisee_id,
#login .row input#franchisee_password,
#forgot-password input#recovery {
  padding-left: 26px;
  background-color: #fff;
  background-image: url(../images/backgrounds/login_icons.png);
  background-repeat: no-repeat;
}
#login .row input#franchisee_id,
#forgot-password input#recovery {
  background-position: 5px 4px;
}
#login .row input#franchisee_id:focus,
#forgot-password input#recovery:focus {
  background-position: 5px -28px;
}
#login .row input#franchisee_password {
  background-position: 5px -60px;
}
#login .row input#franchisee_password:focus {
  background-position: 5px -92px;
}
#forgot-password input#recovery {
  margin-top: 10px;
}


form.large {
  font-size: 1.1em;
}
form.large .row {
  margin-top: 10px;
}
form.large .row label {
  display: block;
  float: left;
  text-align: right;
  padding-top: 6px;
  padding-right: 10px;
  width: 130px;
}
form.large .row label sup {
  color: #C00;
  font-weight: bold;
}
form.large .row input,
form.large .row select,
form.large .row textarea {
  background-color: #ffe;
  border: 1px solid #666;
  padding: 5px;
}
form.large .row input {
  width: 300px;
}
form.large .row select {
  width: 312px;
}
form.large .row textarea {
  width: 300px;
  height: 80px;
}
form.large .row input:focus,
form.large .row textarea:focus {
  background-color: #ffc;
}
form.large input#submit {
  margin-top: 10px;
  border: 1px solid #666;
  padding: 5px;
}

ul.content-menu {
  margin-top: 20px;
	margin-left: 20px;
  list-style: none;
}
ul.content-menu li {
  position: relative;
  margin-bottom: 5px;
  padding-top: 2px;
}
ul.content-menu li a,
ul.content-menu li span {
	margin-left: 20px;
  margin-right: 10px;
}
ul.content-menu li a img,
ul.content-menu li span img {
  position: absolute;
  left: 0;
  top: 0;
}
ul.content-menu li span {
  color: #888;
}


#results p {
  margin: 10px 0px;
  font-size: 1.2em;
}

a#forgot-password-link {
  font-size: 0.9em;
  font-weight: bold;
}

#forgot-password {
  background-color: #FDFFDD;
  margin: 10px;
  padding: 5px;
  border: 1px solid #DBDDBB;
  color: #605011;
}

#recovery-result {
  padding-top: 15px;
  padding: 8px;
}

#file {
  width: 418px;
  height: 249px;
  background: transparent url(../images/backgrounds/file.png) no-repeat;
  position: relative;
}
#file.editing {
  background: transparent url(../images/backgrounds/file.png) no-repeat -418px;
}
#file h3 {
  color: #664E23;
  display: block;
  font-size: 0.9em;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 13px;
  width: 225px;
}
#file form {
  position: absolute;
  top: 45px;
  left: 15px;
  height: 185px;
  width: 385px;
}
#file form .row {
  margin: 10px;
  position: relative;
}
#file form .row label {
  display: block;
  float: left;
  padding-top: 2px;
  width: 65px;
}
#file form .row input {
  background-color: transparent;
  border-style: none;
  border-bottom: 1px dashed #A09455;
  width: 290px;
  padding: 2px 2px 1px 2px;
}
#file form .row .inline-warning {
  background: transparent url(../images/backgrounds/alert.png) no-repeat scroll 0% 50%;
  color: #583;
  height: 16px;
  left: 240px;
  padding: 22px 16px 22px 30px;
  position: absolute;
  font-weight: bold;
  top: -20px;
  width: 250px;
}
#file.editing form .row input {
  padding: 1px;
  background-color: #FFFFEE;
  border: 1px solid #BBBB88;
}
#file #toolbar {
  bottom: 0px;
  height: 17px;
  position: absolute;
  text-align: right;
  width: 100%;
}
#file #toolbar img#save-spinner {
  bottom: 0px;
  left: 0px;
  position: absolute;
}
#file #toolbar #saving-text {
  color: #B9AE72;
  font-weight: bold;
  font-size: 1.1em;
}
#file #toolbar a {
  margin: 0px 5px;
  padding-left: 18px;
  padding-top: 1px;
  position: relative;  
}
#file #toolbar a img {
  left: 0pt;
  position: absolute;  
}

textarea#message {
  border: 2px solid #bdb;
  background-color: #F5FFF5;
  padding: 10px;
  font-family: Arial;
  width: 400px;
  margin: 10px 0px;
  font-size: 1em;
  height: 100px;
}

form.survey {
  
}
form.survey h2 {
  margin: 20px 0;
}
form.survey h3 {
  border-top: 5px solid #DFD;
  clear: left;
  margin-top: 30px;
  padding-top: 5px;
}
form.survey .question {
  clear: left;
  margin-bottom: 20px;
}
form.survey .question p {
  margin-bottom: 10px;
}
form.survey .question .answer {
  float: left;
  width: 100px;
}
form.survey .question .answer label {
  
}
form.survey .question .answer input {
  
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

#survey-available {
  background-color:#FFDDDD;
  border:2px solid #DDBBBB;
  height:51px;
  margin:20px 5px;
  padding:9px 10px 10px 65px;
  position:relative;
  width:328px;
}
#survey-available img {
  position: absolute;
  top: 10px;
  left: 10px;
}
#survey-available a {
  color:#AA0000;
  font-size:2.5em;
}
#survey-available p {
  padding-top: 2px;  
}


#not-all-geocoded {
  width: 520px;
  margin: 10px 0;
  padding: 10px;
  border: 2px solid #eed;
  background-color: #fffff5;
}
#not-all-geocoded p {
  color: #555;
}
#not-all-geocoded #geocoding {
  position: relative;
  color: #aa8;
}
#not-all-geocoded #geocoding img {
  position: absolute;
  top: -1px;
  right: -18px;
}
#not-all-geocoded #percentage-geocoded {
  border: 2px solid #ada;
  width: 516px;
  height: 23px;
  margin: 5px 0;
  padding: 1px;
}
#not-all-geocoded #percentage-geocoded #bar {
  background-color: #ADA;
  height: 23px;
}
