body {
    font-family: "Verdana";
    font-size: 11px;
}

a {
    color: blue;
    text-decoration: none;
}

img {
    border: none;
}

hr {
   background-color: red;
}

h1 {
  font-size: 18px;
  text-align: center;
}

#logoStripe {
    height: 100px;
 /*   background: url('/data/img/logoStripe.png') bottom left no-repeat; */
    background-color: #ffffff;
}

#logoStripe img {
    margin-left: 20px;
    float: left;
}

#logoStripe table {
    float: right;
    text-align: center;
    padding: 0px;
    margin-top: 72px;
}

#logoStripe table img {
    border: 4px solid white;
    margin: 0px;
}

#logoStripe table img.active {
    border: 4px solid #121250;
}

#logoStripe table img:hover {
    border: 4px solid #e5eef9;
}

#logoStripe table img.active:hover {
    border: 4px solid #121250;
}

#topMenuStripe {
/*    background-color: #4e45c9; */
    background-color: #121250;
    height: 25px;
    text-align: right;
    line-height: 25px;
    vertical-align: middle;
    padding: 0px;
    padding-right: 80px;
    padding-bottom: 0px;
    font-variant: small-caps;
}

.topMenuDiv {
    display: inline;
    height: auto;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
    margin-right: 10px;
    color: white;
}

.topMenuDiv a {
  color: white;
}

#topMenuDiv:hover {
    background: url('/data/img/bl-wh-gr2.png') repeat-x;
    color: #000000;
}

/* LEFT MENU STRIPE */

#leftMenuStripe {
    border: 1px solid #999999;
    border-top: none;
/*    background-color: #e5eef9; */
    background-color: white;
    width: 15%;
    padding: 2%;
    font-weight: bold;
    float: left;
    font-variant: small-caps;
}

.leftMenu {
    display:block;
    color: #000000;
    font-weight: normal;
    padding: 5px;
    padding-left: 19px;
    border: 1px solid #e5eef9;
    background: url('/data/img/button-gr.jpg') repeat-x;
    margin-bottom: 10px;
}

.leftMenu a {
    color: #000000;
}

.leftMenu:hover {
    background: white;
    border: 1px solid #999999;
}

.leftSubMenu {
    display: none;
    /* border: 1px solid #e5eef9; */
    border: 1px solid black;
    background: #ffffff url('/data/img/button-gr.jpg') repeat-x;
    /*float: left;*/
    position: absolute;
    margin-top: -10px;
    padding: 10px;
    margin-left: 60px;
    margin-bottom: 10px; 
    text-align: center;
}

.leftSubMenu a {
  display: block;
  color: #000000;
  margin-left: 20px;
  margin-right: 20px;
}

.leftSubMenu a:hover {
  text-decoration: underline;
}

#leftMenuStripe a.menuactive {
    background: url('arrowRightLightActive.jpg') no-repeat left;
    border: 1px solid #999999;
    background-color: #f1f1f1;
}

#leftMenuStripe a.menuactive:hover {
    background: url('arrowRightLightActive.jpg') no-repeat left;
    background-color: #f1f1f1;
}

#leftMenuStripe table.facultyChooser, table.facultyChooser a {
    text-align: center;
    color: black;
    font-weight: normal;
}


#languagesMenu {
    /*margin: 70% 0px 0px 0px;*/
}

#languagesMenu table {
    text-align: center;
    padding: 2px;
    width: 100%;
}

#languagesMenu table td {
    padding: 2px;
}

#languagesMenu table a {
    border: 1px solid #e5fee9;
    padding: 1px;
}

#languagesMenu table.facultyChooser a:hover {
    background: none;
    background-color: #f1f1f1;
}

#languagesMenu table a.active {
    border: 1px solid #999999;
    background-color: #f1f1f1;
}

#languagesMenu table a img {
    border: none;
}

/* CONTENT */

#content {
    padding: 1%;
    background-color: #e5eef9;
    border-top: none;
    float: right;
    width: 78%;
    border: 1px solid black;
    border-top: none;
    margin-top: 5px;
}

#content h2 {
    text-align: center;
    padding: 3px;
    border: 1px dashed #999999;
}

#content img {
    float: left;
    margin: 4px;
}

#loginBox {
    margin-top: 30px;
    text-align: center;
    border: 1px solid #a9a9a9;
    padding: 5px;
}

input[type=text], input[type=password], select {
    background: white url('/data/img/input-gr.jpg') repeat-x;
    border: 1px solid #a9a9a9;
    height: 15px;
    line-height: 15px;
    margin-bottom: 5px;
    width: 90%;
}

input[type=submit] {
    background: url('/data/img/input-gr.jpg') repeat-x;
    height: 30px;
    border: 1px solid #a9a9a9;
}

#loginBox input {
    text-align: center;
}

#contentBox {
    float: right;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}

#helpTip {
    padding: 10px;
    background: #eeeeee;
    border: 1px solid red;
    text-align: center;
}

#errorBox {
    padding: 10px;
    background: yellow;
    border: 1px solid red;
    text-align: center;
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: bold;
}

#infoBox {
    padding: 10px;
    background: #dddddd;
    border: 1px solid red;
    text-align: center;
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: bold;
}

#adminMainTable {
    width: 70%;
    margin: 30px;
}

#adminMainTable td, #addUserTable td  {
    padding: 5px;
    width: 20%;
} 

#addUserTable {
    width: 80%;
    margin: 30px;
    margin-top: 0px;
}

#tdCenter {
    text-align: center;
}

#dangerousButton {
    border: 1px solid red;
}

#articleInfo {
    padding: 4px;
    font-size: 8px;
    text-align: center;
    position: bottom;
}

.adminlink {
    color: red;
}

#topMenuSubmenuDiv {
  text-align: center;
  margin-top: 7px;
  padding: 5px;
}

#topMenuSubmenuDiv a {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #dddddd;
  margin-right: 3px;
  margin-left: 3px;
  background: #eeeeee;
}

#editablePagesTable {
  margin-top: 15px;
  margin-left: 20px;
  width: 100%;
  _width: 80%;
}

#editablePagesTable td {
  margin: 2px;
}

#adminlink {
  border: 2px solid black;
}

#webmap_link {
  text-align: center;
  margin-top: 20px;
}

#webmap_link a {
  color: #555555;
  text-decoration: none;
}

#actualities_box {
  border: 2px solid red;
  float: right;
  padding: 0px;
  margin: 15px;
  width: 300px;
}

#actualities_box h1 {
	font-size: 140%;
	margin-top; 0px;
  color: navy;
  text-decoration: underline;
}

#actuality {
  width: 94%;
  border: 1px dashed #dddddd;
  padding: 15px;
  margin-top: 10px;
}

#actuality_title {
  font-size: 20px;
}

#actuality_info {
  color: #888888;
  margin-bottom: 20px;
}

#small_info {
  border: 1px solid red;
  padding: 15px;
  background-color: #eeeeee;
}