* {
	padding: 0;
	margin: 0;
	letter-spacing: .01em;
}

body {
	font-family: "Gotham", "Avenir", Helvetica, Arial, sans-serif;
	color: #454646;
	background-color: #dbdbdb;
	margin: 0 0;
}

.clear {
	clear: both;
}

em {
	color: #32393d;
	font-style: normal;
}

.box-shadow::before {
	-moz-box-shadow: 0px 0px 3px 1px gray;
	-webkit-box-shadow: 0px 0px 3px 1px gray;
	box-shadow: 0px 0px 3px 1px gray;
}

.rounded-three {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rounded-button {
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}

#wrapper {
	width: 1014px;
	margin: 0 auto;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif; 
}

.right {
	float: right;
}

.center {
	text-align: center;
}

#header {
	height: 130px;
	background-color: #FFFFFF;
}

#secondary-nav {
	height: 60px;
	padding: 10px 20px 0;
	
}

.et-logo a {
	height: 30px;
	width: 153px;
	display: block;
	background: url(../images/et-logo.jpg) no-repeat 0 0;
	font-size: 0;
	margin-top: 10px;
	float: left;
}

	.et-logo a:hover {
		background-position: 0 -30px;
	}

.secondary-nav-links {
	float: right;
	text-align: right;
	margin-top: 14px;
	font-size: 13px;
	color: #878d91;
}

	.secondary-nav-links ul {
		z-index: 9999;
	}
	
	.secondary-nav-links li {
		display: inline-block;
		margin-left: 20px;
	}
	
	.secondary-nav-links li a {
		text-decoration: none;
		color: #878d91;
		margin-bottom:10px;
		display: block;
	}
	
		.secondary-nav-links li a:hover {
			color: #324350;
		}
		
			.secondary-nav-links li a:hover .news {
				background-position: 0 -23px;
			}
			
			.secondary-nav-links li a:hover .arrow {
				background-position: -48px -29px;
			}
			
			.secondary-nav-links li a:hover .logout {
				background-position: -22px -24px;
			}
		
		.secondary-nav-links li a em {
			color: #32393d;
			font-style: normal;
		}
		
		.secondary-nav-links ul li ul {
			display: none;
			margin: 0 !important;
		}
			
		.secondary-nav-links ul li:hover ul {
    		display: block;
    		list-style: none outside none;
    		position: absolute;
    		width: 132px;
    		padding: 5px 4px 5px;
			margin-top: 10px;
			background: url(../images/dropdown.png) no-repeat 0 0;
			border-bottom: 1px solid #d7d7d7;
		}
		
			.secondary-nav-links ul li:hover ul li {
				color: #c11a00;
				text-decoration: none;
				display: block;
				float: left;
				text-align: left;
				clear: both;
				position: relative;
				padding: 5px !important;
				margin: 0 !important;
			}
			
			.secondary-nav-links ul li:hover ul li.first {
				margin-top: 7px !important;
			}
			
				.secondary-nav-links ul li:hover ul li a {
					border: medium none;
    				clear: both;
    				color: #778794;
    				display: block;
    				font-size: 11px;
    				padding-bottom: 0;
    				padding-top: 0;
					margin: 0 !important;
				}
				
				.secondary-nav-links ul li:hover ul li a:hover {
					color: #324350;
				}
		
.arrow {
    background: url(../images/icon-sprite.png) no-repeat -48px -6px;
    width: 10px;
    height: 7px;
    display: inline-block;
    margin-left: 8px;
}

.news {
    background: url(../images/icon-sprite.png) no-repeat 0 0;
    width: 17px;
    height: 19px;
    display: inline-block;
    margin-left: 8px;
    float: right;
}

.logout {
    background: url(../images/icon-sprite.png) no-repeat -22px -1px;
    width: 20px;
    height: 17px;
    display: inline-block;
    margin-left: 8px;
    float: right;
}

.rotate {
    background: url(../images/rotate.png) no-repeat 0 0;
    width: 20px;
    height: 17px;
    display: inline-block;
    margin-left: 8px;
    float: right;
}

#primary-nav {
	height: 60px;
	background-color: #324350;
	font-size: 13px;
	position: relative;
	z-index: 1000;
}

	#primary-nav ul {
		margin-left: 0;
	}
	
	#primary-nav ul li {
		list-style: none;
		float: left;
		text-align: center;
	}
	
	#primary-nav ul li a.incidents {
		display: block;
		width: 99px;
	}
	
	#primary-nav ul li a.status {
		display: block;
		width: 73px;
	}
	
	#primary-nav ul li a.behavior {
		display: block;
		width: 91px;
	}
	
	#primary-nav ul li a.dashboard {
		display: block;
		width: 104px;
	}
	
	#primary-nav ul li a.netflow {
		display: block;
		width: 84px;
	}
	
	#primary-nav ul li a.search {
		display: block;
		width: 75px;
	}
	
	#primary-nav ul li a.reports {
		display: block;
		width: 82px;
	}
	
	#primary-nav ul li a.myet {
		display: block;
		width: 140px;
	}
	
	#primary-nav ul li a.change {
		display: block;
		width: 118px;
	}
	
	#primary-nav ul li a.config {
		display: block;
		width: 148px;
	}

	#primary-nav ul li a {
		color: #778794;
		text-decoration: none;
		padding: 16px 0 20px;
		display: block;
		border-top: 5px solid #324350;
	}
	
		#primary-nav ul li a.active,
		#primary-nav ul li a:focus,
		#primary-nav ul li a:active,
		#primary-nav ul li:hover a {
			color: #FFFFFF;
			border-top: 5px solid #c11a00;
			background-color: #1e2c37;
		}
		
		#primary-nav ul li:hover a.active {
			color: #FFFFFF;
			border-top: 5px solid #c11a00;
			background-color: #1e2c37;
		}
		
		#primary-nav ul li ul {
			display: none;
			margin: 0 !important;
		}
	
		#primary-nav ul li:hover ul {
			background: none repeat scroll 0 0 #1E2C37;
    		display: block;
    		list-style: none outside none;
    		position: absolute;
    		width: 165px;
    		padding: 7px 4px 10px;
    		
		}
		
			#primary-nav ul li:hover ul li {
				color: #c11a00;
				text-decoration: none;
				display: block;
				float: left;
				text-align: left;
				clear: both;
				position: relative;
				padding: 11px 0;
			}
			
				#primary-nav ul li:hover ul li a {
					border: medium none;
    				clear: both;
    				color: #778794;
    				display: block;
    				font-size: 12px;
    				padding: 0 17px;
    				
				}
				
				#primary-nav ul li:hover ul li a:hover {
					color: #FFFFFF;
				}
				
		
		
/* START CONTENT FRAME */

#content {
	background-color: #FFFFFF;
}

#content-header {
	background-color: #efefef;
	padding: 20px;
}

#content-header-left {
	float: left;
}

#content-header-right {
	display: block;
    float: right;
    position: relative;
    top: 37px;
}
	
.page-title {
	font-size: 24px;
	font-family: 'titilliumtext22l_ltmedium', Helvetica, Arial, sans-serif;
	color: #3c464b;
	letter-spacing: .08em;
	margin-right: 30px;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	float: left;
}

.date-information {
	font-size: 12px;
	color: #878d91;
	padding-top: 10px;
	margin-right: 30px;
	float: left;
}
	
.rotate-button {
	font-size: 12px;
	color: #878d91;
	padding-top: 10px;
	margin-right: 30px;
	float: left;
}

.rotate-icon {
    background: url(../images/icon-sprite.png) no-repeat -82px -16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    float: left;
    cursor: pointer;
}
	
	.rotate-icon:active {
	    background-position: -82px 0;
	}

#action-dropdown {
	display: inline-block;
	text-align: center;
	padding-left: 17px;
}

.dropdown-title {
	color: #878d91;
	font-size: 11px;
	font-family: 'titilliumtext22l_ltmedium', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 6px;
}

#dropdown select {
	padding: 10px;
	border: 1px solid #dedede;
	text-decoration: none;
	font-size: 12px;
	color: #878d91;
	background: #FFFFFF;
}

	#dropdown select em {
		color: #32393d;
		font-style: normal;
	}

#dropdown.inset {
	left: 823px;
    position: absolute;
}

#dropdown.left {
    float: left; 
    padding-right: 15px;
}

#tabs {
	background-color: #EFEFEF;
    margin-bottom: -1px;
    z-index: 1000;
    margin-top: -14px;
}

#tabs li {
	color: #32393d;
	font-size: 12px;
	letter-spacing: .08em;
	font-family: 'titilliumtext22l_ltmedium', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	list-style: none;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede !important;
	border-bottom: 1px solid #dedede !important;
	margin-right: -4px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
	#tabs li.active {
		border-top: 5px solid #c11a00 !important;
		border-bottom: 1px solid #FFFFFF !important;
		background-color: #FFFFFF;
		padding-top: 10px !important;
		padding: 15px 39px;
		font-family: 'titilliumtext22lxbold', Helvetica, Arial, sans-serif;
	}

	#tabs li a {
		color: #878d91;
		text-decoration: none;
		padding: 15px 39px;
		display: block;
	}
	
		#tabs li a:hover {
			color: #32393d;
		}

.tab-gradient {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f3f3',GradientType=0 ); /* IE6-8 */
}

#data-container {
	padding: 20px;
	border-top: 1px solid #dedede;
	z-index: -1;
}

#table-wrapper {
	height: 100%;
	border: 1px solid #dedede;
	padding: 18px;
	background-color: #efefef;
	position: relative;
}

#graph {
	height: 402px;
	border: 1px solid #dedede;
	margin-bottom: 20px;
	padding: 18px;
	background-color: #efefef;
	position: relative;
}

.one-third-width {
	margin-right: 20px;
	width: 273px;
	float: left;
	display: block;
}

.one-third-width-end {
	margin-right: 0;
	width: 273px;
	float: left;
	display: block;
}

#graph-title {
	color: #3C464B;
    font-family: 'titilliumtext22l_ltmedium',Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

#graph-graphic {
	padding: 19px;
	border: 1px solid #dedede !important;
	text-align: center;
	margin-bottom: 16px;
}

#five-wide {
    margin: 30px 14px;
    float: left;
    display: block;
    position: relative;
    width: 150px;
}
		
.white-button {
	display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    text-align: left;
    background: #FFFFFF;
	padding: 12px 16px;
	text-decoration: none;
	color: #878d91;
	border: 1px solid #dedede;
}

	.white-button:hover {
		color: #324350;
	}
	
		.white-button:hover .system {
				background-position: -63px -14px;
			}

.system {
    background: url(../images/icon-sprite.png) no-repeat -63px 0px;
    width: 16px;
    height: 13px;
    float: left;
    margin-right: 13px;
    margin-top: 2px;
}

#graph-graphic.bar {
	border: none !important;
	padding: 0px !important;
	margin-bottom: 0px !important;
}

#graph.end {
	margin-bottom: 0 !important;
}

.full-width #graph-key ul {
	text-align: center;
}

.full-width #graph-key li {
	color: #878D91;
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    list-style: none outside none;
    margin-bottom: 20px;
    padding-right: 25px;
    text-align: center;
}

#graph-key li {
	color: #878d91;
	font-size: 13px;
	list-style: none;
	line-height: 13px;
	margin-bottom: 17px;
}

.circle {
	height: 12px;
	width: 12px;
	border: 1px solid #dedede;
	margin-right: 15px;
	display: block;
	float: left; 
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

	.teal {
		background-color: #2b8585;
	}
	
	.baby {
		background-color: #99c5dd;
	}
	
	.purple {
		background-color: #7d54ac;
	}
	
	.navy {
		background-color: #122c3c;
	}
	
	.gray {
		background-color: #aeaeae;
	}
	
	.critical {
		background-color: #c11a00;
	}
	
	.serious {
		background-color: #e18713;
	}
	
	.high {
		background-color: #f4e90a;
	}
	
	.medium {
		background-color: #53aea6;
	}
	
	.low {
		background-color: #6cac1a;
	}
	
/*  START FOOTER  */

#footer {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 12px 20px;
	border-top: 1px solid #DEDEDE;
	color: #878d91;
}

#footer-info {
	display: inline-block;
    float: left;
    margin-left: 44px;
    margin-top: 13px;
    text-align: center;
    width: 460px;
}

#footer-copyright {
	display: inline-block;
    float: right;
    margin-top: 13px;
    text-align: right;
    width: 300px;
}
















