/***************************************************************************************************
 This file contains the styles for formandu form controls. This generic style sheet is used for
 themes that don't provide a controls stylesheet.
***************************************************************************************************/

/** Text box controls */
.formandu-text {
	width: 400px;
	padding: 4px;
	margin-left: 20px;
}

/** Text area controls */
.formandu-textarea {
  width: 600px;
  height: 300px;
  padding: 4px;
  margin-left: 20px;
}

#search-submit {
	display: none;
}

/** Label controls */
.formandu-label {
  border-top: 1px solid #BBBBBB;
  margin-bottom: 0px;
  margin-top: 8px;
  padding: 4px;
  font-size: 12px;
  display: block;
}

/** Label controls representing values that can't be changed */
.formandu-static-text {
  display: block;
  width: 400px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 20px;
}

/** Dropdown controls */
.formandu-dropdown {
  width: 400px;
  margin-left: 20px;
}

/** Buttons */
.formandu-button {
  width: 100px;
}  

.formandu-listbox {
  width: 400px;
  margin-left: 20px;
}

.formandu_imageBrowser_image {
  width: 100%;
  text-align: center;
  height: 150px;
  margin-top: 8px;
  vertical-algin: middle;
}

.formandu_imageBrowser_props {
  text-align: center;
  width: 100%;
}

.formandu-table {
  width: 100%;
  border: 1px solid #dddddd;
  border-spacing: 0px;
  background-color: white;
}

.formandu-table-header{
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}

.formandu-table-row{
  cursor: default;
}

.formandu-table-row-selected {
  background-color: #cccccc;
  color: black;
  cursor: default;
}