html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color: black;
}

.hide { display: none; }

div.status {
  font-weight: bold; 
  color: #0000dc;
}
div.centered_content {
  width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}

div.menu_bar {
  margin: 0;
  min-height: 1px;
  float: left;
  width: 180px;
  box-sizing: border-box;  
  position: relative;
}

div.welcome {
  font-size: 10pt; font-weight: normal; color: #0000C0;
}

div.colend {
  clear: both;
  height: 0.03125in;
}

div.spacer {
  height: 0.125in;
  clear: both;
}

div.main_content {
  margin: 0;
  min-height: 1px;
  float: left;
  width: 800px;
  padding-left: 10px;
  box-sizing: border-box;  
}

div.menu_panel img {
  margin-bottom: 2px;
}

table {
  border-collapse: collapse;
}

p div td span input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000;  
}

a:link, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #cc3333;
  text-decoration: none;
}

input[type="text"], input[type="date"], input[type="password"], textarea, select {
    border: 1px solid #777777;
    border-radius: 4px;
}


/* SCREEN AND PRINT */
@media Screen { 
    .printOnly { display: none }
}
@media Print { 
    .screenOnly { display: none }
}
