/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*# sourceMappingURL=normalize.min.css.map */

.history {
    opacity: 0.3;
    filter:alpha(opacity=30); /* For IE8 and earlier */
}

.calendar_key {
	width: 50px;
	display: inline-block;
	margin-bottom: 5px;
}

.top_align {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 20px !important;
}

.float_right {
	float: right;
}

#mask {
  position: absolute;
  opacity: 0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
  border: none;
  background: #ffffff;
}

.left_align {
	text-align: left;
}

#jump_to {
	width: 80%;
}

.event_row td {
	padding: 3px 6px 3px 3px;
}

.episode_listing {
	border: 1px solid black;
	background: #ffffff;
	width: 700px;
	border-collapse: collapse;
	margin-left: 30px;
}

.episode_listing th {
	background: #dfdfdf;
	width: auto;
	border: none;
	text-align: left;
}

.episode_listing td {
	width: auto;
	white-space: nowrap;
	padding-top: 3px;
	padding-bottom: 3px;
}

.preference_header th
{
	font-weight: normal;
	font-size: 1em;
}

.preference_subheader td
{
	font-weight: normal;
	font-size: 1em;
	background: #cbcbcb;
}

.preference_row td
{
	text-align: center;
}

.preference_row .preference_row_label
{
	text-align: left;
}

#events {
	-webkit-appearance:none;
}

.restricted {
	color:red;
}

#ajax_box {
  position: absolute;
  border: 1px solid #8888aa;
  background: #ddddff;
  text-align: center;
  margin: 2px;
  padding: 4px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: none;
  z-index: 1000;
}

.min_col_width: {
	white-space: nowrap;
}

#leave_tables p {
  color: #000000;
  margin-left: 20px;
  margin-bottom: 2px;
}

.right_align {
  text-align: right;
}

.center_align {
  text-align: center !important;
}

.annual_header {
  padding: 5px;
}

#groups_list {
  width: 80%;
  margin-left: 40px;
}

.group_name {
  display: inline;
}

.remove_li {
  margin-left: 10px;
}

.show_pointer {
  cursor: pointer;
}

p.speech_green_l
{
    position: relative;
    text-align: left;
    max-width: 200px;
    min-width: 50px;
    padding: 0px;
    border: 20px solid #666;
    clear: left;
    color: #fff;
    -webkit-border-image: url('/roster/images/sms_green_left.png') 40 fill; /* Safari 3.1-5 */
    -o-border-image: url('/roster/images/sms_green_left.png') 40 fill; /* Opera 11-12.1 */
    border-image: url('/roster/images/sms_green_left.png') 40 fill;
    margin-bottom: 0em;
    margin-top: 0em;
}

p.speech_green_r
{
    position: relative;
    text-align: left;
    max-width: 200px;
    min-width: 50px;
    padding: 0px;
    border: 20px solid #666;
    clear: left;
    color: #fff;
    -webkit-border-image: url('/roster/images/sms_green_right.png') 40 fill; /* Safari 3.1-5 */
    -o-border-image: url('/roster/images/sms_green_right.png') 40 fill; /* Opera 11-12.1 */
    border-image: url('/roster/images/sms_green_right.png') 40 fill;
    margin-bottom: 0em;
    margin-top: 0em;
}

p.speech_blue_l
{
    position: relative;
    text-align: left;
    max-width: 200px;
    min-width: 50px;
    padding: 0px;
    border: 20px solid #666;
    clear: left;
    color: #fff;
    -webkit-border-image: url('/roster/images/sms_blue_left.png') 40 fill; /* Safari 3.1-5 */
    -o-border-image: url('/roster/images/sms_blue_left.png') 40 fill; /* Opera 11-12.1 */
    border-image: url('/roster/images/sms_blue_left.png') 40 fill;
    margin-bottom: 0em;
    margin-top: 0em;
}

p.speech_blue_r
{
    position: relative;
    text-align: left;
    max-width: 200px;
    min-width: 50px;
    padding: 0px;
    border: 20px solid #666;
    clear: left;
    color: #fff;
    -webkit-border-image: url('/roster/images/sms_blue_right.png') 40 fill; /* Safari 3.1-5 */
    -o-border-image: url('/roster/images/sms_blue_right.png') 40 fill; /* Opera 11-12.1 */
    border-image: url('/roster/images/sms_blue_right.png') 40 fill;
    margin-bottom: 0em;
    margin-top: 0em;
}

p.speech_grey_l
{
    position: relative;
    text-align: left;
    max-width: 200px;
    min-width: 50px;
    padding: 0px;
    border: 20px solid #666;
    clear: left;
    color: #000;
    -webkit-border-image: url('/roster/images/sms_grey_left.png') 40 fill; /* Safari 3.1-5 */
    -o-border-image: url('/roster/images/sms_grey_left.png') 40 fill; /* Opera 11-12.1 */
    border-image: url('/roster/images/sms_grey_left.png') 40 fill;
    margin-bottom: 0em;
    margin-top: 0em;
}

p.speech_grey_r
{
    position: relative;
    text-align: left;
    max-width: 200px;
    min-width: 50px;
    padding: 0px;
    border: 20px solid #666;
    clear: left;
    color: #000;
    -webkit-border-image: url('/roster/images/sms_grey_right.png') 40 fill; /* Safari 3.1-5 */
    -o-border-image: url('/roster/images/sms_grey_right.png') 40 fill; /* Opera 11-12.1 */
    border-image: url('/roster/images/sms_grey_right.png') 40 fill;
    margin-bottom: 0em;
    margin-top: 0em;
}

.push_right {
    padding-left: 300px;
}

.head_icon {
  vertical-align: bottom;
}

.request {
  background: #e0ffe0;
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-weight: normal;
  border: 2px solid #007e00;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;

}

.restricted_label {
 width: 90%;
 background: #ff6666;
 border: 2px solid #ff0000;
 color: #ffffff;
 font-size: 0.8em;
 -moz-border-radius: 8px;
 border-radius: 8px;
 margin: 2px;
}

.placeholder_label {
 width: 90%;
 background: #ffffff;
 border: 2px solid #ffffff;
 color: #ffffff;
 font-size: 0.8em;
 -moz-border-radius: 8px;
 border-radius: 8px;
 margin: 2px;
 z-index: -1;
}

.event_label {
 background: #666666;
 border: 2px solid #333333;
 color: #ffffff;
 font-size: 0.8em;
 -moz-border-radius: 8px;
 border-radius: 8px;
 text-align: center;
}

.event_label_process {
 background: #666666;
 border: 2px solid #333333;
 color: #ffffff;
 font-size: 1em;
 -moz-border-radius: 8px;
 border-radius: 8px;
 text-align: center;
}

.leave_coding {
  width: 65px;
  height: 80px;
  background: #ffffff;
 border: 2px solid #0000cc;
 color: #0000cc;
 font-size: 1.5em;
 -moz-border-radius: 8px;
 border-radius: 8px;
 vertical-align: middle;
 text-align: center;
}

.leave_coding {
  background: #ccccff;
  cursor: pointer;
}

.leave_hours {
  font-size: 0.6rem;
  text-align: center;
  clear: left;
  color: #000000;
}

.leave_type_title {
  font-size: 0.6rem;
  height: 1.3rem;
  text-align: center;
  clear: left;
  color: #000000;
  margin: 2px;
  overflow: hidden;
}

#leave_data {
  background: #eeeeff;
  border: #bbbbee;
  text-align: left;
}

#footer {
  text-align: right;
}

.expand_then_wrap {
	max-width: 250px;
    overflow: hidden;
    text-overflow: elipsis;
    white-space: nowrap;
}

.leave_episode_row_highlight {
  cursor: pointer;
  background: #bbbbdd;
}

.leave_episode_row_highlight_noPointer {
  background: #bbbbdd;
}

.manage_item {
  border: 1px solid #8888aa;
  margin: 2px;
  width: 60px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.manage_highlight {
  border: 1px solid black;
  cursor: pointer;
}

.crData {
  font-weight: normal;
  color: #000080;
  font-size: 1rem;
}

#crActions {
  clear: left;
  text-align: center;
}

.noDisplay {
  display: none;
}

#cr_episode_key {
  display: none;
}

#current_request {
  display: none;
}

.cr_action {
 border: 2px solid #ddddff;
 text-align: center;
  margin: 4px;
  padding: 10px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.cr_hover {
 border: 2px solid black;
 cursor: pointer;
 background: #eeeeff;
}

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

#mainsignup {
  width: 600px;
  margin-left: 10px;
  margin-right: auto;
}

#mainsignup .section {
  width: 600px;
}

#leavetypes {
  position: absolute;
  background: #fafaff;
  margin: 0px;
  padding: 5px;
  border: solid 1px #000000;
  -moz-border-radius: 8px;
  border-radius: 8px;
  visibility: hidden;
}

#day_leavedate {
  position: inline;
}

#day_leavehours {
  width: 50px;
}

#ltdropdown {
  width: auto;
}

#leave_request_message {
  height: 60px;
}

.fullline {
  clear: left;
}

.episode_calendar {
  border: 1px solid black;
  background: #ffffff;
  border-collapse: collapse;
  margin-left: 15px;
  margin-bottom: 15px;
  color: #000000;

}

.episode_calendar td {
  width: 80px;
  border: 1px solid black;
  vertical-align: top;
}

.ec_title td {
  text-align: center;
}

.cal_date {
  text-align: right;
}

.leave_available {
  background: #b2d1ff;
  font-weight: normal;
  border: 1px solid white;
}

.leave_tight {
  background: #ffd1b2;
  font-weight: normal;
  border: 1px solid white;
}

.leave_critical {
  background: #ffc2e0;
  font-weight: normal;
  border: 1px solid white;
}

.assignment {
  font-weight: normal;
}

.leave_table {
  border: solid 1px #000000;
  background: #ffffff;
  border-collapse: collapse;
  margin-left: 15px;
  margin-bottom: 15px;
  color: #000000;

}

.leave_table tr {
  border: solid 1px #000000;
}

.leave_table td, .leave_table th {
  border: solid 1px #000000;
  font-size: 1em;
  padding: 4px;
  color: #000000;
  width: 70px;
  vertical-align: top;
  text-align: center;
}

.leave_table .ltmonth {
  color: #000000;
  background: #cbcbcb;
}

.leavetable_available {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #b2d1ff;
  font-weight: normal;
  border: 2px solid #3c8bff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leave_restricted {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ff9933;
  font-weight: normal;
  border: 2px solid white;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leavetable_tight {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ffd1b2;
  font-weight: normal;
  border: 2px solid #ff8b3c;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leavetable_critical {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ffc2e0;
  font-weight: normal;
  border: 2px solid #ff4ca4;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leavetable_call {
  width: 90%;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #ffaaaa;
  font-weight: normal;
  border: 2px solid #ff0000;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 2px;
}

.leave_table .ltday {
  width: 20px;
  text-align: right;
  vertical-align: text-top;
  font-size: 0.8em;
  background: #cbcbcb;
}

.leave_table .ltcode {
  width: 20px;
  text-align: center;
}

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

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

#permisions_table {
  clear: left;
}

#submit_form {
  clear: left;
  float: right;
  margin-right: 40px;
  margin-bottom: 10px;
}

#getstarted {
  clear: left;
  float: right;
  margin-right: 40px;
  margin-bottom: 10px;
}

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

.section {
  float: left;
  clear: left;
  width: 800px;
  font-size: 1em;
  background: #ddddff;
  margin: 4px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 5px;
}

.section p {
  margin: 10px;
}

.middle_segment {
  float: left;
  clear: left;
  font-size: 1em;
  background: #ddddff;
  margin: 4px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#listing {
  width: 600px;
}

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

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


.section .inputpair {
        background: transparent;
        width: 50%;
        float: left;
}

.inputpair p, .fullline p {
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  color: #0000c0;
  text-align: left;
}

input[type='text'], input[type='password'], textarea, select {
  font-size: 1.3em;
  font-family: arial, sans-serif;
  width: 99%;
}

#nomap_table select {
	font-size: 1em;
	width: 50%;
}

.event_options {
  font-size: 1em;
}

#leave_start, #leave_end {
  width: 80%;
}
.section dl {
        width: 99%;
        margin: 2px;
        padding: 0;
}

#summary_page dl {
	width: 99%;
}

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

.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: 46px;
  background-image: url("/leavemanager/images/calendar1.png");
  background-size: 42.666666666667px;
  background-position: 10px 0px;
  background-repeat: no-repeat;
}
#topbanner h1 {
  margin-left: 60px;
  color: #000000;
}

#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: 500px;
  float: left;
  margin: 2px;
  padding-right: 4px;
  padding-top: 10px;
  border: 1px solid #000;
}

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

.message_info ul {
  padding-left: 100px;
}

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

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

.pinkbg {
	background: #ffbcd9;
	margin-left: 76px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #ff1493;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#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: 500px;
  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;
}
#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-repeat: repeat-x;
        background-position: bottom left;
}

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

}
.segment #client {
        width: 99%;
        border: none;
}

.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: 1em;
}
.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 {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
}

.loginbox TABLE {
        background: #a6d8ff;
        padding: 2px;
}

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

BODY {
    MARGIN: 0px;
    PADDING: 0px;
    FONT-FAMILY: arial, sans-serif;
    COLOR: #000080;
    background: #ffffff;
	#background-image: url("/leavemanager/images/banner_blank.png");
    background-repeat: repeat-x;
    background-position: top left;

}
.tiny {
	font-size: 0.6rem;
	font-family: arial, sans-serif
}
.small {
	font-size: 0.7rem;
	font-family: arial, sans-serif
}
H1 {
	COLOR: #ffffff; FONT-FAMILY: arial, sans-serif; font-style: italic;
}
.opt {
	FONT-SIZE: 1em; FONT-FAMILY: arial, sans-serif; background-color: #ffffff; COLOR: #003366;
}

.opt-hover {
	font-size: 1em; 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
}


.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("/leavemanager/images/calendarback.png");
}
A {
	color: #003366; FONT-FAMILY: arial, sans-serif
}
A .visited {
	COLOR: #000080
}
input {
  font-family: arial, sans-serif;
  font-size: 1em;
  color: #003366;
  background-color: #ffffff;
}

.wide_input {
  width: 250px;
}
.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;
}

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

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

.record_table {
  background-color: #ddddff;
  border: none;
  COLOR: #003366;
  FONT-SIZE: 1em;
  margin: 5px 10px;
  TEXT-ALIGN: left;
  FONT-FAMILY: arial, sans-serif;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-spacing:0;
  border-collapse:collapse;
}

.recordrow_a {
    FONT-SIZE: 1em; FONT-FAMILY: arial, sans-serif; background-color: #f9f9f9; COLOR: #003366;
}

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

.Drecordrow_a {
    FONT-SIZE: 1em; FONT-FAMILY: arial, sans-serif; background-color: #f2dede; COLOR: #003366; border: 1px solid #ff0000;
}

.Drecordrow_b {
	FONT-SIZE: 1em; FONT-FAMILY: arial, sans-serif; background-color: #f7ebeb; COLOR: #003366; border: 1px solid #ff0000;
}

.recordrow-over {
	background-color: #dddddd; cursor: pointer;
}

.recordrow-hilight {
	background-color: #dddddd;
}

record_table_tr {
  background: #ddddff;
}

.record_table th {
  background: #aaaaff;
  border: none;
  padding: 4px;
  margin: 0px;
}

.record_table td {
  padding: 1px 4px;
  font-size: 0.9em;
  margin: 0px;
}
.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;
}

