@CHARSET "UTF-8";

body {
	direction: rtl;
	margin: 0px;
	padding: 0px;
}

#header h1{
	margin: 0px auto;
	padding:20px 75px 20px 20px;
	background: url(installer.png) no-repeat right center;
	width: 410px;
	font-family: DejaVu Serif, Georgia;
}

#header {
	background-color: #000055;
	color: #FFFFFF;
}

#footer {
	text-align: center;
	direction: ltr;
	font-size: 11px;
	font-family: tahoma;
	padding:50px 20px 20px;
}

#container {
	background-color: #FFFFFF;
}

div.section {
	width: 320px;
	margin: auto;
}

div.section input {
	float: left;
	font-family: tahoma;
	font-size: 12px;
	width: 165px;
	border:1px solid #888888;
	padding: 2px;
}

div.section label span{
	display: block;
	float: right;
}

div.section label {
	display: block;
	font-family: tahoma;
	font-size: 12px;
	clear: both;
	height: 32px;
	padding-left: 20px;
}

div.section label.error {
	background: url(failed16.png) no-repeat left 3px;
}

div.section label.error input{
	background-color: #FFCCCC;
}

#section_database input, #section_admin input {
	direction: ltr;
}

div.submit {
	text-align: center;
	padding: 25px;
}

div.submit button span{
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	background: url(installer24.png) no-repeat right center;
	padding: 10px 30px 10px 10px;
	margin-right: 5px;
	display: block;
}

.recheck {
	padding: 5px;
	text-align: left;
}

.recheck button span{
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
	background: url(reload.png) no-repeat right center;
	padding: 5px 20px 5px 5px;
	display: block;
}

.section h3 {
	font-family:freefarsi;
	font-size:22px;
	cursor: pointer;
}

div.section_content {
	margin: -10px 30px 30px 0;
	font-family: tahoma;
	font-size: 12px;
}

span.details {
	font-size: 11px;
	color: #0000AA;
	cursor: default;
}

h3.failed {
	background: url(failed24.png) no-repeat right center;
	padding-right: 30px;
}

h3.passed {
	background: url(passed24.png) no-repeat right center;
	padding-right: 30px;
}

h3.waiting {
	background: url(help24.png) no-repeat right center;
	padding-right: 30px;
	
}

.disabled *{
	color: #888888;
}

div.failed {
	background: url(failed16.png) no-repeat right center;
	padding: 5px;
	padding-right: 20px;
}

div.warning {
	background: url(warning16.png) no-repeat right center;
	padding: 5px;
	padding-right: 20px;
}

div.passed {
	background: url(passed16.png) no-repeat right center;
	padding: 5px;
	padding-right: 20px;
}

div.hint {
	position: absolute;
	border: 1px solid #000000;
	background-color: #FFFF99;
}

.admin_link {
	padding:10px;
	margin:20px auto;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #888888;
	background-color: #FFFFDD
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
}

div.error {
	background-color: #FFBBBB;
	padding: 10px;
	text-align: center;
	border: 1px solid #888888;
	font-family: tahoma;
	font-size: 12px;
	width: 300px;
	margin: auto;
	margin-top: 20px;
}