
#header {
	width: 100%;
	margin: 2px auto;
	background-color: #DDD;
	color: #333;
	border: 1px solid gray;
}

body {
	margin: 0;
	padding: 4px;
	border: 0;
	outline: 0;
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:#E4E6EB;
/*	vertical-align: baseline;       */
}

/*Credits for navigation Tabs go to Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.AnimatedTabs{
	margin-top: 5px;
	border-bottom: 1px solid gray;
	overflow: hidden;
	width: 100%;
	font-size: 14px; /*font of menu text*/
	background-color: #DDD;
}


.AnimatedTabs ul{
	list-style-type: none;
	margin: 0;
	margin-left: 20px; /*offset of first tab relative to page left edge*/
	padding: 0;
}

.AnimatedTabs li{
	float: left;
	margin: 0;
	padding: 0;
}

.AnimatedTabs a{
	float: left;
	position: relative;
	top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url(images/tab-blue-left.gif) no-repeat left top;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
}

.AnimatedTabs a span{
	float: left;
	position: relative;
	display: block;
	background: url(images/tab-blue-right.gif) no-repeat right top;
	padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.AnimatedTabs a span {float:none;}
/* End IE5-Mac hack */

.AnimatedTabs .selected a{
	background-position: 0 -125px;
	top: 0;
}

.AnimatedTabs .selected a span{
	background-position: 100% -125px;
	color: black;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

.AnimatedTabs a:hover{
	background-position: 0% -125px;
	top: 0;
}

.AnimatedTabs a:hover span{
	background-position: 100% -125px;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

#content {
	clear: both;
	margin-top: 5px;
	padding: 0;
}

iframe {
	overflow:auto;
	margin:0;
	padding:0;
}

#statusbox {
	clear: both;
	border: 1px solid gray;
	font-weight: bold;
	margin-top: 10px;
}

#statusbox h4 {
	text-align: center;
}

#keys {
	/* clear: both;     */
	font-weight: bold;
	font-size: 11pt;
	padding: 0;
}

#keys br {
        line-height: 6px
}

.key {
	font-family: "Courier New", Courier, monospace;
}

.keystatus{
	color: red;
	font-size: 80%;
}

.keytitle {
	font-weight: bold;
}

.keydate{
	font-size: 80%;
}

#softcams img{
	border: 2px solid ;
	width: 125px;
	height: 60px;
}

#footer{
	clear: both;
	font: bold 9pt Verdana;
	margin-top: 60px;
	text-align: center;
}