body {
	margin:0;
	background: #60bfef;
	font-size: 14px;
	font-family: Times;
	
}
p {
	margin:0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.fb {
	color: #fff;
}
#center {
	width: 990px;
	margin: auto;
	padding-bottom: 60px;
}
.pNbtn {
	margin: 5px;
	padding: 5px;
	text-align:left;
	border-bottom: 1px solid #fff;
}

.bluebox {
	background: #60bfef;
	border-top: 1px solid #a3daf6;
	border-bottom: 1px solid #285064;
	border-left: 1px solid #80ccf2;
	border-right: 1px solid #3f7d9c;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 2px;
	height: 28px;
}
.bluebox_sf { 
	background: #60bfef;
	border-top: 1px solid #a3daf6;
	border-bottom: 1px solid #285064;
	border-left: 1px solid #80ccf2;
	border-right: 1px solid #3f7d9c;
	font-size: 12px;
	color: #000;
	text-align: left;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
}
.blackbox {
	background: #000;
	border-top: 1px solid #6c6c6c;
	border-bottom: 1px solid #070d11;
	border-left: 1px solid #6c6c6c;
	border-right: 1px solid #070d11;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 4px;
}
.bluebtn {
	background: #60bfef;
	border-top: 1px solid #a3daf6;
	border-bottom: 1px solid #285064;
	border-left: 1px solid #80ccf2;
	border-right: 1px solid #3f7d9c;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 2px;
	height: 28px;
}
.bluebtn_sf {
	background: #60bfef;
	border-top: 1px solid #a3daf6;
	border-bottom: 1px solid #285064;
	border-left: 1px solid #80ccf2;
	border-right: 1px solid #3f7d9c;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 2px;
	height: 28px;
	font-family: Verdana, Geneva, sans-serif;
}
.bluebtn:hover, .bluebtn_sf:hover {
	cursor: pointer;
	border-bottom: 1px solid #a3daf6;
	border-top: 1px solid #285064;
	border-right: 1px solid #80ccf2;
	border-left: 1px solid #3f7d9c;
}
.greenbtn {
	background: #1f9400;
	border-top: 1px solid #95cc86;
	border-bottom: 1px solid #082500;
	border-left: 1px solid #55ae3d;
	border-right: 1px solid #0e4400;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 2px;
	height: 28px;
}
.greenbtn:hover {
	cursor: pointer;
	border-bottom: 1px solid #95cc86;
	border-top: 1px solid #082500;
	border-right: 1px solid #55ae3d;
	border-left: 1px solid #0e4400;
}
.greybtn {
	background: #3593c3;
	border-top: 1px solid #8bc1dc;
	border-bottom: 1px solid #163e52;
	border-left: 1px solid #8bc1dc;
	border-right: 1px solid #163e52;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 2px;
}
.greybtn_sf, .greybox_sf {
	background: #3593c3;
	border-top: 1px solid #8bc1dc;
	border-bottom: 1px solid #163e52;
	border-left: 1px solid #8bc1dc;
	border-right: 1px solid #163e52;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	height: 28px;
}
.greybox_sf {
	text-align: left;
}

.greybtn:hover, .greybtn_sf:hover {
	cursor: pointer;
	border-bottom: 1px solid #8bc1dc;
	border-top: 1px solid #163e52;
	border-right: 1px solid #8bc1dc;
	border-left: 1px solid #163e52;
}
.greybox {
	background: #3593c3;
	border-top: 1px solid #8bc1dc;
	border-bottom: 1px solid #163e52;
	border-left: 1px solid #8bc1dc;
	border-right: 1px solid #163e52;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 2px;
}
.bdr_white {
	border: 1px solid #fff;
	margin-right: 8px;
	margin-bottom: 8px;
}

.shadow {
	position: relative;
	z-index: 101;
	color: #000;
}
.black {
	color: #444;
}

.shadow span {
	position: absolute;
	z-index: 110;
	color: #fff;
	top: -1px;
	left: -1px;
}

.txt_title {
	color: #fff;
	font-weight: bold;
	padding-left: 3px;
}
.txtarea_header {
	width: 440px;
	height: 50px;
}
.txt_descr {
	color: #fff;
	font-weight: bold;
	padding-left: 3px;
}
.txtarea_descr {
	width: 440px;
	height: 210px;
}

.loginfrm {
	width: 150px;
	font-size: 10px;
	border-top: 1px solid #a3daf6;
	border-bottom: 1px solid #285064;
	border-left: 1px solid #80ccf2;
	border-right: 1px solid #3f7d9c;
}
#slider {
	display: none;
	background: #60bfef;
	border-top: 1px solid #a3daf6;
	border-bottom: 1px solid #285064;
	border-left: 1px solid #80ccf2;
	border-right: 1px solid #3f7d9c;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 2px;
}
.fhg_descr {
	font-size: 12px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 5px;
}

.al {
	text-align: left;
	padding-left: 5px;
}
.ar {
	text-align: right;
}
.input_result_drop {
	width: 150px;
}
/*.Anav {
	float: left;
	width: 23px;
	height: 18px;
	padding-top: 2px;
	font-size: 12px;	
	color: #000;	
	text-decoration: none;
	text-align: center;
	border: 1px solid #bae8ff;
	background: #bae8ff;
}*/

.Anav {
	float: left;
	width: 40px;
	height: 30px;
	padding-top: 2px;
	font-size: 20px;
	font-weight: bold;	
	font-family: Verdana, Geneva, sans-serif;
	color: #000;	
	text-decoration: none;
	text-align: center;
	border: 1px outset #bae8ff;
	background: #60bfef;
}

.Anav:hover {
	cursor: pointer;
	border: 1px inset #bae8ff;
}
.Anav.no {
	color: #aaa;
}
.Anav.no:hover {
	cursor: default;
	border: 1px solid #bae8ff;
}
.Anav.down {
	border: 1px inset #bae8ff;
	color: #000;
}
.Anav.down:hover {
	border: 1px inset #bae8ff;
}
.export_fhg_textarea {
	width: 780px;
	height: 300px;
}
.txt_small_black {
	font-size: 12px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}

.txt_input_sites {
	width: 480px;
	font-size: 10px;
}
.txt_input_sites_big {
	width: 99%;
	font-size: 14px;
}
.border {
	border: 1px solid #000;
}

#search_per_domain {
	width: 350px;
	margin-bottom: 10px;
	display: none;
}

#search_per_domain .dombtn {
	background: #bae8ff;
	border: 2px outset #bae8ff;
}
.pagetitle {
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: center;
}

.hlfbtn{
	float: left;
	width: 70px;
	padding-top: 5px;

}
.nNbG {
	margin: 10px;
	text-align: center;
}

.del {
	text-decoration: line-through;
}
.ajax_btn {
	cursor: pointer;
}
.input_export_select {
	width: 300px;
	font-size: 10px;
}
.flvdropdown{
	font-size: 10px;
}

.fl_dom {
	float: left;
	width: 200px;
	height: 17px;
	padding: 2px;
	overflow:hidden;
	white-space: nowrap;
}
.fl_dom_select {
	font-size: 10px;
}
.noclick:hover {
	cursor: default;
	border-top: 1px solid #a3daf6;
	border-bottom: 1px solid #285064;
	border-left: 1px solid #80ccf2;
	border-right: 1px solid #3f7d9c;
}



