﻿    body
    {
      font-family: Tahoma,Verdana,Arial;
      font-size: 10pt;
      color: #10455C; /*background-image: url('images/page_background_tile.jpg');*/
      /*margin-left: 20%;
      margin-right: 20%;
      width: 760px;*/
      margin: 0; padding: 0;  
 /*background-color:#FFC6D9;*/
    }
    .ccontent
    {
      width: 760px;
      font-size: 10pt;
      margin-left: 10px;
      margin-right: 40px;
      margin-top: 5px;
      margin-bottom: 10px;
      vertical-align: top;
    }
    .sidebar
    {
      margin-left: 5px;
      background: #E6E6E6;
      border: #999999 dotted thin;
      width: 20%;
      vertical-align: top;
    }
    a
    {
      text-decoration: none;
      font-weight: bold;
    }
    a img{ border: none; }
    a:link
    {
      color: #6AC2E6;
    }
    a:visited
    {
      color: #6AC2E6;
    }
    a:hover
    {
     color: #10455C;
    }
    a:active { color:#10455C; }
    .menuitem
    {
      cursor: pointer;
      color: #10455C;
      font-weight: bold;
      font-size: 10pt;
      font-family: Arial;
    }
     .submenuitem
    {
      cursor: pointer;
      color: #10455C;
      font-weight: bold;
      font-size: 10pt;
      font-family: Arial;
      margin-left:10px;
    }
    .lines
    {
      color: #10455C;
      border-style: solid;
      border-width: thin;
    }
    hr { color:#10455C; }
    .button {
    background-color:#6AC2E6;
    color:#10455C;
    }
.test {
color:white;
}
#modaloverlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     z-index: 1000;
     background-image:url(images/modalbackground.png);
    /*-moz-opacity: 0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity:.40;
    filter: alpha(opacity=40);*/
}
#modaloverlay div {
     width:700px;
     margin: 10px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:10px;
}
#modalcontents {
 background-color:white;
 width:100%;
}
