﻿body {
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: 11px;
	margin:0px;
}
a, a:link, a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #BCBCBC;
}
a:hover, a:focus {
	font-size: 11px;
	text-decoration: none;
	color: #636363;
}
img {
	border: 0px;
}

input[type=text] {
	border: 1px solid #BCBCBC;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url('img/text_back.png');
	height: 18px;
}
input[type=submit] {
	border-style: solid;
	border-width: 1px;
	border-color: #BCBCBC #808080 #808080 #BCBCBC;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url('img/gradient.png');
	height: 23px;
}


textarea {
	border: 1px solid #BCBCBC;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url('img/text_back.png');
}

.about {
	padding:8px;
}

.search {
	color: #333333;
	width: 600px;
	position: static;
	margin-bottom: 15px;
	display: inline-block;
	margin-top: 10px;
}
.sites {
	top:20px;
	position:absolute; 
	text-align:center; 
	width:646px; 
	margin-left:-325px; 
	left:50%; 
}

.kvadrat, #pan1, #pan2, #pan3, #pan4, #pan5, #pan6, #pan7, #pan8, #pan9 {
	padding: 2px;
	width: 200px;
	height: 165px;
	border: 1px solid #BCBCBC;
	color: #BCBCBC;
	display: inline-block;
	text-align: center;
	background-color: #FFFFFF;
	position:absolute;
}

#pan1 {
	left:0px;
}

#pan2 {
	left:220px;
}
#pan3 {
	left:440px;
}

#pan4 {
	left:0px;
	top:185px;
}
#pan5 {
	left:220px;
	top:185px;
}
#pan6 {
	left:440px;
	top:185px;
}

#pan7 {
	left:0px;
	top:370px;
}
#pan8 {
	left:220px;
	top:370px;
}
#pan9 {
	left:440px;
	top:370px;
}

.close, #pan1close, #pan2close, #pan3close, #pan4close, #pan5close, #pan6close, #pan7close, #pan8close, #pan9close {
	width: 16px;
	height: 16px;
	right: 4px;
	top: 4px;
	cursor: pointer;
	position: absolute;
}

.newsite, #pan1new, #pan2new, #pan3new, #pan4new, #pan5new, #pan6new, #pan7new, #pan8new, #pan9new {
	position: absolute;
	background-color: rgb(0, 0, 0);
	opacity: 0.6; /* Safari, Opera */;
	-moz-opacity: 0.60; /* FireFox */;
	filter: alpha(opacity=60); /* IE */;
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
}
.panNew {
	color: #333333;
	padding: 3px 5px 5px 5px;
	background-color: #FFFFFF;
	position: absolute;
	top: 55px;
	left: 25px;
}
.panSearchProvider {
	color: #333333;
	padding: 3px 5px 5px 5px;
	background-color: #FFFFFF;
	position: fixed;
}


.loader, #pan1prog, #pan2prog, #pan3prog, #pan4prog, #pan5prog, #pan6prog, #pan7prog, #pan8prog, #pan9prog {
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: 2px;
	right: 2px;
	display: block;
}
.label {
	font-family: "Trebuchet MS", geneva, sans-serif;
	color: #BCBCBC;
	font-size: 11px;
	text-align: center;
}
.main {
	vertical-align: middle;
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
}
.bottom {
	position:absolute;
	top:570px;
	width:646px;
	text-align:right;
	color:#BCBCBC;
	margin-left:-325px; 
	left:50%; 
}

.logo {
	position:absolute;
	right:10px;
	top:5px;
}

