
body, td, th {
	font-size: 9pt;
	color: #333333;
	font-family: tahoma, arial, sens;
	direction: rtl;
}

a {
	color: red;
	text-decoration: none;
}

#login {
	position: relative;
	color: #333333;
	margin: 5em auto 1em;
	padding: 20px 5px 0;
	width: 425px;
	_width: 390px;
}

#login input {
	width: 100%;
	border: 1px solid #e9e9e9;
}

#login input[type=submit] {
	width: auto;
}

#install {
	position: relative;
	color: #333333;
	margin: 5em auto 1em;
	padding: 20px 0 0;
	width: 425px;
	_width: 390px;
}

#install div {
	margin-bottom: 10px;
}

#install input {
	width: 100%;
	border: 1px solid #e9e9e9;
	font-size: 10pt;
}

#install input[type=submit] {
	width: auto;
}

#entry {
	position: relative;
	color: #333333;
	margin: 5em auto 1em;
	padding: 20px 0 0;
	width: 600px;
	_width: 565px;
}

#entry div {
	margin-bottom: 10px;
}

#entry input, #entry textarea {
	width: 100%;
	border: 1px solid #e9e9e9;
	font-size: 10pt;
}

textarea {
	overflow: auto;
}

#entry input[type="submit"], #entry input[type="checkbox"], #entry input[id="date"] {
	width: auto;
	display: block;
}

.entries {
	width: 100%;
}

.entries .oprations {
	text-align: center;
	width: 90px;
	background-color: #F6F6F6;
}

.entries .odd .oprations {
	background-color: #E9E9E9;
}

.entries .title {
	text-align: right;
}

.entries .date {
	text-align: center;
	width: 150px;
}

.entries .tags {
	text-align: center;
	background-color: #F6F6F6;
}

.entries .odd .tags {
	background-color: #E9E9E9;
}

.entries .odd {
	background-color: #F3F3F3;
}

.entries thead .tags, .entries thead .oprations {
	background-color: #FFFFFF;
}

#paging {
	text-align: center;
}

#paging a, #paging span {
	padding: 0px 3px;
}

.suggestionsBox {
	position: absolute;
	right: 30px;
	margin: 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.suggestionArrow {
	position: relative;
	top: -12px;
	right: 30px;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #d73535;
}

