﻿    body
    {
      font-family: Tahoma,Verdana,Arial;
      font-size: 10pt;
      color: #666666; /*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: #E20C0C;
    }
    a:visited
    {
      color: #E20C0C;
    }
    a:hover
    {
     color: #FF3C7B;
    }
    a:active { color:#FF3C7B; }
    .menuitem
    {
      cursor: pointer;
      color: #E20C0C;
      font-weight: bold;
      font-size: 10pt;
      font-family: Arial;
    }
    .submenuitem
    {
      cursor: pointer;
      color: #E20C0C;
      font-weight: bold;
      font-size: 10pt;
      font-family: Arial;
      margin-left:10px;
    }
    .lines
    {
      color: #999999;
      border-style: solid;
      border-width: thin;
    }
    .button
    {
     background-color:#E20C0C;
     color: #fff;
    }
    hr { color:#999999; }
.test {
color:white;
}
#modaloverlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     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:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
     
}
#modalcontents {
 background-color:white;
 
}
.nulightbox{
    /*display:none;*/
    position: absolute;
    color:Red;
    background-color:White;
    top:50%;
    left:50%;
    z-index:9999;
    width:500px;
    height:400px;
    margin:-220px 0 0 -250px;
    }
.nulightbox[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }

.nuoverlay{
    /*display:none;*/
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:5000;   
    background-color:#fff;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    }
.nuoverlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }

