/*   openwifinyc.com  */
body {
   text-align: left;      /* center for all browsers */
   padding: 5;

   color: #444444;
 
}

/*****************************************************************/
table { 
   font-size: 0.8em;
   line-height: 0.8em;
   /* border: 1px solid #00ff00; */ 
}

a {
  text-decoration: underline; 
  color: #555555; 
}

a:hover {
  color: #286ea0;
}

a img {
  border: 0;
}

:link {
   text-decoration: color: #ff0000;
 }

:visited {
   text-decoration: text-decoration: underline; color: #555555;
 }
:active {
   text-decoration: color: green;
 }

/***************************************************************************/

#footer {
  clear: both;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  /* border-top: 4px solid #f0f0f0; */
  /* width: 760px; */
  text-align: center;
  color: #808080;
  font-size: 0.9em;
}

#footer a {
  color: #808080;
  text-decoration: underline; 
}

#footer a:hover {
  text-decoration: underline;
}

.col_header {
  background-color: #aaaaaa;
}

.header_210 {
   width: 180px; 
   text-align: center;
}
.header_180 {
   width: 180px; 
   text-align: center;
}
.header_100 {
   width: 100px; 
   text-align: center;
}
.header_50 {
   width: 40px; 
   text-align: center;
}

.body_row_210 {
   width: 180px; 
}
.body_row_210v {
   width: 210px; 
   vertical-align: top; 
}
.body_row_180v {
   width: 180px; 
   vertical-align: top; 
}
.body_row_100v {
   width: 100px; 
   vertical-align: top; 
}
.body_row_45 {
   width: 40px; 
   text-align: center;
   vertical-align: middle; 
}

.row_a {
  background-color: #eeeeee;
}

.row_b {
  background-color: #ffffff;
}


.textright {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
   margin: 0px 3px 0px 3px;
}

.left2 {
   /*position: relative;*/
   margin: 0px 3px 0px 3px;
   padding: 0px 3px 0px 3px;
   border: 1px solid #0000ff; 
   /*background: #dddddd;*/
}

.right {
  /* margin: 0px 0px 0px 0px; */
  float: right; 
  /* width: 275px; */
  /*text-align: right;*/
  /*right: 100%;*/
  /*text-indent: 40%;*/
  /* font-weight: bold; */
  /*position: relative;*/
  /* border: 1px solid #00ffff; */
}

.small {
   font-size: 0.6em;
   line-height: 0.8em;
   border: 0px solid #00ff00;  
}

.bold {
  font-size: 1.1em;
  font-weight: bold ;
}

.hide {
  display: none;
}
