body {
  margin: 0;
  padding: 0;
  font-family: arial,verdana,sans-serif;
  font-size: small;
  color: #000;
}
.report_body {
  background: #edf0f4 url(/img/header_background.png) repeat-x;
}
h1, h2, h3, h4,h5, h6, p, ul, ol, li, dl, dt, dd, form, label, img {
  margin: 0;
  border: 0;
  padding: 0;
}
#container {
  padding: 1em;
  min-width: 800px;
  font-size: 92.8%;
}
input, select {
  font-family: arial,verdana,sans-serif;
}
a {
  color: #005C9C;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
}
th.text a,
td.text a {
  margin-left: 1px;
}
.text_wrapper {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  height: 1.2em;
}
.text_wrapper .text_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding:0;
  width: 100%;
  height: 1.2em;
  white-space:nowrap;
  overflow: hidden;
  /*text-overflow:ellipsis;*/
  margin: 0;
}
.text_wrapper .text_wrapper img {
  vertical-align: top;
  padding-right: 2px;
}
html span.text_wrapper,
html span.text_wrapper span.text_wrapper {
  width: 161px;
}
* html span.text_wrapper,
* html span.text_wrapper span.text_wrapper {
  width: 150px;
}
.negative_comparison {
  color: #900 !important;
}
.positive_comparison {
  color: #078c00 !important;
}
.neutral_comparison {
  color: #666 !important;
}
.rank_1 .legend {
  background: #058DC7;
}
.rank_2 .legend {
  background: #50B432;
}
.rank_3 .legend {
  background: #ED561B;
}
.rank_4 .legend {
  background: #EDEF00;
}
.rank_5 .legend {
  background: #24CBE5;
}
.rank_6 .legend {
  background: #64E572;
}
.rank_7 .legend {
  background: #FF9655;
}
.rank_8 .legend {
  background: #FFF263;
}
.rank_9 .legend {
  background: #6AF9C4;
}
.rank_10 .legend {
  background: #B2DEFF;
}
.rank_11 .legend {
  background: #ccc;
}
.email_address {
  font-weight: bold;
  color: #333;
}
.loading_message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: url(/img/semi_transparent.png);
}
.loading_message p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1em 0 0 -4.3em;
}
.loading_message b {
  display: block;
  margin: 0 1px;
  border: solid #aaa;
  border-width: 1px 0;
  padding: 0;
  color: #888;
}
.loading_message b b {
  margin:0 -1px;
  padding:0;
  border-width:0 1px;
}
.loading_message b b b {
  margin: 0;
  padding: 0 .6em 0 29px;
  border-width:0;
  line-height: 3.3em;
  background:#efefef;
}
.loading_message img {
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -8px 0 0 0;
}

.loading_menu {
  /*clear: all;*/
  font-weight: bold;
  color: #333333;
  width: 15em;
}
.loading_menu img {
  vertical-align: middle;
}

.visits_explanation {
  float: left;
  margin-top: 2em;
}
.outer_modal_box_container {
  position: absolute;
  width: 100%;
  height: 100%;
  /*overflow: none;*/
  margin: 0;
  z-index: 7500;
  left: 0;
  top: 0;
}
.inner_modal_box_container {
  display: table;
  width: 50%;
  margin: 15% 25%;
  position: relative;
  z-index: 7501;
  border: 1px solid black;
}
.modal_box {
  margin: 0;
  display: table-cell;
  position: relative;
  border: 5px solid #FF6D06;
  background-color: white;
  z-index: 9999;
  padding: 10px;
}
#content > div#modal_background {
  position: fixed;
}

#modal_background { /** this is broken in ie6 now ... don't review yet */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #CCCCCC none repeat scroll 0 50%;
  opacity: .7;
  /*filter: alpha(opacity=75);*/
  z-index: 5000;
}

/**
 * Rounded border.
 *
 * In html, put 3 divs around the content:
 * <div class="r1"><div class="r2"><div class="r3">
 *   CONTENT
 * </div></div></div>
 *
 * To change the background and border color, override as followed:
 * div.r2 {
 *   background: #e4e4e4;
 * }
 * div.r2, div.r3 {
 *   border-color: #d7d7d7;
 * }
 */
div.r1 {
  padding: 0 1px;  /* Needed for IE */
  border: none;
  position: relative;
}
div.r2 {
  border-width: 1px 0;
  border-style: solid;
  border-color: transparent;
}
div.r3 {
  border-width: 0 1px;
  border-style: solid;
  border-color: transparent;
  margin: 0 -1px;
}

.website_optimizer_promo {
  float: left;
  margin-top: 1em;
  padding: .5em;
  border: 1px solid #CCCCCC;
  background-image: url(/img/bulb.gif);
  background-position: 4px 4px;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.website_optimizer_promo strong {
  font-weight: bold;
}

.beta_label {
  color: red;
  font-weight: normal;
  text-decoration: none;
}

b.beta_label {
  vertical-align: 25%;
}
.beta_label.small {
  font-size: 7pt;
}
#header {
  float: left;
  margin: 0 0 1em 0;
  width: 100%;
}
#main_content {
  float: right;
  width: 79%;
}

#main_context {
  float: left;
  width: 20%;
}
#main_content.basic {
  float: none;
  clear: both;
  margin: 1em auto;
  width: 800px;
}
#footer {
  float: left;
  padding: .5em 0;
  width: 100%;
}
#preview_content {
  position: relative;
  width: 100%;
  float: left;
}

/*---------------------------------- */

/* BEGIN: round border
---------------------------------- */

/* BEGIN: "over-time" graph
---------------------------------- */


/*
 * Graph Date Option Styles
 */
/* END: "over-time" graph
---------------------------------- */

/* button, dropdown button.  gveen TODO: switch "button" elements to use "btn" base styles */
.btn {
  float:left;
  margin:0;
  max-width: 350px;
  font:95%/1.2em Arial,Sans-serif;
  color:#0c4ea6;
  cursor:pointer;
}
.btn b {
  z-index: 6;
  float:left;
  display: inline;
  position:relative;
  margin:0 1px;
  border:solid #ccc;
  border-width:1px 0;
  padding:0;
}
.btn:hover b {
  border-color:#aaa;
}
.btn.expanded b {
  border-color:#aaa;
  border-bottom-color: #fff;
}
.btn b b {
  background: #fff;
  display:block;
  position:relative;
  margin:0 -1px;
  border-width:0 1px;
  padding:0;
}
.btn b b b {
  margin:0;
  border-width:0;
  padding:1px 5px 2px;
}
.btn.dropdn b b b {
  background:url(/img/btn_dropdn_d.gif) no-repeat center right;
  padding-right:22px;
}
.btn.dropdn.expanded b b b {
  background-image:url(/img/btn_dropdn_u.gif);
}
/* dropdown menu */
.button_submenu {
  width: 100%;
  position: absolute;
  z-index: 5;
  min-width: 190px;
  line-height: 1.2em;
  cursor: default;
}
.button_submenu div {
  position:relative;
  margin:0 1px;
  border:solid #aaa;
  border-width:1px 0;
  padding: 0;
  font-weight:normal;
}
.button_submenu div div {
  background:none;
  margin:0 -1px;
  padding:0;
  border-width:0 1px;
}
.button_submenu div div div {
  margin: 0;
  padding: .1em 2px .1em 2px;
  border:0;
  background:#fff;
}
.button_submenu ul {
  list-style: none;
  margin: 0 0 .5em;
  border-bottom: 1px solid #ccc;
  padding: 0 0 .5em 0;
  width: 100%;
}
.button_submenu ul.last {
  margin-bottom: 0;
  border-bottom: 0;
  padding: 0;
}
.button_submenu li {
  font-size: 90%;
  margin: 0;
  padding: .1em .2em;
  white-space: nowrap;
  color: #999;
}
.button_submenu a {
  display: block;
  text-decoration: none;
  outline: none;
  color: #0c4ea6;
  cursor: pointer;
}
.button_submenu a:hover {
  color: #fff;
  background-color: #0c4ea6;
}
.button_submenu li.current a {
  color: #999;
  cursor: default;
}
.button_submenu a.current:hover {
  text-decoration: none;
  background-color: #fff;
}

.button_submenu a.current {
  text-decoration: none;
  outline: none;
  color: #999;
  cursor: default;
}

/* ctrl_list */
.ctrl_list {
  float: left;
  margin: 0 .4em 0 0;
  padding:2px 0 0;
  font:95%/1.2em Arial,Sans-serif;
}
/* ctrl_selector */
.ctrl_table {
  width: 100%;
  color: #000;
  margin: 0 0 1em;
}
.ctrl_table th, 
.ctrl_table td {
  border-bottom: 1px solid #bbb;
  padding: .3em .4em .1em .4em;
  width: 1%;
  text-align: right;
}
.ctrl_table th.text, 
.ctrl_table td.text {
  width: auto;
  text-align: left;
}
.ctrl_table a {
  color: #0c4ea6;
  text-decoration: none;
}
.ctrl_table .footer {
  white-space: nowrap;
}
/* BEGIN: static overview
------------------------------------ */
.static_overview h1 {
  margin: 0 0 1em;
  font-size: 190%;
  font-weight: bold;
}
.static_overview h2 {
  clear: left;
  margin: 0;
  font-size: 100%;
}
.static_overview p {
  margin: 0 0 1em;
}
.static_overview ul {
  margin: 0 0 1em 1em;
}
div#AdSenseAsteriskLink {
  font-size:86%;
  font-weight:bold;
  margin-bottom:10px;
  padding-left:8px;
}
/* END: static overview */


/* BEGIN: report header
---------------------------------- */

/* END: report header
---------------------------------- */

/* BEGIN: control bar border
---------------------------------- */
.controlbar_border {
  display: block;
}
.controlbar_border * {
  background: #e4e4e4;
  display: block;
  height: 1px;
  overflow: hidden;
}
.controlbar_border_layer3 {
  background: #e9e9e9;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  margin: 0 1px;
  padding: 0 1px;
}
.controlbar_border_layer2 {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  margin: 0;
  padding: 0;
}
.controlbar_border_layer1 {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin: 0;
}
#controlbar_border_content {
  background: #e4e4e4;
  overflow: hidden;
  padding: 4px 10px 4px 10px;
  /**zoom:1;*/ /*ie*/
  /**padding-bottom: 0.5em;*/
}
/* END: control bar border
---------------------------------- */

/* BEGIN: report tools
---------------------------------- */

/* END: report tools
---------------------------------- */

/* BEGIN: status message
---------------------------------- */
.status_message {
  float: left;
  margin: 1px 0 .5em 0;
  border: solid #fad163;
  border-width: 0 1px;
  font-size: 100%;
  text-decoration: none;
  outline: none;
  background:#fad163;
  color: #000;
  clear: both;
  white-space: nowrap;
}
.status_message.note {
  float: none;
  clear: both;
  border-color: #ffc49b;
  background: #fefdec;
  color: #3e2412;
}
.status_message.sampled {
  border-color: #dbcf44;
  background: #fffd93;
  color: #333;
}
.status_message b {
  display: block;
  position:relative;
  top: -1px;
  left: 0;
  border:solid #fad163;
  border-width:1px 0 0 0;
  font-weight: normal;
  overflow: visible;
}
.status_message.note b {
  text-align: center;
  border-color: #FFC49B;
  font-weight: bold;
  overflow: visible;
}
.status_message.sampled b {
  border-color: #dbcf44;
}
.status_message b b {
  border-width:0 0 1px 0;
  top: 2px;
  left: 0;
}
.status_message b b b {
  top: -1px;
  left: 0;
  padding: 1px 3px 0;
  margin: .1em;
  border-width: 0;
  background: center left no-repeat;
}
.status_message.note b b b {
  padding-bottom: 1px;
}
.status_message a {
  color: #000;
}
.status_message.sampled a {
  color: #333;
}
/* END: status message
---------------------------------- */
/* BEGIN: display control tabs
---------------------------------- */

.records_view_options {
  float: right;
}
.records_view_options dl {
  float: left;
  white-space: nowrap;
}
.records_view_options dt {
  color: #aaa;
  float: left;
  line-height: 20px;
  text-align: right;
  font-weight: bold;
  margin-right: 3px;
  font-size: 90%;
}
.records_view_options dd {
  float: left;
  margin: 0px;
}
.records_view_options ul {
  float: left;
  list-style: none;
  white-space: nowrap;
  position: relative;
}
.records_view_options li {
  float: left;
  margin: 0px;
}
.records_view_options li a {
  display: block;
  padding: 1px 10px 0 16px;
  height: 14px;

  background-repeat: no-repeat;
  position: relative;
  margin-right:-1px;

  z-index: 10;
}
.records_view_options li a:hover {
  z-index: 150;
  margin-left: 0px;
  left: 0px;
}
.records_view_options li a.current {
  z-index: 100;
  margin-right: -1px;
}




#pdf_export_format {
  background: url(/img/pdf.gif) no-repeat center left;
}
#xml_export_format {
  background: url(/img/xml.gif) no-repeat center left;
}
#excel_export_format {
  background: url(/img/excel.gif) no-repeat center left;
}
#tsv_export_format {
  background: url(/img/tsv.gif) no-repeat center left;
}



.display_control_tabs {
  float: left;
}
.display_control_tabs dt {
  display: none;
}
.display_control_tabs ul {
  list-style: none;
}
.display_control_tabs li {
  float: left;
  margin: 0 0 0 4px;
  padding: 0;
  font-weight: bold;
  background: #eee url(/img/corner_ddd_eee_tl.gif) no-repeat;
}
.display_control_tabs li.first {
  margin: 0 0 0 8px;
}
.display_control_tabs li.current {
  background: #666 url(/img/corner_666666_tl.gif) no-repeat;
}
.display_control_tabs li a {
  display: block;
  margin: 0;
  padding: 5px 6px;
  background: url(/img/corner_ddd_eee_tr.gif) top right no-repeat;
}
.display_control_tabs li.current a {
  text-decoration: none;
  color: #fff;
  background: url(/img/corner_666666_tr.gif) top right no-repeat;
}
.display_control_tabs li.last {
  margin: 0 8px 0 0;
}

.display_control_tabs b {
  display:block;
  background: center left no-repeat;
}
.display_control_tabs .send_now b {
  padding-left: 22px;
  background-image: url(/img/email.gif);
}
.display_control_tabs .schedule b {
  padding-left: 16px;
  background-image: url(/img/schedule.gif);
}
.display_control_tabs .schedule.current b {
  background-image: url(/img/schedule_on.gif);
}
.display_control_tabs .add_to b {
  padding-left: 16px;
  background-image: url(/img/schedules.gif);
}
/* END: display control tabs
---------------------------------- */
/* BEGIN: subtabs
---------------------------------- */
.subtabs-container {
  float: left;
  width: 100%;
  background-color: #666;
  border: #666 1px solid;
}

.subtabs-container td {
  padding: 8px;
}

.subtabs-body,
.subtabs-body a {
  color: #fff;
}

.subtabs-body dt {
  float: left;
  margin: 0 .4em 0 0;
  padding: 0;
  color: #bbb;
}
.subtabs-body dd {
  float: left;
  display: inline;
  margin: 0 .8em 0 0;
}
.subtabs-body .selected {
  font-weight: bold;
}
/* END: subtabs
---------------------------------- */
/* BEGIN: scorecard
---------------------------------- */
.scorecard {
  float: left;
  width: 100%;
  margin: 0;
  border-top: 3px solid #666;
  padding: 0;
}
.scorecard td {
  background: #fff;
  border-left: 1px solid #ddd;
}
.scorecard td.last {
  border-right: 1px solid #ccc;
}
.scorecard td .statistic {
  position: relative;
  z-index: 3;
  padding: 6px;
}
.scorecard td .statistic .contextual_help {
  position: absolute;
  top: 8px;
  right: 6px;
}
.scorecard td .statistic .contextual_help a {
  display: block;
  padding: 15px 0 0 0;
  height: 0;
  width: 15px;
  overflow: hidden;
  text-indent: -5000px;
  background: url(/img/help_light.gif) no-repeat 0 0;
  outline: none;
}
.scorecard td .statistic .contextual_help a.current {
  background: url(/img/help.gif) no-repeat 0 0;
}
.contextual_help div {
  position: absolute;
  z-index: 7;
  bottom: 11px;
  right: -22px;
  width: 230px;
  line-height: 1.2em;
}
.contextual_help dl {
  padding: 0 0 20px 0;
  background: url(/img/contextual_help_pointer.gif) bottom left no-repeat;
}
.contextual_help dt {
  padding: 3px 8px;
  font-size: 110%;
  background: url(/img/contextual_help_top.gif) top left no-repeat;
}
.contextual_help dd {
  border: #e1deac solid;
  margin: 0;
  border-width: 0 2px;
  padding: 4px 6px 0;
  background: #fff;
}
/* END: scorecard
---------------------------------- */
/* BEGIN: records table
---------------------------------- */
.records {
  text-align: left;
  float: left;
  width: 100%;

}
.records.performance.overtime {
        margin-top: 1em;
        border-top: 1px solid #999;
}
.records th {
  border: 1px solid #bbb;
  padding: .3em;
  /*text-align: right;*/
  font-weight: normal;
  background: #e5e5e5;
}
.records th.text {
  text-align: left;
  width: 10%;
}
.records th.baslik {
  text-align: left;
  width: 15%;
  color: #000;
}
.records th.sayi {
  text-align: right;
  width: 5%;
  color: #000;
}
.records th.text dt {
  color: #000;
}
.records th.baslik a,
.records th.sayi a,
.records th.text a {
  color: #0c4ea6;
}
.records th.baslik a:hover,
.records th.sayi a:hover,
.records th.text a:hover {
  color: #fff;
}
.records td {
  border: 1px solid #ddd;
  padding: .3em;
  text-align: left;
  background: #f9f9f9;
}
.records td.count {
  width: 1%;
}
.records td.text {
  text-align: left;
}
.records td.sayi {
  text-align: right;
}
.records.performance.overtime td.text {
  /*text-align: right;*/
  border: 1px solid #999;
  border-top: 0;
  border-left-color: #fff;
  border-bottom-color: #eee;
  padding: .7em;
  width: 25%;
  background: #fff;
}
.records.performance.overtime td.text div {
  width: 215px;
  overflow: hidden;
  /*text-overflow:ellipsis;*/
}
.records.pie_view td.text .text_wrapper .text_wrapper {
  padding-left: 1.1em;
}
.records th.default_var,
.records th.graph_sort {
  width: 10%;
}
.records th.graph_variable {
  width: 55%;
  text-align: left;
}
.records td.graph_variable_bar {
  width: 55%;
  background: #fff;
  text-align: left;
}
.records.performance.overtime td.graph_variable_bar {
  width: 99%;
  border: 1px solid #999;
  border-top: 0;
  border-right-color: #fff;
  border-bottom-color: #eee;
  padding: .7em .7em .7em 0;
}
.records td.graph_variable_bar {
  width: 55%;
  background: #fff;
  text-align: left;
}
.records th.sort,
.records th.graph_sort {
  font-weight: bold;
  background: #c5c5c5 url(/img/sort_desc.gif) center right no-repeat;
}
.records th.graph_sort,
.records th.graph_variable {
  padding: .3em .6em;
}
.records th.sort.asc,
.records th.graph_sort.asc {
  background-image: url(/img/sort_asc.gif);
}
.records th.graph_sort {
  padding-right: 2px;
}
.records th.graph_sort select {
  margin: 0 15px 0 0;
}
.records th.graph_sort a.sort_direction {
  float: right;
  margin: 0;
  padding: 0 6px 0 0;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -5000px;
}
.records th.graph_variable select {
  float: left;
  margin: 0 0 0 6px;
}
.records th a {
  color: #000;
  display: block;
}
.records th.sort a {
  padding: 0 10px 0 0;
}
.records.comparison td {
  background: #f0f0f0;
}
.records.comparison .highlight td.text {
  font-weight: normal;
}
.records td.sort,
.records td.graph_sort {
  font-weight: bold;
  background-color: #e5e5e5;
}
.records .date_comparison td.sort,
.records .date_comparison td.graph_sort {
  background-color: #f0f0f0;
}
.records .highlight td {
  background-color: #fff;
}
.records .highlight td.sort,
.records .highlight td.graph_sort {
  background-color: #f0f0f0;
}
.records.comparison .highlight td.sort {
  background-color: #f9f9f9;
}
/* BEGIN: todo gveen, optimize keyword_pos rules */
.records.keyword_pos td.graph_sort {
  padding-right: 25px;
  background-image: url(/img/next_path_sort.gif);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
}
.records.keyword_pos td.text {
  cursor: pointer;
}
.records.keyword_pos .date_comparison td.graph_sort {
  background-image: url(/img/next_path_sort_highlight.gif);
}
.records.keyword_pos .highlight td.graph_sort {
  background-image: url(/img/next_path_sort_highlight.gif);
}
.records.keyword_pos .date_comparison .highlight td.graph_sort {
  background-image: none;
}
.records.keyword_pos .date_comparison tr.current td.graph_sort, 
.records.keyword_pos tr.highlight.current td.graph_sort, 
.records.keyword_pos tr:hover td.text, 
.records.keyword_pos tr:hover td.graph_sort {
  background-color: #949494;
}
.records.keyword_pos tr.current td.graph_sort, 
.records.keyword_pos tr:hover td.graph_sort {
  background-image: url(/img/next_path_on.gif);
}
.records.keyword_pos .date_comparison tr.previous_date_range:hover td.graph_sort, 
.records.keyword_pos .date_comparison tr.current_date_range:hover td.graph_sort, 
.records.keyword_pos .date_comparison tr.comparison_values:hover td.graph_sort {
  background-color: #f0f0f0;
}
.records.keyword_pos .date_comparison tr.previous_date_range:hover td.text, 
.records.keyword_pos .date_comparison tr.current_date_range:hover td.text, 
.records.keyword_pos .date_comparison tr.comparison_values:hover td.text {
  background: #fff;
}
.records.keyword_pos .date_comparison tr.previous_date_range td.graph_sort, 
.records.keyword_pos .date_comparison tr.current_date_range td.graph_sort, 
.records.keyword_pos .date_comparison tr.comparison_values td.graph_sort {
  cursor: default;
}
.records.keyword_pos .date_comparison tr.previous_date_range td.text, 
.records.keyword_pos .date_comparison tr.current_date_range td.text, 
.records.keyword_pos .date_comparison tr.comparison_values td.text {
  cursor: default;
}
/* END: todo gveen, optimize keyword_pos rules */
.records .comparison_values td {
  padding-bottom: 10px;
}
.records.performance_view td.graph_variable_bar {
  color: #333;
}
.graph_bar {
  float:left;
  margin:0 .3em 0 0;
  width: 1px;
  height:1.1em;
  background:#1a87d5;
  display: inline;
}
.graph_hbar {
  float:left;
  margin:0 .3em 0 0;
  width: 1px;
  height:1.1em;
  display: inline;
}
.records.performance_view .previous_date_range td.graph_variable_bar,
.records.performance_view .data_segment_1 td.graph_variable_bar {
  color: #333;
}
.data_segment_1.bar_visit_segments .graph_bar {
  background-color: #ff9900;
}
.data_segment_2.bar_visit_segments .graph_bar {
  background-color: #52b432;
}
.data_segment_3.bar_visit_segments .graph_bar {
  background-color: #EDED01;
}
.hbar_primary .graph_hbar,
.histogram_primary .graph_hbar {
  background:#1a87d5;
}
.hbar_compare .graph_hbar {
  background:#92c63e;
}
.hbar_segment_1 .graph_hbar,
.histogram_segment_1 .graph_hbar {
  background:#ff9900;
}
.hbar_segment_2 .graph_hbar,
.histogram_segment_2 .graph_hbar {
  background:#52b432;
}
.hbar_segment_3 .graph_hbar,
.histogram_segment_3 .graph_hbar {
  background:#eded01;
}
.previous_date_range .graph_bar,
.data_segment_1.bar_date_range .graph_bar,
.data_segment_1 .graph_bar {
  background:#92c63e;
}
.records.comparison_view td.graph_variable_bar {
  padding-left: 0;
  padding-right: 0;
  background-image: url(../images/bg/666666_2x1.gif);
  background-position: top center;
  background-repeat: repeat-y;
  color: #148f0d;
}
.records.comparison_view td.graph_variable_bar.negative {
  text-align: right;
  color: #900;
}
.records.comparison_view .graph {
  width: 100%;
}
.records.comparison_view .graph_bar {
  float: left;
  display: inline;
  margin:0 .3em 0 50%;
  width: 1px;
  height:1.1em;
  background:#62b054 url(../images/bg/666666.gif) top left repeat-y;
}
.records.comparison_view .negative .graph_bar {
  float: right;
  display: inline;
  margin:0 50% 0 .3em;
  width: 1px;
  background:#b6423c url(../images/bg/666666.gif) top right repeat-y;
}
.records td.pie_graph {
  vertical-align: top;
  text-align: right;
  background: #fff;
  border-top: 0px;
  border-bottom: 0px;
}
.records td.pie_hidden_column {
  background: #fff;
  border-top: 0px;
  border-bottom: 0px;
}
.records td.pie_graph .pie_graph_container {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
  width: 96%;
}
.records td.pie_graph .pie_graph_flash {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 5;
  left: 0;
  width: 100%;
}
.records td.text .legend {
  position: absolute;
  top: .2em;
  left: 0;
  height: 0em;
  width: 0em;
}
.records.pie_view td.text .legend {
  height: .8em;
  width: .8em;
}
.records .current td, 
.records .highlight.current td {
  background-color: #969696;
  border-color: #969696;
}
.records td .sampled {
  border: #dbcf44 1px solid;
  padding: .3em;
  font-size: 85%;
  font-weight: normal;
  color: #333;
  background: #fffd93;
}
.records td.keyword_positions_graph {
  border: 2px solid #969696;
  border-width: 2px 2px 0;
  padding:0;
  width: 55%;
  vertical-align: top;
  background: #fff url(../images/bg/969696_2x2.gif) bottom left repeat-x;
}
.records .zippy {
  text-decoration: none;
  padding-left: 7px;
  background: url(/img/closed_zippy.gif) center left no-repeat;
}
.records .zippy.opened {
  padding-left: 7px;
  background: url(../images/icons/open_zippy.gif) center left no-repeat;
}

.keyword_positions_graph .instructions {
  display: block;
  padding: 25% 0 0;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  color: #666;
}
.keyword_positions_graph div {
  margin: 0;
  padding: 31px 5px 5px 5px;
  background: #fff url(../images/bg/keyword_positions_header.gif) 5px 7px no-repeat;
}
.keyword_positions_graph div div {
  margin: 0;
  border: 5px solid #e5ecf9;
  border-width: 5px 0 0 0;
  padding: .5em 0 0 0;
  width: 100%;
  background: none;
}
.keyword_positions_graph ul {
  border-left: 1px solid #e5ecf9;
  margin: 0 0 0 75%;
  padding: 0 0 0 2%;
  list-style: none;
}
.keyword_positions_graph ul.keyword_positions_top {
  float: left;
  margin: 0;
  border: 0;
  padding: .3em .3em 0 .3em;
  width: 72%;
  background: #e5ecf9;
}
.keyword_positions_graph li {
  margin: 0 0 .5em 0;
  border: 1px solid #999;
  padding: .3em;
  text-align: left;
  color: #666;
}
.keyword_positions_graph li strong {
  color: #000;
}
/* BEGIN: records table controls
---------------------------------- */
.records td.table_controls {
  overflow: visible;
  border-width: 0 1px;
  border-color: #bbb;
  padding: 0;
  width: 100%;
  background:#e5e5e5;
}
.records td.table_controls .box {
  position: relative;
  top: 1px;
  left: 0;
  float: left;
  display: block;
  margin:-2px 0 0 0;
  border:solid #bbb;
  border-width:1px 0;
  width: 100%;
  background:#e5e5e5;
}
.table_controls .filter_controls {
  margin: 2px;
  float: left;
}
.table_controls .pagination_controls {
  margin: 2px 8px 2px 2px;
  float: right;
}
.table_controls .pagination_controls input {
  width: 40px;
}
.table_controls .pagination_controls .button_label {
  margin: 0 0 0 12px;
}
.table_controls .button_label {
  margin: 0 0 0 6px;
}
.table_controls select, 
.table_controls input {
  float: left;
  margin: 0 0 0 6px;
}
div.custom_tooltip {
  background-color: #fff;
  border: solid black 1px;
  padding: 5px;
}
.ad_name {
  color: blue;
  text-decoration: underline;
  font-weight: normal;
}
.text_ad cite {
  color: green;
  font-style: normal;
}
/* BEGIN: buttons, button submenus, button labels
---------------------------------- */
.button {
  float: left;
  margin: 0 6px;
  white-space: nowrap;
  text-align: left;
  color: #444;
  text-decoration: none;
  line-height: 1.2em;
  outline: none;
}
.records th.graph_sort a.button {
  float: none;
  margin: 0 2px 0 0;
}
.button.previous {
  margin: 0 2px 0 6px;
}
.button.next {
  margin: 0 0 0 2px;
}
.button b {
  display: block;
  margin:0 1px;
  border:solid #aaa;
  border-width:1px 0;
  padding: 0;
  font-weight:normal;
  background:#ddd url(/img/button.gif) repeat-x 0 0;
}
.button:hover {
  text-decoration: none;
}
.button:hover b,
.button.current b {
  border-color: #888;
}
.button.current b {
  z-index: 2;
  border-bottom-color: #fff;
  background-position: bottom left;
}
.button b b {
  background:none;
  margin:0 -1px;
  padding: 0 5px 0 5px;
  border-width:0 1px;
}
.button b b b {
  margin: 0;
  padding: 2px .2em; /* vertical padding must not be fractional */
  border-width: 0;
  cursor: pointer;
}
.button.previous b b b {
  padding: 0;
  height: 1.3em;
  width: 16px;
  overflow: hidden;
  text-indent: -5000px;
  background: url(/img/button_arrow_left.gif) no-repeat center center;
}
.button.next b b b {
  padding: 0;
  height: 1.3em;
  width: 16px;
  overflow: hidden;
  text-indent: -5000px;
  background: url(/img/button_arrow_right.gif) no-repeat center center;
}
.button.menu b b b {
  background: url(/img/button_arrow_down.gif) no-repeat right;
  padding-right: 15px;
}
.button.current b b b {
  background-image: url(/img/button_arrow_up.gif);
}
.button.menu b b b span {
  display: block;
  white-space:nowrap;
  overflow:hidden;
  /*text-overflow:ellipsis;*/
}
.button.menu b b b span#segment_count {
  display: inline;
}
.button_label {
  float: left;
  line-height: 1.2em;
  margin: 0;
  padding: .2em 0 0 0;
  color: #444;
}
/* END: buttons, button submenus, button labels
---------------------------------- */
/* BEGIN: expand scorecard
------------------------------------ */
.scorecard.expand {
  border-top: 0;
}
.scorecard.expand .section {
  float: left;
  margin: 0 0 1em;
  width: 100%;
}
.scorecard.expand .intro {
  float: left;
  margin: 0 0 1em;
  padding: 0;
  vertical-align: top;
  width: 100%;
  border: 1px solid #666;
  border-top: 3px solid #666;
  background-color: #eee;
}
.scorecard.expand .section.intro .ctrl {
  position: relative;
  padding: 4px;
  z-index: 1;
}
.scorecard.expand .section.intro .ctrl dt {
  color: #333;
}
.scorecard.expand .intro h2 {
  float: left;
  margin: 0 0 0 8px;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  background: #666 url(../images/bg/corner_666666_tl.gif) no-repeat;
}
.scorecard.expand .intro h2 .label {
  display: block;
  float: left;
  padding: 5px 6px 3px;
  color: #fff;
  background: url(../images/bg/corner_666666_tr.gif) top right no-repeat;
}
.scorecard.expand .intro .view_options {
  display: block;
  font-weight: normal;
  background: #fff;
}
.scorecard.expand .intro .view_options .back_link {
  float: left;
  padding: 5px 6px 3px 12px;
}
.scorecard.dashboard .sparkline,
.scorecard.expand .sparkline {
  float: left;
  width: 48%;
  margin: 0 0 1em 0;
  min-height: 4em;
}
.scorecard.expand .sparkline .visualization {
  float: left;
  padding: .3em 0 0 0;
  width: 90px;
}
.scorecard.expand .sparkline .statistic {
  margin-left: 90px;
}
.tabview .view_options .view_nav {
  float: right;
}
.tabview .view_options .view_menu {
  float: left;
  position: relative;
}
.tabview .view_options .view_menu .button_submenu {
  top: 1.5em;
  right: -3px;
}
.tabview .button {
  margin: 0 0 0 4px;
}
.tabview .button b {
  background-color:#fff;
}
.tabview .button_submenu {
  font-size: 100%;
}
/* END: expand scorecard
------------------------------------ */

/* BEGIN: statistic
------------------------------------ */
.statistic {
  margin: 0 0 1em;
}
.scorecard .statistic {
  margin: 0;
}
.statistic h3 {
  font-weight: normal;
  font-size: 170%;
  margin: 0;
}
.statistic .label,
.statistic p {
  margin: 0;
}
.statistic .not_configured p {
  margin: 0 0 .5em 0;
}
.statistic .primary_value {
  font-weight: bold;
  font-size: 160%;
  margin: 0;
}
.statistic .primary_value li {
  display: inline;
  list-style-type: none;
}
.statistic .primary_value .item_name {
  font-size: 67%;
  font-weight: normal;
  color: #666;
}
.statistic .primary_value .item_value {
  font-size: 95%;
}
.statistic .primary_value .label a {
  font-size: 80%;
}
.statistic .comparison_value,
.statistic .positive_comparison,
.statistic .negative_comparison,
.statistic .neutral_comparison {
  font-weight: bold;
}
.statistic .comparison_value.segments {
  color: black;
  font-size: 115%;
}

.statistic .date_comparison {
  margin: 0;
  font-size: 100%;
  color: #666;
}
.statistic .date_comparison.segment {
  margin-bottom: .5em;
  font-size: 107%;
}
.statistic .date_comparison.segment .primary_value,
.statistic .date_comparison.segment .comparison_value {
  font-size: 125%;
  color: black;
}
.statistic .date_comparison.segment .label {
  color: black;
  font-weight: bold;
  font-size: 125%;
}
.statistic .message {
  padding-top: 5px;
  color: #666666;
}
.sparkline div .statistic h3 {
  font-size: 110%;
}
.scorecard .statistic h3 {
  font-weight: normal;
  font-size: 110%;
  margin: 0;
  padding: 0 15px 0 0;
}
.sparkline div .statistic h3 .label {
  font-weight: bold;
}
.scorecard.expanded .sparkline .statistic h3 .label,
.scorecard.dashboard .sparkline .statistic h3 .label {
  font-weight: bold;
}
.navigation_summary .statistic h3 {
  font-size: 110%;
}
.navigation_summary .statistic h3 .label {
  font-size: 110%;
}
/* END: statistic
------------------------------------ */



#pageHeader {
	height:115px;
	width:100%;
	overflow:hidden;
	position:relative;
	top:0px;
	left:0px;
}

.menubar {
	position:absolute;
	top:71px;
	font: bold 13px Arial;
	width: 100%;
	left: 0px;
}
.menubar ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-image: url(/img/menubar_webapp.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.menubar ul li {
	display: inline;
}
.menubar ul li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 13px; /* 13 */
	padding-right: 3px;
	padding-bottom: 11px;  /* 12 */
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5B97D3;
	/*font-size: 12px;*/
}
.menubar ul li a:visited {
	color: #FFFFFF;
}
.menubar ul li a:hover, .menubar ul li .current {
	color: #FFFFFF !important; /*text color of selected and active item*/
	padding-top: 13px;
	padding-bottom: 11px;
	background-image: url(/img/menubar_webapp_reverse.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#loginAdmin {
	background:url(/img/topTabButton.jpg) no-repeat top center;
	height:70px;
	width:92px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:610px;
	text-align: center;
}
#supportInfo {
background:transparent url(/img/topTabSupportInfo.jpg) no-repeat scroll center top;
height:70px;
overflow:hidden;
position:absolute;
right:5px;
top:0px;
width:145px;
text-align:center;
}
#supportInfo span {
/*display:none;*/
	padding-top: 13px;
	padding-bottom: 11px;
	
}

#destekInfo {
/*background:transparent url(/img/topTabButton145.jpg) no-repeat scroll center top;*/
   height:70px;
   overflow:hidden;
   position:absolute;
   right:254px;
   text-align:center;
   top:6px;
   width:135px;
}
#loginAgents {
	background:url(/img/topTabButton.jpg) no-repeat top center;
   height:70px;
   overflow:hidden;
   position:absolute;
   right:160px;
   text-align:center;
   top:0px;
   width:92px;
}
#amountTicker {
background-image:url(/img/amountTicker.jpg);
background-position:right 0px;
background-repeat:no-repeat;
color:#666666;
font-family:"Courier New",Courier,monospace;
font-size:14px;
font-weight:bold;
height:40px;
margin:0px;
overflow:hidden;
padding:18px 5px 0px 0px;
position:absolute;
right:0px;
text-align:right;
top:71px;
width:110px;
z-index:0;
}

#pageHeader h2 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
}

.formLabel {
	margin-top:4px;
	float:left;width:120px;

}
.formField {
	margin-top:4px;
	float:left;width:350px;

}







.gami-profile-btns {
 /*   height: 3em; */
  margin: 0;
 /* padding: 15px 0 5px 0; */
}

.gami-profile-btns a {
  color: rgb(50,50,50);
  display: block;
  float: left;
  font-size: 1.1em;
  text-decoration: none;
}

.gami-profile-btns a b {
  background-color: rgb(110,110,110);
  display: block;
  font-size: 1px;   /*ie*/
  height: 1px;
  overflow: hidden; /*ie*/
}
.gami-profile-btns a span {
  background: rgb(240,240,240) url("/img/gadmin_btn_bg.gif") repeat-x;
  border-left: 1px solid rgb(110,110,110);
  border-right: 1px solid rgb(110,110,110);
  display: block;
  padding: 0.3em;
  zoom: 1;  /*ie*/
}
.gami-profile-btns a span span {
  background: none; /*reset*/
  background-position: 1px;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  text-align: center;
}

/* --- special rules for right, center, left --- */
.gami-profile-btns div.gami-btn-l b {
  margin: 0 0 0 1px;
  font-size: 1px;   /*ie*/
  overflow: hidden; /*ie*/
}
.gami-profile-btns div.gami-btn-r b {
  margin: 0 1px 0 0;
  font-size: 1px;   /*ie*/
  overflow: hidden; /*ie*/
}
.gami-profile-btns div.gami-btn-c span {
  border-left: 1px solid rgb(255,255,255);
}
.gami-profile-btns div.gami-btn-c span span {
  border-left: none;
}
.gami-profile-btns div.gami-btn-r span {
  border-left: 1px solid rgb(255,255,255);
}
.gami-profile-btns div.gami-btn-r span span {
  border-left: none;
}

/* ----- active state ------ */
.gami-profile-btns div.gami-btn-active span {
  background: rgb(120,120,120) url("/img/gadmin_btn_bg_down.gif") repeat-x;
  border-left: none;
}
.gami-profile-btns div.gami-btn-active span span {
  color: white;
  background: none;
  border-left: none;
  margin-left: 1px;
}

.gami-profile-btns div a:hover {
  cursor: pointer;
  color: #FF6D06;
}

.gami-profile-btns div.gami-btn-active a:hover {
  cursor: default;
}

#gami-head-show {
  display: block;
  font-size: 10px;
  margin-bottom: 0;
}
#gami-head-show p {
  float: left;
  line-height: 1.5;
  margin-right: 0.5em;
}

.admin_related_links {
  width: 100%;
  padding: 0 0 0 10px;
  margin-top: 1em;
}
