@charset "utf-8";

.dcountstyle{ /*Example CSS to style count up output*/
font: bold 16px Arial;
padding: 3px;
}

.dcountstyle sup{ /*Example CSS to style count up output*/
font-size: 90%
}


      div.calendar {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
      }
      div.calendar table {
        width: 100%;
      }
      div.dateField {
        width: 140px;
        padding: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        color: #555;
        background-color: white;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
      }
      div#popupDateField:hover {
        background-color: #cde;
        cursor: pointer;
      }


body {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;/* IE 10 and below */
}
#subheader p {
	font-size: 36px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

li {
	margin-left: 10px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	background-image: url(file:///G|/Drive/www/linkshop/pics/redfade.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	color: #CC9900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	color: #CC9900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;





	padding-left: 1
.%;
	background-image: url(../pics/statictitle.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 200px;
	background-color: #000;
}

#webcams {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../pics/dgrey037.jpg);
	background-repeat: repeat;
	height: 25px;
}


#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 50px;
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
  #webcams { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }                                
  #footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}                                
}


@media screen and (min-width: 0px) and (max-width: 800px) {
  #header { display: none; }  /* show it on small screens */
}
  #webcams {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 25px;
}                                
                                 
  #footer { clear: both;  float: left;  margin-left: 0;  width: 100%;  display: block; }                                
} 
@media screen and (min-width: 0px) and (max-width: 1200px) {
}                                


@media screen and (min-width: 801px) and (max-width: 1920px) {
  #header { display: block; }   /* hide it elsewhere */
}
@media screen and (min-width: 0px) and (max-width: 1200px) {
}                                        



#leftdiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
}
#centerdiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
}
#rightdiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
}
#subheader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(../pics/dgrey037.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	height: 50px;
}
@media screen and (min-width: 0px) and (max-width: 480px) {

  #subheader {
	margin-top: 200px;
}  /* show it on small screens */
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  #header { display: none; }  /* show it on small screens */
}

@media screen and (min-width: 801px) and (max-width: 1920px) {
  #header { display: block; }   /* hide it elsewhere */
}
#leftdiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#centerdiv {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#rightdiv {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#subheader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #subheader {
	margin-top: 200px;
}  /* show it on small screens */
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#leftdiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32%;
	display: block;
}
#centerdiv {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 32%;
	display: block;
}
#rightdiv {
	clear: none;
	float: right;
	margin-left: 2.0408%;
	width: 31.7%;
	display: block;
}
#subheader {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
