/*
  **********************************************************************
  **********************************************************************
  *** Purpose........: CSS stylesheet
  *** Page Type......: Handheld overrides
  *** Version........: 01
  *** XHTML/CSS by...: Jeffrey A. Savoye
  *** Last Update....: April 15, 2015
  **********************************************************************
  **********************************************************************
 */
body{
    background-color:#003c00;
    background-image: none;
    color: #000000;
    font-size: medium;
    margin: 0px;
    padding: 0px;
}
div.pagebrdr {
    border-color:#f9fce6;
    border-width: 1px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
}
div.pagebrdr{
    border-color:#f9fce6;
    border-width: 0px;
    border-radius: 0px;
    color:#000000;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom:100%;
}
div.pageframe{
    border-color:#f9fce6;
    border-width: 0px;
    border-radius: 0px;
    margin:0px;
    padding:0px;
    padding-top:0px;
    min-width:10px;
    max-width:1000px;
}
div.pnlimgleft{
    float:none;
    clear:none;
    margin:0px;
    margin-right:20px;
    margin-bottom:20px;
}
div.pnlimgcenter{
    float:none;
    margin:0px;
    margin-left:15%;
    margin-right:15%;
    margin-bottom:20px;
    min-width:5em;
}
div.pnlimgright{
    float:none;
    clear:none;
    margin:0px;
    margin-left:20px;
    margin-bottom:20px;
}
div.pnlmainlft{
    background-color:transparent;
    position:relative;
    left:0px;
    width:100% !important;
}
div.pnlmainrgt{
    background-color:#f9fce6;
    color:#000;
    float:none;
    width:auto;
    height:auto;
    padding-left:20px;
    padding-bottom:40px;
}
.drophh{
    display: none;
}

.boxbrdcouter {
    border-width: 1px !important;
    border-radius: 5px !important;
    margin: 0px ! important;
}
.boxbrdcinner {
    border-width: 1px !important;
    border-radius: 2px !important;
    margin: 0px ! important;
}
.boxbrdlouter {
    border-width: 1px !important;
    margin: 0px ! important;
    padding: 0px ! important;
}
.boxbrdlinner {
    border-width: 1px !important;
    border-radius:1px!important;
    margin: 0px ! important;
    padding: 0px ! important;
}
div.boxannouter{
  border: 1px solid; 
  padding: 3px; 
  margin: 0px;
  margin-top: 2em; 
  text-align: center; 
  max-width: 330px;  
}
div.boxanninner{
  border: 1px solid; 
  padding: 1em;
  margin: 0px;
}
/*
  **********************************************************************
  **********************************************************************
  *** END
  **********************************************************************
  **********************************************************************
 */