﻿blockquote
{
	margin-left: 50px;
}
blockquote code
{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.statusOFF 
{
	color: red;
	font-weight: bold;
}
.statusON
{
	color: green;
	font-weight: bold;
}

.newsArticle { display: block; padding: 5px;}

.newsArticle h1
{
	font-size: 12pt;
	font-weight: bold;
}
.newsArticle p
{
	color: grey;
	font-size: 8pt;
}

#phishing
{
    width: 220px;
	height: 245px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	margin-top: 50px;
	margin-right: 15px;
	float: right;
}
#infodisc
{
    width: 800px;
	height: 380px;
	overflow: hidden;
	border: 1px solid #DCDCDC;
}
#topnav
{
	margin-top: 30px;
	width:610px;
	height:175px;
	border:none;
	overflow: hidden;
}
#popups
{
	float: left;
	width: 350px;
	height: 400px;
}
#popups2
{
	float: left;
	width: 400px;
	height: 400px;
}

iframe 
{
    border: none;
    display: block;
    width: 100%;
}
input[type='submit'] {
	background-color: white;
	color: black;
	border: 2px solid blue;
	border-radius:5px;
}
input[type='submit']:hover {
	background-color: blue;
	color: white;
	cursor: pointer;
}


#tabmenu {
	border-bottom: 1px solid #DCDCDC;
	z-index: 1;
	padding-left: 10px; 
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#tabmenu a, #tabmenu a.active {
	color: #00a3ef;
	border: 1px solid #DCDCDC;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}

#tabmenu a.active {
	background: white;
	border-bottom: 3px solid white; 
}

#tabmenu a:hover {
	color: white;
	background-color: #00a3ef; 
}
		
#DemoContent div[id] {
	padding: 20px;
	border: 1px solid #dcdcdc;
	border-top: none;
	z-index: 2;
	display:none;
}
	
#DemoContent div.active {
	display:block;
	height:100%; 	
}

#DemoContent {
	height:540px;
	margin-bottom: 100px;
}



