@charset "utf-8";

html {
	direction:rtl;
}

body {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height:18px;
	background:url(img/background2.jpg) top no-repeat fixed;
	background-color:#000;
}

ul {
	margin-bottom:0px;
}

table {
	font-size: 11px;
}
form {
	margin:0px;
}
#page {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
}
#header {
	background:url(img/title.png) bottom no-repeat;
	width:1000px;
	height:58px;
	margin-top:10px;
	padding-top:12px;
	margin-bottom:10px;
}

#logo {
	float:right;
	margin-right: 8px;
	margin-top: -1px;
}

#menu
{
	margin-top:23px;
	margin-right:10px;
	text-align:center;
	font-size:11px;
}
#menu ul {
	display:inline;
	list-style:none;
}

#menu a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover {
	color:#ddfb66;
}

#menu li {
	float: right;
	padding-left:4px;
	padding-right:4px;
}

#menu li img {
	border:0px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#menu #lastmenuitem {
	border-left:none;
}
#content
{
	padding:0px;
	min-height:550px;
}
#footer
{
	clear:both;
	background:url(img/footer.png) no-repeat;
	width:980px;
	height:30px;
	padding:10px;
	padding-top:11px;
	margin-top:4px;
	text-align:center;
}
.tab
{
	display:block;
	width:488px;
	margin-bottom: 10px;
}
.tab ul
{
	margin-top:0px;
	margin-down:0px;
}
.tab .content
{
	padding-right:20px;
	padding-left:20px;
	text-align: right;
}
.tab .title
{
	height:35px;
	font-weight:bold;
	font-size:11px;
	padding-right: 20px;
	padding-top: 10px;
}
.tab .tab_split
{
	clear:both;
	background:url(img/tab_split.png) center repeat-x;
	height:4px;
	width:468px;
	position:relative;
	left:10px;
}
.tab .down
{
	margin-top:0px;
	clear:both;
	height:22px;
}



.tab_long
{
	display:block;
	width:1000px;
	margin-bottom: 10px;
}
.tab_long ul
{
	margin:0px;
	list-style-position:inside;
	padding:0px;
}
.tab_long .content
{
	background-image:url(img/tab_long_background.png);
	padding-right:20px;
	padding-left:20px;
	text-align: right;
}
.tab_long .title
{
	background:url(img/tab_long.png) no-repeat;
	height:35px;
	font-weight:bold;
	font-size:11px;
	padding-right: 20px;
	padding-top: 10px;
}
.tab_long .tab_split
{
	background:url(img/tab_split.png) center repeat-x;
	height:23px;
	width:980px;
	position:relative;
	left:10px;
	margin-top:8px;
	padding-bottom:4px;
}
.tab_long .down
{
	clear:both;
	background:url(img/tab_long_down.png) no-repeat;
	height:22px;
}

.tab_long a
{
	color:#ddfb66;
	text-decoration:none;
	font-weight:bold;
}
.tab_long a:hover
{
	color:#FFFFFF;
}

.clear_down
{
	clear:both;
}

.bonus_money
{
	background:url(img/cash.gif) left no-repeat;
	padding-left:20px;
	font-size:18px;
	font-weight:bold;
	color:#900;
}

#chat
{
	padding:10px;
}

#chat ul {
	list-style-type:none;
	text-align:right;
	padding:0px;
}

#chat ul img 
{
	float:left;
	height:10px;
	margin-top:auto;
	margin-bottom:auto;
}

.chat_li {
	margin:0px;
	margin-bottom:4px;
   	border:#7a874b solid 1px;
}

.chat_li .normal {
	padding:4px;
	padding-right:21px;
	color:#ddfb66;
	background:#b7cc6a right no-repeat;
}

.chat_li .admin {
	padding:4px;
	padding-right:21px;
	color:#a74242;
	background:#e4aa94 right no-repeat;
}

.chat_li .premium {
	padding:4px;
	padding-right:21px;
	color:#59546e;
	background:#869ba9 right no-repeat;
}

.chat_admin a {
	color: #C00;
}

.chat_message_admin {
	color: #C00;
}

.chat_message_premium {
	color: #59546e;
}

#chatusers
{
	float:left;
	height: 400px;
	width: 280px;
   	color:#FFF;    
	overflow:auto; overflow-x: hidden;
	margin-bottom:10px;
}
#chatbox
{
	float:right;
	height: 400px;
	width: 650px;
   	color:#000;    
   	border:#7a874b solid 1px;  
   	background-color:#b7cc6a;
	overflow: auto; overflow-x: hidden;
	margin-bottom:10px;
}

.chatfield {   
   color:#FFF;    
   border:#7a874b solid 1px;  
   background-color:#b7cc6a;
   width: 650px;
   font-size:12px;
   margin-left:10px;
}

.company_content
{
	font-size:11px;
	line-height:20px;
}
.company_content_main
{
	font-size:11px;
	line-height:18px;
}
.company_links_main
{
	display:block;
	text-align:left;
	margin-top:40px;
}

#sponsor
{
	align:left;
	position:relative;
	left:0px;
	display:block;
	margin-right:20px;
	margin-top:10px;
}

.button
{
	border:0px;
	padding:4px;
	background:url(img/button.jpg) center no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	width:145px;
	height:29px;
	text-align:center;
}

.company_photo
{
	float:right;
	background:url(img/photo_background.png) no-repeat;
	width:89px;
	height:89px;
	padding:7px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	position:relative;
	right:-6px;
}
.company_photo_main
{
	float:right;
	background:url(img/photo_background.png) no-repeat;
	width:89px;
	height:89px;
	padding:7px;
	margin-top:10px;
	margin-left:10px;
	position:relative;
	right:-6px;	
}

.panel_title
{
	color:#ddfb66;
	font-weight:bold;
	text-align: right;
	border-bottom: #ddfb66 solid 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
}

.company_title
{
	color:#ddfb66;
	font-weight:bold;
	text-align: right;
	border-bottom: #ddfb66 solid 1px;
	margin-right:114px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
}
.company_title img
{
	padding-left:3px;
	padding-right:3px;
}
.company_info
{
	display:block;
	float:right;
}
.company_info2
{
	display:block;
	float:left;
	text-align:left;
	font-weight:bold;
}

.company_links
{
	display:block;
	text-align:left;
	margin-top:60px;
	font-weight:bold;
}

.company_text
{
	margin-top:0px;
}

.tab a
{
	color:#ddfb66;
	text-decoration:none;
	font-weight:bold;
}
.tab a:hover
{
	color:#FFFFFF;
}

.container_left
{
	float:left;
}
.container_right
{
	float:right;
}
.container_center
{
	margin-left:auto;
	margin-right:auto;
	width:488px;
}
.container_long
{
	margin-left:auto;
	margin-right:auto;	
	width:1000px;
}

.title_pager
{
	position:relative;
	margin-bottom:-40px;
	margin-right:16px;
}
.title_pager a
{
	color:#ddfb66;
	text-decoration:none;
	font-weight:normal;
}
input.btn {   
   color:#FFF;    
   border:#ddfb66 solid 1px;  
   background-color:#7F8C4E;
   font-size:12px;   
}
.field {   
   color:#FFF;    
   border:#7a874b solid 1px;  
   background-color:#84944B;
   width: 140px;
   font-size:12px;
}
.fieldlarge {   
   color:#FFF;    
   border:#7a874b solid 1px;  
   background-color:#84944B;
   width: 200px;
   font-size:12px;
}
.fieldshort {   
   color:#FFF;    
   border:#7a874b solid 1px;  
   background-color:#84944B;
   width: 80px;
   font-size:12px;
}

.title_pager a:hover
{
	color:#FFFFFF;
}
.title_pager div
{
	padding:0px;
	margin:0px;
	display:inline;
}

.title_pager_left
{
	float:left;
	position:relative;
	margin-top:5px;
	margin-left:16px;
}
.title_pager_left a
{
	color:#ddfb66;
	text-decoration:none;
	font-weight:normal;
}
.title_pager_left a:hover
{
	color:#FFFFFF;
}
.title_pager_left div
{
	padding:0px;
	margin:0px;
	display:inline;
}
.achievement
{
	background:url(img/achievement_background.png) center no-repeat;
	padding:2px;
}
.ranking_text {
	font-size: 24px;
}

p
{
	margin:0px;
	padding-bottom:0px;
}

.tab .normal .content
{
	background-image:url(img/tab_background.png);
}
.tab .normal .title
{
	background:url(img/tab_right.png) no-repeat;
}
.tab .normal .down
{
	background:url(img/tab_down.png) no-repeat;
}

.tab .premium .content
{
	background-image:url(img/tab_premium_background.png);
}
.tab .premium .title
{
	background:url(img/tab_premium.png) no-repeat;
}
.tab .premium .down
{
	background:url(img/tab_premium_down.png) no-repeat;
}
.tab .premium .button
{
	background:url(img/button_premium.jpg) center no-repeat;
}
.tab .premium .content .company_title
{
	color:#59546e;
	border-bottom: #59546e solid 1px;
	margin-right:114px;	
}
.tab .premium a
{
	color:#59546e;
}
.tab .premium a:hover
{
	color:#ffffff;
}
.tab .premium .fieldlarge 
{   
   color:#59546e;    
   border:#59546e solid 1px;  
   background-color:#9CBBF3;
   width: 200px;
   font-size:12px;
}


.tab .admin .content
{
	background-image:url(img/tab_admin_background.png);
}
.tab .admin .title
{
	background:url(img/tab_admin.png) no-repeat;
}
.tab .admin .down
{
	background:url(img/tab_admin_down.png) no-repeat;
}
.tab .admin .button
{
	background:url(img/button_admin.jpg) center no-repeat;
}
.tab .admin .content .company_title
{
	color:#a74242;
	border-bottom: #a74242 solid 1px;
	margin-right:114px;
}
.tab .admin .button
{
	background:url(img/button_admin.jpg) center no-repeat;
}
.tab .admin .fieldlarge 
{   
   color:#FFF;    
   border:#a74242 solid 1px;  
   background-color:#e7afaf;
   width: 200px;
   font-size:12px;
}
.tab .admin a
{
	color:#a74242;
}
.tab .admin a:hover
{
	color:#ffffff;
}


.tab_title
{
	color:#ddfb66;
	font-weight:bold;
	text-align: right;
	border-bottom: #ddfb66 solid 1px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
}


.mail_normal
{
}

.mail_admin
{
	color:#900;
}
.cash_red {
	color: #F00;
}


.stockbar {
	font-size: 12px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid #84944B;
	padding: 2px;
	background-color: #7F8C4E;
	visibility: hidden;
	z-index: 100;
}

.stockbar a
{
	color:#ddfb66;
	text-decoration:none;
	font-weight:bold;
}
.stockbar a:hover
{
	color:#FFFFFF;
}

