/* LM styles
====================================*/
html,
body,
p {
   font: 11px Verdana, Lucida, Arial, Helvetica, sans-serif;
   color: #3F4040;
   }
a {
   color: #446bba;
   }


a.ow_button_link {
   font: 11px Arial;
   color: #ffffff;
   background-color: #E68D2A;
   border: 3px solid #fff;
   padding: 3px;
   text-decoration:none;
   }
input,
select,
textarea {
   font: 11px Verdana, Lucida, Arial, Helvetica, sans-serif;
   }
code,
.mono {
   font: 12px "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
   }
dl.default {
   margin-top: -5px;
   }
dl.default dt {
   padding: 5px 0;
   }
dl.default dd {
   padding-bottom: 10px;
   padding-left: 20px;
   }
.indent {
   margin-left: 15px;
   }
p.page_message,
p.page_alert,
p.page_error {
   padding: 10px;
   font-size: 18px;
   margin-bottom: 15px;
   }
.page_message:before {
   content: url("/images/layout/bullet_message.png");
   }
.page_alert:before {
   content: url("/images/layout/bullet_alert.png");
   }
.page_error:before {
   content: url("/images/layout/bullet_error.png");
   }
.page_message {
   background-color: #6DC462;
   border: 2px solid #fff;
   color: #fff;
   }
.page_message a {
   color: #fff;
   }
.page_alert {
   background-color: #F2D658;
   border: 2px solid #C16803;
   color: #C16803;
   }
.page_alert a {
   color: #C16803;
   }
.page_error {
   background-color: #E25F53;
   border: 0px solid #fff;
   color: #fff;
   }
.page_error a {
   color: #fff;
   }


p.page_notify {
   padding: 10px;
   font-size: 12px;
   margin-bottom: 10px;
   }
.page_notify:before {
   content: url("/images/layout/bullet_alert.png");
   }
.page_notify {
   background-color: #c33;
   border: 2px solid #fff;
   color: #fff;
   }


.login_alert {
   background-color: #F2D658;
   border: 2px solid #C16803;
   color: #C16803;
   padding: 5px;
   font-weight: 700;
   }
.login_alert:before {
   content: url("/images/layout/bullet_alert.png");
   }



li {
   /* min-height: 18px; */
   }
p {
   margin-bottom: 10px;
   line-height: 18px;
   }

.strong {
   font-weight: 700;
   }

p.nopush {
   margin-bottom: 0;
   }

h2 {
   margin: 0 0 25px -2px;
   }
h3 {
   margin: 0 0 20px -2px;
   }
h4 {
   margin: 0 0 15px;
   }
.h2content {
   margin-bottom: 25px;
   }
.h3content {
   margin-bottom: 15px;
   }
#footer {
   width: 814px;
   height: 80px;
   margin: 0 auto;
   text-align: center;
   padding: 0;
   position: relative;
   font: 11px Arial #000;

   /*border: 1px solid #999; */
   }
#footer ul {
   margin-bottom: 5px;
   margin-top: 13px;
   }

#footer p {
   margin-top: 30px;
   }

#footer li {
   list-style-type: none;
   display: inline;
   padding: 5px 10px 5px 10px;
   border-left: 1px solid #ccc;
   /* note: padding: top right bottom left */
   }

#footer,
#footer a {
   font-size: 11px;
   text-decoration: none;
   }
#footer a:hover {
   text-decoration: underline;
   }



#footer #btm {
   width:814px;
   height:41px;
   background: url("/images/si/bottommenucenter.gif") bottom;
   position: absolute;
   top: 0px;
   left:0px;
 }

#footer #btmrt {
   width:25px;
   height:41px;
   background: url("/images/si/bottommenuright.gif") right bottom;
   position: absolute;
   top: 0px;
   right: 0px;
   z-index:1;
 }

#footer #btmlt {
   width:25px;
   height:41px;
   background: url("/images/si/bottommenuleft.gif") left bottom;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index:1;
 }




.barads {
   width: 814px;

   margin: 0 auto;
   text-align: center;
   padding: 0;
   position: relative;
   font: 11px Arial #000;

   /* border: 1px solid #999; */
   }

#ad1,
#ad2 {
   height: 90px;
   }

#ad3 {
   height: 90px;
   }





.big {
   font-size: 16px;
   }
.small {
   font-size: 10px;
   }

/* Specific styles
====================================*/

/* iframe#openads_frame - frame that holds Openads interface in admin section */
.full_iframe {
   border: none;
   width: 100%;
   height: 600px;
   }

/* .gmapSidebar - list of items on a Google Map
.gmapSidebar {
   list-style: none;
   margin-left: 15px;
   padding-left: 1em;
   text-indent: -1em;
   }
.gmapSidebar li {
   margin-bottom: 5px;
   }
.gmapSidebar li:before {
	content: "\00BB \0020";
	}

	*/

/* #explorer - ArcWeb maps (MSP) */
#explorer {
   width: 759px;
   height: 350px;
   background-color: #ccc;
   }

/* div #results  */
#content #user_status {
   position: absolute;
   top: -51px;
   right: 10px;
   z-index: 20;
   font-size: 11px;
   width: 300px;
   vertical-align: middle;
   text-align: right;
   }
#results {
   margin: 5px 0 5px 5px;
   }
#results td {
   padding: 3px;
   }

/* table.calendar_month - Table for displaying a calendar */
.calendar_month {
   width: 100%;
   border-collapse: collapse;
   margin: 15px 15px 15px 0;
   border: 1px solid #3F4040;
   background-color: #fff;
   }
.calendar_month th {
   font-weight: 700;
   background-color: #3F4040;
   color: #fff;
   }
.calendar_month th,
.calendar_month td {
   vertical-align: top;
   }
.calendar_month td {
   padding: 0;
   }
.calendar_month tr {
   min-height: 25px;
   }
.calendar_month th {
   padding: 5px;
   }
.calendar_month .day_number {
   font-weight: 700;
   padding: 3px;
   background-color: #ccc;
   border-top: 1px solid #3F4040;
   }
.calendar_month .today,
.calendar_month .today .day_number {
   background-color: #3F4040;
   }
.calendar_month .today .day_number {
   background-color: #3F4040;
   color: #fff;
   }
.calendar_month .timeperiods {
   padding: 3px;
   margin: 3px 0;
   min-height: 20px;
   }
.calendar_month ul.timeperiods {
   list-style: none;
   font: 11px "Arial Narrow", Arial, sans-serif;
   }
.calendar_month .timeperiods li {
   padding: 3px;
   }



/* div.confirmation - Displayed in msp_schedule.php to confirm edits */
.confirmation {
   padding: 10px;
   background-color: #fff;
   border: 2px solid #ccc;
   }
.confirmation table th {
   vertical-align: top;
   text-align: left;
   padding: 3px;
   font-weight: 700;
   }
.confirmation table td {
   font: 12px Arial, "Lucida Console", sans-serif;
   padding: 3px;
   }
.confirmation table td div {
   overflow: auto;
   max-height: 100px;
   height: expression(this.scrollHeight > 100 ? "100px" : "auto"); /* IE: max-height */
   width: 300px;
   }


.results_table_top {
   width: 100%;
   overflow-y: hidden;
   overflow-x: hidden;
   }

.results_table {
   max-height: 175px;
   height: expression(this.scrollHeight > 175 ? "175px" : "auto"); /* IE: max-height */
   width: 100%;

   overflow-y: scroll;
   overflow-x: hidden;

   }

.crispwhite2 {
   width: 100%;
   background-color: #fff;
   font: 11px Arial, "Lucida Console", sans-serif;
   border: 1px solid #3F4040;
   }
.crispwhite2 th,
.crispwhite2 td {
   vertical-align: top;
   padding: 3px;
   border: 1px solid #3F4040;
   }
.crispwhite2 thead th {
   text-align: left;
   }
.crispwhite2 th {
   background-color: #3F4040;
   color: #fff;
   font-weight: 700;
   }
.crispwhite2 th a {
   color: #fff;
   }
.crispwhite2 caption {
   text-align: left;
   font-weight: 700;
   margin-bottom: 5px;
   }


#lm_map {
   vertical-align: top;
   }

.map_wait_message {
   border: 2px solid #000;
   padding: 10px;
   width: 790px;
   height: 90px;
   font: 18px Arial, Helvetica, sans-serif;
   color: #3366cc;

   position: relative;
   background: #eee;
   }



/* div.confirmation - Displayed in msp_schedule.php to confirm edits */
.prominent {
   padding: 10px;
   background-color: #fff;
   border: 2px solid #ccc;
   }
.prominent th {
   vertical-align: top;
   padding: 0 3px 3px 0;
   font-weight: 700;
   text-align: left;
   }
.prominent .aright {
   text-align: right;
   }
.prominent td {
   font: 12px Arial, "Lucida Console", sans-serif;
   padding: 0 3px 3px 0;
   }

/* p.results_msg - Search results message */
.results_msg {
   padding: 3px;
   font-weight: 700;
   }

/* table.email_display - Display booking correspondence */
.email_display {
   width: 100%;
   border-color: #600;
   border-width: 0 0 1px 1px;
   border-style: solid;
   }
.email_display td,
.email_display th {
   background-color: #FFC;
   border-color: #600;
   border-width: 1px 1px 0 0;
   border-style: solid;
   padding: 3px;
   }
.email_display th {
   vertical-align: top;
   text-align: left;
   font-weight: 700;
   }
.email_display td {
   font: 12px Arial, sans-serif;
   }

/* ul.plainlist - Vertical list with no bullets and no left margin */
.plainlist {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
   }
.plainlist li {
   margin-bottom: 5px;
   }

/* table.simpleformtable or form.simpleformtable
   Generic style for form (slightly padded, borderless, no left margin) */
.simpleformtable th {
   text-align: left;
   font-weight: 700;
   }
.simpleformtable th,
.simpleformtable td {
   vertical-align: top;
   padding: 0 6px 6px 0;
   }
.minlineheight table td {
   height: 20px;
   }

/* div#map_div */
#map_div {
   margin-left: 15px;
   }

/* div#map_a */
#map_a {
   margin-left: 15px;
   }

/* table.simpleformtable or form.simpleformtable
   Generic style for form (slightly padded, borderless, no left margin) */
.headercol {
   margin-left: 15px;
   }
.headercol th {
   text-align: left;
   font-weight: 700;
   }
.headercol th,
.headercol td {
   vertical-align: top;
   padding: 0 6px 6px 0;
   }

/* ul.locations - List at bottom of msp_schedule.php */
.locations li {
   padding: 3px;
   }


/* ul.arrowlist - Slightly indented list with arrows for bullets */
.arrowlist {
   list-style: none;
   _list-style-type: disc;
   margin-left: 15px;
   padding-left: 1em;
   }
.arrowlist li {
   margin-bottom: 5px;
   _min-height: auto;
   }
.arrowlist li:before {
	content: "\00BB \0020";  /* does not work in IE  */
	}
sup.locationselector {
   display: none;
   }

/* table.crispwhite - Crisp, white table for displaying data */
.crispwhite {
   width: 100%;
   background-color: #fff;
   font: 12px Arial, "Lucida Console", sans-serif;
   border: 2px solid #3F4040;
   }
.crispwhite th,
.crispwhite td {
   vertical-align: top;
   padding: 3px;
   border: 1px solid #3F4040;
   }
.crispwhite thead th {
   text-align: left;
   }
.crispwhite th {
   background-color: #3F4040;
   color: #fff;
   font-weight: 700;
   }
.crispwhite th a {
   color: #fff;
   }
.crispwhite caption {
   text-align: left;
   font-weight: 700;
   margin-bottom: 5px;
   }

/* table.review - for displaying review data */
.review {
   width: 100%;
   background-color: #E68D2A;
   font: 11px Arial, "Lucida Console", sans-serif;
   border: 2px solid #ff9;
   }
.review th,
.review td {
   vertical-align: top;
   padding: 3px;
   border: 1px solid #ff9;
   }
.review thead th {
   text-align: left;
   }
.review th {
   background-color: #ff9;
   color: #3F4040;
   font-weight: 700;
   }
.review th a {
   color: #3F4040;
   }
.review caption {
   text-align: left;
   font-weight: 700;
   margin-bottom: 5px;
   }

/* table.maptab - for map balloons */
.maptab {
   background-color: #fff;
   font: 11px Arial, "Lucida Console", sans-serif;
   }
.maptab th,
.maptab td {
   vertical-align: top;
   padding: 3px;
   }
.maptab thead th {
   text-align: left;
   }


.innerscroll {
   height: 300px;
   overflow: auto;
   width: 100%;
   }

/* table.no_vert_borders - Take out vertical inner borders */
.no_vert_borders th,
.no_vert_borders td {
   border-left: none;
   border-right: none;
   }

/* .pushboth - Give it a matching top and bottom margin */
.pushboth {
   margin-top: 15px;
   margin-bottom: 15px;
   }
h2.pushboth {
   margin-top: 25px;
   margin-bottom: 25px;
   }
h3.pushboth {
   margin-top: 20px;
   margin-bottom: 20px;
   }
h4.pushboth {
   margin-top: 15px;
   margin-bottom: 15px;
   }

.terms {
   background-color: #eee;
   border: 2px solid #ccc;
   padding: 2px;
   height: 100px;
   width: 800px;
   overflow: auto;
}

ol {
   /* this is for IE, interprets <ol> spacing as margin rather than padding,
      reset padding to  so it works in FF too   */
   padding: 0;
   margin-left:45px;
   }



/* table.ebl - for displaying review data */
.ebl {
   width: 100%;
   background-color: #eee;
   font: 11px Arial, "Lucida Console", sans-serif;
   border: 2px solid #999;
   }
.ebl th,
.ebl td {
   vertical-align: middle;
   border: 1px solid #999;
   padding: 15px;
   }

