
a:link     {text-decoration: none; color:#1b49b1;}      /* unvisited link */
a:visited  {text-decoration: none; color:#1b49b1;}  /* visited link */
a:hover    {text-decoration: none; color: #ee972a;}  /* mouse over link */
a:active   {text-decoration: none; color:#1b49b1;}  /* selected link */

.indexContainer{
    position:relative;
    margin-left:170px;
    /*height:600px;*/
}

.indexLeft{
    position:absolute;
    left:-170px;
    top:0;
    width:170px;
    }

.indexRight{
    position:relative;
    left:0px;
    width:100%;
}

.indexSecondRight{
    position:absolute;
    left:510px;
    top:0;
    width:240px;
}

/*--Picture specific for indexSecondRight col */
.indexPic{
    width:240px;
    height:179px;
}
.indexPicCaption{
    text-align: center;
    margin-bottom:10px;
}

/*Middle columns in index Second*/

  /*FEATURES*/
  /*used in NiceNet*/
  .featuresTitle{
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      /*font-family: "OFL Sorts Mill Goudy", Georgia, serif;*/
      /*font-family: "Verdana", sans-serif;*/
      font-weight: bold;
      font-size:18px;
      margin-bottom:6px;
      color: #333;
      border-bottom: 1px solid #333;
      padding: 8px 8px 8px 12px;
      width:100%;
  }

  .feature{
      width:auto;
      margin: 0 10px 5px 7px;
  }
  .featureName{
    color: #248b24;
    font-weight: bold;
    font-size:14px;
    padding-right:10px;
    vertical-align: top;
  }

  /*On second pages*/
  .featureText{
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-size:13px;
      padding-bottom:10px;
      vertical-align:top;
  }
  .featureSecond{
      color: #ff8115;
      vertical-align: top;
  }
   .topBorder{
      border-top:1px #d9d9d9 dashed;
      padding-bottom:0;
   }

   .featureHighlight
   {
       width: 470px;
       margin-left:10px;
       border: 1px solid #d4d4d4;
       background-color: #F6F4F0;
       color: #444444;
       padding: 5px;
       margin-bottom:10px;
   }
.featureIcon
{
    float:left;width:32px;height:32px;margin-right:5px;
}

  /*infoGraph*/
.cellCenter {
    text-align:center;
    font-weight: bold;
}
/*END FEATURES*/

.site-index .aspects {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 5px 0 10px 0;
  margin-bottom:0 !important;
  }

.site-index .aspects2ndRow {
  margin-top:0 !important;
  border-top: 0 !important;
  padding: 5px 0 10px 0;
  margin: 1.5em 0;
  }

  .site-index .grid_1 {
  width: 230px;
  }
  .grid_1 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  }
  .site-index .alpha {
  margin-left: 0;
  }
  .site-index .omega {
  margin-right: 0;
  }
  .site-index .aspects h3 {
  padding-left: 52px;
  line-height: 48px;
  margin-top:3px;
  }





.site-index .project {color: #1e60bc;}
.site-index .graphing {color: #e33c28;}
.site-index .googleMap {color: #8aac3d;}
.site-index .publicPrivate {color: #8c8b8b;}
.site-index .alerting {color: #ee972a;}
.site-index .metadata {color: #ba5cb1;}

  .site-index h3.project {background: transparent url(../img/demo_portal.png) no-repeat scroll 0 0;}
  .site-index h3.graphing {background: transparent url(../img/demo_graph.png) no-repeat scroll 0 0;}
  .site-index h3.googleMap {background: transparent url(../img/demo_googlemap.png) no-repeat scroll 0 0;}
  .site-index h3.publicPrivate {background: transparent url(../img/demo_lock.png) no-repeat scroll 0 0;}
  .site-index h3.alerting {background: transparent url(../img/demo_alert.png) no-repeat scroll 0 0;}
  .site-index h3.metadata {background: transparent url(../img/demo_metadata.png) no-repeat scroll 0 0;}




