﻿div.camcontrols a:focus{
  outline: none; /* remove the dotted border on buttons for firefox */
}

#logincontainer{
	display: none;
	width: 100%;	
}

.txtbottom img{
  vertical-align: text-bottom;
}

div.camviewcontainer, div.camviewcontainer2{
	background-repeat: repeat-x;
	font-family: verdana;
	border: 1px solid #7b7b7b;
  -webkit-border-radius: 5px;    /* for Safari */
  -moz-border-radius: 5px;       /* for Firefox */
  border-radius: 5px; /* CSS3 */
  padding-bottom: 3px;
  text-align: left;
  
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  
  /*float: left;*/
}


div.camcontrolcontainer{
  min-width: 640px;
	border-bottom: 1px solid #7b7b7b;
	    background: none repeat scroll 0 0 #F4F4F4;
}


div.camrow1{
  margin: 2px 2px 1px 2px;
  height: 58px;
}

div.camrow2{
  margin: 1px 2px 2px 2px; 
}

div.camrow1 a:focus, div.camrow2 a:focus{
  outline: none; /* remove the dotted border on buttons for firefox */
}

div.camrow1 span a{
  vertical-align: -8px;
}

div.camlogo{
	float: right;
  margin: 4px 4px 0px 0px;
}

div.camlogoleft{
  float: left;
  margin: 4px 16px 0px 4px;
}


#wmglogo{
	border: 0px;
	height: 16px;	
	width: 170px;
}

#camlogin{
  display: none;
  position: absolute;
  float: left;
  margin-top: 20px;
  /*top: 50px;*/
}

div.camviewlogin{
  background-color: white;
	background-repeat: repeat-x;
	font-family: verdana;
	border: 2px solid #aaa;
  -webkit-border-radius: 5px;    /* for Safari */
  -moz-border-radius: 5px;       /* for Firefox */
  border-radius: 5px; /* CSS3 */
  
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.6);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.6);*/
  box-shadow: 4px 4px 4px rgba(0,0,0,0.6);

  margin: 60px 0px 0px 180px;
  width: 330px;
}

div.camviewtitle{
  border-bottom: 1px solid #7b7b7b;
  font-weight: bold;
  margin-left: 4px;
}

div.camviewerror{
  margin: 4px; 
}


div.camviewer{
/*	min-height: 480px; */	
/*  height: auto !important; /* IE hack */
/*  height: 480px; /* IE hack */	

}

img.videobtn{
	border: 0px;	
	height: 25px;
	width: 25px;
}

div.loginbtn{
	float: right;	
	font-size: 14px;
	font-weight: bold;
  margin-right: 4px;
}

div.spacer{
  clear: both;
  line-height:1px;
}
