html {
	direction: rtl;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial;
	color: #000;
	background: #fff;
}

.sys-template {
    visibility:hidden; 
    display:none; 
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a:focus{
    outline: none;
}

a:active{
    outline: none;
}

a.disabled{
    color:#a0a0a0;    
}

img {
	border: 0px;
}

textarea {
    resize: none; /* for chrome */
}

input.text {
	border: 1px solid #c0b8b1;
	color: #535353;
	font-size: 12px;
	font-family: arial;    
}

input.button {
	border: 0px;
	width: 89px;
	height: 24px;
	background: url(images/button.jpg) no-repeat;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	cursor:pointer;
    cursor:hand;
}

input.button2 {
    border-collapse:collapse;
    border:0;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	color: #fff;
	background: url(images/button2.jpg);
	height: 26px;
	width: auto;
	margin-right: 3px;
	margin-left: 3px;
	text-align: center;
	cursor:pointer;
    cursor:hand;
    
}

input.button2_small {
	display: block;
    border-collapse:collapse;
    border:0;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #fff;
	background: url(images/button2_small.jpg);
	height: 21px;
	width: auto;
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
	cursor:pointer;
    cursor:hand;
    border:solid 2px #dcdcdc;

}
input.button2_small:hover
{
   border:solid 2px #ffad23; 
}

textarea.pm {
	border-top: 1px solid #4d4d4d;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #747474;
	border-bottom: 1px solid #eaeaea;
	color: #000; /*#a3a3a3;*/
	font-family: arial;
	font-size: 12px;
	width: 629px;
	height: 70px;
}

#message_border
{
    width: 635px;
	height: 86px;
	border:solid 1px #761d19;
	display:none;
	position:absolute;
	margin-right:9px;
	margin-top:-2px;
}

.select {
	border-top: 1px solid #abadb3;
	border-right: 1px solid #e2e3ea;
	border-left: 1px solid #e2e3ea;
	border-bottom: 1px solid #e2e3ea;
}


select
{
 font-family:Arial;  
 font-size:12px; 
}

input.brown {
	margin-right: 5px;
	border: 0px;
	width: 124px;
	height: 20px;
	background: url(images/input2.jpg) no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	cursor:pointer;
    cursor:hand;
}

input.red {
	margin-right: 5px;
	border: 0px;
	width: 77px;
	height: 20px;
	background: url(images/input3.jpg) no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	cursor:pointer;
    cursor:hand;
}

input.orange {
	margin-right: 5px;
	border: 0px;
	width: 72px;
	height: 20px;
	background: url(images/input4.jpg) no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	cursor:pointer;
    cursor:hand;
}

.error {
	color: red;
	text-align:center;
	font-size:12px;
	padding:2px 0 0 0;
}

.center
{
 margin-right:auto;
 margin-left:auto;
}

.fright
{
    float:right;
}

.fleft
{
    float:left;
}

span.invalid  {
  background:url("images/icon_error.png") no-repeat right;
  padding-right: 18px;
  display: block;
  color: red;
  font-family:Arial;
  float:right;
}
span.success {
  background:url("images/icon_ok.png") no-repeat right;
  padding-right: 18px;
  color:#000;
  font-family:Arial;
  font-size:14px;
}

input.watermark  
{
    color: #888; 
    font-style:italic;
}

textarea.watermark  
{
    color: #888; 
    font-style:italic;
}

password.watermark  
{
    color: #888; 
    font-style:italic;
}

.clear {
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

#content {
	margin-right: auto;
	margin-left: auto;
	width: 986px;
	height: auto;
}

.index
{
 
    width:986px;
    height:650px;  
    margin-bottom: 15px;
}

#right {
	padding-bottom: 10px;
	float: right;
	width: 294px;
	height: auto;
	border: 6px solid #eeeeee;
	position: relative;
	top: -67px;
	background: #fff;
}

#left {
	float: right;
	margin-right: 12px;
	width: 668px;
	height: auto;
	position: relative;
	top: -28px;
	
}

#header {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 115px;
	background: url(images/header_repeat.jpg);
}
#logo {
	margin-right: auto;
	margin-left: auto;
	width: 986px;
	height: 115px;
	background: url(images/logo.jpg) no-repeat;
}

#topmenu {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: 27px;
}
#topmenu ul {
	margin: 0px;
	padding: 0px;
	height: 27px;

}
#topmenu ul li {
	list-style: none;
	float: right;
	height: 27px;
}

#topmenu ul li.sep {
	width: 1px;
	height: 27px;
	background: url(images/topmenu_sep.jpg) no-repeat;
	
}

#topmenu ul li a {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	font-family: arial;
	color: #fff;
	background: url(images/topmenu.jpg);
	height: 27px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 170%;
	text-decoration: none;
	
}
#topmenu ul li a:hover {
	display: inline-block;
	background: url(images/topmenu_hover.jpg);
}

.tabs {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: 30px;
}

.tabs a {
	margin-right: 3px;
	margin-left: 3px;
	display: block;
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	width: 77px;
	height: 26px;
	background: url(images/tab.jpg) no-repeat;
	line-height: 200%;
	text-decoration: none;
	text-align: center;
}

.tabs a.active {
	width: 77px;
	height: 28px;
	background: url(images/tab_hover.jpg) no-repeat;
	color: #910c0f;
}

.tabs a.custom
{
    margin-right: 3px;
	margin-left: 3px;
	display: block;
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	width: 180px;
	height: 26px;
	background: url(images/special_tab.jpg) no-repeat;
	line-height: 200%;
	text-decoration: none;
	text-align: center;
}

.tabs a.active_custom {
	width: 180px;
	height: 28px;
	background: url(images/special_tab_hover.jpg) no-repeat;
	color: #910c0f;
}



div.page_links {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	float: right;
	width: 653px;
	height: 20px;
	text-align: center;
	direction: ltr;
	
}



div.page_links a {
	display: inline-block;
	margin-right: 2px;
	margin-left: 2px;
	color: #6c635c;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	text-decoration: underline;
	padding: 2px;
}
div.page_links a.active{
	background: #e26d4d;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}


.search_top
{
    width:653px;  
    margin: 4px 0 5px 0;
	height:25px;
}

.search_bottom
{
    width:653px;  
    margin: 4px 0 5px 0;
	height:25px;
	clear:both;
}

.search_noresults
{
    margin-top:25px;
    width:653px;
    clear:both;
    text-align:center;
	height: 63px;
	padding-bottom:10px;
}
.search_noresults .header 
{
    font-size:14px;
	font-weight:bold;
    color:#a71811;
    
}
.search_noresults .text 
{
    margin-top:5px;
    font-size:12px;
	font-weight:bold;
}

.search_noresults img.comment {
	vertical-align: middle;
}

.more_profiles
{
    margin-right:auto;
    margin-left:auto;
    width:250px;
    clear:both;
}

.more_profiles a
{
    font-size: 14px;
    font-family: arial;
    font-weight: bold;
    color: #893834;
}

#clearTab
{
    float: left;
}

.filter
{
    float:right;
    padding: 2px 10px 2px 10px;
    color: #666;
    border: 1px solid #f7e38d;
    background-color: #ffffdc;
    line-height: 12px;
    vertical-align:middle;
}

.filter img
{
    vertical-align:middle;
    margin-left:10px;
}

.filter a
{
    color: #7a1b15;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration: underline;
	margin-left:10px;
}

.gallery_mode 
{
	float: left;
	margin-top:8px;
	
}

.gallery_mode a {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #746455;
}

.gallery_mode a:hover {
	text-decoration: none;
}

.gallery_mode img {
	vertical-align: middle;
	margin-left: 5px;
}



#footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 100%;
	border-top: 1px solid #e6d9c6;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#footer ul li {
	float: right;
	list-style: none;
	margin-right: 5px;
	margin-left: 5px;
}

#footer ul li.sep {
	width: 2px;
	height: 10px;
	background: url(images/footer_sep.jpg) no-repeat;
	margin-top: 2px;
}

#footer ul li a {
	color: #6d5d4e;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer .makelove {
	margin-top: 20px;
	float: right;
}


#bottom {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 100%;
	height: 15px;
	background: #aea198 url(images/bottom.jpg) no-repeat;
}

.submitWait
{
    width:300px;
    background:#a9212c;
    color:#fff;
    
    font-size:12px;
    font-weight:bold;
}