﻿body 
{
    background-color:#e3d39a;  /* ECE1BB  */
    background-image:url('../images/Bg.png');
    background-repeat:no-repeat;
    background-position:top;
    font-size:14px;
}
/*Tpreloading images*/
#preload 
{
    display: none;
}
#header
{
    margin:0 auto;
    width:1024px;
}
#header div
{
    float:left;
}
#DonateDiv
{
    padding-left:20px;
    margin-right:0;
}
#logo
{
    margin:0px 6px;
    padding-left:24px;
}
.language
{
    vertical-align: top;
    font-size: 12px;
    color: #60501A;
}
.language a
{
    text-decoration:none;
}
.language a:hover
{
    text-decoration: underline;
}
.language a:visited
{
    color: #60501A;
}
/*----------------Top master menu images---------------------*/
#masterMenu
{
    list-style-type:none;
    padding-top:2px;
}
#masterMenu li
{
    float:left;
}

/* container for external content overlay. uses vertical scrollbar, if needed */
/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../images/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:375px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute; right:0px; top:0px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(../images/overlay/white.png);
	color:#efefef;
	height:301px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:300px;
	overflow-y:auto;
}
#fansbox
{
   background-color:#f7f8ec;
   margin:0 10px 0 10px;
   direction:rtl;
}





