/* Style sheet for Blaze */

/**************************/
/* General styles         */
/**************************/

body {
  margin: 0 auto;
}

body, td, th {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}

a:link {
  color: #4C5662;
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
  color: #4C5662;
}

a:hover {
  text-decoration: none;
  color: #FF9900;
}

a:active {
  text-decoration: none;
  color: #009999;
}

a.action {
  font-size: x-small;
}

img {
  border: 0;
}

h1 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

h2 {
  font-size: 18px;
  color: #009900;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin: 0;
}

h3 {
  font-size: 14px;
  color: #9C0000;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

h4 {
  font-size: 13px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin: 0;
  font-weight: bold;
}

h5 {
  font-size: 10px;
  color: #9C0000;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}

.Required {
  color: #FF0000;
  font-size: 13px;
}

.Highlight {
  color: #FCA438;
  font-weight: bold;
}

.White {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  border: 0;
  padding: 0;
}

.Box {
  color: #FFFFFF;
  font-weight: bold;
  padding:2px 15px 5px 20px;
  background: #525C68;
}

/* Style sheet for Menu */
/* Revised by jdl - 14 Jan 2009 */

#Navigation ul li {
  display: inline;
  list-style-type: none;
}

#Main_Menu a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  height: 22px;
  background-image: url(Images/bgr_menu.gif);
  padding: 5px 10px 3px 25px;
}

#Main_Menu a:active, #Main_Menu a.Active {
  background-image: url(Images/bgr_menu_o.gif);
}

#Main_Menu a:hover {
  color: #3C4551;
  background-image: url(Images/bgr_menu_o.gif);
}

#Nav_Sub {
  margin: 5px;
  min-height: 15px;
}

#Sub_Menu {
  display: inline;
}

#Sub_Menu ul {
  display: inline;
  padding: 0 0 5px 5px;
  font-weight: bold;
}

#Sub_Menu ul li:before {
content: "| ";
}

#Sub_Menu ul li:first-child:before {
content: "";
}

#Sub_Menu a.Active {
  color: #FCA438;
  text-decoration: underline;
}

#Nav_Space {
  min-height: 25px;
}

/* Main Section Style Sheet */
#Container {
  width: 980px;
  margin:0 auto;
  padding:0;
  margin-bottom: 20px;
  margin-top: 20px;
}

#Nav_Main {
  background: url(/Static/Images/bgr_navi.gif) repeat;
  height: 22px;
}

#Main_Menu {
  float: left;
  margin-top: 4px;
}

#Login {
  float: right;
  padding-right: 10px;
}

#Left {
  float: right;
  width: 450px;
  height: 30px;
  padding-top: 10px;
  padding-right: 10px;
  margin: 0;
  border: 0;
}

#Main_Content {
  float: left;
  width: 960px;
  margin: 0;
  padding-left: 10px;
}

#Title {
  float: left;
  height: 51px;
  width: 800px;
  background: url(Images/title.gif) no-repeat;
}

/* Footer Section Style Sheet */
#Bottom {
  float: left;
  width: 978px;
  text-align: center;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 25px;
  border: 1px #58626E solid;
  background: url(Images/bgr_bottom.gif) repeat
}

div.center {
  text-align: center;
}

.Error {
  font-weight: bold;
  color: red;
  padding: 5px;
}

div#Error {
  width: 948px;
  margin: 10px;
  font-weight: bold;
  color: red;
  padding: 5px;
  visibility: hidden;
}

div#Error.Show {
  visibility: visible;
}

div#Body {
  margin: 20px;
}

/* Style sheet for list */
table.List {
  background: #525C68;
  border: 0px;
  width: 100%;
  border-spacing: 1px;
}

table.List tr.Header {
  background: #E6E4E4;
  text-align: center;
  font-weight: bold;
}

/* For normal Odd/Even lines */
table.List tr.Odd {
  background: #FFFFF3;
  text-align: center;
}

table.List tr.Even {
  background: #FFFFE3;
  text-align: center;
}

/* For Pass state List Selection */
table.List td.Canceled {
  background: #FF3C3C;
  height:     28px;
  text-align: center;
}

table.List td.Finished {
  background: #AAFFAA;
  height:     28px;
  text-align: center;
}

table.List td.Dialing {
  background: #FFFF99;
  height:     28px;
  text-align: center;
}

table.List td.Pending {
  background: #DDDDDD;
  height:     28px;
  text-align: center;
}

/* For Routes/Menus destination */
table.List td.Destination {
  background: #DDDDDD;
  height:     28px;
  text-align: center;
}

table.List tbody.Action_List td.Key {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
}

/* For detail pages */
table.List tr.Detail {
  background: #FFFFFF;
  text-align: left;
}

table.List tr.Detail {
  background: #FFFFFF;
  text-align: left;
}

table.List tr.Report_Detail {
  background: #FFFFFF;
  text-align: left;
  font-style: italic;
  color: #333333; /* This doesn't seem to change the text color.  That's odd. */
}

table.List td.Member {
  padding-left: 30px;
  text-align: left;
  background: #FFFFEE;
}

table.List td.Class {
  background: #FFFFCC;
  text-align: left;
}

table.List tr.Member {
  background: #FFFFEE;
  text-align: center;
}

table.List tr.Class {
  background: #FFFFCC;
  text-align: center;
}

table.List td.Middle {
  vertical-align: middle;
  background: #FFFFFF;
  width: 40%;
}

table.List td.Top {
  vertical-align: top;
  background: #FFFFFF;
  width: 40%;
}

table.Note {
  width: 100%;
}

table.Note tr.Header {
  background: #EEDDCC;
  font-weight: bold;
  text-align: left;
}

table.Note tr.Odd {
  background: #EEEECC;
  font-style: italic;
  text-align: left;
}

table.Note tr.Even {
  background: #CCEEEE;
  font-style: italic;
  text-align: left;
}

table.Detail {
  background: #FFFFFF;
  border: 0px;
  width: 100%;
  border-spacing: 1px;
}

.Comment {
  font-size: smaller;
  display: inline;
}

table#Agent_Display {
  width: 95%;
}

table#Agent_Display .Section {
  font-weight: bold;
  color: #777777;
}

.Label {
  font-size: smaller;
  color: blue;
}

div.Display_Field {
  display: inline;
  background: transparent;
  min-width: 100px;
  width: 100px;
}

table#Campaign_Status {
  width: 80%;
}

table#Agent_Status {
  width: 80%;
}

.Listbox {
  min-width: 100px;
}

/**************************/
/* AJAX related styles   */
/**************************/
div.AJAX_Indicator {
  display: inline;
}

img.AJAX_Loader {
  border: 0px;
  vertical-align: middle;
}

form#Queue_Form select#Queue {
  width: 250px;
}

form {
  display: inline;
}

ul.Sortable_CSV {
  padding: 0px;
  margin: 0px;
}

ul.Sortable_CSV_Width {
  padding: 0px;
  margin: 0px;
  height: 150px;
  position: relative;
}

.Available_Data {
  border: 1px solid #999999;
  background: #003365;
  color: #FFFFFF;
  cursor: move;
  height: 20px;
  padding-left: 5px;
}

.Data_Order {
  border: 1px solid #999999;
  background: #FCA438;
  cursor: move;
  height: 20px;
  padding-left: 5px;
}

.Ignore_Field {
  border: 1px solid #999999;
  background: #D5D7D4;
  cursor: move;
  height: 20px;
  padding-left: 5px;
}

.Headed_Arrow {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  height: 20px;
}

.Preview_Data {
  border: 1px solid #999999;
  background: #FFFFFF;
  height: 20px;
}

td.CSV_Header {
  border: 1px solid #999999;
  background: #525C68;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
}

/* Buttons Style Sheets */
input.Button, input.Submit, input.Reset, a.Button {
  font-size: 8pt;
  font-family: sans-serif;
  background: #48535E;
  color: white;
  border: grey groove 2px;
}

input.Button:hover, input.Submit:hover, input.Reset:hover, a.Button:hover, input.Menu:hover,
input.Button_Hover, input.Submit_Hover, input.Reset_Hover, input.Menu_Hover {
  background: #FAA33A;
  border: #FEEE8B groove 2px;
}

input.Button[disabled], input.Submit[disabled], input.Reset[disabled],
input.Button:hover[disabled], input.Submit:hover[disabled], input.Reset:hover[disabled],
input.Button_Hover[disabled], input.Submit_Hover[disabled], input.Reset_Hover[disabled] {
  background: #CCCCCC;
  border: black groove 2px;
  color: black;
}

a.Button {
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

a.Button:hover {
  cursor: default;
}

/* Right-click menu */

input.Menu {
  font-size: 8pt;
  font-family: sans-serif;
  background: #48535E;
  color: white;
  border: grey groove 2px;
  padding-left: 1px;
  padding-right: 1px;
}

input.Menu.Depressed {
  color: #FAA33A;
  background: #48535E;
}

/* DHTML for Contact Importing */
#DHTML_Panel_One,#DHTML_Arrows,#DHTML_Thumbs { /* Width of divs for thumbnails */
  width: 250px;
}

#DHTML_Panel_One {
  float: left;
}

#DHTML_Thumbs {
  overflow: hidden;    /* Don't change this */
  position: relative;  /* Never change this */
  float: left;
}

#DHTML_Thumbs_Inner {
  position:relative;   /* Never change this */
  left: 0px;
}

.Strip_Of_Thumbnails { /* A vertical strip of thumbnails */
  width: 249px;        /* Width of strip */
  padding: 0px;        /* "Air" inside filmstrip div */
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%
}

.Strip_Of_Thumbnails div {
  width: 242px;
  padding-left: 5px;
  text-align: left;
}

.Left_Arrow {
  float: left;
  visibility: hidden;
  cursor: pointer;
}

.Right_Arrow {
  float: right;
  cursor: pointer;
}

.Table_Body_Route {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Helper Styles Sheet */
.Helper {
  font-size: 14px;
  color: #9C0000;
  font-weight: bold;
}

a.Helper:visited {
  color: #4C5662;
  text-decoration: none;
}

a.Helper:link {
  color:#9C0000;
  text-decoration: none;
}

a.Helper:hover {
  color: #FF9900;
  text-decoration: underline;
}

/* Modal Box Styles Sheet */
#MB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000!important;
}

#MB_overlay[id] {
  position: fixed;
}

#MB_window {
  position: absolute;
  top: 0;
  border: 0 solid;
  text-align: left;
  z-index: 10000;
}

#MB_window[id] {
  position: fixed!important;
}

#MB_frame {
  position: relative;
  background: #EFEFEF;
  height: 100%;
}

#MB_header {
  margin: 0;
  height: 28px;
}

#MB_content {
  padding: 6px .75em;
  overflow: auto;
}

#MB_caption {
  font: bold 100% arial, helvetica, sans-serif;
  text-shadow: #FFF 0 1px 0;
  padding: .5em 2em 0 .75em;
  margin: 0;
  text-align: left;
}

#MB_close {
  display: none;
  position: absolute;
  right: 5px;
  top: 4px;
  padding: 2px 3px;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
}

#MB_close:hover {
  background: transparent;
}

#MB_loading {
  padding: 1.5em;
  text-indent: -10000px;
  background: transparent url(Images/spinner.gif) 50% 0 no-repeat;
}

/* Modal Box Color scheme */
#MB_window {
  background: #EFEFEF;
  color: #000;
}

#MB_content {
  border-top: 1px solid #F9F9F9;
}

#MB_header {
  background: #DDD;
  border-bottom: 1px solid #CCC;
}

#MB_caption {
  color: #000
}

#MB_close {
  color: #777
}

#MB_close:hover {
  color: #000
}

/* Modal Box Alert message */
.MB_alert {
  margin: 10px 0;
  text-align: center;
}

/* For show/hide tags depends on Kind in Campaign Detail */
.Name {
  width: 140px;
}

/* For Re-order Passes in List Selection */
.Pass_Order {
  position: relative;
}

.Pass_Order_Line_Disable {
  background: #525C68;
  border:0px;
  border-spacing: 1px;
}

.Pass_Order_Line {
  background: #525C68;
  border:0px;
  border-spacing: 1px;
  cursor: move;
}

/* For re-order destinations in routes */
div.Destination_Option {
  display: inline;
}

table.Destinations, Table.Criteria, Table.Campaigns {
   width: 700px;
}

tbody.Destination_List, tbody.Criteria_List, tbody.Campaign_List {
  background: #525C68;
  position: relative;
  min-width: 400px;
  width: 400px;
}

tr.Destination_List_Item, tr.Criteria_List_Item {
  background: white; /* #525C68; */
  border:0px;
  border-spacing: 1px;
  cursor: move;
}

tr.Campaign_List_Item {
  background: white; /* #525C68; */
  border:0px;
  border-spacing: 1px;
}

/* Menus */
div.Action_Option {
  display: inline;
}

table.Actions {
   width: 700px;
}

tr.Action_List_Item {
  background: white; /* #525C68; */
  position: relative;
  min-width: 400px;
  width: 400px;
}

tr.Action_List_Item td.Key {
  text-align: left; /* This isn't working.  I'm not sure why. */
}

/* Style sheets for status pages */
#Report_Container {
  width: 100%;
  text-align: center;
}

#Report_Container table.Report {
  background: #525C68;
  border-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#Report_Container table.Report tr.Header {
  background: #E6E4E4;
  font-weight: bold;
}

#Report_Container table.Report tr.Odd {
  background: #FFFFF3;
}

#Report_Container table.Report tr.Even {
  background: #FFFFE3;
}

#Report_Container table.Report td {
  padding: 4px;
}

/* Styles for LiveValidation */
.LV_valid {
  color: #00FF00;
}

.LV_invalid {
  color: #FF0000;
}

/* Country Code JavaScript Styles */
span.countryCode {
   font-size: 1.8em;
   position: absolute;
   padding-left: .25em;
}
