/*
****************************************************
***  Theme-Layout: Zabet Detector               ****
***  LastEdited:   13880217                     ****
***  Author:       Meysam Zabet                 ****
****************************************************
*/
body
{
	margin: 0px;
	padding: 0px;
	color: Gray;
	background-color: #888888;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(images/ZabetDecBG.jpg);
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
}
.MasterZabetDec
{
	width: 624px;
	height: 334px;
	text-align: center;
	position: relative;
}
.ZabetDec01, .ZabetDec02, .ZabetDec03, .ZabetDec04
{
	height: 334px;
	background-color: Transparent;
	background-repeat: no-repeat;
	float: left;
	clear: right;
}
.ZabetDec01
{
	background-image: url(images/ZabetDec01.jpg);
	width: 178px;
}
.ZabetDec02
{
	background-image: url(images/ZabetDec02.jpg);
	width: 279px;
}
.ZabetDec03
{
	background-image: url(images/ZabetDec03.jpg);
	width: 92px;
}
.ZabetDec04
{
	background-image: url(images/ZabetDec04.jpg);
	width: 75px;
}
h1
{
	margin: 30px 0px 30px 0px;
	font-family: Verdana;
	font-size: 25px;
}
h3
{
	color: Red;
}

#idField
{
	position: absolute;
	bottom: 20px;
	left: 40px;
	background-color:Transparent;
	border: none;
	color: Gray;
	font-size: 35px;
	width: 386px;
	height: 47px;
	padding: 5px 0px 0px 80px;
	direction: ltr;
	text-align: left;
}
#checkBtn
{
	background-color:Transparent;
	border: none;
	width: 79px;
	height: 52px;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	left: 515px;
}
#avatar img
{
	position: absolute;
	bottom: 84px;
	left: 409px;
	width: 96px;
	height: 96px;
}
ul.icon
{
	position: absolute;
	bottom: 68px;
	left: 475px;
	list-style: none;
}
ul.icon li a
{
	display: block;
	width: 78px;
	height: 16px;
	background-color:Transparent;
	margin: 0px 0px 4px 0px;
}
ul.icon li a:hover
{
	background-color: White;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
#status, .status
{
	color: #333;
	position: absolute;
	bottom: 200px;
	left: 408px;
}
#status b
{
	color: #006600;
}



/* IE bugs */
.ie7 ul.icon
{
	bottom: 50px;
}
.ie7 #status
{
	bottom: 180px;
}
.ie7 #avatar img
{
	bottom: 54px;
}
.ie7 #checkForm
{
	position: relative;
	top: 272px;
}
.ie6 #checkForm
{
	margin:-90px 0px 0px 0px;
}
.ie6 ul.icon
{
	margin:0px 0px 12px 40px;
}
.FooterContent
{
	width:100%;
	padding:5px 0px 5px 0px;
	background-color:Transparent;
		position: absolute;
	bottom: -130px;
	left: 0px;
}
img
{
	border:none;
}
.clear
{
	clear:both;
}
.no_js
{
	display: block;
}
.has_js
{
	display: none;
}
.js .no_js
{
	display: none;
}
.js .has_js
{
	display: block;
}
a:link, a:hover, a:visited
{
	text-decoration:none;
	color:#333;
}