@charset "UTF-8";
/* CSS Document */

body {
	background-color: White;
	color: Black;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

h1 {
	color: #900;
	font-variant: small-caps;
}

h2 {
	margin-top: 2em;
}

h2, h3, h3 input, strong, b {
	color: #0397d6;
}

h3 {
	border-bottom: 1px solid #0397d6;
}

h3 input {
	background-color: transparent;
}

.error {
	color: Red;
	font-weight: bold;
}

a { color: #900; }
a:visited { color: #666; }
a:hover { color: #039; }

/*__________________________________*/
/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* soft reset */

html, body, form, fieldset, legend, ul, ol, dl, blockquote, pre, h1, h2, h3, h4, h5, h6 {
        margin: 0;
        padding: 0;
}

/* Structure */

html{
        font-size: 62.5%;
}

body, .Wt-itemview {
        font-family: 'Titillium25L250wt', Tahoma, Geneva, sans-serif;
        color: #000;
        background-color: #FFF;
        line-height: 1.3;
        font-size: 14px;
        font-size: 1.4em;
}
b, strong, th, .WsContent .gtitle, .Wt-itemview .Wt-header .Wt-label {
        font-weight: normal;
        font-family: 'Titillium25L600wt', Tahoma, Geneva, sans-serif;
}
h1, .title, .WsTitle {
        font-family: 'Titillium25L1wt', Tahoma, Geneva, sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 200%;
        display: block;
}

h2 {
        font-family: 'Titillium25L1wt', Tahoma, Geneva, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        line-height: 200%;
}
h1, h2, h3, h4, h5, h6, b { 
        font-weight: normal;
}
/*__________________________________*/



div.field, div.actions {
  margin-bottom: 10px;
}

table {
	border-collapse: collapse;
}
table th {
	background-color: #039;
	color: White;
}
input, table th, table td, .button {
	border: 1px Solid #039;
	padding: 4px;
}

input, .button {
	background-color: #f0f0f0;
}

input:focus, a.button:focus {
	border-color: #900;
	background-color: White;
}

input[type="submit"]:hover, a.button:hover {
	background-color: #039;
	color: White;
}

a.button {
	color: Black;
	text-decoration: none;
	padding: 5px;
}

hr {
	border: 1px Solid #039;
}

ul {
	margin-bottom: 1em;
}

#notice {
  color: green;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

.error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

.error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}

.error_explanation ul li {
  font-size: 12px;
  list-style: square;
}

ul.hmenu {
  list-style: none;	
  margin: 0;
  padding: 8px;
  background-color: #039;
}

ul.hmenu li {
  display: inline;
  border: 1px Solid #f0f0f0;
  padding: 4px 0;
  margin: 0;
}
ul.hmenu a {
  color: White;
  padding: 4px;
  text-decoration: none;
}

ul.hmenu a:hover {
  color: #039;
  background-color: #f0f0f0;
}

input.title {
  border: 0px;
  font-weight: bold;
}

div#logo {
	width: 100%;
	padding: 3px 0;
	background-color: #CCC;
	background: #CCC url("/esust/images/logo.png") no-repeat top right;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#logo p {
	text-align: center;
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
	color: #039;
}

div#content {
	padding-top: 7em;
}

#questionnaire th {
	background-color: #900;
}

#questionnaire th a {
	color: #FFF;
}

#questionnaire th, #questionnaire td {
	border-color:#900;
}

div#CurrentCycle {
	position: absolute;
	top: 7.85em;
	right: 8px;
	z-index: 10;
}

#AddButton {
	position: absolute;
	top: 8.85em;
	left: 30em;
	z-index: 15;
}

.hidden { display:none;}

table.documents {
	margin-bottom: 1em;
	width: 100%;
}

.documents th {
	text-align:  left;
}

#back_buttons {
	position: fixed;
	top: 4.2em;
	right: 0;
	z-index: 2000;
}

.InviTable {
	max-width: 45%;
}

.InviTable th, .InviTable td {
	border-right: none;
	border-left: none;
}

div#CurrentCycle .InviTable {
	max-width: 100%;
}