@media all {
  input, select {
    border: 1px solid black;
    background-color: white;
  }

  input:focus, select:focus {
    background-color: #d3e7c7;
  }

  .form_row{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 2px;
  }

  .form_element{
    position: relative;
    width: 100%;
    float: left;
  }

  label {
    margin-right: 5px;
    margin-left: 1%;
    position: relative;
    float: left;
    display: block;
/*     width: 98%; */
  }

  select, input {
    margin-right: 5px;
    width: 330px;
    margin-left: 10%;
    position: relative;
    float: right;
  }


  #file_selector input ,#file_selector select{
    position: relative;
    float: left;
    width: 160px;
  }

  textarea {
    width: 98%;
    height:150px;
    background-color:#FFFFFF;
    border:1px solid #000000;
  }

  label {
/*     border-bottom: 1px dotted black; */
    font-weight: bold;
  }

  select.multi_field_selector {
    height: 100px;
  }

  input[type="submit"], .forgot_password{
    background: url(/images/icon/form.png) 10% 0% no-repeat;
    background-color: #9daeda;
    height: 35px;
    width: 150px;
    margin: 3px;
    border: 2px outset #7e90bf;
    top: 30px;
    float:none;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }

  input[type="submit"]:hover, .forgot_password:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
  }

  #login_form #login, #login_form #password {
    width: 290px !important;
  }

  .submit_line_login input[type="submit"]{
    float:left;
    position: relative;
  }

  .forgot_password {
    font-size: 0.9em;
    height: 15px;
    padding: 6px 10px 10px 34px;
    float:right;
    position: relative;
  }


  #file, input[type="file"]{
    width: 150px;
    float: left;
    margin: 0px;
  }

  #fsUploadProgress1 {
    border: 1px solid black;
    height: 100px;
    overflow: hidden;
    width: 100%;
  }

  #btnCancel1, #insert_image {
    height: 25px;
    width: 25px !important;
    float: right !important;
    border: 0px;
    margin: 3px;
    background-color: transparent;
  }

  #file_selector {
    width: 98%;
    float: left;
    margin-bottom: 10px;
  }
  #insert_image {
    width: auto;
  }

  .swfupload {
    background-color: transparent;
  }

  #selected_image {
    float:right;
    border: 1px solid black;
  }

  #file_chooser, #alternate_text {
    float: left;
    width: 120px;
  }


  .edit_table input, .edit_table select {
    width: auto;
  }

  .form_button {
    float: right;
  }

  .submit_line {
    position: relative;
    float:left;
    width: 55%;
    margin: 20px;
  }

  .submit_line_login{
    position: relative;
    float:left;
    width: 100%;
    margin-top: 20px;
  }

  .calendar_date_select select {
    width: auto;
  }

  #upload_target {
    display: none;
    width:0px;
    height:0px;
    border:0px solid #fff;
  }

  .search_inline{
    position: relative;
    float:left;
    width: 97%;
    padding: 2px;
    border: 1px solid black;
    background-color: #cee0c5;
    clear: both;
    margin-bottom:20px;
  }

  .search_inline input {
    width: 180px;
  }

  .search_button {
    float:right;
    height: 20px;
    width: 20px;
  }
  .search_button img{
    height: 20px;
    width: 20px;
  }

  .html_editor {
    position: relative;
    left: 1%;
    width: 98%;
    float:left;
  }

  .autocomplete, .auto_complete {
    z-index: +1;
  }


  input.autocomplete, input.auto_complete {
    z-index: 0;
  }

  .ordinable_div {
    position:relative;
    float: left;
    margin: 1%;
  }

  .ord_div {
    position: relative;
    float:left;
  }

  .ord_button {
    width: 30px;
    position: relative;
    float:left;
    top: 25px;
  }

  .clerk_section {
    display: none;
  }

  .clerk_section_button {
    border:1px solid black;
    height:20px;
    margin-bottom:-1px;
    margin-left:3px;
    padding:10px 4px 4px;
    width:auto;
  }

 .clerk_section_button .button_text {
    width: auto;
  }

  .section_visible {
    display: block;
    border: 1px solid black;
    position: relative;
    float: left;
    width: 100%;
  }

  .button_active {
    background-color: #bdbdff;
  }

  .math_row {
    position:relative;
    width: 98%;
    margin: 1px;
    float:right;
  }

  .field_row {
    position:relative;
    width: 98%;
    margin: 1px;
    float:right;
  }

  .util_grid_cell {
    width: 50px;
  }

  .edit_table {
    border: 1px solid black;
    width : 100%;
  }

  .edit_table td:nth-child(odd){
/*    border: 1px dotted black;
    background-color: #ababab;*/
  }

  .mandatory_false {
    background-color: #f99696;
  }

  .type_Integer, .type_Float {
    width: 60px !important;
  }

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

 .navigator span{
    float: none;
    position: auto;
  }


 .navigator .icon{
    width:15px;
    height:15px;
  }

  .type_Date + img {
    float: right;
  }

  .calendariable_block, .attachment_block{
    width: 96%;
    margin-left: 2%;
    border: 2px double black;
    margin-bottom: 10px;
    margin-top: 10px;
    float:left;
  }

  .calendariable_row {
    width: 100%;
    margin-bottom: 2px;
    margin-top: 2px;
    float:left;
  }
  .calendariable_body, .attachment_body {
    float:left;
    width: 100%;
  }
  .calendariable_title, .attachment_title {
    text-align:center;
    float:left;
    width: 100%;
    background-color: #d0e3ff;
    border-bottom: 1px solid black;
  }
  .clerk_hide_button {
    float: right;
  }

  .clerk_hide_button .icon{
    height: 16px;
    width: 16px;
  }

  input[readonly] {
    background-color: #96d49b;
  }

  .button_container {
    position: relative;
    float: right;
    width: 57px;
  }

  div.auto_complete {
    width: 350px;
    background: #fff;
    z-index: 1000;
  }
  div.auto_complete ul {
    border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
  }
  div.auto_complete ul li {
    margin:0;
    padding:3px;
  }
  div.auto_complete ul li.selected {
    background-color: #ffb;
  }
  div.auto_complete ul strong.highlight {
    color: #800;
    margin:0;
    padding:0;
  }


}