/* EAS Customize */
.status
{
	width:100%;
	height:100px;
	min-height:100px;
	text-align:center;
	font-family: Arial; 
	font-size:14px;   
	vertical-align:top; 
	text-align:center;
	padding: 20px;
}

.error
{
	color:Crimson;
}

.instruction
{
	height:100px;
	text-align:center;
	font-family: Arial; 
	font-size:12px;   
	vertical-align:bottom; 
	text-align:center;
	padding: 20px;
}

.vSpacer 
{
	height: 60px;
}

div.empty
{
	background-color: white;
    height: auto;
    overflow: visible;
    padding: 0;
}
div#error {
  background-color: #FFCCCC;
  height: 40px;
  padding: 20px;
  position: relative;
}

/*Generic CSS start there*/

* {
  margin: 0;
}

body {
  background-color: #ccc;
  margin: 0;
}

body, td, th, input, textarea, select, legend {
  color: #333;
  color: #27455F;
  color: #3A688F;
  font: 12px Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #4d8abe;
  color: #3A688F;
  font-family: Arial, sans-serif;
  margin: 0 0 10px 0;
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 89%; }
h6 { font-size: 60%; }


.right {
  text-align: right !important;
}

a {
  color: #4d8abe;
}

img {
  border: none;
  vertical-align: middle;
}

pre {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 0 10px 0;
}

ol {
  margin-left: 30px;
  margin-bottom: 10px;
}

ul {
  margin-left: 30px;
  margin-bottom: 10px;
}

ul.radioButtons {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}

div.aup ol, div.aup ul {
  margin-left: 0px;
  margin-bottom: 10px;
}

/* MAJOR PAGE SECTIONS */

div#body {
  background-color: white;
  border: 1px solid #888;
  width: 800px;
  margin: 10px auto;
}

div#header {
  background: url(oneid_header.png) no-repeat;
  height: 110px;
  position: relative;
}
div#ehealth-logo {
  background: url(../images/Bilingual_Logo_White_H80.png) no-repeat scroll 10px 6px transparent;
  width: 210px;
  height: 100px;
}
div#oneid-logo {
  /* background: url("../images/oneid-logo.png") no-repeat scroll 0 0 transparent; */
  width: 173px;
  height: 71px;
}

div.titleText {
  display: none;
}

div#middle {
  background-color: white;
  margin: 0 10px;
  height: 1%;
}

ul#topNav {
  position: absolute;
  top: 75px;
  right: 0;
}

ul#topLeftNav {
  position: absolute;
  top: 70px;
  left: 0;
}


* html,* html body {
  background-attachment: fixed;
}

ul.menu {
  list-style: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  height: 22px;
}

ul.menu li {
  float: left;
  position: relative;
}

ul.menu li.hover {
  background-color: #ddd;
}

ul.menu li a {
  color: #3A688F;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
}

ul.menu li ul {
  background-color: white;
  border: 1px solid #ddd;
  display: none;
  left: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  width: 180px;
}

ul.menu li.hover ul {
  display: block;
}

ul.menu li ul li {
  display: block;
  float: none;
  padding: 0;
}

ul.menu li ul li a {
  border-top: 1px dotted #ccc;
  display: block;
}

* html ul.menu li ul li a {
  border: none;
}

ul.menu li ul li:first-child a {
  border-top: none;
}

ul.menu li div.dropDownMenu a {
  background: url('drop-down.gif') no-repeat right 9px;
  padding-right: 16px;
}

* html ul.menu li div.dropDownMenu a {
  /* Fixes two problems in IE6: missing background arrow and missing border on dropdown */
  position: relative;
}

ul.menu li div.dropDownMenu ul a {
  background-image: none;
}




div#content {
  background-color: white;
  padding: 0 20px;
  min-height: 400px;
}

* html div#content {
  height: 400px;
}

div.feedback {
}

div.feedbackInfo ul {
  background-color: #c0d892;
  background-color: #e0f4c1;
  border: 1px solid;
  color: #0a6800;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}

div.feedbackWarning ul {
  background-color: #ff8;
  border: 1px solid #cc4;
  color: #660;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}

div.feedbackError{
  background-color: #faeae5;
  border: 1px solid #cc3300;
  color: #cc3300;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 10px 0;
}

div.info, div.warning, p.info, p.warning {
  background-color: #ffffe0;
  background-repeat: no-repeat;
  background-position: 7px 7px;
  border: 1px dotted #ccc;
  padding: 8px 8px 8px 30px;
}

div.info, div.warning {
  padding-bottom: 1px;
  margin-bottom: 10px;
}

div.info, p.info {
  background-image: url(../images/information.png);
}

div.warning, p.warning {
  background-image: url(../images/warning.png);
}

a.changeLink {
  font-size: 11px;
  font-weight: normal;
  color: #aaa;
  text-decoration: none;
}

a.changeLink:hover {
  text-decoration: underline;
}

a.menu:hover
{
	background-color: #ddd;
}

/* FORMS */

form {
  margin: 0;
}

label {
  font-weight: bold;
}

div.form {
  background-color: #eee;
  border: 1px solid #888;
  margin: 0 0 10px 0;
}

div.form div.body {
  padding: 10px 10px 0 10px;
}

table.form {
  margin-bottom: 10px;
}

table.form th {
  font-weight: bold;
  text-align: right;
}

table.form th.loaoverride {
  font-weight: bold;
  text-align: left;
}

div.frames {
  background-color: #DCDDDA;
  width: 600px;
  text-align: left;
  border-color:#ccc;
  border-size: 1px; 
  border-style: solid;
}
div.body {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

div.buttons {
  background-color: #ccc;
  padding: 5px;
  text-align: right;
}

div.buttons input {
  overflow: visible;
  padding: 2px 5px;
  text-align: center;
}

input.inputText,
input.inputPassword {
  padding: 3px;
}

input.username {
  width: 200px;
}

input.userid {
  width: 200px;
}

input.large {
  width: 300px;
}

input.small {
  width: 40px;
}

input.defaultButton {
  /* background-color: #7AA8CF; */
  font-weight: bold;
}

input.inputSubmit {
  padding: 5px;
}

input[type="button"] {
  font-weight: bold;
}

input[type="submit"] {
  font-weight: bold;
}

input[type="text"][disabled] {
  border: 2px inset ButtonFace;
  background-color: #cccccc;
}

input[type="text"][readonly] {
  border: 2px inset ButtonFace;
  background-color: #cccccc;
}

input[type="submit"][disabled] {
  border: 2px outset ButtonFace;
  color: GrayText;
}

select[disabled] {
  background-color: #cccccc;
}

ul.radioSelection {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

ul.radioSelection li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* POPUP FORMS */

div.popupForm {
  background-color: white;
  border: 1px solid #ccc;
}

div.popupForm div.body {
  padding: 10px 10px 0 10px;
}

/*------------ PopupPage -----------*/

body.popupPage {
  background-color: white;
}

div.popupBanner {
  background-color: #4d8abe;
  color: white;
  font-weight: bold;
  overflow: hidden;
  padding: 4px;
}

div.popupBanner div.titleText {
  display: block;
  padding: 4px 0;
}

* html div.popupBanner {
  zoom: 1;
}

div.popupBanner input {
  float: right;
}

@media print {

  body {
    font-size: 10pt !important;
  }

  div.popupBanner input {
    display: none;
  }

  div.titleText {
    border-bottom: 1px solid #3A688F;
    color: #3A688F;
    display: block;
    font-size: 18pt;
    padding: 0 0 3px;
  }

}


/*------------ HelpPage -----------*/

div.helpPage {
  background-color: white;
  margin: 0;
  border: none;
  margin: 10px;
  width: auto;
}

.ssh_footer {
    background-color: #D5E3E3;
    margin-top: 5px;
}

.ssh_footerMenu {
    background-attachment: scroll;
    background-color: #FFFFFF;
/*    background-image: url(ontlogo.gif);*/
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding-right: 2px;
}