﻿body {
	background: url(../img/bg.gif) repeat-x;
	font: 11px tahoma;
	margin: 0px auto;
	width:1200px;
}

label {
	padding: 5px;
	margin-top: 10px;
}

input, select, textarea {
	font: 11px tahoma;
}

a {
	text-decoration: none;
	color: #28a2da;
}
/*
a:hover {
	color: #fff;
}
*/

div.text {
	margin-bottom: 5px;
}

input.text {
	border: 1px solid #28a2da;
	height: 19px;
	width: 250px;
	padding: 4px 3px 0px 3px;
	vertical-align: middle;
}

.main_text {
	-moz-border-radius: 5px;
	padding: 1px 5px;
	margin-top: 10px;
}

#results h2 {
	border-right: 3px solid;
	padding-right: 8px;
	margin-right: 10px;
}

#results .subpages {
	border-right: 3px solid #ccc;
	padding-right: 8px;
	margin-right: 20px;
}

.button {
	height: 25px;
	color: #fff;
	border: 1px solid #28a2da;
	background: #28a2da;
	padding: 0px 3px 2px 3px;
	font-weight: bold;
	vertical-align: middle;
}

#wrap {
	background: #ffffff;
	width: 1000px;
	margin: 0 auto;
	padding: 5px;
	-moz-border-radius: 5px;
}

#header {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}

#logo {
	background: url(../img/logo.gif) no-repeat;
	width: 284px;
	height: 200px;
	margin: 0 auto;
}

#header #frm {
	float: right;
	background: transparent;
	margin-right: 10px;
	direction: rtl;
	padding: 10px;
}

#results {
	clear: both;
	direction: rtl;
	margin: 0 auto;
}

#results table {
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

#results td {
	text-align: center;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

p.total {
	padding: 5px;
	margin: 0px;
	text-align: right;
}

#logo_sub {
	background: url(../img/logo_sub.gif) no-repeat;
	width: 100px;
	height: 73px;
	float: right;
}

#logo_sub a {
	display: block;
	height: 73px;
	width: 100px;
}

#main {
	margin: 10px auto;
	width: 500px;
	direction: rtl;
	text-align: right;
}

#tabs {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#tabs ul {
	margin: 0 auto;
	width: 445px;
	padding: 0;
}

#tabs ul li {
	list-style: none;
	float: right;
	margin-left: 2px;
}

#tabs ul li a {
	text-decoration: none;
	color: #fff;
	padding: 7px 15px 7px 15px;
	background: #28a2da;
	display: block;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#tabs ul li a:hover, #tabs ul li a.current {
	background: #91d4f3;
}

#tabs ul li a.s:hover, #tabs ul li a.s-current {
	background: #fff;
	color: #28a2da;
}

#form {
	text-align: center;
	direction: rtl;
	clear: both;
	background: #91d4f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

div.success-msg, #authMessage {
	clear: both;
	color: #fff;
	font: 11px tahoma;
	direction: rtl;
	text-align: center;
	background: #60AF0A;
	border: 2px solid #72CF0C;
	height: 20px;
	padding-top: 5px;
	width: 99%;
	margin: 0 auto;
	margin-bottom: 10px;
}

div.error-msg, #authMessage {
	clear: both;
	color: #fff;
	font: 11px tahoma;
	direction: rtl;
	text-align: center;
	background: #cf2525;
	border: 2px solid #ff0000;
	min-height: 20px;
	_height: 20px;
	padding-top: 5px;
	width: 99%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.result {
	margin: 15px 5px 15px 5px;
	padding: 5px;
	font: 11px tahoma;
	line-height: 15px;
}

#paginate {
	text-align: center;
	margin-top: 10px;
}

#paginate a {
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 1px 4px 2px 5px;
	color: #000;
}

#paginate a:hover {
	background: #ccc;
}

a.title {
	font-size: 14px;
}

a.title:hover {
	text-decoration: underline;
}

a.url {
	text-decoration: none;
	color: #008000;
}

a.url:hover {
	text-decoration: underline;
}


/* ------------------------ */

#users_header {
	direction: rtl;
	background: #e0e0e0;
	text-align: left;
	/*padding: 5px 5px 7px 5px;*/
	border-bottom: 1px solid #ccc;
}

#inner {
	direction: rtl;
	margin: 0 auto;
	/*width: 100%;*/
	background: #fff;
	padding: 5px;
	padding-bottom: 20px;
}

#inner h2 {
	direction: rtl;
	text-align: right;
	font-size: 12px;
	padding: 0px 5px 5px 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #AF0A0A;
}

#users_footer {
	direction: ltr;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #ccc;
	background: #e0e0e0;
}

label {
	display: block;
}

#list_table {
	border: 1px solid #e0e0e0;
}

#list_table th, td {
	text-align: center;
}

#list_table th {
	height: 25px;
	background: #e0e0e0;
}

#list_table td, th {
	padding: 5px;
}

#list_table td a {
	color: #000;
}

#list_table td a:hover {
	color: #ccc;
}

/* ------------------------ */

#greeting {
	float: left;
	margin: 5px;
}

#admin_menu {
	float: right;
	direction: rtl;
	text-align: right;
}

#admin_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#admin_menu ul li {
	float: right;
}

#admin_menu ul li a {
	display: block;
	padding: 5px 10px 9px 10px;
	color: #000;
}

#admin_menu ul li a:hover {
	color: #fff;
	background: #ccc;
}

/* --------- */

#pages_list {
	text-align: center;
	direction: rtl;
	width: 500px;
	margin: 10px auto;
}

#pages_list a {
	padding: 3px 7px 5px 7px;
}

#pages_list a:hover {
	background: #28A2DA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
}

.next_link , .prev_link  {
	float: right;
	padding: 0px 10px 0px 10px;
}

#top_ads {
	width: 468px;
	height: 60px;
	border: 1px solid #ccc;
}

#search-not,#flashMessage{
	text-align: right;
}
