/* Positioning */
@import url("position.css");

html, body {
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

body {
    color: #000;
    background-color : white;
    font-family : sans-serif;
    font-size : .8em;
    padding : 0px 0px 10px 0px;
}

a:link, a:visited {
    text-decoration : none;
    background-color : inherit;
}

a:hover, a:active {
    text-decoration : underline;
    background-color : inherit;
    color: #000;
}


h1, h2, h3 {
    background-color : inherit;
    color: #777777;
}

h1 a {
    text-decoration : none;
    color: #777777;
}

h1 a:hover {
    background-color : inherit;
    color: #777777;
}


th {
    color: #777777;
    background-color : #fcd4f9;
}

img {
  border: none;
}

/* -------- Form color ---------- */
input, textarea {
    border: #000 solid 1px;
}

textarea {
    height: 15em;
    width: 99%;
}

input:focus, textarea:focus {
    background-color : #FFFFFF;
    color : black;
}


input[type="submit"], input[type="button"]{
    color: #000;
    background-color: #fcd4f9;
    border: 1px #000 outset;
    cursor : default;
    cursor : pointer;
}

li.menu-link {
/*    border-top : white 2px solid;
    margin : 0;
    padding : 0;*/
/*    font-size : .9em;  */
  margin-top: 4px;
  margin-bottom: 4px;
}

li.menu-link a {
    font-weight : bold;
    text-decoration : none;
}

li.menu-link a:hover {
    text-decoration : underline;
}

li.menu-link:hover {
/*    background-color : #eeeeee;*/
    color : black;
}

li.link-level-1 {
    padding : 0px;
/*    background-color : #eeeeee;*/
    color : black;
/*    font-size : 0.9em; */
}

li.link-level-2 {
  padding-left: 5px;
    font-size : 1em;
}

li.link-level-3 {
  padding-left: 10px;
}

li.link-level-4 {
  padding-left: 15px;
}

/* ---------- Headers ----------- */

h1, h2, h3 {
    font-family: "Trebuchet MS", Verdana, serif;    
    margin: 0;
    padding : 0;
}

h1 {
    font-size :  1.2em;
    font-style : italic;
}

h2 {
    font-size :  1.0em;
}

h3 {
    font-size :  .9em;

}


ul {
    margin : 0px;
    padding : 0px;
    padding-left : 8px;
}

ul li {
  list-style: none;
  width: 100%;
}

ul li a {
/*  display: block;*/
  white-space:               nowrap;
}

/* ----------- Form styles ----------- */

form {
     margin : 0;
     padding : 0;
}

input, textarea {
    font-family : inherit;
    font-size : 9pt;
    padding : 1px 2px;
}

select[multiple="multiple"] {
    padding : 1px 2px 1px 2px;
}

ul.no-bullet {
   list-style-type : none;
}

.required-input {
   color : red;
   background-color : inherit;
   font-size : 1.3em;
}

/* ---------- Classes ---------- */

.smaller, .smaller input, .smaller select {
   font-size : .8em;
}

.larger {
   font-size : 1em;
}

.align-center {
   text-align : center;
}

.align-right {
   text-align : right;
}

.align-left {
   text-align : left;
}

.whatsnew-sidebox {
   line-height: 2em;
}

.whatsnew-table {
   width: 100%;
}

.whatsnew-date {
   width: 10px;
   padding-right: 20px;
}

.whatsnew-date span {
   white-space: nowrap;
}

.whatsnew-module-name {
   width: 10px;
   padding-right: 20px;
}

.whatsnew-module-name span {
   white-space: nowrap;
}

/* ---------------- Box definitions -------------- */

.box {
  background-image:          url("img/rcBL.png");
  background-position:       0 100%;
  background-repeat:         no-repeat;
  padding:                   0 0 0 10px;
  position:                  relative;
  z-index:                   1;
  zoom:                      1;
}

/*#sidepanel */.box {
  margin-bottom:             20px;
}

.box-title {
  background-image:          url("img/rcTR.png");
  background-position:       100% 0;
  background-repeat:         no-repeat;
  display:                   inline;
  float:                     right;
  margin-top:                -10px;
  position:                  relative;
  width:                     100%;
  z-index:                   1;
  zoom:                      1;
  
/*    background-color: #eeeeee;*/ 
    font-family: arial, helvetica; 
    font-size: .8em; 
    text-transform: uppercase; 
    text-align: left; 
    font-weight: bold;
}

.box-title-content {
  padding-right: 18px;
}

.box-title h1:after {
/* To indicate a separation between title and content */
  border-bottom:             2px groove white;
  content:                   ' ';
  display:                   block;
  }

.box-content {
  background-image:          url("img/rcBR.png");
  background-position:       100% 100%;
  background-repeat:         no-repeat;
  padding:                   10px;
  padding-right:             20px;
  padding-bottom:            20px;
}

.box-title h1 {
  background-image:          url("img/rcTL.png");
  background-position:       0 0;
  background-repeat:         no-repeat;
  margin-left:               -10px;
  padding:                   10px;
  padding-right:             18px;
  position:                  relative;
  z-index:                   1;
  zoom:                      1;
}
