/* CSS Document for Airport View AWOS directory */
/* Web development by CodeGeek.net, www.codegeek.net and Ray Franklin */
/* Ver. 1.00 5/21/2009 - created */

/* awos.css */
@import url(/styles/tables.css);
@import url(/styles/tabcontent.css); 
@import url(/styles/shadetabs.css); 
@import url(/styles/tooltip.css);

#tab_container {
/*	width:594px; */
  margin: 8px 0 -9px 9px;
}


img {border: 0;}

td a {
  margin: 0 4px 0 4px;
  padding: 2px;
}

table td
/* table data selector */
{ 
	padding: 1px 4px;
}

.have_metar
{
  font-weight: bold;
  background-color: #ff9;
  color: #00f;
}

.av_network
{
  font-weight: bold;
  background-color: #9BFF79;
  color: #00f;
  border: 1px solid black;
}

/******* thumbnail image classes *****/
/* By giving the thumbnail containers relative position, the contents
   can be placed with absolute position relative to the container. */
.thumb_row5
{   position: relative;}

.thumb_row5
/* 5 thumbnails per row, 128 */
{
	height: 135px;
	width: 587px;
	margin-top: 2px;
}

/* camera thumbnails, small photos for a row of 5 */
.photo5abs_1 
/* left-most image */
{
	position:absolute;
	top:22px;
	left:0px;
/*  width:111px; */
  width:111px; 
  font-size: 9px;
}
.photo5abs_2 
/* middle image */
{
	position:absolute;
	top:22px;
	left:118px;
  width:111px; 
  font-size: 9px;
}
.photo5abs_3 
/* right-most image */
{
	position:absolute;
	top:22px;
	left:236px;
  width:111px; 
  font-size: 9px;
}
.photo5abs_4
/* right-most image */
{
	position:absolute;
	top:22px;
	left:354px;
  width:111px; 
  font-size: 9px;
}
.photo5abs_5
/* right-most image */
{
	position:absolute;
	top:22px;
	left:472px;
  width:111px; 
  font-size: 9px;
}

#content_wrapper p {
  margin: 8px;
}

.legend {
  margin: 4px 0 0 0;
}

.symbol {
  margin: 0 3px 0 3px;
}

.left {
  float: left;
}

