/*
 	Copyright © Joan Grigorov
	
	design and code by Sasquatch (office@bgscripts.com)
*/

/* Изчистване на безполезно място */
* {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Общи настройки на боди */
body{
	background: #C6CAC7;
	color: white;
	padding: 0;
	text-align: center;
	overflow: auto;
}
/* main - главен клас за контейнер */
div.main{
	width: 850px;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/back.jpg);
}
div.header {
	width: 850px;
	height: 318px;
	background: url(images/header.jpg);
	margin:0;
	padding:0;
}
.header div.top{
	width: 800px;
	margin: 0 auto;
	padding-top: 29px;
	height: 29px;
	overflow: hidden;
}
.top div.search{
	float: right;
	width: 270px;
	padding-top: 9px;
	height: 20px;
}
.search .key{
	width:155px;
	height: 20px;
	background: url(images/search_input.jpg) no-repeat;
	padding-left: 21px;
	vertical-align: middle;
	float: left;
}
.key input{
	background: transparent;
	width:155px;
	height: 18px;
	border: none;
	font-size: 11px;
	color: white;
	vertical-align: middle;
	padding-top: 2px;
}
.search .submit{
	width:60px;
	height: 20px;
	background: url(images/search_button.jpg);
	float: left;
	border: none;
	cursor: pointer;
}
.top .valid_xhtml{
	float: left;
	background: url(images/xhtml.jpg);
	width: 68px;
	height: 28px;
	margin-left: 21px;
	display: inline;
}
.top .valid_css{
	float: left;
	background: url(images/css.jpg);
	width: 47px;
	height: 28px;
	margin-left: 11px;
	display: inline;
}
.header div.middle{
	width: 800px;
	height: 204px;
	margin: 0 auto;
	overflow: hidden;
}
.middle .right_con{
	width: 223px;
	height: 184px;
	float: right;
	padding-top: 21px;
	text-align: left;
}
.right_con table td{
	font-size: 12px;
	font-family: Arial;
	padding: 2px;
}
.header div.bottom{
	height: 38px;
	overflow: hidden;
	display: inline;
	margin-right: 40px;
	margin-top: 1px;
	float: right;
}
.bottom .sep{
	width: 1px;
	height: 39px;
	background: url(images/sep.jpg) transparent center center no-repeat;
	float: left;
}
.bottom .item{
	height: 39px;
	background: url(images/menu.jpg);
	float: left;
	display: inline;
	vertical-align: middle;
}
.item a{
	padding: 0 10px;
	padding-top: 10px;
	display: block;
	font-size: 13px;
	font-family: Verdana;
	color: white;
	text-decoration: none;
}
.item a:hover{
	text-decoration: underline;	
}
div.container {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
}
div.left{
	float: left;
	width: 198px;
}
div.right{
	float: left;
	width: 598px;
}
div.footer {
	width: 850px;
	background: url(images/footer.jpg);
	height: 90px;
}
.footer div.owner{
	padding-top: 20px;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	text-align: center;
}
.left .bar{
	margin-left: 8px;
	width: 155px;
	height: 27px;
	padding-left: 30px;
	padding-top: 3px;
	background: url(images/bar_left.jpg) no-repeat;
	float: left;
	display: inline;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	text-align: left;
	margin-bottom: 3px;
}
.left .con{
	background: #5A5C5D;
	width: 160px;
	border: 1px #6D6F6F solid;
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana;
}
.left .con img{
	margin: 0 3px 0 7px;
}
.right .bar{
	margin-left: 18px;
	width: 528px;
	height: 27px;
	padding-left: 32px;
	padding-top: 3px;
	background: url(images/bar_right.jpg) no-repeat;
	float: left;
	display: inline;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	text-align: left;
	margin-bottom: 3px;
}
.right .con{
	background: #626363;
	width: 528px;
	border: 1px #7D7D7D solid;
	margin: 0 auto;
	text-align: left;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana;
	color: white;
	overflow: hidden;
}
.right .con .details{
	padding: 3px;
	color: #99CC00;
	margin-top: 10px;
	margin-right: 5px;
	float: left;
	display: inline;
}
.details .fav{
	padding-left: 20px;
	background: url(images/fav.jpg) no-repeat left
}
.input{
	width: 100px;
	height: 16px;
	border: 1px solid #CCC;
	font-size: 12px;
	color: white;
	background: url(images/input.jpg);
}
.login{
	width: 63px;
	height: 19px;
	font-size: 12px;
	background: url(images/login.jpg);
	border: none;
	cursor: pointer;
}
.link{
	color: #FDEAAA;
	font-family: Arial;
	text-decoration: underline;
	font-size: 12px;
}
.link:hover{
	color: #CCC;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
}
.right .con a{
	color: #FDEAAA;
	font-family: Arial;
	text-decoration: underline;
	font-size: 12px;
}
.right .con a:hover{
	color: #CCC;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
}
.right .con .info{
	width: 400px;
	margin: 10px auto;
	border: 1px #619F42 solid;
	border-right: none;
	border-left: none;
	text-align: center;
	padding: 5px 15px;
}
.right .con .table{
	width: 450px;
	margin: 10px auto;
	border-collapse: collapse;
}
.table td{
	padding: 3px;
	border: 1px #9D9D9D solid;
}
.table td.field{
	width: 200px;
}
.table tr.lead td{
	background: #9D9D9D;
}
.table td.type{
	background: #9D9D9D;
}
.table tr.unread td{
	background: #FF7D7D;
}
.field .input{
	width: 200px;
	height: 15px;
}
#bot{
	width: 80px;
	height: 15px;
}
.button {
	border: 1px white solid;
	background: #666 url(images/btn.gif);
	color: white;
	padding: 3px;
	margin: 3px;
	cursor: pointer;
}
.pages{
	margin: 20px auto;
}
.pages a{
	color: #FFF;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	border: 1px white solid;
	padding: 5px;
	margin: 3px;
}
.pages a:hover{
	color: #CCC;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	border: 1px black solid;
	padding: 5px;
	margin: 3px;
}
.pages b{
	color: #CCC;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	border: 1px black solid;
	padding: 5px;
	margin: 3px;
}
#load_screen{
	width: 2000px;
	height: 2000px;
	position: absolute;
	z-index: 2;
	background: black;
	display: none;
	left:0;
	top:0;
}
.message {
	display: none;
	position: absolute;
	z-index: 3;
}
.message .top{
	background: url(images/win_top.png) no-repeat top;
	width: 358px;
	height: 40px;
}
.message .bottom{
	background: url(images/win_bottom.png) no-repeat bottom;
	width: 358px;
	height: 40px;
}
.message .mid{
	background: url(images/win_mid.png) repeat-y;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: white;
}
.tick{
	vertical-align: middle;
	margin-right: 3px;
}
.green{
	color: #65F570;
}
.red{
	color: #FF7D7D;
}
textarea {
	background: #6A6F72;
	border: 1px solid #CCC;
	color: white;
	font-family: Arial;
	font-size: 11px;
}
