﻿body
{
	margin: 0;
	padding: 0;
	background: #E6EEEE url(images/bg.gif) repeat-x;
	/*text-align:center;*/
	font-size: 78%;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	text-align: center;
}


p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
	

}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Georgia, serif; 
	color: #534B48; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 
{
	font-family: Calibri, Verdana, Tahoma, Arial;
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
a:link {
	color: #59708C;
}
a:visited {
	color: #5C6C7D;
}
a:hover, a:active {
	color: #8CA0B4;
	text-decoration: none;
}
blockquote {
	margin: 0 20px;
	padding: 0.05em 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(images/commentalt.gif) repeat-y;
	font-size: 0.9em;
}
code {
	color: #666;
}
input, textarea, select {
	background-color: #FFF; 
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
}
form {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
}

#ctl00_Menu1
{
	background-color: #d5daed;
	width: 100%;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 3px;
	text-align: center;
	font-variant: small-caps;
}

.menuStatic
{
	/*padding: 10px 10px 10px 10px;*/
}

.menuStaticHover
{
	background-color: #f1e7e7;
}

.menuStaticSelected
{
	background-color: #95b8bc;
}

.menu
{
	background-color: #ff0000;
	
}


/* Layout */ 

.header {
	
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}


#header {
	width: 704px;
	background: #FFFFFF;
	/*padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;*/
}
	/* Header styles */
	#header h1 {
		margin: 0;
		padding: 10px 0px 0px 0px;
		font-size: 2em;
		line-height: 40px;
	}
	#header h1 a {
		text-decoration: none;
	}
	#header p {
		margin: 0;
		padding: 5px 0 0 15px;
	}
	
	
	
.content {
	/*float: left;*/
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	width: 704px;
	min-height: 600px;
	background: #FFFFFF;
	/*text-align:  center;*/
} 	
#content {
	/*float: left;*/
	/*padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;*/
	width: 704px;
	min-height: 600px;
	background: #FFFFFF;
	/*text-align:  center;*/
} 

#contentPH
{
	
}

.camImg
{
	position: relative;
	left: 1px;
	top: 0px;
	z-index: 1;
	width: 704;
	height: 480;
	/*background-image: url('images/camRefreshImg.gif');*/
}

.camAccessingImg
{
	position:absolute;
	left: 252px;
	top: 385px;
	z-index:2;
	width:704;
	height:480;
	
}

.camImgDlink
{
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 640;
	height: 480;
	background-image: url(images/camRefreshImgDlink.gif);
}

.camAccessingImgDlink
{
	position:absolute;
	left: 252px;
	top: 315px;
	z-index:2;
	width:704;
	height:480;
	
}

.ajaxprogress
{
	background-color:Yellow;
	font-weight:bold;
	font-size:large;
}
