html {
font-family: Arial, sans-serif;
font-size: 10px;
color: #626262;
}

/*------ Links -----*/
a:link, a:active, a:visited {
color: #222;
text-decoration: none;
}

/* ----- Layout Divs---- */
#wrapper {
width: 779px;
margin: 0 auto;
}

#header {
height: 100px;
background: #019be1 url('images/header.gif') no-repeat;
margin-bottom: 12px;
}

#page_header {
height: 182px;
background: #000 url('images/page_header_bg.jpg') top left repeat-y;
}

#menu {
float: left;
width: 270px;
background-color: transparent;
}

#page_banner {
color: #fff;
margin-left: 280px;
padding-top: 65px;
padding-left: 20px;
}

#main {
margin-bottom: 12px;
}

#main_sub {
float: left;
width: 270px;
background-color: #fff;
font-size: 1.1em;
}

#main_content {
margin-left: 280px;
padding-right: 20px;
background-color: #fff;
padding-top: 6px;
}

#footer {
clear: both;
background: #e7e7e7 url('images/sidebar_h1_bg.jpg') top left repeat-y;
margin-left: 26px;
font-size: 1em;
padding: 6px 2px 6px 20px;
color: #019be1;
}

/* ---- Page banner Styling -----*/
#page_banner h1 {
font-size: 2.2em;
line-height: 1.1em;
margin: 0;
padding: 0;
font-weight: bold;
letter-spacing: -1px;

}

#page_banner h2 {
font-size: 1.7em;
line-height: 1.2em;
margin: 0;
padding: 0;
font-weight: normal;
}

#page_banner h3 {
font-size: 1.1em;
line-height: 1.1em;
margin: 0;
padding: 0;
font-weight: normal;
}

img.page_banner_img {
float: right;
display: inline;
padding: 0;
margin: -61px 4px 0 0;
}

/* ----- Content Styling -----*/

#main_content {
font-size: 1.2em;
padding-bottom: 20px;
}

#main_content dl, #main_content dd, #main_content ul {
list-style-image: url(images/blue_arrows.gif);
line-height: 1.3em;
}

#main_content h1 {
background-color: #e7e7e7;
border-left: 4px solid #4c4c4c;
font-size: 1.3em;
color: #019be1;
padding: 0 3px 6px 7px;
width: 200px;
letter-spacing: -1px;
}

#main_content h3 {
font-size: 1.2em;
}

#main_content h2.section {
border-top: 2px solid #ddd;
padding-top: 12px;
}

#main_content p {
color: #626262;
text-align: justify;
padding-left: 10px;
}

#main_content b {
color: #444;
}



/*---- Sidebar Styling -----*/
#main_sub h1 {
background: #e7e7e7 url('images/sidebar_h1_bg.jpg') top left repeat-y;
margin-left: 26px;
font-size: 1.2em;
padding: 5px 2px 5px 20px;
}

#main_sub p, #main_sub ul {
margin-left: 33px;
text-align: justify;
list-style-image: url(images/blue_arrows.gif);
line-height: 15px;
}

#main_sub li.sub a:link, #main_sub li.sub a:active, #main_sub li.sub a:visited {
padding: 3px 0;
}

#main_sub li.sub a:hover{
color: #019be1;
}



#main_sub li.this_step {
list-style-image: url(images/blue_arrow2.gif);
}

#main_sub li.completed_step {
list-style-image: url(images/tick.gif);
}


#main_sub strong {
color: #019be1;
}

#main_sub a:link, #main_sub a:active, #main_sub a:visited {
color: #222;
text-decoration: none;
}

#main_sub a:hover {
color: #019be1;
}


#main_sub a:hover.nolink {
color: #000;
text-decoration: none;
}

#main_sub .login_box a:hover {
color: #fff;
text-decoration: none;
}



#main_sub ul.member_info {
margin-left: 20px;
padding-left: 0;
left-indent: 0;
list-style-image: url(images/white_arrows.gif);
}





/* ----- Menu Styles ------*/
#menu ul, #menu li {
list-style-type: none;
font-size: 1.05em;
text-align: right;
}

#menu li {
line-height: 2em;
}

#menu li a:link, #menu li a:active, #menu li a:visited {
color: #222;
text-decoration: none;
background: #fff url('images/menu_list_marker.jpg') center right no-repeat;
margin-right: 20px;
padding: 3px 20px 3px 0;
}

#menu li a:hover {
text-decoration: none;
background: #444 url('images/menu_list_hover.jpg') center right no-repeat;
margin-right: 20px;
padding: 3px 20px 3px 10px;
color: #fff;
}

/* ----- Header Links ----- */
#header_links, #header_links a:link, #header_links a:active, #header_links a:visited {
color: #fff;
text-align: right;
padding: 80px 10px 0 0;
font-size: 0.9em
}

#header_links a:link, #header_links a:active, #header_links a:visited {
text-decoration: none;
padding: 0 10px 0 10px;
}

#header_links a:hover {
text-decoration: underline;
}

/* ----- Login Box -----*/
.login_box {
background: #969696 url('images/login_box_bg.jpg') top left repeat-y;
min-height: 55px;
padding: 2px 3px 2px 43px;
margin-bottom: 18px;
color: #fff;
}

/*----- Forms -----*/
form.side_form fieldset {
  margin-bottom: 5px;
background-color: #969696;
padding-bottom: 0;
}
form.side_form legend {
  padding: 0 2px;
  font-weight: bold;
}
form.side_form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

form.side_form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.side_form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.side_form fieldset fieldset label {
  display: block;
}
form.side_form input {
font-size: 0.95em;
padding: 1px;
border: 0;
margin: 0 3px;
}

form input:active, form input:focus, form textarea:active, form textarea:focus {
  background-color:#DDD !important;
}

form fieldset {
padding-bottom: 10px;
}


/*-----Main Content -------*/
#main_content a:link, #main_content a:active, #main_content a:visited {
color: #13658a;
text-decoration: none;

}

#main_content a:hover {
text-decoration: underline;
background: #fbfcec;
}


.text_link #main_content a:link, .text_link #main_content a:active, .text_link #main_content a:visited  {
color: #003366;
text-decoration: none;
}

.text_link a:hover {
text-decoration: underline;
}


/*----- Record Entry ------ */
.record {
border: 2px solid #5e5e5e;
padding: 0;
margin: 6px 0;
background: #fff url(images/record_bg.jpg) repeat-x;
background-position: 0 25px;
}

.record_title {
/*background: #5e5e5e;
color: #fff;*/
background: #b4e2ec;
color: #000;
padding: 5px;
font-size: 1.1em;
border-bottom: 1px solid #bbb;
}

.record_entry {
padding-right: 4px;
padding-left: 4px;
}


/*---- Misc ---- */
.error {
color: #ED2E38;
font-weight: bold;
padding-left: 20px;
background: url('./images/error.gif') no-repeat left center;
height:15px;
vertical-align: bottom;
}

.print_header {
display: none;
}

.ogi_box1 {
border: 1px solid #000;
padding:  3px 10px;
background: #cef;
margin: 7px 0;
}

.ogi_box2 {
border: 1px solid #000;
padding: 3px 10px;
background: #fff;
margin: 7px 0;
}
/*----- Credits -----*/
#Web_Designers {
display: inline-block;
float: right;
text-align: right;
padding: 0 9px;
}

#Web_Designers a:link, #Web_Designers a:active, #Web_Designers a:visited {
color: #019be1;
text-decoration: none;
}
#Web_Designers a:hover {
text-decoration: underline;
}

img.border_right {
float: right;
padding: 3px;
margin: 4px 0 4px 4px;
border: 1px solid #e7e7e7;
}

img.border_left {
float: left;
padding: 3px;
margin: 4px 4px 0 4px;
border: 1px solid #e7e7e7;
}

/* Threat Level Info */
.Low{
background:#d9ecd0;
padding: 0 3px;}

.Moderate{
background:#3d57a7;
padding: 0 3px;
color: #fff;}

.Substantial{
background: #f7ec17;
padding: 0 3px;}

.Severe{
background: #f47c20;
padding: 0 3px;}

.Critical {
background-color: #ee3624;
color: #fff;
padding: 0 3px;}

.threat_level table {
border: 1px solid #036;
border-collapse: collapse;
}

.threat_level th {
  background-color: #CEDBED;
  color: #036;
  font: .9em Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: 700;
  padding: 4px;
  text-align: center;  
border: 1px solid #036;
  
}

.threat_level td {
  color: #036;
  font: .9em Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: 500;
  padding: 7px 4px; 
border: 1px solid #83afdb;
border-top: 0;
}


.nobg th, .nobg td {
background-color: #fff;}

.important {
padding: 10px;
margin: 0 10px;
border: 4px solid #ff0f0f;
}

.status_box {
border: 1px solid #5e5e5e;
padding: 0;
margin: 6px 0;

background: #fff url(images/record_bg.jpg) repeat-x;
}

.status_box2 {
border: 1px solid #5e5e5e;
padding: 0;
margin: 6px 0;

background: #fff;
}

.theader {
background: #e7e7e7;
color:#019be1;
font-size: 110%;
font-weight: bold;
padding: 2px;
border-left: 4px solid #4c4c4c;
}

.side_table {
color: #333;
font-size: 90%;
width: 270px;
border: 1px solid #4c4c4c;
}
