
#iframeShim {
  z-index:1;
  width: 100px;
  height: 100px;
  position:absolute;
  display: none;
  margin: 0px;
  padding: 0px;
  border: none;
  filter: alpha(opacity=0);
}

.row {
        clear: left;
        background: transparent;
}

.page_group_label {
  display: block;
  font-size: 0.8em;
}

#permisions_table {
  clear: left;
}

.trash_can {
  display: inline;
  padding-left: 2px;
  visibility: visible;
}

.section {
  left: 10px;
  width: 300px;
  font-size: 17px;
  background: #ddddff;
  -moz-border-radius: 8px;
  border-radius: 8px;

}

#listing {
  width: 320px;
}

#date_box {
  position: absolute;
  visibility: hidden;
  top: 150px;
  left: 200px;
}

.fake_link {
  text-decoration: underline;
  cursor: pointer;
}

.section .inputpair {
        background: transparent;
}

.section dl {

}

#summary_page dl {
	width: 99%;
}

.section dt {
        text-align: right;
        vertical-align: bottom;
        height: 100%;

}

.section dd {
        text-align: left;
}

#sex_male {
  width: auto;
}

#sex_female {
  width: auto;
}

.section h1 {
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
  color: #000080;
  padding: 0px 0px 5px 5px;
  margin: 0px;
}

.twinwrapper {
  float: left;
  clear: left;
  margin-bottom: 0px;
  padding-bottom: 2px;
}


#main {
  clear: left;
}

#dropdown {
  visibility: hidden;
  background: #ffff00;
  position: absolute;
  z-index: 3;
  border: solid;
  border-width: 1px;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: auto;
}

.indicator {
  display: inline;
}
#topbanner{
  width: 100%;
  height: 11px;
  background-image: url("/leavemanager/images/banner_blank.png");
  background-repeat: no-repeat;
}

#control_dir, #error_dir{
  width: 50%;
}

#msg_box {
  display: none;
  clear: both;
  float: left;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#dataform {
  clear: left;
}

.menuitem {
  COLOR: #000080;
  FONT-SIZE:0.8em;
  TEXT-ALIGN: left;
  PADDING: 2px;
  FONT-FAMILY: arial, sans-serif;
}

.menuheader {
  background: #000080;
  color: #ffffff;
  FONT-SIZE: 1em;
  TEXT-ALIGN: left;
  PADDING: 2px;
  FONT-FAMILY: arial, sans-serif;
  font-weight: bold;
}

.message_info{
  display: none;
  background: #ffffff;
  background-image: url("/leavemanager/images/info.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 63px;
  height: auto !important;
  height: 63px;
  width: 310px;
  float: left;
  margin: 2px;
  padding-right: 4px;
  padding-top: 10px;
  border: 1px solid #000;
}

.message_info p {
  padding-left: 80px;
}

#message {
  display: none;
  clear: both;
  float: left;
}

.message_error {
  float: left;
  clear: both;
  display: none;
  background: #ffcccc;
  background-image: url("/leavemanager/images/stop.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 60px;
  height: auto !important;
  height: 60px;
  width: 320px;
  margin: 2px;
  padding-right: 4px;
  padding-top: 10px;
  border: 1px solid #000;
}

.message_error p {
  padding-left: 80px;
}

.message_error ul {
  padding-left: 90px;
  list-style: none;
}

.message_error li {
  padding-left: 15px;
  background-image: url(/leavemanager/images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

.message_query {
  display: none;
  background: #ffffff;
  background-image: url("/leavemanager/images/red_question.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 60px;
  width: 99%;
  float: left;
  clear: both;
  margin: 2px;
  border: 1px solid #000;
}

.message_query p {
  padding-left: 80px;
}

.surgeon_option_box {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 1em verdana,arial,sans-serif;
  margin: 2px;
  margin-left: 80px;
  padding: 2px;

  width: 80%;
  background: #f6f6ff;
  border: solid 1px #eeeeff;
}

.surgeon_option_box p
{
  margin: 0px;
  padding-left: 25px;
  padding-right: 10px;
}

.surgeon_option_box INPUT[disabled] {
        font-family: arial, sans-serif;
        font-size: 0.8em;
        color: #000080;
        background-color: #f6f6ff;
        border: inset 1px;
}

#menu {
        FONT-FAMILY: arial, sans-serif;
        border-style: ridge;
        margin: 0px 4px;
        PADDING: 0px;
		display: none;
}
#leftcolumn {
        MARGIN: 0px;
        PADDING: 0px;
        float: left;
}
.middle {
        PADDING: 0px;
        height: 100%;
        display: block;
        OVERFLOW: auto;
        z-index: 1;
}

.segment {
        float: left;
        clear: left;
        width: 80%;
        margin: 2px;
        border: 1px solid #000;
		padding: 2px;
        background: #ffffff;
        background-image: url('/leavemanager/images/gradient_grey.png');
        background-repeat: repeat-x;
        background-position: bottom left;
}

.segment:first-line {
  font-weight: bold;

}
.segment #client {
        width: 99%;
        border: none;
}
.segment textarea {
        height: 30px;
}

.segment .inputpair {
        background: transparent;
        width: 30%;
        float: left;
}
.inputpair dl {
        background: transparent;
        width: 99.9%;
        margin: 2px;
        padding: 0;

}
.inputpair dt {
        float: left;
        text-align: right;
        vertical-align: bottom;
        width: 80px;
        height: 100%;
        margin-right: 2px;
}

.inputpair dd {
        text-align: left;
}

.segment dl {
	clear: left;
        background: transparent;
        width: 99%;
        margin: 2px;
        padding: 0;
		font-size: 0.8em;
}
.segment dt {
        float: left;
        text-align: left;
        vertical-align: bottom;
        width: 150px;
        height: 100%;
        margin-right: 2px;
}
.segment dd {
    text-align: left;
}

#search dl {
  clear: left;
}

#search dd {
  cursor: pointer;
}

.section .malign {
  clear: none;
  display: none;
  margin-left: 15px;
  text-align: right;
}

#summary_page dd {
  width: 7em;
  text-align: right;
}

.message {
        POSITION: relative;
        BACKGROUND: #86b8ff;
        WIDTH: auto;
        TEXT-ALIGN: center;
        COLOR:#000000;
        margin-top: 4px;
        margin-bottom: 4px;
}

.ajaxwaiting {
        background-image: url(/leavemanager/images/spinner.gif);
        background-position: center right;
        background-repeat: no-repeat;
        border: inset 1px;
}

.validfield {
        background-image: url(/leavemanager/images/12-em-check.png);
        background-position: center right;
        background-repeat: no-repeat;
        border: inset 1px;
}

.invalidfield {
        background-image: url(/leavemanager/images/12-em-cross.png);
        background-position: center right;
        background-repeat: no-repeat;
        border: inset 1px;
}

.normal_width {
   width: auto;
}

.loginbox {
        BACKGROUND: #a6d8ff;
        COLOR: #000000;
        BORDER: ridge;
        text-align: center;
        padding: 2px;
        width: 96%;
		height: 450px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
}
.loginbox TABLE {
        background: #a6d8ff;
        padding: 2px;
}

HTML {
        MARGIN: 0px; PADDING: 0px;
}

BODY {
    FONT-FAMILY: arial, sans-serif;
    COLOR: #000080;
    background: #ffffff;
}
.tiny {
	FONT-SIZE: 8pt; COLOR: #000080; FONT-FAMILY: arial, sans-serif
}
H1 {
	COLOR: #ffffff; FONT-FAMILY: arial, sans-serif; font-style: italic;
}
.opt {
	FONT-SIZE: 0.7em; FONT-FAMILY: arial, sans-serif; background-color: #ffffff; COLOR: #003366;
}

.opt-hover {
	font-size: 0.7em; background-color: highlight; COLOR: #ffffff; cursor: pointer;
}
.bgtable {
	BACKGROUND: #ffffff;
}
.pointer {
        CURSOR: pointer;
}
.helptitle {
	FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: arial, sans-serif
}
.topmsg {
        FONT-SIZE: 10pt; COLOR: #ece9d8; FONT-FAMILY: arial, sans-serif
}
.datetitle {
	BACKGROUND: #aaaaaa; COLOR: #ffffff; TEXT-ALIGN: center; FONT-FAMILY: arial, sans-serif
}
.ledgerline {
	FONT-SIZE: 10; FONT-FAMILY: arial, sans-serif; COLOR: #000080
}
.alert {
  border: 1px solid;
  FONT-SIZE: 12;
  FONT-FAMILY: arial, sans-serif;
  padding: 4px;
  background-color: #ece9d8;
  COLOR: #003366;
}

.alert A {
	FONT-SIZE: 12; FONT-FAMILY: arial, sans-serif; background-color: #ece9d8; COLOR: #003366;
}

.calendarborder {
	border-style: solid; border-color: #888888; border-collapse: collapse
}
.recordrow_a {
	FONT-SIZE: 0.7em; FONT-FAMILY: arial, sans-serif; background-color: #f9f9f9; COLOR: #003366;
}

.recordrow_b {
	FONT-SIZE: 0.7em; FONT-FAMILY: arial, sans-serif; background-color: #f0f0f0; COLOR: #003366;
}

.recordrow-over {
	FONT-SIZE: 0.7em; background-color: #dddddd; cursor: pointer;
}

.recordrow-hilight {
	FONT-SIZE: 0.7em; background-color: #dddddd;
}

.futureline {
  FONT-SIZE: 0.8em;
  FONT-FAMILY: arial, sans-serif;
  COLOR: #5555ff;
}

.searchpage {
  clear: none;
  padding-right: 2px;
  padding-left: 2px;
}

#anaes_age_label {
  font-size: 1em;
  width: 100px;
  padding-left: 5px;
}

.highlight {
  background: #eeeeee;
}

.calendarback {
	BACKGROUND: url("./images/calendarback.png");
}
A {
	color: #003366; FONT-FAMILY: arial, sans-serif
}
A .visited {
	COLOR: #000080
}
input {
  font-family: arial, sans-serif;
  font-size: 0.8em;
  color: #003366;
  background-color: #ffffff;
}
.radio {
        width: auto; background-color: #ddddff;
}
.btn {
        font-family: arial, sans-serif; font-size: 10px;
        border: 1px solid #003366; width: auto;
	color: #003366; background-color: #ffffff;
        cursor: pointer;
}

INPUT:focus, TEXTAREA:focus, SELECT:focus {
	background-color: #ffffff;
}

TEXTAREA {
        font-family: arial, sans-serif; font-size: 10px;
        color: #003366; background-color: #ffffff;
}
.note {
        font-family: arial, sans-serif; font-size: 10px;
        color: #003366; width: 200px;
}

select {
  font-family: arial, sans-serif;
  font-size: 0.8em;
  color: #003366;
  background-color: #ffffff;
  width: 100px;
}

TH {
	background-color: ffffff; COLOR: #003366; TEXT-ALIGN: left; FONT-FAMILY: arial, sans-serif;
}
.menu_table TH {
	background-color: FFFFFF; COLOR: #003366; TEXT-ALIGN: left; FONT-FAMILY: arial, sans-serif;
}

.record_table {
	background-color: #ffffff; COLOR: #003366; FONT-SIZE:12; TEXT-ALIGN: left; FONT-FAMILY: arial, sans-serif;
}
.record_table A{
	COLOR: #003366
}
.menu_table {
	BACKGROUND: #ffffff; COLOR: #003366; TEXT-INDENT: 2pt; TEXT-ALIGN: left; FONT-FAMILY: arial, sans-serif;
}

.menu_table-hover {
	BACKGROUND: #ece9d8; TEXT-INDENT: 2pt; TEXT-ALIGN: left; FONT-FAMILY: arial, sans-serif; cursor: pointer
}

OL LI {
	FONT-FAMILY: arial, sans-serif;
}

.input_error {
        background-color: #ffff9c;
}