@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000000;
}
img {
	border: 0;
	}
#prod_level {
   position: relative;
   color: #228b22;
   margin-top: 10px;
   text-transform: uppercase;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 24px;
   font-weight: bold;
   text-align: center;
   z-index: -5000;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 3%
}
	
header h1 {
    border-bottom: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
    font-weight: bold;
	color: #4A3C31;
	height: 33px;
	border-bottom: 1px solid #4A3C31;*/
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

h1 #titlebar {
   margin-top: 5px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #8F8F8F;
	margin-left: 15px;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #0F0F0F;
	margin-left: 15px;
	font-weight: bold;
}

form > h3 {
    margin-left: 0px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
}

p, ul, ol, {
	font-family: Arial, Helvetica, sans-serif;
	color: #474747;
	font-size: 13px;
	line-height: 18px;
	margin-left: 15px;
}

#mainsection > form {
    margin-left: 15px;
}

#mainsection > p {
    margin-left: 15px;
    margin-right: 15px;
}

#mainsection > table {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}

.bardiv {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    margin-left: 15px;
    padding-bottom: 20px;
}


body {
  background-color: #E1D8B7;
  color: #222;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 15px;
}

#nav_container {
  background-color: #fff;
  display: block;
  width: 100%;
  position: relative;
  height: 30px;
}

#nav_title {
  margin: 0px 25px 20px;
  padding-top: 5px;
  width: 250px;
  position: absolute;
  float: left;
  font-weight: bold;
}

#nav_title a {
  color: #404041;
  font-size: 1.125em;
  font-weight: 300;
  text-decoration: none;
  font-weight: bold;
}

nav {
  background-color: #fff;
  /*border: 1px solid #dedede; */
  /*border-radius: 4px;*/
  /*box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);*/
  color: #888;
  display: block; 
  margin: 0px 0px 0px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: hidden;
  width: 990px;
  /*position: relative; */
}

nav ul {
    margin: 0;
    padding: 0;
    float: right;
    z-index: 200;
}

nav ul li {
    display: inline-block;
    list-style-type: none;
      
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
      
nav > ul > li > a > .caret {
    border-top: 4px solid #aaa;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    vertical-align: middle;
  
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear; 
}


nav > ul > li > div ul > li > a > .caret {
        border-left: 4px solid #aaa;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        vertical-align: middle;
        
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear;

}

nav > ul > li:hover > a > .caret {
    border-top-color: rgb( 0, 0, 0 );
}

nav > ul > li:hover > div ul > li:hover > a > .caret {
    border-left-color: rgb( 255, 255, 255 );
}

nav > ul > li > a {
    color: #000000;
    display: block;
    line-height: 20px;
    padding: 0 24px;
    text-decoration: none;
}

nav > ul > li:hover {
    background-color: rgba( 255, 255, 255, 1 );
    text-decoration: none;
}

nav > ul > li:hover > a {
    color: rgb( 0, 0, 0 );
    text-decoration: none;
}

nav > ul > li > div {
    background-color: rgb( 255, 255, 255 );
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    diplay: none;
    opacity: 0;
    position: absolute;
    width: auto;
    visibility: hidden;
  
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}

nav > ul > li > div ul > li > div {
    background-color: rgb( 255, 255, 255 );
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    diplay: none;
    opacity: 0;
    position: absolute;
    width: auto;
    visibility: hidden;
    margin-left: auto;

    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
 }


nav > ul > li:hover > div,
nav > ul > li > div ul > li:hover > div {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 200;
}

nav > ul > li > div ul > li {
    display: block;
    border-bottom: 1px solid #aaa;
}

nav > ul > li > div ul > li > a {
    color: #000;
    display: block;
    padding: 6px 12px 6px 12px;;
    text-decoration: none;
}

nav > ul > li > div ul > li:hover > a {
    background-color: rgba( 125, 17, 12, 1 );
    color: #FFF;
    text-decoration: none;
}

nav > ul > li > div ul > li > div {
        margin-top: -32px;
        display: table;
        position: absolute;
        left: 100%;
}

p a, li a, table a, h2 a, h3 a {
	text-decoration: none;
	color: #7d110c;
}

p a:hover, li a:hover, table a:hover {
        text-decoration: underline;
}

pre {
  margin-left: 15px;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.red{
	color: #7d110c;
	}

.green{
	color: green;
	}

.yellow{
	color: #c78036;
	}

.tutorial{
  max-width: 100%;
  color: black;
  margin-right: 15px;
}

.tutorial > h3 {
    margin-left: 0px;
}

.originalnotice {
  color: black;
  }
  
#page{
	/*margin-top: 30px;*/
    width: 100%;
	background-color: #E1D8B7;
    margin-bottom: 8px;
}

#mainsection {
 position: relative;
 justify-content: center;
 /*min-height: 580px;*/
 /*min-width: 1200px;*/
 width: 1000px;
 overflow: auto;
 background-color: #FFFFFF;
 margin-left: auto;
 margin-right: auto;
 margin-top: 8px;
 margin-bottom: 28px;
 padding-bottom: 10px;
 padding-top: 1px;
 padding-left: 10px;
 padding-right: 10px;
 border-radius: 10px;
 box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
}

#noborder {
 position: relative;
 width: 970px;
 margin-right: auto;
 margin-left: auto;
}

/* I started table style from one named MediaGroove @ http://www.nonamedesign.info/table_gallery/mediagroove.css */

table {
  border-collapse:collapse;
  border:0px solid #777777;
 /*margin-left: 15px;*/
  margin-right: 15px;
  table-layout: auto;
}

#it_pro_phish {
  border-collapse:collapse;
  border:0px solid #777777;
  margin-left: 15px;
  margin-right: 15px;
  table-layout: fixed;
  width: 970px;
}

.row_incident {
  width: 4%;
}

.row_date {
  width: 6%;
}

.row_from_address {
  width: 10%;
}

.row_reply_to_url {
  width: 25%;
}

.row_source_ip {
  width: 8%;
}

.row_subject {
  width: 25%
}


#noborder table {
  border:0px;
}

thead tr,th {
	    background: url(bg_td1.jpg) repeat-x top;
        font-size: 0.9em;
        line-height: 1.4em;
        font-family: Arial, Helvetica, sans-serif;
        padding: 5px 3px;
        border-top: 1px solid #DDDDDD;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        /*text-align: center;*/
        font-weight: bold;
        color: #777777;
}

thead > tr > th {
        text-align: center;
        /*width: 20px;*/
}

/*
thead > tr > th #fixed {
        text-align: left;
        width: 400px;
        word-wrap:break-word;
}
*/

tbody tr {
	color: #707070;
}

tbody tr.odd {
	background: #EEEEEE;
}

tbody tr.blocked {
        color: #7D110C;
}

tbody tr.oddblocked {
	background: #EEEEEE;
        color: #7D110C;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
  padding: 5px 3px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
    word-wrap:break-word;
}

#noborder td {
  /*padding: 5px 5px;*/
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

tfoot {
	background: url(bg_total.jpg) repeat-x bottom;
	font-size: 0.8em;
  line-height: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 3px;
  border-top: 1px solid #DDDDDD;
  text-align: left;
}

tr.progresstd {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

td.progresstd {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;	
}

.striken {
  text-decoration: line-through;
}

.hidden {
  display: none;
}

input:not(:focus):required:invalid:not([value]):not([type="radio"]) {
    box-shadow: 0 0 4px rgba(238, 163, 81, 1);
    border: 2px solid #FF4040;
}
input:not(:focus):optional:invalid:not([type="radio"]) {
    box-shadow: 0 0 4px rgba(238, 163, 81, 1);
    border: 2px solid #FF4040;
}


