﻿html, body
{
  background-color: #ddd;
  background-image: url('Images/BackgroundRuler.png');
  background-repeat: repeat-y;
  font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #888;
  height: 100%;
  padding: 0;
  margin: 0;
}
#container
{
  min-height: 100%;
  position: relative;
}
#menucontainer
{
  width: 220px;
  left: 0px;
  top: 140px;
  padding-bottom: 300px;
}
#footer
{
  background: #6eac2c;
  color: white;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
}
#footer a
{
  color: #D7ECBD;
  text-decoration: none;
}
#footer a:visited
{
  color: #D7ECBD;
  text-decoration: none;
}
#content
{
  position: absolute;
  left: 221px;
  top: 0px;
  padding: 30px;
  padding-bottom: 0px;
  padding-top: 0px;
}
#menucontainer ul
{
  padding: 0;
  margin: 0;
}
#menucontainer li
{
  font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: right;
  vertical-align: middle;
  height: 40px;
  list-style: none;
  width: 221px;
}
#menucontainer li a
{
  width: 191px;
  display: inline-block;
  color: #888;
  text-decoration: none;
  padding-right: 30px;
}
#menucontainer li a:hover
{
  margin-right: 20px;
  color: black;
  text-decoration: none;
  background-image: url('Images/menu-over.png');
}
#menucontainer li a:active
{
  margin-right: 20px;
  color: #2191c0;
  text-decoration: none;
  background-image: url('Images/menu-active.png');
}
#decoration
{
  position: fixed;
  left: 600px;
}
h1
{
  font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif;
  font-size: 36px;
  color: #2191c0;
}
h2
{
  font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  color: #6eac2c;
}
legend
{
  font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold; /*font-size: 14px;*/
  font-size: 18px; /*color: #2191c0;*/
  color: #6eac2c;
}

h3
{
  font-family: "Segoe UI" , Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: #2191c0;
  margin: 16px;
}

th
{
  font-size: 14px;
  color: #0078ae;
}

.actionLinkUI
{
  float: left;
  margin-right: 2px;
}

/* Fieldset */
fieldset
{
  background-color: #eee;
  border: 0;
  padding: 0 8px 8px 8px;
  margin: 8px;
}

fieldset input[type='submit']
{
  margin-left: 14px;
}

legend
{
  padding-bottom: 8px;
}

textarea
{
  min-height: 75px;
}

input[type="text"]
{
  width: 200px;
  border: 1px solid #CCC;
}

input[type="password"]
{
  width: 200px;
  border: 1px solid #CCC;
}

input[type="submit"]
{
  float: left;
  clear: left;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
  color: #BE4431;
}

.field-validation-valid
{
  display: none;
}

.input-validation-error
{
  border: 1px solid #BE4431;
  background-color: #ffeeee;
}

.validation-summary-errors
{
  font-weight: bold;
  color: #BE4431;
}

.validation-summary-valid
{
  display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
  margin-left: 8px;
  font-weight: bold;
}

.editor-label
{
  padding: 5px 5px 0 5px;
}

.editor-field
{
  padding: 0 5px 5px 5px;
}

.display-field, .editor-field
{
  margin-left: 8px;
}

.text-box
{
  width: 30em;
}

.text-box.multi-line
{
  height: 6.5em;
}

.tri-state
{
  width: 6em;
}
.display-field ul li
{
  list-style: none;
}

/* TABLE
----------------------------------------------------------*/
table
{
  border: solid 1px #eee;
  border-collapse: collapse;
}

table td
{
  padding: 0;
  border: solid 1px #eee;
}

.search-results
{
  margin: 8px 15px;
}

.search-results td
{
  padding: 5px;
  background-color: #eee;
  border: solid 1px #ddd;
}

.search-results th
{
  padding: 5px;
  background-color: #eee;
  border: solid 1px #ddd;
  text-align: left;
  color: #6eac2c;
}

/* MULTISELECT
----------------------------------------------------------*/
.multiselect
{
  width: 460px;
  height: 200px;
}

#switcher
{
  margin-top: 20px;
}

form
{
  margin: 0;
  padding: 0;
}
