.clash {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.coupleClash {
  color: #ff6666;
  border-color: #ff6666 !important;
}

.fellow {
    color: #ff00ff;
}

.smallpad {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.date_border {
	border-top: 1px solid black !important;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: none;
}

.all_border {
	border-top: 1px solid black !important;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.call_detail_border {
	border-top: none;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.side_borders {
	border-top: none;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: none;
}

.noDisplay {
	display: none !important;
}

.duty_title {
	font-weight: bold;
}

.fixed_150 {
	height: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
	overlow: auto;
}

.top_50 {
	padding-top: 50px;
}

.top_25 {
		position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_100 {
	padding-top: 100px;
}

.popup_overlay {
	position: absolute;
	padding: 10px;
	margin-top: 10px;
	width: 60%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid grey;
	background: #ececec !important;
	-moz-box-shadow: 10px 10px 5px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	box-shadow: 10px 10px 5px #ccc;
	z-index: 1000;
	display: none;
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;

}

.left_border {
	border-left: 1px solid black;
}

.right_border {
	border-right: 1px solid black !important;
}

.call_title_heading {
	font-weight: bold;
}

.centred {
	text-align: center;
}

.call_shift_allocation {
  cursor: pointer;
  border: 1px solid white;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#call_week_data{
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 0px;
  position: absolute;
  z-index: 1;
}

#selected_call_data {
	clear: left;
	padding-top: 120px;
}

#call_containers {
	clear: left;
}

#fix_limit_heading {
	vertical-align: text_bottom;
}

.roster_cal {
	border-collapse: collapse;
}

.roster_cal td {
	width: 150px;
	height: 50px;
	border: 1px solid black;
	background: #ffffff;
	vertical-align: top;
}

#roster_onleave
{
  background: #ffaaaa !important;
  border: 3px solid red;
}

#roster_weekend
{
  background: #ffdddd;
  border: 3px solid red;
}

#today {
	background: #aaffaa;
	border: 3px solid red;
}

.roster_call {
	background: #ffdddd;
}

.roster_nonclinical {
	background: #e0ffe0;
}

.roster_clinical {
	background: #9bdef9;
}

.roster_cal th {
	width: 150px;
	border: 1px solid black;
	font-weight: normal;
	background: #8888ff;
	color: #ffffff;
	padding-left: 5px;
	text-align: left;
}

.highlight_week th {
	width: 150px;
	border: 1px solid black;
	font-weight: normal;
	background: #8888ff;
	color: #fff;
	padding-left: 5px;
	text-align: left;
}

.highlight_weekday td {
	width: 150px;
	border: 1px solid black;
	font-weight: normal;
	background: #e0ffe0;
	padding-left: 5px;
	text-align: left;
}

.roster_cal .cal_header {
	font-weight: bold;
	text-align: center;
	font-size: 1.3em;
}
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;
}

.sms_status_link {
	display: inline;
	text-decoration: underline;
}

.message_box
{
  display: block;
  width: auto;
}

.message_box p.status_line
{
  background: #ffffff;
  font-size: 0.8em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
}

p.sender_name
{
  background: #ffffff;
  font-size: 0.8em;
  color: #000000;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.push_right p.status_line
{
	text-align: right;
	margin-left:0px;
	margin-right: 15px;
}

#left_panel {
	flex-flow: column;
}

#right_panel {
	float: left;
	width: 300px;
	height: 100%;
  font-size: 0.8em;
  background: #ddddff;
  margin: 4px;
  padding: 10px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.attendee_check {
  text-align: center;
  height: 4em;
}

.attendee_check input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.msg_textarea {
  font-size: 1em;
  width: 50%;
  height: 80px;
}

.trash_user {
	padding-left: 4px;
}

.sms_checkbox:checked {
  background: #00cc00;
}

.half_check {
  background: #444444;
}


.adjacent_flag
{
	color: #cc0000;
	font-weight: bold;
}

.roster_option
{
	color: #4488ff !important;
	clear: left;
}

.roster_preferred
{
	color: #000000;
	clear: left;
}

.clear_none {
	clear: none;
}

.roster_onleave
{
  background: #ffffff;
  color: #ff6666 !important;
}

.roster_weekend
{
	  background: #ffffff;
  color: #8b8b8b;
}

.roster_assigned
{
	  background: #cbf0c3 !important;
}

.roster_ok
{
  background: #f6f6f6;
}

.call_detail_name {
	float: left;
	min-width: 5.5em;
	padding: 2px;
	font-size: 0.8em;
}

.call_detail_tally {
	float: left;
	min-width: 4em;
	padding: 2px;
	font-size: 0.8em;
}

.call_detail_dss {
	float: left;
	min-width: 4em;
	padding: 2px;
	font-size: 0.8em;
}

.call_detail_load {
	float: left;
	min-width: 4em;
	padding: 2px;
	font-size: 0.8em;
}

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

.centre_box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

.changed {
  background: #FFFFBB;
}

.hilite {
  cursor: pointer;
  background: #f6f6ff;
}

.updates {
 background: #FFFFFF;
 padding: 4px;
 border: solid 1px black;
 border-radius: 5px;
 -moz-border-radius: 5px;
 border: solid 1px black;
}

.updates ul {
  list-style-type: none;
  padding: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 5px;
}

.updates li {
  background-image:url(/roster/images/arrow.gif);
  background-position:0.1em 0.5em;
  background-repeat:no-repeat;
  font-size:0.7em;
  padding-left:10px;
  padding-right:15px;
}

.updates h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
  font-style: normal;
  font-size: 1em;
  text-align: left;
}

#update_msg {
 position: absolute;
 padding: 4px;
 top: 100px;
 width: auto;
 border-radius: 5px;
 -moz-border-radius: 5px;
 border: 2px solid grey;
 display: none;
 background: #ddddff;
}

#shift_msg {
 position: absolute;
 padding: 4px;
 top: 100px;
 width: auto;
 border-radius: 5px;
 -moz-border-radius: 5px;
 border: 2px solid grey;
 display: none;
 background: #ddddff;
 -moz-box-shadow: 10px 10px 5px #ccc;
 -webkit-box-shadow: 10px 10px 5px #ccc;
 box-shadow: 10px 10px 5px #ccc;
 z-index: 2;
}

.centre_page {
  text-align: center;
}

#roster_week_selector {
  width: auto;
}

.bottom_div {
    position: absolute;
    text-align: center;
    color: #7777dd;
	bottom: 10px;
	width: 99%;
}

.bottom_div a {
   color: #5555dd;
}

.view_option {
  margin: 4px;
  padding: 10px;
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #ddddff;
  clear: none;
}

img {
  border: 0;
}

.highlight_option {
  cursor: pointer;
  border: 1px solid black;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#pictorial_menu {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.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_menu {
  float: left;
  clear: left;
  width: 500px;
  font-size: 0.8em;
  background: #ddddff;
  margin: 4px;
  padding: 10px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.section {
  float: left;
  clear: left;
  width: 600px;
  font-size: 0.8em;
  background: #ddddff;
  margin: 4px;
  padding: 10px;
  -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;
}

.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_menu h1 {
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
  color: #000080;
  padding: 0px 0px 5px 5px;
  margin: 0px;
}

.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;
}

#main_flex {
  clear: left;
  display: flex;
}

#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("/roster/images/banner.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("/roster/images/info.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 63px;
  height: auto !important;
  height: 63px;
  width: 600px;
  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("/roster/images/stop.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 60px;
  height: auto !important;
  height: 60px;
  width: 600px;
  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(/roster/images/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
}

.message_query {
  display: none;
  background: #ffffff;
  background-image: url("/roster/images/red_question.png");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  min-height: 60px;
  width: 600px;
  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-image: url('/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(/roster/images/spinner.gif);
        background-position: center right;
        background-repeat: no-repeat;
        border: inset 1px;
}

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

.invalidfield {
        background-image: url(/roster/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: 500px;
        margin-top: 4px;
        margin-left: auto;
        margin-right: auto;
}
.loginbox TABLE {
        background: #a6d8ff;
        padding: 2px;
}

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

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

}
.tiny {
	FONT-SIZE: 0.7em; 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: 1em;
  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;
}

#page_header {
	margin-top: 20px;
}

.record_table {
	background-color: #ffffff; COLOR: #003366; FONT-SIZE:12; TEXT-ALIGN: left; FONT-FAMILY: arial, sans-serif;
    border-style: solid;
    border-radius: 10px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.record_table .label {
   background-color: #ffffff;
   white-space: nowrap;
}

.record_table .stripe_wrap {
   background-color: #f4f4ff;
}

.record_table .no_stripe_wrap {

}

.record_table .stripe {
#   background-color: #f4f4ff;
   background-color: #f4f4ff;
   white-space: nowrap;
}

.record_table .no_stripe {
   white-space: nowrap;
}

.record_table td {
    border-style: solid; border-width: 1px; padding: 4px; vertical-align:text-top;
}
.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;
}
