body {
    
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
    
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    font-size:  28px;
    font-weight: bold;
    margin: 0px;
    
}
h3 {
 color: #045491;
  font-size :16px ;
}

a:link, a:visited {
  color: blue;
  font-weight : bold;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 0px;
}

a:link:hover, a:visited:hover  {
  color: blue;
  font-weight : bold;
  text-decoration : underline;
  padding-left: 5px;
  padding-right: 0px;
}

.navigation a:link, a:visited {
  color: blue;
  font-weight : bold;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 0px;
}

.navigation a:link:hover, a:visited:hover  {
  color: blue;
  font-weight : bold;
  text-decoration : underline;
  padding-left: 0px;
  padding-right: 0px;
}


.header {
    width :100% ;
    height :25px ;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  28px;
    font-weight: bold;
    padding-top: 60px;
    color: #045491;
    text-align: right;
}
.navigation {
  width :225px ;
  height :300px ;
float:left;
  
}
.content {
  margin-left :225px ;
  min-height :500px;
  width: auto;
 border-left:1px solid #AFAFAF;
padding-left:10px;

}

.content-heading {
  font-weight: bold;
  font-size: 110%;
  text-decoration: underline;
}

.content-box {
    vertical-align: top;
    min-height: 75px;
    width: 75%;
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

.content-box p {
    vertical-align: top;
    padding: 2px;
    margin: 1px;
}

.content-box p a:link, a:visited {
  color: blue;
  font-weight : bold;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 0px;
}

.content-box p a:link:hover, a:visited:hover {
  color: blue;
  font-weight : bold;
  text-decoration : underline;
  padding-left: 5px;
  padding-right: 0px;
}

.footer {
  height :50px ;
  width :100% ;
  border-top: 1px solid #AFAFAF;
  text-align:left;
  font-size:  65%;
  font-weight: bold;
  padding-bottom: 60px;
  padding-top :10px ;
  color: #045491;
  text-align: right;
}

.footer #connectionstatus {
  font-size: 85%;
  font-weight: bold;
}

.inputLabel {
  font-weight : bold;
  width:120px;
  color:#045491;
  float:left;
}
.icePnlGrp a {
color:#045491;
}
.icePnlGrp a:hover{
color:#045491;
}