@charset "utf-8";

/* GENERIC FORM STYLES

version:       2.0
author:        StormID
email:        info@stormid.com
website:       http://stormid.com/
last updated:  7th September 2010

*/


/* FIXED WIDTH */

input[type="radio"] { 
  vertical-align: text-bottom; 
  }

input[type="checkbox"] { 
  vertical-align: bottom; 
  }
  
button, input, select, textarea  
{
  color: #666666;
  font-family: Arial,"HelveticaNeue","Helvetica Neue",Helvetica,Clean,Sans-serif;
  margin: 0; 
  }

.form-style {
  color: #666666;
  margin-top: 20px;
  }

.form-style legend {
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 10px;
  }

.form-style ul {
  margin: 0px;
  padding: 0px;
  }

.form-style label {
  color: #666;
  float: left;
  margin-right: 20px;
  text-align: left;
  width: 180px;
  line-height: normal;
  }

.form-style li {
  border-bottom: 1px dotted #ccc;
  clear: both;
  display: block;
  list-style: none outside none !important;
  margin: 5px 0;
  padding: 5px 0px 10px 0px;
  }
  
 .form-style li:last-child {
  border-bottom: none;
  }

.form-style input.textfield {
  border: 1px solid #a5a5a5;
  padding: 5px;
  width: 300px;
  }

.form-style textarea {
  border: 1px solid #a5a5a5;
  padding: 5px;
  width: 300px;
  }

.form-style select {
  border: 1px solid #a5a5a5;
  padding: 5px;
  width: 312px;
  }
  
 .form-style select, .form-style textarea, .form-style input.textfield {
  	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:inset 2px 2px 3px #cccccc;
   -webkit-box-shadow:inset 2px 2px 3px #cccccc;
   box-shadow:inset 2px 2px 3px #cccccc;
  }
  
.form-style li.error input.textfield, .form-style li.error textarea {
    background-color: #FFCDCD;
    border-color: #8A1F11;
}


.form-style input.checkbox, .form-style input.radio {
  display: block;
  height: 13px;
  margin: 0px;
  padding: 0;
  width: 13px;
  }

.form-style span.buttons {
  border-bottom: none;
  clear: both;
  padding-left: 240px;
  padding-top: 10px;
  position: relative;
  }
  
.button {
  font-size: 1.4em;
  }

.form-style li .col {
  display: block;
  float: left;
  }

.form-style li.row {
  display: block;
  float: left;
  }

.form-style li .col span {
  display: block;
  margin: 5px 0;
  }

.form-style li .row span {
  display: block;
  float: left;
  }

.form-style li .row label.choice {
  width: 140px;
  }

.form-style label.choice {
  clear: both;
  display: block;
  float: none;
  line-height: 150%;
  margin: -20px 0 0 25px;
  padding: 0 0 5px;
  text-align: left;
  }

  
/* FLUID WIDTH */

.liquid-form {
  width: 50%;
  }

.form-style.liquid label {
  margin-right:0px;
  text-align:left;
  width: 30%;
    }

.form-style.liquid input.textfield {
  width: 60%;
    }

.form-style.liquid textarea {
  width: 60%;
    }

.form-style.liquid select {
  width: 60%;
    }

.form-style.liquid span.buttons {
  padding-left: 30%;
    }

.form-style.liquid label.choice {
  width:100%;
    }


/* TOOLTIPS */

.tool-tip-anchor {
  background: #ccc url(http://scouts-scotland.org.uk/content/images/common/help.png) no-repeat center center !important;
  margin-left: 20px !important;
  }
  

/* VALIDATION */

.message {
  background-color: #CCCCCC;
  border: 2px solid;
  clear: both;
  color: #333;
  margin: 10px 0;
  padding: 10px 10px 10px 10px;
  }

.message p {
  margin: 0 0 0 30px;
  }

.message ul {
  margin: 0 0 0 40px;
  }

.message span.icon {
  background-image: url(http://scouts-scotland.org.uk/content/images/icons/sprite-icons.png);
  display: block;
  float: left;
  height: 16px;
  margin: 0 10px 0 0;
  width: 16px;
  }


.message a:hover {
  text-decoration: none;
  }


.message.success {
  background-color: #E6EFC2;
  border-color: #C6D880;
  color: #264409;
  }


.message.success p, .message.success a {
  color: #264409;
  }

.message.success span.icon {
  background-position: 0 0;
  }

.message.error {
    background: url("../content/images/icons/error.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #000000;
    display: inline-block;
    height: 24px;
    margin: 0 5px;
    padding: 0;
    text-indent: -9999px;
    width: 24px;
  }

.message.error p, .message.error a {
  color: #8A1F11;
  }
  



.message.error span.icon {
  background-position: -16px 0;
  }

.message.notice {
  background-color: #FFF6BF;
  border-color: #FFD324;
  color: #514721;
  }

.message.notice p, .message.notice a {
  color: #514721;
  }

.message.notice span.icon {
  background-position: -32px 0;
  }

.tool-tip-anchor {
  border: 1px solid #ccc;
  background-color: #eee;
  color: #999;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 2px 5px;
  position: absolute;
  top: 5;
  }




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */