/* my test file */
body {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 80%;
	color: black;
	background-color: #ffc;
	margin: 1em;
	padding: 0;
}

h1 {
	color: #ffc;
	background-color: #900;
	font-size: 2em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: italic;
	text-align: center;
	letter-spacing: 0.2em;
	border-bottom-style: solid;
	border-bottom-width: 0.5em;
	border-bottom-color: #c00; 
	/* background: white url(./metar.gif) no-repeat top right; */
}

h2 {
	color: white;
	background-color: #090;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}
#theader {
	color: white;
	border: 0;
	background-color: #090;
	font-size: 1.5em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

h3 {
	color: #999;
	font-size: 1.25em;
}
.column-dark {
	background-color: #E5E5E5;
    color: black;
	text-align: center;
	font-size: 0.8em;
}
.table-top {
	background-color: #191970;
	color: white;
	font-size: 1em;
    font-weight: bold; 
	text-align: center;
}
.column-light {
    color: black;
	text-align: center;
	font-size: 0.8em;
}
/*img {
	border-style: dashed;
	border-width: 2px;
	border-color: #ccc;
}*/
a {
	text-decoration: none;

}

strong {
	font-style: italic;
	text-transform: uppercase;
}
p {

	line-height: 1.5;

}
li {
	color: #900;
	font-style: italic;
}
#side-bar {
    background-color: #B0C4DE;
    clear: left;
    float: left;
    font-size: 85%;
    position: absolute;
    text-align: right;
    width: 9.8em;
}
#side-bar ul {
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#side-bar li {
    border-top: 1px solid #22464F;
    margin: 0;
    padding: 1ex 1em 1ex 0.5ex;
}
#side-bar a {
    background-color: transparent;
    color: black;
    text-decoration: none;
}
#side-bar a:visited {
    background-color: transparent;
    color: #666666;
    text-decoration: none;
}
#side-bar a:hover {
    background-color: transparent;
    color: yellow;
    text-decoration: none;
}
#main-copy {
    line-height: 1.5em;
    margin: 0 0 0 7.7em;
    padding: 0 1em 1ex;
    text-align: justify;
}
.thumbnail
{
float:left;
width:110px;
/* height:140px; */
margin:5px;
}
.frontwcam
{
float:left;
}

table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	width: calc(100% - 70px);
	/* width: 100%; */
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
