body 
{
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  font-family:sans-serif; 
  font-size: 10pt; 
  background:white; 
  } 

div.fb_main_content,div.main_content
{
    padding: 1em;
    background-color: #E1F0FF;
    overflow: hidden;
}

div.main_content
{ 
    padding: 0.5em;
}

.centered
{
    margin-right: auto;
    margin-left: auto;
}

.documentation
{
  font-family:sans-serif; 
  font-size:10pt;
  max-width: 1000px;
  padding: 0.5em;
  background:lightblue;
  border: 1px solid darkblue; 
}

.bandmessage
{
/*    margin: 5px;*/
    padding: 2px;
    font-family: helvetica;
    color: firebrick;
    background-color: #EEF6FD;
    border: 2px solid #84A6C5;
    margin-bottom: 10px;
}

/* Force wrapping in band message. */
.bandmessage pre
{
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word; 
}
.information 
{ 
  font-style:italic; 
  font-size:9pt; 
  background:#FFFFCC; 
}

span.doclink
{
  font-size: 80%;
  font-style:italic;   
}

input[type=text], select, textarea
{
  font-family:sans-serif; 
  font-size:90%; 
  background: #f4f2ff;  
}

th 
{
  font-family:sans-serif;
  font-size: 9pt;
  padding-left: 0.2em;
  padding-right: 0.2em;
  /* background-color : #5A7DA0; */
  background-color : #445D77;
  color: #EFF7FF;
  /*background:green; */
} 

/*  CGI checkbox table within other tables.  */
table.cb_panel td table td, td.cb_panel table td
{
    border: 1px solid gray;     
    font-family: sans-serif;
    font-size: 8pt;
    background: #f4f2ff;
}


.duration 
{ 
  font-size:12pt; 
  font-weight:bold; 
  color:#00922E; 
} 

.songlist 
{ 
  font-size:10pt; 
} 

.rehearsal 
{ 
  font-style:italic; 
  color: brown;
} 

.setlist_notes 
{ 
  font-size:22pt; 
  font-weight:bold; 
  text-indent:3em; 
} 


table.printlist 
{ 
  border-collapse: collapse; 
  width : 80%; 
  border: 1px solid black; 
} 

div.printsongname 
{ 
  font-size:10pt; 
  float: left; 
  padding: 0.2em 0.5em 0.0em 0.5em; 
} 

div.printsongartist 
{ 
  font-size:10pt; 
  float: right; 
  padding: 0.1em 0.5em 0.1em 0.5em; 
  font-style: italic; 
} 

*#songlist_col1  { border: 1px solid black; } 
    
.subnav 
{ 
  font-weight:bold; 
} 
A { text-decoration: none; } 
A:link {color: blue}
A:hover{color: orange}
A:active{color: green}

td a {color: blue}

/* Band name displayed instead of band graphic logo */
div.bandname
{
  width: 20em;
  padding: 0.5em;
  text-align: center;
  font-family: lucida;
  font-size: 14pt;
  font-weight: bold;

  }

/*  Top ancillary link bar */

#toplinks
{
  }

#toplinks ul
{
padding-top: 0.5em;
padding-bottom: 0.2em;
padding-left: 1.0em;
margin-top: 0;
margin-left: 0;
margin-left: -10px;
background-color: #036;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
}

#toplinks ul li { display: inline; }

#toplinks ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 2px solid #fff;
}

#toplinks ul li a:hover
{
background-color: #369;
color: #fff;
}

/*  End of top ancillary link bar. */

pre 
{ 
  font-size: 9pt; 
} 


/* Nav bar styles */
table.tabbar
{
  border: none;
  border-collapse: collapse;
  margin-left: -2em;
  margin-top: 0.2em;
  
}

td.unselectedtab
{
   font-size: 9pt;
   font-weight: normal;
   text-align:center;
   vertical-align: top;
   border-right: 13px solid white;
   padding: 0.2em 0.4em 0.0em 0.4em;
   background: #666699;
  /* background-color: #036*/
}

td.selectedtab
{
   font-size: 9pt;
   font-weight: normal;
   text-align:center;
   vertical-align: top;
   border-right: 13px solid white;
   padding: 0.2em 0.4em 0.0em 0.4em;
   text-decoration: none;
   background: #dddddd;
}

td.subtextline
{
   font-size: 8pt;
   font-weight: bold;
   text-align:left;
   text-decoration: none;
   background:  #dddddd;
  }

.unselectedtab a
{
  text-decoration: none;
  color: white;
}


.selectedtab a
{
  text-decoration: none;
  color: black;
}

.unselectedtab a
{
  text-decoration: none;
    color: white;
}


.unselectedtab a:visited
{
 color:white;
}

.unselectedtab a:hover
{
 color:orange;
}
/* END of nav bar styles */

/* Customization page nav bar styles */
table.config_tabbar
{
  border: none;
  border-collapse: collapse;
  margin-left: -2em;
  margin-top: 0.0em;
  
}

td.config_unselectedtab
{
   font-size: 9pt;
   font-weight: normal;
   text-align:center;
   vertical-align: top;
   border-right: 13px solid white;
   padding: 0.2em 0.4em 0.0em 0.4em;
   background-color: #bfdfff;
  /* background-color: #036*/
}

.config_unselectedtab a, .config_selectedtab a
{
  text-decoration: none;
  color: black;
}

td.config_selectedtab
{
   font-size: 9pt;
   font-weight: normal;
   text-align:center;
   vertical-align: top;
   border-right: 13px solid white;
   padding: 0.2em 0.4em 0.0em 0.4em;
   text-decoration: none;
   background: #87bef6;
}

td.config_subtextline
{
   font-size: 8pt;
   font-weight: bold;
   text-align:left;
   text-decoration: none;
   background:  #87bef6;
  }




/* END of Customization page nav bar styles */


div.logoholder
{
  margin-left: 10px;
  margin-right: 10px;
  }

div.logoleft
{
  width: 20em;
  float: left;
  }

div.logoright
{
  /*width: 30em;*/
  float: right;
  }

.ok { background:palegreen; }
.caution { background:salmon; }
.warn { background: orange; }
.forewarn { color:red; }

.confirmed { background:palegreen; }
.unconfirmed { background:yellow; }
.cancelled { background:salmon; }
.blackout { background:#778899; }
.rehearsalcell { background: brown; }
.rehearsalrow
{
  font-style:italic;
  color: brown;
  background: #e8e8e8;
  }

.free { background:#E5FFFF; }

div.miscaction
{
  text-align: right;
  
  margin-right: 2em;
  margin-bottom: 0.5em;
  }

span.miscaction
{
  padding: 0.5em;
  margin-left: 0.2em
  }

div.actions_panel,div.start_date_panel, div.start_date_panel table
{
    display: inline;
}

div.start_date_panel
{
    padding-left: 10em;
}

div.start_date_panel table td,th
{
    padding: 0.0em 0.3em 0.0em 0.3em;
}

div.left_panel
{
    padding: 2px;
    padding-right: 5px;
    float: left;
    width: 20em;
    height: 65em;
    border-right: 3px solid gray;
}

#actions_date
{
    padding-bottom: 5px;
    border-bottom: 3px solid gray;
    margin-bottom: 2px;
}
div.giglist_panel
{
    padding-left: 22em;

}

div.giglist_wrapper
{
    height: 40em;
    overflow: auto;
    border-bottom: 2px solid #84A6C5; 

}

div.otherpages
{
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  background-color: #EEF6FD;
  border: 2px solid #84A6C5;
  
  }

.otherpages a
{
  font-weight: normal;
}

div.otherpages h4
{
  font-weight: normal;
  margin-left: 3px;
  margin-top: 0;
  }

div.otherpages ul
{
  margin:0;
  padding-left: 1.3em;
  border: 0;
  }

div.otherpages ul li
{
    list-style-type: none;
  }


div.welcome
{
  padding-bottom: 10px;
  }

.label
{
  font-weight: bold;
  }

.labelsmall
{
  font-weight: bold;
  font-size: 8pt;
  }

table.giglist td td.strikethrough
{
  font-size : 9pt;
  padding : 0.2em;
}

table.giglist
{
    border: 1px solid black;
}

td.strikethrough
{
    text-decoration: line-through;
}
  
table.basic td  
{
  font-size : 9pt;
  padding : 0.2em;
  background: #e1ecec;
  }

table.addgig th
{
  /* font-style:italic; */
  text-align: right;
  }

div.error
{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  background: yellow;
  color:red;
  border: 1px solid black;
  padding: 1em;
  
  }

span.error
{
  background: yellow;
  color:red;
  /*border: 1px solid black; */
  }

div.loginpanel
{
  border: 1px solid black;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 2em;
  background: #dddddd;
  }

table.userpass th
{
  background: #dddddd;
  color: black;

  }

div.userpasserror
{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  color:red;
  }


div.info
{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  background: lightblue;
  border: 1px solid black;
  padding: 1em;
  
  }	

.smallinfo
{
  font-size: 80%;
  background: #dddddd;
  }

div.copyright
{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  text-align: center;
  font-size: 80%;

  }


.verttablebox, table.mileage
{
  font-size: 9pt;
  border: solid;
  border-width: thin;
  
  }

.verttablebox td
{
  background:#e8e8e8;
  padding: 0.0em 0.3em 0.0em 0.3em;
  vertical-align: top;
  }

.horiztablebox
{
  font-size: 9pt;
  border: solid;
  border-width: thin;
  
  }
.horiztablebox td
{
  background:#e8e8e8;
  padding: 0.0em 0.3em 0.0em 0.3em;
  }
.horiztablebox th
{
  background: #445D77;
  text-align:right;
  }
  
.smallbox
{
  font-size: 80%;
  border: solid;
  border-width: thin;

  }

.smallhighlight, .smallhighlightlink 
{
  font-size: 80%;
  background: #fffae5;
  border: 1px dotted #ffe682;
}

.smallhighlightlink
{
    cursor: pointer;
}
  
td.seguetf
{
  font-size: 90%;
    font-style:italic;
  padding-left: 5em;
  /* background: silver;*/
  }

div.statuskey
{
  width: 15em;
  float: left;
  }

div.wtg_jscal
{
  float: left;
  }

/* Gig detail listing div */
div.detail
{
  width: 80em;
  border: 2px solid #333366;
  /* background-color: #dddddd;*/
  padding-left: 1em;
  margin-top: 2px;
  margin-bottom: 2px;
  }

/*
   * CSS for JSCal strings.
   */
.confstr, .unconfstr, .cancellstr, .blackoutstr, .rehearsalstr
{
  padding-left: 2px;
  padding-top:  2px;
  padding-bottom: 8px;
  font-size:8pt;
  font-weight:bold;
  line-height: 10pt;
  }
.confstr {color:palegreen;}
.unconfstr {color:yellow;}
.cancellstr {color: #f10000; text-decoration: line-through;}
.blackoutstr
{ color: white;
  background-color: black;
  padding: 4pt;
  text-align: center;
  margin: 4pt;
  }
.rehearsalstr { color: brown;}

div.gig_synopsis
{
  margin-left: 2pt;

}

#member_sets_table
{
    margin-left: 5em;
    margin-top: 2em;
}


/* line separater for multiple gigs on a date. */
hr.calgigsep
{
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  }

/*
   *CSS for add gig div on dates with gigs.
   */
div.caladdgig a 
{
  color:white;
  }

div.caladdgig a:hover{color: orange;}

div.caladdgig 

{
  text-align: right;
  font-size:7pt;
  margin-bottom:0pt;
  margin-top: -8pt;
  font-family:sans-serif;
  padding-right: 5pt;

  width: 10em;  
  float: left; 
  }

/* CSS for personnel blackout indication on javascript calendar */

div.pbo1 a 
{
  color:black;
  }
div.pbo1 a:visited {color: black;}
div.pbo1 a:hover{color: orange;}
  

div.pbo1

{
  text-align: right;
  font-size:7pt;
  margin-bottom:8pt;
  margin-top: -8pt;
  font-family:sans-serif;
  padding-right: 5pt;
  color:black;

  width: 10em;
  float: left;  
  }



/* The little notify box that appears when a server request is made from JS */
div.servernotify
{
  font-family:sans-serif;
  font-size: 8pt;
  width:5em;
  color:white;
  background-color:red;
  position:absolute;
  top:25%;
  right:1em;
  z-index:1;
   } 

/**********************JS Calendar styles *******************/
/* Main calendar div. Set the width dimension here.  Use the .date height
   for calendar height */
div.calendar, div#wtg_cal_div
{
  width: 55em;
  width: 750px;
  min-height: 5em;
}   
div.calendar
{
  background-color: #dddddd;
  border: 2px solid #333366;
  }

/* Day of week header */
tr.dayofweek th
{
  color: #FFFFFF;
  background-color: #666699;
  }

/* Empty calendar cells (non-day cells) */
td.empty
{
  background-color: #dddddd;
  height: 50pt;
  width: 14.285%;
  }

/* Calendar day cells.  Set cell heights here. */
td.date
{
  height: 4em;
  color: #004080 ;
  background-color: #8493A8 ;
  width: 14.285%;
  }

/* Calendar day number style (it's in a div) */
div.daynum
{
  text-align:left;
  padding-left:3px;
  font-size:9pt;
  color: #004080 ;
  }

/* Style for the Month string when month select menu turned off. */  
.monthtitle
{
  font-weight: bold;
  }

/* Style for the Year string when year select menu turned off. */  
.monthtitle
{
  font-weight: normal;
  }

.gencalmonthctl, .gencalyearctl
{
  font-weight: bold;
  font-family: arial;
  font-size: 9pt;
  background-color:  lightblue;
  border: 1px solid navy;
  padding: 2px;
  cursor: pointer;
  }

.gencalyearctl
{
  margin-left: 1em;
  margin-right: 1em;
  }


table.mileage
{

}

td.mileage, td.mileage_dur
{
  padding: 0.1em 0.3em 0.1em 0.3em;
  vertical-align: top;
  }

td.mileage
{
  background-color: #e8e8e8;

}

td.mileage_dur
{
    background-color: #e3b8b8;

}

/* Styles for personnel blackout list. */

div.bo_comment
{
    background-color: #f8ebbf;
    margin-left: 1em;
}

div.update_ok
{
    color: green;
}

div.basic_scroll_container
{
    height: 40em;
    overflow: auto;
    border: 3px solid #d8d8d8;
}

div.basic_scroll_container_block
{
    height: 40em;
    overflow: auto;
    border: 3px solid #d8d8d8;
    display: inline-block;
}

div.admin_message
{
    border: 2px solid #BD3939;
    padding: 2px;
    font-family: helvetica;
    background-color: #FFFE92;
    margin-bottom: 10px;

}
div.admin_message h3
{
    margin-top: 0px;
    margin-bottom: 0px;
}

div.page_description
{
    margin-left: 5em;
    width: 80em;
    padding: 1em;
    padding-top: 1px;
    background-color: #E1F0FF;

}


#song_info_print td,#song_info_print th
{
    font-size: 3vw;
    background-color: transparent;
    color: black;
    text-align: center !important;
    /* border-right: 1px solid black !important;*/
    padding: 0 5px 0 5px !important;
}

div.song_detail_notes_content
{
    height: 800px;
}

div.song_detail_notes_content pre
{
    font-size: 3vw;
}


textarea.song_detail_notes
{
    font-family: courier;
    font-size: 12pt;
}

#mobile_detail_actions
{
    width : 40%;
    float : right;
}

#base_song_detail_content
{
    padding-left : 5px;
    margin-left : 5px;
    height: 100%;
}

#unavail_user_name,#other_user_warning_bottom
{
    font-weight: bold;
    color: #FF8800;
}

.note_icon_cell
{
    text-align: center;
}

.note_icon_cell img
{
    cursor: pointer;
}

/* Highlight cells with existing notes. */
.note_exists
{
    border: 2px solid #0C9800;
}

#member_gig_list
{
    height: 30em; 
    overflow-y: scroll; 
    border: thin solid black;
}

/* heading panel text, like 'Export Gigs' label */

div.heading_panel_text
{
/*    font-size: x-large; */
    font-size: 20pt; 
    margin-right: 3em; 
    float: right;
}

/* Limit height of band logo icon. */
#band_logo_icon
{ 
   height: 100px; 
   width: auto;
}

#password_recovery
{
    margin-bottom: 0.5em;
}
#password_recovery a
{
    color: #00336A;
}

#personnel_select_container
{
    height: 290px !important;
    overflow-y: scroll;
}

span.unavail_maybe
{
    font-weight: bold;
    color: #00764B;
}

#sms_info
{
    margin-top: 0.5em;
    width: 40em;
}

.sort-cursor
{
    cursor: pointer;
    background-color: #959595;
}

div.bordered,div.bordered_top
{
    display: inline-block;
    border: 2px solid #d8d8d8;
    padding: 2px;
}

div.bordered_top
{
    vertical-align: top; 
}

.positive_text
{
    color: green;
    font-weight: bold;
}

.meh_text
{
    color: orange;
    font-weight: bold;
}

.positive_text_normal
{
    color: #0CFF00;
    font-weight: normal;
}

.meh_text_normal
{
    color: #FFD89C;
    font-weight: normal;
}

.warn_text_normal
{
    color: #FF000E;
    font-weight: normal;
}


/*
 * Subscriber styles.
 */

div.subscriber_status_panel
{
    font-size: 10pt; 
    display: inline-block;
    background-color: #003964;
    background-color: #7FAFCB;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding: 3px;
    z-index: 10;
}

.subscriber_status_label
{
    color: #D1FFA4 !important; 

}

.subscribe_button, .subscribe_button_alert
{
    color: #ECECEC;
    background-color: #405F75;
    padding: 3px 5px 3px 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.subscribe_button_alert
{
    background-color: #8C002F;
}

.subscription_faq_entry_container
{
    margin-left: 15px;
    max-width: 1000px;
}

.subscription_faq_entry
{
    /*margin-bottom: 10px;*/
}

.subscription_faq_question
{
    font-style: italic;
}

.subscription_faq_answer
{

}

/** Ad content styles. */
div.right_side_adbar
{
    float: right;
    width: 200px;
    height: 1000px;
    margin-left: 5px;
}

div.top_adbar
{
    margin-bottom: 5px;
}


.accordion_container
{
    width: 1100px ; 
}

.success_border
{
    border: 2px solid #BABABA;
}

#song_note_content {

    width: 821px;
}

div.song_detail_url_panel
{
    margin: 5px;
}

img.song_detail_image_edit_img
{
    width: 100%;
}


iframe.song_detail_pdf_iframe
{
    border:none;
    width: 100%;
    height: 100%;
}

div.pdf_container
{
    height: 100%;
}

a.song_detail_external_link
{
    font-size: large;
}
