/* CSS Document */
/* ################# Setting ALL margins and paddings to 0 and no border around image links ########################### */
/* * {margin:0px; padding:0px;} */
a img {border:none;}

#nav {
  font-size: 12px;
  font-family:Arial;
  list-style-type:disc;
  margin: 0;
  padding: 0;
  text-align: left;
  padding-left:10px;
  color:#000000;
  padding: 2px 8px;}

#nav li {list-style-type:disc}

#nav li a {
  color:#0000CC;
  text-decoration:none;
  font-weight:normal;}

#nav li a:hover {
  color:#002E5B;
  text-decoration:underline;
  background-color:#EAEAFF;}
  
#nav li a:visited {color:#696969;}

    .acdHeader
    {
        border: 1px solid #2F4F4F; 
        color: white;
        background-color: #2E4d7B; 
	    font-family: Arial;
	    font-size: 12px;
	    font-weight: bold;
        padding: 5px;
        margin-top: 5px;
        cursor: pointer;
    }

    .acdContent
    {
        background-color: #e0e0e0;
        font-family: Arial;
	    font-size: 12px;
        border: 1px dashed #2F4F4F;
        border-top: none;
        padding: 5px;
        padding-top: 10px;
        overflow:hidden;
    }

    .acdLink
    {
        background-color: #2E4d7B;
        color: White;
    } 
    
    .acdspan
    {
      text-align: left;
	  font-family: Arial;
	  font-size: 8pt;
    }
    
    .acdspan a
    {
         color:#0000CC;
         text-decoration:none;
         font-weight:normal;
    }
    
    .acdspan a:hover
    {
       /* color: red; */
         color:#002E5B;
         text-decoration:underline;
         background-color:#EAEAFF;
    }    
      
    .showdetailtable
    {
        font-family: Arial;
	    font-size: 12px;
	    border-style:none;
        margin-top: 5px;
        margin-left: 15px;
        table-layout: fixed;
        line-height: 20px;
    }
    .showdetailtable th
    {
       width: 125px;
       vertical-align:top;
       text-align:left;       
    }
    
    .showdetailtable td
    {
       vertical-align:top;
       text-align:left; 
       padding-left:5px;      
    }
    
    .collapsePanelTitle
    {
        border: 1px solid #2F4F4F; 
        color: white;
        background-color: #2E4d7B; 
	    font-family: Arial;
	    font-size: 12px;
	    font-weight: bold;
        padding: 5px;
        margin-top: 5px;
        cursor: pointer;   
    }
    
    .collapsePanelContent
    {
        background-color: #e0e0e0;
        font-family: Arial;
	    font-size: 12px;
        border: 1px dashed #2F4F4F;
        border-top: none;
        padding: 5px;
        padding-top: 5px;


    }
    
    .collapsePanelSeparator
    {
      position: relative;
      width: 100%;
      height: 3px;
      line-height: 1px;
      overflow: hidden;
    }