@charset "utf-8";
/* CSS Document */
@viewport {
  width: device-width ;
  zoom: 1.0 ;
} 
/* code that is here, until the first @media block, will apply to any screen size */
#somethingorother {
  width: 800px ;
}

@media screen and (max-width: 320px) {
  /* comes into effect for screens less than or equal to 320 pixels */
  #somethingorother {
    width: 120px ;
  }
}
@media screen and (min-width: 321px) and (max-width: 480px) {
  /* comes into effect for screens between 321 and 480 pixels (inclusive) */
  #somethingorother {
    width: 320px ;
  }
}
@media screen and (min-width: 481px) {
  /* comes into effect for screens larger than or equal to 481 pixels */
  #somethingorother {
    width: 480px ;
  }
}

/* code that is above will apply to any smart phone screen size */ 
.boxitleft {
	float:left;
	position:relative;
	top:10px;
	left:0px;
	width:400px;
	height:180px;
	border-color:#000000;
	border:solid;
	border-width:1px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
.boxitright {
	float:left;
	position:relative;
	top:10px;
	left:10px;
	width:400px;
	height:180px;
	border-color:#000000;
	border:solid;
	border-width:1px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
.boxitcenter {
	float:left;
	position:relative;
	top:10px;
	left:0px;
	width:812px;
	height:auto;
	border-color:#000000;
	border:solid;
	border-width:1px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}
.divbar{
	width:400px;
	height:20px;
	border-color:#000000;
	border:solid;
	border-width:0px;
	/*background-color:#000080;*/
	text-align:center;
	font-size:14px;
	color:#FFFF00;
background: rgb(61,61,61); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(61,61,61,1) 0%, rgba(17,9,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,61,61,1)), color-stop(100%,rgba(17,9,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#1109ed',GradientType=0 ); /* IE6-9 */

}
.fivedaytd {
	border-right:1px;
	border-right-style:solid;
}
.models {
	position:relative;
	top:67px;
	left:2px;
	width:150px;
	height:186px;
	color:#0000FF;
	border:solid;
	border-width:1px;
	font-weight:bold;
	font-size:11px;
}
.note {
	float:left;
	position:relative;
	top:10px;
	left:0px;
	width:820px;
	font-size:10px;
	color:#000000;
	text-align:center;
	clear:right;
	}
.padtable{
	padding:4px 0 0 4px;
}
.skycamtitle {
	float:left;
	position:relative;
	top:0px;
	left:0px;
	width:823px;
	height:30px;
	border-color:#000000;
	border:solid;
	border-width:0px;
	font-size:18px;
	font-weight:bold;
	color:#FFFF00;
	text-align:center;
	margin:0 0 10px 0;	
	background: rgb(61,61,61); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(61,61,61,1) 0%, rgba(17,9,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,61,61,1)), color-stop(100%,rgba(17,9,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#1109ed',GradientType=0 ); /* IE6-9 */

}
.top100 {
	float:left;
	position:relative;
	top:10px;
	left:0px;
	width:830px;
	height:auto;
	border-color:#000000;
	border:solid;
	border-width:1px;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin-bottom:20px;
	margin-top:20px;
	}

.divbartop100{
	width:830px;
	height:30px;
	border-color:#000000;
	border:solid;
	border-width:0px;
	/*background-color:#000080;*/
	text-align:center;
	font-size:18px;
	color:#FFFF00;
	padding: 4px 0 0 0;
background: rgb(61,61,61); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(61,61,61,1) 0%, rgba(17,9,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,61,61,1)), color-stop(100%,rgba(17,9,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(61,61,61,1) 0%,rgba(17,9,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#1109ed',GradientType=0 ); /* IE6-9 */
}
/* used to alternate colors for rows in a table

.top100 tr:nth-child(odd) {
	background-color:none;
}
.top100 tr:nth-child(even) {
	background-color:#CCCCCC;
}
*/
.top100 table {
	padding-left:0px;
	margin-left:10px;
}
td.thisyear
{
border-style:dotted;
border-width:1px;
border-color:#000000;
text-align:left;
background-color:#FFFF93;
color:#FFFFFF;
}
.datetime {
	position:relative;
	left:0px;
	top:4px;
	width:800px;
	height:20px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
.rotatetext {
	-webkit-transform: rotate(-90deg);/* Safari */
	-moz-transform: rotate(-90deg);/* Firefox */
	-ms-transform: rotate(-90deg);/* IE */
	-o-transform: rotate(-90deg);/* Opera */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);/* Internet Explorer */
}