/*
 * This source file contains css code for use with the RSWE office application
 * 
 * Code written by Stephen Hillier, Linux Computing UK
 * Copyright (c) 2013, Linux Computing UK
 *
 * First edition November 2013
 * 01-01-2016 - new classes for client editing suite
 * 
 * revision History
 *
 */

body {
  background-color: #e0e0e0;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* general page controls */

.content {
  width: 950px;
  margin: 20px;
  padding: 10px 0 20px 0;
  text-align: center;
  position:relative;
  margin: 0 auto 0 auto;
  background-color: #d9ebff;
}

.surveyp {
  width: 900px;
  margin: 20px;
  padding: 5px 0 5px 0;
  text-align: center;
  position:relative;
  margin: 0 auto 0 auto;
  border-style: solid;
  border-color: #505050;
  background-color: #f5f5f5;
}

.surveyp p {
  font-size: 1.0em;
  text-align: center;
  padding: 5px 15px 5px 15px;
}

h4 {
  color: #225083;
  text-align: center;
  font-size: 1em;
}

h3 {
  color: #225083;
  text-align: center;
  font-size: 1.2em;
}

.content p {
  font-size: 1.0em;
  text-align: center;
  padding: 5px 15px 5px 15px;
}

.page_title {
  float: left;
  width: 400px; 
  text-align: left;
  margin: -65px 0 0 203px;
}

/* header controls */
 
#header {
  width: 990px;
  height: 80px;
  margin: 30px auto 0 auto;
  background: url(../img/banner.jpg);
  background-repeat: no-repeat;
  border-top: #225083 solid 5px;
}

.wrapper {
  width: 990px;
  position:relative;
  margin: 0 auto 0 auto;
  border: #225083 solid 5px;
  border-top: none;
  border-radius: 0.5em;
  background-color: #ffffff;
}

#header h2 { 
  text-align: center;
  color: #225083;
}

#header p {
  float: right; 
  color: #000000;
  margin-top: -50px;
  margin-right: 15px;
  text-align: right;
}

/* footer controls */

#footer  {
  width: 950px;
  margin: 0 auto 0 auto;
  font-size: 0.8em;
  height: auto;
}


/* form controls */

input.btn {
  background-color: #ffffff;
  color: #225083;
  font-weight: bold;
  border: #225083 outset 1px;
  border-radius: 0.5em;
  height: 33px;
  margin: 5px 3px 5px 3px;
  padding: 2px;
}

.cli_edit, .cli_select {
  font-weight: normal;
  font-size: 0.9em;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.cli_edit label, .cli_select label {
  float: left;
  width: 40%;
  margin-right: 10px;
  text-align: right;
}

textarea {
  font: inherit; width: 400px;
}

/* search results table control */

table.searchr { 
  font-size: 0.85em;
  width: 95%;
  margin: 0 auto 0 auto;
}

table.searchr td, table.searchr th { 
  text-align: left;
}


/* controls for ftp action display */

.action_display p {
  font-size: small;
  text-align: left;
  line-height: 15px;
}


.pwd {
  visibility: hidden;
}

.username { 
  font-size: 0.9em;
  text-align: right;
  margin-top: -65px;
  float: right;
}

.rundate { 
  font-size: 0.9em;
  text-align: right;
  float: right;
}

/* here is some stuff borrowed from Feed Formulations */
table {
  width: 900px;
  border: 1px solid #0c0cae;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
} 

tbody {
  color: #000000;
}

th {
  color: #000000;
  border: 1px solid #000088;
  text-align: center;
  line-height: 35px;
} 

td {
  color: #000000;
  line-height: 30px;
  border: 1px solid #000088;
  padding-left: 5px;
  text-align: left;
  font-size: 0.9em;
}




