/* CSS Document */

body {
	margin: 14px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #86ABA7;
	background: #86ABA7;
}

.stat {
            font: normal 9px Verdana, Arial, Helvetica, sans-serif;
			margin: 0px 0px 0px 10px;
			color: #336666;	
}

#camera_shot {
	margin: 0;
	padding: 0;
	width: 702px;
	height: 573px;
}

#logo {
	margin: 0;
	padding: 45px 0 0 0;
	width: 702px;
	height: 32px;
	background: url(../images/popup_logo.gif) top no-repeat;
	
}

#popup_line1 {
	margin: 0;
	padding: 0;
	width: 99px;
	height: 32px;
	float: left;
	display: block;
	overflow: hidden;
	background: url(../images/popup_line1.gif) no-repeat;
}

#previous_button {
	margin: 0;
	padding: 0;
	width: 66px;
	height: 32px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(../images/previous_button.gif) no-repeat;
}

#next_button {
	margin: 0;
	padding: 0;
	width: 56px;
	height: 32px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(../images/next_button.gif) no-repeat;
}

#refresh_button {
	margin: 0;
	padding: 0;
	width: 72px;
	height: 32px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(../images/refresh_button.gif) no-repeat;
}

#popup_line2 {
	margin: 0;
	padding: 0;
	width: 165px;
	height: 32px;
	float: left;
	display: block;
	overflow: hidden;
	background: url(../images/popup_line2.gif) no-repeat;
}

#popup_line3 {
	margin: 0;
	padding: 0;
	width: 360px;
	height: 32px;
	float: left;
	display: block;
	overflow: hidden;
	background: url(../images/popup_line3.gif) no-repeat;
}

#timelapse_button {
	margin: 0;
	padding: 0;
	width: 114px;
	height: 32px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(../images/timelapse_button.gif) no-repeat;
}

#webcam_button {
	margin: 0;
	padding: 0;
	width: 114px;
	height: 32px;
	overflow: hidden;
	display: block;
	float: left;
	background: url(../images/webcam_button.gif) no-repeat;
}

a.popup{
	margin: 0;
	padding: 0px;
	height:100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
}