﻿html {
    font-size: 16px;
}

body {
    background-color: #ccc;
    font-size: .85em;
    font-family: "Segoe UI";
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link {
    color: #015A84;
    padding:0; 
}

a:visited {
    color: #e97b00;
}

a:hover {
    color: #696969;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
    padding: 30px 30px 15px 30px;
}

h1 {
    font-size: 1.5em;
    padding: 1em 8px;
    color: #333;    
    margin: 0;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
    color: White;  
}

.page {
    width: 100%;
    background-color: #ccc;
}

.content {
    width: 830px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

header, #header {
    position: relative;
    margin-bottom: 0px;    
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;    
}

#information {
    width: 381px;
    height: 100%;
    margin: 5px;
    padding-left: 24px;
    padding-right: 15px;
    padding-top: 45px;
    padding-bottom: 20px;
    background-color: #bbb;
    color: #313131;
    float: left;
}

#main {
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 10px;
    margin-bottom: 5px;
    background-color: #eee;
    margin-left: 430px;
    margin-top: 5px;
    width: 370px;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

 #menu {
      width: 100%;
      float: left;
      margin: 0 0 3em 0;
      padding: 0;
      list-style: none;
      background-color: #f2f2f2;
      border-bottom: 1px solid #ccc; 
      border-top: 1px solid #ccc; }
 #menu li {
      float: left; }
 #menu li a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      font-weight: bold;
      color: #069;
      border-right: 1px solid #ccc; }
 #menu li a:hover {
      color: #e97b00;
      background-color: #fff; }




fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    width: 370px;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}


table {
    border: solid 1px #ccc;
    border-collapse: collapse;
    background-color: White;
}

table td {
    padding: 5px;
    border: solid 1px  #ccc;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #f2f2f2;
    border: solid 1px  #ccc;
}

.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

div#logoutdisplay
{  
    color: White;
    padding: 0;  
}


div#logindisplay {
    display: block;    
    text-align: right;
}

#logindisplay a:link {
	display: inline-block;
	padding: 5px;
	outline: 0;
	font-weight: bold;
	font-size:  1.2em;
	text-decoration: none;
	cursor: pointer;
	color: white;    
}

#logindisplay a:visited {
    color: white;    
}

#logindisplay a:hover {
    color: #e97b00;
    text-decoration: none;
}


.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
.display-label {
    width: 150px;
    float: left;
    margin: 0;
    margin-bottom: 10px;
    color: #313131;
}

.display-field {
    width: 100%;
    margin: 0;
    padding-bottom: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px dashed #313131;
    color: #313131;
}

.start_feedback {
    margin-top: 20px;
    color: #313131;
}

.hidden {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.header {
    background-image: url(Images/header_background.png);
    background-repeat: repeat-x;
}

.information {
    padding: 0;
    height: 124px;
    float:left;
}

#logo {
    /*float:right;*/
    
} 

.position {
    list-style-type: none;
    font-weight: bold;
    color: #ccc;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    line-height: 24px;
}

.position li {
    padding-left: 28px;
    padding-bottom: 5px;
    margin-bottom: 1px;
    margin-left: 2px;
    background-color: #eeeeee;
    width: 254px;
}

li.active_position {
    color: #d10019;
    background-color: #fff;
}

#feedback {
    padding-left: 300px;
    background-color: #fff;
}

#start {
    background-color: #eee;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
}

#workshop {
    background-color: #eee;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
}

.trainerfeedback {
    background-color: #eee;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
}

h1 {
    font-size: 1.2em;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 1em;
}

h2 {
    font-size: 1em;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}

.trainer {
    margin-top: 2em;
    color: #313131;
}

.buttons {
    background-color: #eee;
    padding-left: 1em;
    padding-bottom: 1em;
}

.footer {
    height: 100%;
    background-color: #eee;
    margin-left: 300px;
}

.field {
    width: 100%;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #313131;
}
.bold {
    font-weight: bold;
}

.breadcrumb {
    background: #666;
    color: #fff;
    padding: 0.5em;
    font-size: 1.25em;
    font-weight: bold;
    margin-left: -10px;
    margin-top: -10px;
}

.submit {
    font-size: 1.2em;
    padding: 5px;
    background: #ccc;
    border: 1px solid #313131;
    color: #313131;
    margin-top: 2rem;
}

.ui-widget input {
    width: auto;
}

a.end {
    font-size: 1.2em;
    padding: 5px;
    background: #ccc;
    border: 1px solid #313131;
    color: #313131;
    margin-top: 2rem;
    text-decoration: none;
    margin: 15px;
}
a.end:visited {
        color: #313131;
}