﻿

/*View Listing elements ---------------------------------------------------- */
#content .viewlisting *{
    margin-left:0px;
    margin-right:0px;
}


.viewlisting table 
{
    border-collapse: collapse;
}
.viewlisting th, td
{
    padding: 0.1em;
    font-size:12px;    
}

.viewlistingPaging table 
{
    border-collapse:collapse;
}

.viewlistingPaging a:link, a:visited
{
    text-decoration: none;
    font-weight: bold;
}



#content .viewlistingPaging *{
    margin-left:0px;
    margin-right:0px;
}




.datarowcss1
{
    background-color:#edf5ff;
    text-align: left;
}

.viewlisting tr:hover
{
    background-color: #CAFFE9;
}
.viewlisting thead tr:hover
{
    background-color: Transparent;
    color:inherit;
}
.viewlisting thead
{
    background-color:#CCCC7A;
    
}


.viewlisting a:link, a:visited
{
    text-decoration: none;
    font-weight: bold;
}
.viewlisting a:hover, a:active
{
    text-decoration: underline;
    }
/*View Listing elements ---------------------------------------------------- */




/*Form elements */
    input:focus {background-color: Yellow}
    input:active {background-color: Yellow}
    
    textarea:focus {background-color: Yellow}
    textarea:active {background-color: Yellow}
    
    select:focus {background-color: Yellow}
    select:active {background-color: Yellow}
    
/*Form elements */


/*Form Tables ------------------------------*/
#content .frmTables *{
    margin-left:0px;
    margin-right:0px;
}

.frmTables table 
{
    border-collapse: collapse;
}
.frmTables th, td
{
    padding: 0.1em;  
}
/*Form Tables ------------------------------*/

    
/* Nav link buttons ---------------------  */
    .navlink a{
      display: block;
      width: 6em;  
      padding: 0.2em;
      line-height: 1.1;
      background-color: #94B8E9;
      border: 1px solid black;
      color: #000;
      text-decoration: none;
      text-align: center;
      font-size:12px;
      float:none; 
      
    }

    .navlink a:hover {
     background-color: #369;
     color: #fff;
     font-size:12px;
    }
    
    .navlinkLarge a{
  display: block;
  /*width: 70%;   dimensions needed for IE5.x/Win */
  padding: 0.2em;
  line-height: 1.4;
  background-color: #94B8E9;
  border: 1px solid black;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size:13px;
}

.navlinkLarge a:hover {
 background-color: #369;
 color: #fff;
 font-size:13px;
}
    
    
 /*Nav link buttons --------------------- */



 /*Wizzard menu steps --------------------------------- */
.wizard
 {
    font-weight:bold ;
    font-size:14px;
    color:#CCCCCC;
    float:left;
 }
 
 
 .wzSelected
 {
    font-weight:bold ;
    font-size:14px;
    float:left;
    
 }
 
 .wizardcontainer
 {
    background-color:#99CCFF
 }


 /*Wizzard menu steps --------------------------------- */

  /*Registration Wizzard menu steps --------------------------------- */
.wizstep
 {
    font-weight:bold ;
    font-size:14px;
    color:#CCCCCC;
    float:left;
 }
 
 
 .wizactive
 {
    font-weight:bold ;
    font-size:14px;
    float:left;
    
 }
