/* 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 {
  color: #FCA438;
}

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

#Nav_Main a.User { color: #FCA438; }

#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, table.List thead tr {
  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 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.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[type=button], input[type=submit], input[type=reset],
input.Button, input.Submit, input.Reset, a.Button {
  font-size: 8pt;
  font-family: sans-serif;
  background: #48535E;
  color: white;
  border: grey groove 2px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover,
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[type=button][disabled], input[type=submit][disabled], input[type=reset][disabled],
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;
}

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

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

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

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

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

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

/* 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;
}

input.phoneCountryCode, input.phoneInternalCode {
   width: 3em;
}

input.phoneNumber
{
   width: 10em;
}

div.display {
   border: 1px rgb(82, 92, 104) solid;
   border-radius: 10px 10px 0 0;
   width: 100%;
   margin-bottom: 1em;
   line-height: 2.4em;
}

div.display table thead th {
   line-height: 1.8em;
}

div.display div.title {
   vertical-align: top;
   padding: 10px 15px 5px 20px;
   line-height: 1.25em;
   color: #FFFFFF;
   font-weight: bold;
   border-radius: 9px 9px 0 0;
   text-align: left;
   background: #505A66;
   background: -moz-linear-gradient(top, #878e96, rgb(82, 92, 104) 7px);
   background-image: linear-gradient(top, #878E96, #505A66 7px);
   background-image: -o-linear-gradient(top, #878E96, #505A66 7px);
   background-image: -moz-linear-gradient(top, #878E96, #505A66 7px);
   background-image: -webkit-linear-gradient(top, #878E96, #505A66 7px);
   background-image: -ms-linear-gradient(top, #878E96, #505A66 7px);
}

div.display label:first-child {
   display: inline-block;
   width: 150px;
}

div.display label:after { content: ":"; }

div.display table tbody tr { text-align: center; }
div.display table tbody tr:nth-child(2n) { background: #FFFFE3; }
div.display table tbody tr:nth-child(2n+1){ background: #FFFFFF; }

/*div.display table.Note thead tr {
  background: #EEDDCC;
  font-weight: bold;
  text-align: left;
}

div.display table tbody tr:nth-child(2n) {
   background: #CCEEE;
   font-style: italic;
   text-align: left;
}

div.display table tbody tr:nth-child(2n+1){
   background: #EEEECC;
   font-style: italic;
   text-align: left;
}
*/
div.display table {
   border: 1px solid #525C68;
   width: 100%;
   border-spacing: 0px;
   border-collapse: collapse;
}

div.display table thead tr {
   background: #E6E4E4;
   text-align: center;
   font-weight: bold;
}

div.display table td, div.display table th {
   border: 1px solid #525C68;
}

div.display.list table td:first-child, div.display table th:first-child {
   border-left: 0;
}

div.display.list table td:last-child, div.display table th:last-child {
   border-right: 0;
}

div.display.list table tr:last-child td {
   border-bottom: 0;
}

div.display.list table {
   border: 0;
}

div.display label {
   line-height: 1em;
}

div.display.form div.content table { margin-top: 1em; margin-bottom: 1em; }

p.buttons { overflow: auto; }
p.buttons input:focus { outline: none; }
p.buttons input::-moz-focus-inner { border:0; }

p.buttons span:nth-child(1) { float: left; }
p.buttons span:nth-child(2) { float: right; }

div.display {
   width: 960px;
   overflow: auto;
}

.row {
   margin: 20px 30px;
   overflow: auto;
}

.row .col {
   margin: 0 10px;
   float: left;
}

div.col.col3 {
   width: 430px;
}

div.col.col2 {
   width: 280px;
}

div.col.col4 {
   width: 580px;
}

div.col.col6 {
   width: 880px;
}

div.row div.col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

hr {
   border: 0;
   height: 1px;
   background-color: #C0C0C0;
}

ul.fields li.buttons {
    text-align: right;

}