/* CSS fpr regify CMS */

body {
    background-color: #FFFFFF;
    margin-top:0px;
    margin-bottom:0px;
    border:0px;
    height:100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}

/* ########################## */
/*           NEWS             */
/* ########################## */

.News {
  font-size: .95em;
}

.NewsDate {
  font-size: 0.8em;
}

/* ########################## */
/*          LAYOUT            */
/* ########################## */

div.MainContainer {
  position: absolute;
  width:940px;
  left:50%;
  margin-left:-470px;
}

div.Logo {
  height: 100px;
  width: 940;
  margin: 0px;
  border: 0px solid #D0D0D0;
  background-color: #FFFFFF;
  background-image: url('images/Header.jpg');
  background-repeat: no-repeat;
  margin-top: 5px;
}

div.Center {
  position: relative;
  width: 100%;
}

div.Middle {
  position: relative;
  width: 100%;
  min-height: 300px;
}

div.Content {
  margin: 10px 10px 0px 0px;
  border: 1px solid transparent;
  background-color: #FFFFFF;
  padding-left: 0px;
  min-height: 480px;
  width: 760px;
}

div.Navigation {
  position: absolute;
  top: 77px;
  right: 10px;
  width: auto;
  border: 0px solid #FF00FF;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  height: 28px;
  z-index: 10;
}

div.Search {
  position: absolute;
  width: 160px;
  border: 0px solid #D0D0D0;
  color: #666666;
  background-color: #FFFFFF;
  padding: 5px;
  left: -1px;
  margin-top: 15px;
  background-image: URL('/MEDIA/BlueBoxSmall.gif');
}

div.SearchEnd {
  position: absolute;
  width: 170px;
  border: 0px solid #D0D0D0;
  padding: 0px;
  background-image: URL('/MEDIA/BlueBoxSmall.gif');
  background-position: left bottom;
  height: 10px;
  margin-left: -5px;
  z-index: 11;
}

div.News {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
  border: 0px solid #D0D0D0;
  color: #666666;
  background-color: #FFFFFF;
  padding: 5px;
  min-height: 200px;
  max-height: 390px;
  background-image: URL('/MEDIA/BlueBoxSmall.gif');
}

div.NewsEnd {
  position: absolute;
  width: 170px;
  border: 0px solid #D0D0D0;
  padding: 0px;
  background-image: URL('/MEDIA/BlueBoxSmall.gif');
  background-position: left bottom;
  height: 10px;
  margin-left: -5px;
}

div.Footer {
  /* height: 50px; */
  margin: 5px;
  border-top: 1px solid #D0D0D0;
  background-color: #FFFFFF;
  padding: 3px 0px 0px 0px;
}

.textfooter {
  font-size: 10px;
  color: #505050;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.textlogo {
  font-size:2.6em;
  color: #505050;
  text-align: right;
  margin-right: 25px;
}

.textsmall {
  font-size:.8em;
  color: #505050;
}

div.ErrorBox{
    border:1px solid #b42e33;
    background:#f9f0c3;
    padding:5px;
    margin-top:5px;
    margin-bottom:5px;
    color: #900000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

div.GreenBox{
    border:1px solid #285030;
    background:#E2F0E5;
    padding:5px;
    margin-top:5px;
    margin-bottom:5px;
    color: #009000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

div.Slogan {
  position: absolute;
  top: 340px;
  left: 400px;
  width: auto;
  border: 0px solid #FF00FF;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  height: 28px;
  z-index: 10;
  color: #778899;
  font-size: 220%;
  font-weight: normal;
  font-style: italic;
}

/* ----------------- FLYOUT MENU ------------------ */

.menMain, .menMainSel {
    display:inline-block;
    height: 22px; /* 28 - 6 */
    width: auto;
    color: red;
    border: 0px solid red;
    float: left;
    padding: 6px 0px 0px 8px;
    margin: 0px 0px 0px 2px;
    overflow: visible;
    text-align: center;
    background-image: url('images/Tab.gif');
    background-repeat: no-repeat;
    background-position: top left;
  }
  
  .menMainEnd, .menMainEndSel {
    display:inline-block;
    height: 28px; 
    width: 8px;
    border: 0px solid red;
    float: left;
    padding: 0px;
    margin: 0px;
    background-image: url('images/Tab.gif');
    background-repeat: no-repeat;
    background-position: top right;
  }
  
  .menMainSel {
    background-image: url('images/TabSel.gif');
    font-weight: bold;
  }
  
  .menMainEndSel {
    background-image: url('images/TabSel.gif');
  }
  
  .menSub {
    position: absolute;
    left: 0px;
    top: 0px;
    height:auto; 
    width: auto;
    max-width: 300px;
    min-width: 100px;
    color: #444444;
    display: none;
    text-align: left;
    background-color: #FAFAFA;
    border-top: 0px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    padding: 5px;
    z-index: 10;
  }
  
  .menLink {
    color: #444444;
    text-decoration: none;
  }
  
  .menLink:hover {
    color: #4444FF;
    text-decoration: underline;
    
  }