/*------------------------------------------------------------------------------
// Notes  : This css file sets up the general styles everythig else
//------------------------------------------------------------------------------ */
input, select, textarea
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
/* =Forms (General)
-------------------------------------------------------------------------------- */
div.panel fieldset
{
  border: none;
  margin: 0;
  color: #000000;
  font-size: 12px;
}
fieldset div.editor-label
{
  width: 250px;
  display: inline-block;
  margin-right: 10px;
  text-align: right;
  margin-bottom: 10px;
  clear:left;
}
fieldset div.editor-label.long
{
  width: 590px;
  text-align: left;
}
fieldset div.editor-field
{
  width: 330px;
  display: inline-block;
  margin-bottom: 10px;
}
fieldset div.editor-field.long
{
  width: 590px;
}
fieldset label
{
  font-size: 12px;
  color: #000;  
  display: inline-block;
}
fieldset input.text-box
{
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2px;
}
fieldset input.text-box.input-validation-error
{
  background-color: #ffffcc !important;
  border: 1px solid #c00;
}
fieldset input.text-box.in-focus
{
  border-color: #069 !important;
}
fieldset input.radio
{
  margin-bottom: 10px;
  margin-right: 5px;
  vertical-align: top;
}
/* form 350px wide -------------------------------------------------------------------------------- */
fieldset.size-350
{
  width: 350px;
}
fieldset.size-350 div.editor-label
{
  width: 100px;
}
fieldset.size-350 div.editor-field
{
  width: 230px;
}
fieldset.size-350 input.text-box
{
  width: 195px;
}
/* form 450px wide -------------------------------------------------------------------------------- */
fieldset.size-450
{
  width: 450px;
}
fieldset.size-450 div.editor-label
{
  width: 200px;
}
fieldset.size-450 div.editor-field
{
  width: 230px;
}
fieldset.size-450 input.text-box
{
  width: 195px;
}
/* form 600px wide -------------------------------------------------------------------------------- */
fieldset.size-600
{
  width: 600px;
}
fieldset.size-600 div.editor-label
{
  width: 150px;
}
fieldset.size-600 div.editor-field
{
  width: 430px;
}
fieldset.size-600 input.text-box
{
  width: 200px;
}
/* form 900px wide -------------------------------------------------------------------------------- */
fieldset.size-900 {
     width: 900px;
}

fieldset.size-900 div.editor-label {
     width: 300px;
}

fieldset.size-900 div.editor-field {
     width: 530px;
}

fieldset.size-900 input.text-box {
     width: 300px;
}

/* form 'long' -------------------------------------------------------------------------------- */
fieldset div.editor-field.long input.text-box
{
  width: 555px;
}
/*------------------------------------------------------------------------------
/* Error messages
-------------------------------------------------------------------------------- */
div.validation-summary-valid
{
  display: none;
}
div.validation-summary-errors
{
  background: #F9F8CF url(content/error-background.png) repeat-x bottom left;
  padding: 20px;
  border-bottom: 1px #ccc solid;
}
div.validation-summary-errors span
{
  color: #c00;
  font-size: 14px;
  font-weight: bold;
  padding-left: 26px;
  background: transparent url(content/exclamation-icon-small.png) no-repeat top left;
}
div.validation-summary-errors ul
{
  margin: 10px 0 0 36px;
  color: #000;
}
div.validation-summary-errors ul li
{
  margin-left: 0;
  padding: 0;
}
fieldset span.field-validation-error
{
  background: transparent url(content/exclamation-icon-small.png) no-repeat top left;    
  display: inline-block;
  vertical-align: -4px;
  width: 16px;
  height: 16px;
}
fieldset span.field-validation-error span
{
  display: none !important;
}

/* Styles for buttons
-----------------------------------------------------------*/
a.button, button, input[type="submit"], input[type="reset"], input[type="button"]
{
  background: #006699 url(content/button-background-blue.png) repeat-x top left; 
  border: 1px solid #069;
  border-top: 1px solid #069;
  border-left: 1px solid #069;
  padding: 0 20px 0 20px; 
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 -1px rgb(172, 172, 172);
  cursor: pointer;
  font-family: "HelveticaNeue" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
  margin: 20px;
  height: 25px;
}
a.button.right, button.right, input[type="submit"].right, input[type="reset"].right, input[type="button"].right
{
  float: right;
  margin-left: -10px;
}

a.button.white, button.white, input[type="submit"].white, input[type="reset"].white, input[type="button"].white
{
  background: #fff;
  color: #666 !important;
  text-shadow: none;
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
a.button.gray, button.gray, input[type="submit"].gray, input[type="reset"].gray, input[type="button"].gray
{
  background: #C3C3C3 url(content/button-background-gray.png) repeat-x top left; 
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
a.button.green, button.green, input[type="submit"].green, input[type="reset"].green, input[type="button"].green
{
  background: #006837 url(content/button-background-green.png) repeat-x top left; 
  border: 1px solid #006837;
  border-top: 1px solid #34AF48;
  border-left: 1px solid #34AF48;
}
a.button.red, button.red, input[type="submit"].red, input[type="reset"].red, input[type="button"].red
{
  background: #C1272D url(content/button-background-red.png) repeat-x top left; 
  border: 1px solid #C1272D;
  border-top: 1px solid #EE5724;
  border-left: 1px solid #EE5724;
}

a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover
{

}
/* Styles for Language dropdown
-----------------------------------------------------------*/
select#SupportedLanguages
{
  font-size: 0.9em;
}

/* Styles for Password box
-----------------------------------------------------------*/
input[type="password"]::-ms-reveal {
  display:none;
}