/* Настройки основных блоков */
html, body, center {
  font-family: Verdana;
  height:  100%;
  width:   100%;
  padding: 0px;
  margin:  0px;
}

blockquote{
  font-weight:bold;
  font-size: 30px;
}

.hidden {
  display: none;
}

#wrap {
  font-family: Verdana;
  font-size:   13px;
  min-height:  100%;
  height:      auto !important;
  height:      100%;
/*  width:       890px;*/
}

#top blockquote {
  margin: 2px;
  padding: 0px;
}

#logo, #logo img {
  border: none;
  width:   600px;
  height:  120px;
}


#leftSubMenu
{
	border: none;
	float: left;
	position: absolute;
}

#left, #right {
  margin-top: 35px;
  font-size:   14px;
  background: #949494;
  min-width:  100px;
  min-height: 200px;
  padding: 6px;
}


#right {
  float: right;
}

#left a, #right a {
  display: block;
  background: #FFF;
  margin: 3px 0px;
  padding: 3px;
  text-align: left;
  text-decoration: none;
}

#left a:hover, #right a:hover {
  background: #EEE;
}

#left a:link, #left a:visited, #left a:hover,
#right a:link, #right a:visited, #right a:hover {color: #000;}


#content {
  margin: 0px 100px;
	border-spacing: 0px;
  z-index: expression(
    runtimeStyle.zIndex = 1,
    cellSpacing = 0
  );
}

div.result {
  text-align: center;
}

#center {
  min-height:  1070px;
  min-width:  600px;
  text-align: center;
  vertical-align: top;
}


#footer_hr { height: 60px; }

#footer {
  width:      600px;
  font-size:   16px;
/*  background: #0099CC;*/
  background: #949494;
  color:      #fff;
  height:     60px;
  margin:     -60px 0px 0px 0px;
}

#footer a:link, #footer a:visited, #footer a:hover {
  color: #000;
}

#footer a:hover {color: #FFF;}
/* Настройки основных блоков */


/* Настройки форм */
div.form_block {
  margin:  12px 0px;
  display: none;
}

div.form_block.default {
  display: block;
}

div.cache {
  display: none;
}

#new_win {
  margin: 2px;
  padding: 0px;
}
/* Настройки форм */


/* Настройки таблиц */
table.result {
  margin-top: 12px;
  border: 1px solid #000;
  border-top: none;
	border-spacing: 0px;
  z-index: expression(
    runtimeStyle.zIndex = 1,
    cellSpacing = 0
  );
}

table.result td, table.result th {
  padding:     4px 12px 4px 3px;
  text-align:  left;
  white-space: nowrap;
}

table.result td.back_title {
  white-space: normal;
  max-width: 300px;
}

#keywords table.result td {
  vertical-align: top;
  max-width: 260px;
}


#keywords table.result div.wrap_long {
  width:       240px;
  white-space: normal;
  word-wrap:   break-word;
  overflow:    hidden;
}

tr.header th{
  font-size: 15px;
  background: #CCC;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}


table.result a:link, table.result a:visited {
  color:     #00E;
  text-decoration: none;
  font-weight: bold;
}

table.result a:visited {
  color:     #009;
}

table.result a:hover {
  color: #C00;
}


table.result a.pr, table.result a.backlinks, table.result a.pages_indexed {
  display:     block;
  background:  #BBEEDD;
  color:       #000;
  border:      1px solid #000;
  padding:     3px 6px;
  font-size:   12px;
  font-weight: normal;
  text-align:  center;
}

table.result a.pr:hover, table.result a.backlinks:hover {
  background: #BBDDDD;
}

div.pr, div.pages_indexed {
  font-weight: bold;
}

div.keywords td.pr, div.keywords th.pr {
  visibility: hidden;
  position:   absolute;
}

table.pr {
  background: #BBEEDD;
  border-top: 1px solid #000;
}
/* Настройки таблиц */

/* Окно ajax загрузки */
#preload {
	background-color: #FFF;
  z-index:          10000;
	position:         fixed;
  top:              0px;
	left:             0px;
	height:           100%;
	width:            100%;
}

#loader {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
  display:  none;
  z-index:  10000;
	position: fixed;
  top:      0px;
	left:     0px;
	height:   100%;
	width:    100%;
}

#loader_img {
	height:     48px;
	width:      48px;
	left:       47%;
  top:        40%;
  z-index:    10000;
	position:   fixed;
	background: url('/img/loader.gif') no-repeat;
}

#loader_text {
  font-size:  15px;
  background: #FFF;
  border:     1px solid #000;
  padding:    6px;
  font-weight: bold;
  width:      100px;
	left:       46%;
  top:        40%;
  z-index:    10000;
	position:   fixed;
	display:    none;
}
/* Окно ajax загрузки */


/* анализ баклинков */

#analysis {
  font-size: 12px;
}

#analysis table.analysis {
  max-width:  830px;
  border: none;
}

#analysis table.analysis td {
  padding: 2px 10px;
}

#analysis a.domen {
  display:  block;
  float:    left;
  width:    220px;
  overflow: hidden;
}

#analysis a.domen.main {
  text-decoration: underline;
}

#analysis a.menu_next{
  text-decoration: underline;
  color: #000;
  font-weight: normal;
}

div.menu_next {
  display: absolute;
}

div.menu_next div, div.all_links div{
  margin: 3px 0px;
}

div.menu_next a:link, div.menu_next a:visited,
div.all_links a:link, div.all_links a:visited {
  color:           #FFF;
  font-weight:     normal;
  text-decoration: underline;
}

div.menu_next,  div.all_links {
  margin-top: 2px;
  padding:    3px 6px;
  position:   absolute;
  background: #555;
  border: 1px solid #CCC;
}

div.all_links {
  position: static;
  margin:   0px;
  overflow: hidden;
  display: none;
}
/* анализ баклинков */

