/*
  HTML5 Reset :: style.css
  ----------------------------------------------------------
  We have learned much from/been inspired by/taken code where offered from:
  
  Eric Meyer          :: http://ericmeyer.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com
    
-------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

img,
object,
embed { max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
  don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea { font: 99% sans-serif; }

table { font-size: 12px; }
 
/* Accessible focus treatment
  people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
  gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* Ok, this is where the fun starts. */

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body { 
  font: 13px Helmet, Freesans, Arial, Helvetica, sans-serif; 
  background: url('/images/global/bg_white.jpg') repeat-y center;
}

body.grid { background: url('/images/global/bg_grid.jpg') repeat-x; }


/* using local fonts? make sure to read up on Paul Irish's 
  Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a { color: #385576; text-decoration: none; }
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*  j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}


/* Print styles! @media print {} */

/* Media queries! */
/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ 
@media screen and (max-device-width: 480px) {}
@media all and (orientation: portrait) {}
@media all and (orientation: landscape) {}*/


/* Old Styles...remove when can... */
.ie7 .classic #fullTop {
  position: relative;
}

.bold { font-weight: bold; color: #282828; }
.page_container { position: relative; }
.toolbar { position: relative; z-index: 100; }
#list td { vertical-align: middle; }


.header { }

.footer {
  /* background: url('/Images/rd/SEOFooterbg.jpg') repeat-x 0 bottom #ccc; */
  clear: both;
  width:1000px;
  height:270px;
  margin: 0 auto;
}
.server-id { color: #CCC; }
.grid .server-id, 
.kss .server-id,
.classic .server-id { color: #fff; }

.sitenote { font-size: 11px; line-height: 26px; color: #888; }

.hide { display: none; }


.logged-out .notification { top: 72px; }
.please-register { color: #efa000; font-weight: bold; text-decoration: underline; }
.please-register:hover { color: #efa000; }
.notification {
  display: none;
  position: absolute;
  top: 47px;
  left: 0; right: 0;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #282828;
  background: #c0c0c0;
}

.kombat .notification {
  left: 1px;
  top: 23px;
  right: 1px;
}
.notification.error { background: #F5C8CB; }
.notification.notice { background: #FBE8C0; }

/* New Styles */

.money { color: #23880b; }
.na { color: #888; }

.ad { color: #222; }
.ad h3 {
  font-size: 128%;
  color: #2200C1;
  font-weight: bold;
  text-decoration: underline;
}
.ad sup, .ad h3 sup { font-weight: normal; }
.ad div { margin: 2px 0; padding: 0; }
.ad cite { color: #0E774A; }


/* Header Styles */
.header { margin-bottom: 10px; }
.kss .header { margin-bottom: 0; position: relative; z-index: 2; }
.nav { width: 1000px; margin: 0 auto; }
.normal .nav { background: url('/images/global/bg_grid.jpg') repeat-x; }

#logo { float: left; }
.clasic #logo { margin: 20px 10px 0 10px; }
.normal #logo { margin-top:12px; margin-left: 14px; }
.kss #logo { margin: 20px 40px 0 40px; }

#topLogin { float: right; }
.log_btn {
  background: url('/Images/Redesign/securetopbutton.jpg') no-repeat 0 5px;
  padding-left: 27px;
}
.user_nav i {
  float: right;
  padding-top: 2px;
  width: 4px;
}
.ie7 .user_nav i { width: 3px; }
#topNavTopButtons { 
  float: left;
  clear: right;
  width: 650px;
}

.normal #topNavTopButtons { margin: -10px 0 0 18px; }
.kss #topNavTopButtons { margin: 20px 0 0 22px; }
.ie7 .normal #topNavTopButtons { margin: 32px 0 0 18px; }
.ie7 .grid #topNavTopButtons { margin-top: 40px; }
.ie7 .kss #topNavTopButtons { margin: 60px 0 0 22px; }
.grid #topNavTopButtons { margin: 20px 0 0 22px; }

.recon #topNavTopButtons { 
  top: 69px;
  position: absolute; 
  left: 190px; 
  width: 650px;
}
.ie7 .recon #topNavTopButtons { top: 27px; }

#topNavTopButtons a { 
  float: left;
  height: 30px;
}
#topNavTopButtons a img { width: auto; } 

#topNavSubscribe { float: right; clear: right; }
#topNavTopSearch { 
  background: url('/Images/rd/topsrch_bg.png') no-repeat;
  clear:both; float:left; 
  width:673px; height:74px;
  position: relative;
  z-index: 5;
}
.grid #topNavTopSearch { margin: -22px 0 0 117px; }
.ie9 .grid #topNavTopSearch { margin: 0; }
.normal #topNavTopSearch { margin: 0px 0 0 3px; }

.ie7 #fullTop { width: 850px; position: relative; }
.ie7 .grid #topNavTopSearch { margin: 0; }

.top-subscribe { display: block; float:left; }
.normal .top-subscribe { margin: 10px 0 0 -1px; }
.grid .top-subscribe { margin: -6px 0 0 -1px; }
.ie7 .top-subscribe { margin-top: 10px; }

.loginText {
  display: block;
  float: right;
  line-height: 30px;
  margin: 3px 7px;
}
.recon_btn { margin-left: 17px; }

.search { 
  background: url('/images/kss/search_mid.jpg') repeat-y center 0;
  clear: both; 
  margin: 0 auto; 
  width: 762px; 
}
.search-top {
  background: url('/images/kss/search_top.jpg') no-repeat  center 0;
  padding: 10px 0;
}
.kss .search { padding-bottom: 1px; }

.search h2 { color: #efefef; font-size: 18px; font-weight: bold; line-height: 30px; margin: 5px 0 10px 30px; }

.search textarea { 
  width: 702px; height: 94px; border: 5px solid #27466e; background-color: #fff; margin: 0 15px; padding: 5px 10px;
  -moz-box-shadow: inset 0 0 4px 0 #282828, 0 0 3px 0 #282828;
  -webkit-box-shadow: inset 0 0 4px 0 #282828, 0 0 3px 0 #282828;
  box-shadow: inset 0 0 4px 0 #282828, 0 0 3px 0 #282828;
}
.search textarea.raw { display: none; }

.search-buttons { text-align: right; margin: 5px 25px 5px 0; }
.search-btn {
  border: 0;
  background: url('/images/kss/search_bg.jpg') repeat-x;
  line-height: 27px; height: 27px;
  letter-spacing: 1px;
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
  margin: 0;
  -moz-box-shadow: 0 0 3px 0 #282828;
  -webkit-box-shadow: 0 0 3px 0 #282828;
  box-shadow: 0 0 3px 0 #282828;
}
.expert-controls { float: left; color: #fff; padding: 10px 0 3px 20px; display: none; }
.expert-controls a { font-weight: bold; color: #eaeaea; margin-left: 20px; cursor: pointer; }
.search .switch-views { font-size: 11px; color: #ccc; margin: 0 10px; cursor: pointer; }
.example_text { 
  margin-left: 20px; 
  margin-top: -12px; 
  font-size: 11px;
}
.ie7 .example_text { margin-top: 0; }

/* Wrapper */
.normal .wrapper { 
  background:url('/Images/rd/rocksbg.jpg') no-repeat;
  width: 1000px; margin: -64px auto 0 auto;
  padding-top: 64px;
}

.grid .wrapper { 
  background: url('/images/rd/vertical_divider.jpg') repeat-y 220px 0 #efefef; 
  border: 1px solid #dcdcdc; 
  margin: 0 10px; 
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  clear: both;
  min-width: 980px;
}
.grid .wrapper.expert { background: #efefef; }
.kombat .wrapper { 
  clear: both; 
  background: none;
  padding-top: 0;
}
/* Page Specific */
.example_text a { color: #fff; text-decoration: underline; }
.example_text a:hover { color: #ccc; }

.title-graphic { width:1000px; height:388px; }
.title-graphic-nav li { float: left; }

.laptop-video { 
  width: 503px; height: 283px;
  background: url('/Images/rd/laptop.png') no-repeat; 
}


.help-bar { margin: 0 20px 0 20px; height: 20px; min-width: 960px; background-color: #efa000; overflow: hidden; }
.kss .help-bar { background: url('/images/kss/search_bottom.png') no-repeat center -6px #efa000; }

.help-bar.expand { height: auto; }
.help-bar-container { 
  border: 1px solid #bcbcbc;
  border-bottom: 0;
  background-color: #efefef; 
  margin: 23px 5px 0 5px;
}
.help-bar-container .inner-border {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 15px 10px; 
}
.help-bar-container .center { width: 1000px; margin: 0 auto; }
.help-bar-container .api { width: 490px; float: left; }
.help-bar-container .operators { margin-right: 20px;}
.help-bar-container .api li { clear: both; }
.help-bar-container .word { 
  margin-top: 10px;
  float: left;
  background: #fefefe; 
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
}
.help-bar-container .definition {
  float: left;
  margin: 11px 15px;
}
.help-bar-container .extended {
  display: none;
}

.help-bar-container .api li {
  border-bottom: 1px solid #f6f6f6;
}

.help-bar-container .definition a {
  padding-right: 15px;
  background: url('/images/global/help_arrow_right.png') no-repeat center right;
  cursor: pointer;
  float: left;
  margin-top: 7px; 
}
.help-bar-container .showing .definition a.example-btn {
  background: url('/images/global/help_arrow_down.png') no-repeat center right;
}
.help-bar-container .definition a.example-btn {
  margin-left: 30px;
}

.help-bar-container .example {
  clear: both;
  margin: 10px 30px;
  float: left;
  display: none;
}
.help-bar-container .showing .example {
  display: block;
}
.help-bar-container .example code {
  background: #fefefe;
  padding: 10px 20px;
  color: #333;
  float: left;
}
.help-bar-container .example span {
  padding: 10px;
  font-weight: bold;
  float: left;
}

.help-bar .left-corner,
.help-bar .right-corner { height: 14px; width: 14px; display: block; }

.help-bar .left-corner { float: left; background: url('/images/kss/yellow_left.jpg') no-repeat; }
.help-bar .right-corner { float: right; background: url('/images/kss/yellow_right.jpg') no-repeat;  }
.need-help { color: #ffe6b2; float: right; line-height: 20px; font-size: 12px; }
.need-help:hover { color: #fff; }

  /* KSS Styles */
.kss .promo-buttons { text-align: center; margin: 15px 0 0 0; }
.kss .subscribe-now, .kss .take-tour { display: inline; }
.kss.normal .expert-controls { display: none; }
.kss.normal .switch-views { display: none; }
.kss.normal .wrapper {
  background: url('/images/kss/kss_bg.jpg') no-repeat;
  width: 1000px;
  margin: -40px auto 0 auto;
  position: relative;
  padding-top: 35px;
}

.kss.normal .footer {
  margin-top: -3px;
  background: url('/images/global/bg_grid.jpg') repeat-x;
}
.main-graphic {
  height: 313px;
  position: relative;
}

.kss .search-footer { 
  background: url('/images/kss/search_bottom.png') no-repeat center -6px; 
  padding-top: 14px; 
  width: 1000px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 2;
}

.main-graphic-buttons {
  width: 1000px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}

.main-graphic-buttons a {
  float: left;
}
.preview-video {
  background: url('/Images/rd/400x250dropshadow.png') no-repeat;
  float: left;
  width: 412px;
  height: 262px;
  margin: 32px 0 0 60px;
}
.kss-desc {
  float: right;
  margin: 32px 60px 0 0;
  background: rgba(0,0,0,.1);
  padding: 20px;
  width: 400px;
  height: 210px;
  text-align: center;
}
.kss-desc h2 { 
  font-size: 22px;
  font-weight: bold;
}
.kss-desc ul.why-links li {
  text-align: left;
  font-size: 18px;
  padding: 5px 5px 5px 15px;
  margin: 10px 0;
}
.kss-desc ul li a {
  color: #333;
}
.select-video { margin-top: 30px; }
.select-video li { float: left; }
.select-video a {
  display: block;
  width: 113px;
  padding: 10px;
  font-weight: bold;
}

/* Grid Styles */
.keyword_list .keyword { 
  color: #666; 
  font-size: 14px;
  line-height: 25px;
  padding: 3px 0; 
}
.keyword_list .keyword i {
  background: url('/images/global/term_close.png') no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 17px; width: 17px;
  margin: 3px 5px 0 0;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.keyword_list .input { margin-top: 10px; }
.keyword_list .input input { 
  border: 1px solid #CCC; 
  float: left;
  height: 25px;
  margin: 0 5px 0 0;
  width: 128px;
  
  -moz-box-shadow: 0 0 2px 0 #888;
  -webkit-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
}
.keyword_list .input a {
  background: url('/images/global/keyword_btn.jpg') repeat-x;
  color: #fff;
  float: left;
  font-weight: bold; 
  font-size: 12px; 
  line-height: 25px;
  padding: 0 5px;
  margin-top: 2px; 
}
.grid-ad-copy {
  position: relative;
  background: url('/images/ad_icon.png') no-repeat 1px 2px;
  display: block;
  width: 19px;
  min-height: 19px;
  
}
.grid-ad-copy .border {
  background: #efefef;
  border: 1px solid #999;
  position: absolute;
  width: 315px;
  right: 25px;
  top: -5px;
  display: none;
}
.grid-ad-copy .tab {
  background: url('/images/ad_box.png') no-repeat;
  position: absolute;
  right: -14px;
  top: 0;
  width: 14px;
  height: 27px;
}
.grid-ad-copy .ad {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 5px;
  font-size: 10px;
}
.ui-jqgrid tr.jqgrow td.result_linky { overflow: visible; }

/** Filter Bar Styles **/
.filter-bar { float: left; width: 220px; vertical-align: top; border-bottom: 1px solid #fff; }
.expert .filter-bar { display: none; }
.filter-bar h2 { font-size: 24px; font-weight: bold; 
  border: 1px solid #fff; 
  border-right: 0;
  border-bottom-color: #dcdcdc;
  padding: 15px 10px;
  color: #5f5f5f;
  background: #e8e8e8;
}
.filter-bar h4 { 
  font-size: 14px; 
  font-weight: bold; 
  border: 1px solid #fff; 
  border-right: 0; 
  border-bottom: 0;
  padding: 15px 15px 5px 10px;
  color: #5f5f5f;
  text-transform: capitalize;
}
.filter-bar .facets h4 span { 
  font-weight: normal; 
  font-size: 11px; 
  font-style: italic; 
  color: #666;
}

.filter-bar ul { 
  border-bottom: 1px solid #dcdcdc; 
  border-left: 1px solid #fff;
  color: #282828; 
  font-size: 11px; 
  padding-bottom: 15px; 
  position: relative; 
  z-index: 2; 
}

.filter-bar .domains {
  display: none;
}

.filter-bar .facets-added, .filter-bar .domain-list { 
  border-bottom: 1px solid #dcdcdc; 
  padding-bottom: 10px;
}
.filter-bar .domain-list { border-top: 1px solid #fff; padding: 5px 0; }
.filter-bar .domain-list span {
  padding: 2px 0; 
  font-size: 11px;
  margin: 0 10px;
  display: block;
  color: #888;
}
.filter-bar .added a {
  padding: 2px 10px 2px 24px; 
  background: url('/images/global/term_close.png') no-repeat 0 4px; 
  display: block;
}
.filter-bar .added span {
  color: #888; 
  font-size: 11px; 
  margin: 2px 10px;
}

.disabled a { color: #888; }
.list a { text-decoration: underline; }

.filter-bar li { margin-left: 10px; line-height: 20px; }
.filter-bar li span.has-dropdown { position: relative; white-space: nowrap; padding: 5px 49px 5px 0; }

.filter-bar li span.on, .filter-bar li span.has-dropdown:hover { background-color: #efefef; padding-right: 10px; }
.filter-bar li span.on i, .filter-bar li span.has-dropdown:hover i { display: none; }
.filter-bar li span.on b, .filter-bar li span.has-dropdown:hover b { display: inline; }
.filter-bar li span.on .toggle, .filter-bar li span.has-dropdown:hover .toggle { display: block; }

.filter-bar li input { margin: 5px 5px 5px 0; }

.filter-bar li span b { font-weight: normal; display: none; }
.filter-bar li span.on .toggle { z-index: 3; }
.filter-bar .toggle {
  position: absolute;
  right: -39px; top: -1px;
  border: 1px solid #c5c5c5;
  background: url('/images/kss/dropdown.jpg') no-repeat;
  height: 24px; width: 39px;
  z-index: 1;
  display: none;
  cursor: pointer;
}
.filter-bar .toggle:hover {
  background: url('/images/kss/dropdown_hover.jpg') no-repeat;
  border: 1px solid #909090;
}

.filter-bar .dropdown {
  z-index: 2;
  right: -120px;
  top: -1px;
  min-width: 120px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
}

.wha { font-size: 10px; }
.filter-bar .dropdown a.wha { display: block; text-align: right; padding: 0 5px; line-height: 24px;
  border-bottom: 1px solid #c5c5c5; 
  border-right: 1px solid #dedede;
  background: url('/images/kss/dropdown_fill.jpg') repeat-x; 
}
.filter-bar .dropdown a.require,
.filter-bar .dropdown a.exclude { display: block; font-size: 14px; padding: 2px 10px; cursor: pointer; }
.filter-bar .dropdown a.require:hover,
.filter-bar .dropdown a.exclude:hover { background-color: #ffe6b2; }

/** End Filter Bar **/ 
.kss .please-log-in { 
  font-weight: bold; 
  color: #333; 
  padding: 5px 10px; 
  margin: 0 10px;
  background: #ECDADB;
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.grid-container { padding-left: 239px; min-width: 740px; border-top: 1px solid #fff; border-left: 1px solid #fff; }
.kombat .grid-container { border: 0; padding-left: 4px; }
.expert .grid-container, .ie7 .grid-container { padding-left: 10px; }
.grid-header h3 { font-size: 18px; font-weight: bold; margin: 23px 0 10px 0; color: #666; }
.grid-header span.export { float: right; font-size: 12px; color: #888; margin: -30px 10px 0 0; }
.grid-header span a.toggle { font-weight: bold; color: #666; font-size: 14px; text-decoration: none; padding: 0 5px; display: block; padding: 5px; cursor: pointer }

span.export .csv a { cursor: pointer; }
span.export .csv a.loading {
  color: #999;
}
span.export .csv a.all span {
  font-size: 10px;
  font-weight: normal;
}

.grid { position: relative; margin: 10px 10px 0 0; padding-bottom: 10px; }
.grid .ui-jqgrid-bdiv { min-height: 1050px; }
.kombat .grid .ui-jqgrid-bdiv { min-height: 520px; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a.result-link,
.grid .result-link { color: #0E774A; } /* TODO: Make sure this is implimented */


.grid .ui-jqgrid-htable th { vertical-align: middle; }
.ui-jqgrid tr.jqgrow td { white-space: normal !important; }

/* Dropdown */
.dropdown { display: none; position: absolute; z-index: 1000; text-align: left; }

/** Grid Header Dropdown */
.grid-header span .has-dropdown { display: inline-block; position: relative; }
.ie7 .grid-header span .has-dropdown { zoom: 1; display: inline; z-index: 1000; }

.grid-header span .dropdown { 
  right: -5px; top: 24px; 
  position: absolute;
  padding: 10px;
  min-width: 200px;
  background-color: #fff;
  -moz-box-shadow: 0 0 3px 0 #383839;
  -webkit-box-shadow: 0 0 3px 0 #383839;
  box-shadow: 0 0 3px 0 #383839;
}
.grid-header span .dropdown ul a { font-size: 20px; font-weight: bold; }

.grid-header span a.toggle:hover, 
.grid-header span a.toggle.on {
  background-color: #efa000;
  color: #fff;
}

.adwords .dropdown ul { width: 500px; margin: 0; padding: 0; }
.adwords .dropdown ul li { height: 40px; line-height: 40px; }
.adwords .dropdown ul li label { font-size: 16px; font-weight: bold; margin-top: 6px; color: #282828; }
.adwords .dropdown .enabled { display: inline; margin-right: 10px; padding: 10px 20px; border-right: 1px solid #ccc; background-color: #ECF4F7; }
.adwords .dropdown input { border: 1px solid #383839; float: none; height: 30px; margin: 5px 0; }
.adwords .dropdown input[type="checkbox"] { border: 0px; }
.adwords .dropdown .disabled { color: #ccc; }
.adwords .dropdown .disabled label { cursor: default; color: #CCC; }
.adwords .dropdown .disabled input { border-color: #ccc; }

#bid_amount { width: 50px; text-align: center; }
#ad_url { width: 248px; }
#copy_text { width: 500px; height: 150px; border-color: #383839; margin-top: 5px; }
#keyword { padding: 5px; }

#adword_copy, #adword_save, #adword_close {
  color: #efefef;
  border: 1px solid #efefef;
  background-color: #16303F;
  font-weight: bold;
  margin-top: 10px;
  padding: 7px; 
  -moz-box-shadow: 0 0 3px 0 #383839;
  -webkit-box-shadow: 0 0 3px 0 #383839;
  box-shadow: 0 0 3px 0 #383839; 
}

#copy_container { position: relative; float: left; z-index: 1; }
#adword_copy { float: left; display: block; }
#adword_close { float: right; }
#adword_save { float: left; margin-right: 10px; }
.copied { line-height: 29px; margin: 10px 0 0 10px; font-weight: bold; display: none; float: left; }
.complete { display: block; }
#flash_copy { position: absolute; top: 0; left: 0; z-index: 101; width: 129px; height: 31px; }


/*- *- *- Kombat Reports -* -* -*/
.searchBoxWrapper i { 
  background: url('/Images/rd/kombat_vs.png') no-repeat;
  width: 26px;
  height: 20px;
  margin-top: 7px;
  float: left;
}
.searchBoxWrapper .search-box {
  float: left;
}
.searchBoxWrapper .search-box iframe { 
  display: none;
}
.searchBoxWrapper .search-box .NewDivSuggestBox {
  z-index: 999;
}
#mainButtons a,
.venn-tabs a, 
.fusion-footer,
.fusion-footer img, 
#FusionHeader,
#FusionHeader img { 
  float: left;
}
#div_Fusion, #div_FlashGrid { 
  background: #efefef;
  border: 3px solid #fff;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
}


/*- *- *- Recon Reports -* -* -*/
.recon h2 { 
  margin: 20px 0 15px 30px;
  font-size: 28px;
  font-weight: normal; 
  color: #114070;
}

.report-tabs {
  background: url('/images/recon/settings_bar.png') repeat-x 0 37px;
  margin: 30px 10px 10px 10px ;
  min-height: 44px;
}
.report-tabs a {
  font-size: 30px;
  color: #666;
  line-height: 34px;
}
.report-tabs a:hover { color: #888; }
.report-tabs a.tab { 
  padding: 0 15px; 
  float: left;
  height: 44px;
}
.report-tabs a.selected { 
  background: url('/images/recon/settings_selected_bar.png') repeat-x 0 37px; 
}
.report-tabs a.selected, .report-tabs a.new { 
  color: #114070; 
  font-weight: bold;
}
.report-tabs a.new { 
  font-size: 24px; 
  padding: 0 15px 0 26px;
  background: url('/images/recon/plus.png') no-repeat 0 11px;
  float: right;
  line-height: 40px;
}

.num-credits { 
  color: #aeaeae; 
  text-align: right; 
  font-size: 11px; 
  margin: -5px 25px 0 0;
}
.num-credits a { 
  color: #ab342f; 
  margin-left: 7px;
}

.reports-list { margin: 30px 10px 10px 10px; }


#settings { display: none; }

.report-templates { 
  border-bottom: 1px solid #eaeaea; 
  margin: 10px;
  padding-bottom: 30px;
}

.templates { 
  width: 183px; 
  margin-left: 15px;
  float: left;
}
.templates li { clear: both; }
.templates li a { 
  display: block;
  background: #eaeaea;
  width: 135px;
  height: 25px; line-height: 25px;
  padding: 5px 10px;
  margin: 0 0 5px 5px;
  color: #282828;
  font-size: 18px;
  float: left;
  position: relative;
}

.templates li a span { display: none; }

.templates li.current a {
  font-weight: bold;
}

.templates li.selected a {
  color: #fff;
  background: #114070;
}

.templates li.selected span { 
  display: block;
  position: absolute; 
  right: -18px;
  top: 0;
  height: 35px;
  width: 18px;
  background: url('/images/global/blue_arrow.png') no-repeat;
}

.templates li i { 
  width: 5px; 
  height: 35px; 
  display: block;
  float: left;
}

.templates li.current i {
  background: #114070;
}

.template-details { 
  float: right; 
  width: 712px;
  padding: 10px 35px;
}
.template-details div { display: none; }
.template-details h3 {
  color: #114070;
  margin: 0;
}
.template-details h3 span {
  color: #888;
  font-weight: normal;
  font-size: 13px;
}
.template-details p {
  padding: 20px 30px;
  min-height: 85px;
}
.template-details a {
  cursor: pointer;
  padding: 5px 15px;
  background: #eaeaea;
  float: right;
  margin-right: 80px;
}

.template-details .notice { 
  float: right; 
  font-size: 11px; 
  color: #666;
  line-height: 20px;
  padding: 5px 15px;
}
.template-details .error { color: #E7717E; }
.template-details .success { color: #0F8B00; }


.report-design { 
  clear: both;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea; 
}
.report-design h3 { 
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333;
  margin: 0 0 3px 40px;
}
.report-design h3 span {
  color: #949494;
  font-size: 12px;
  letter-spacing: 0;
}
.report-design ul {
  background: #eaeaea;
  float: left;
  padding: 3px;
  margin-left: 20px;
  clear: both;
}
.report-design ul li {
  float: left;
  margin-right: 6px;
}
.report-design ul li.last { margin-right: 0px; }

.report-design ul li a {
  display: block;
  padding: 7px;
  text-align: center;
  width: 77px;
  font-size: 12px;
  cursor: pointer;
}
.report-design ul li a img {
  margin-bottom: 3px;
}
.report-design ul li.selected a {
  font-weight: bold;
  background: url('/images/recon/report_design_selected.png') no-repeat;
}
.report-design .error { color: #E7717E; }
.report-design .success { color: #0F8B00; }


.report-white-labeling { 
  border-bottom: 1px solid #eaeaea; 
  margin: 10px;
  padding-bottom: 10px;
  clear:both;
}
.report-white-labeling h3 { 
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 1px;
  color: #333;
  margin: 0 0 3px 20px;
}
.report-white-labeling .logo { 
  float: left;
  width: 440px;
  margin: 0px 0px 10px 20px; 
}
.report-white-labeling .logo .logo-ddl {
  width:200px;
  float :left;
  margin-left: 20px;
}
.report-white-labeling .sub {
 border-left: 1px solid #eaeaea;
}
.report-white-labeling h3 span {
  color: #949494;
  letter-spacing: 0;
  font-size:14px; 
  white-space: nowrap;
}
.report-white-labeling .logo input { margin: 5px 5px 5px 0px; }
.report-white-labeling .logo button { float: left; margin-left: 3px; }

.report-email-notifications { 
  margin: 10px;
  clear:both;
}
.report-email-notifications div input{
  width: 300px;
  font-size: 11px;
  margin-left: 20px;
}
.report-email-notifications .submit-user-emails{
  display: none;
}
.report-email-notifications div a img{
  position:relative;
  top:7px;
  text-decoration : none;
  border: 0 none;
}
#divAdvSettingsContent td{
  padding: 5px;
}