﻿body {
	font-family: tahoma;
	font-size: 11px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
	background-image: url('Images/bg.gif');
}
#main {
	width: 690px;
	margin: 0px auto;
}
#logo {
	background-position: left top;
	height: 76px;
	background-image: url('Images/logo.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 690px;
	margin: 10px auto;
}
#main #bar {
	height: 55px;
	background: transparent url('Images/bar.gif') no-repeat scroll center center;
	margin-bottom: 5px;
}
#main #bar .input {
	float: left;
	width: 500px;
	padding-top: 15px;
	padding-left: 15px;
}
#main #bar .btn {
	float: right;
	width: 30px;
	margin-right: 15px;
	cursor: pointer;
	height: 55px
}
#main #bar .input input {
	background-color: transparent;
	border: 1px transparent solid;
	font-family: "Comic Sans MS";
	font-size: 15px;
}
#main #center {
}
#checklist {
	background-position: center top;
	float: right;
	width: 200px;
	background-image: url('Images/list2.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 367px;
	padding-top: 10px;
}
#checklist #newid {
	margin: 2px 15px;
}
#checklist #newid .delete {
	background-position: center center;
	cursor: pointer;
	width: 20px;
	float: left;
	background-image: url('Images/cross.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 23px;
}
#checklist #newid .id {
	width: 150px;
	float: right;
}
#checklist #newid  .id a{
	background-position: #FAFAF8;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	display: block;
	text-align: left;
	direction: ltr;
	color: #000;
}
#left {
	float: left;
	width: 485px;
}
#ads {
	background-position: center center;
	height: 143px;
	background-image: url('Images/ads.gif');
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-bottom: 4px;
}
#ads img {
	margin: 0px 9px;
	margin-top: 9px;
}
#result {
	background-image: url('Images/result2.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	height: 160px;
	margin-bottom: 5px;
}
#result #status {
	background-position: center center;
	width: 129px;
	height: 119px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
#result #pl {
	float: left;
	width: 300px;
	padding-top: 30px;
}
#result #pl a.tools,#result a:visited.tools {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	display: inline-block;
	margin-right: 2px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#result #pl .avatar {
	border: 3px double #23A5E2;
	width: 96px;
	height: 96px;
	float: left;
	margin-left: 15px;
}
#result #pl .res {
	float: right;
	width: 170px;
	line-height: 1.6em;
	padding-top: 10px;
}
#result #pl .res #result_text {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #307487;
}
#counter {
	height: 55px;
	background: transparent url('Images/counter.gif') no-repeat scroll center center;
}
#counter .text {
	font-weight: bold;
	color: #317C93;
	padding: 10px 15px;
	line-height: 1.6em;
}
#cr {
	margin: 20px auto;
	width: 400px;
	color: #064971;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
	direction: ltr;
}
#cr a,#cr a:visited {
	color: #054870;
	text-decoration: none;
}