﻿/* =========================================== *|
	This is the default CSS style for the
	header.
/* =========================================== */


	/* ------ General rules ------ */

body
{
	margin:2px 5px;
	direction:ltr;
	font-family:arial;
	font-size:76%;
    color:black;
}
body .mainPage
{
	direction:ltr;
	/*width:875px;*/
	width:100%;
	margin:0 auto;
}

table
{
	font-family:arial;
	direction:ltr;
}

div,li,p,td,span,a,
h1,h2,h3,h4,h5,
input,textarea,select
{
	color:Black;
	font-family:Arial;
}

h1,h2,h3,h4,h5,
p,
ul,li
{
	margin:0px;
	padding:0px;
}

a
{
	cursor:pointer;
}

.invisible
{
	display:none;
}


	/* ------ Header ------ */

.headerContainer
{
	width:100%;
	margin:0 auto;
	position:relative;
	margin-bottom:55px;
	direction:rtl;
	z-index:10;
}

	/* ------ Logo ------ */
	
.tapuzLogo
{
	bottom:-55px;
	right:0px;
	width:124px;
	height:55px;
}
.tapuzArea
{
	bottom:-41px;
	right:124px;
	width:98px;
	height:30px;
}
.tapuzAreaExtra
{
	bottom:-48px;
	right:219px;
	width:92px;
	height:30px;
}

.tapuzLogo,
.tapuzArea,
.tapuzAreaExtra
{
	position:absolute;
	display:block;
}
.logoLink,
.areaLink,
.areaExtraLink
{
	display:block;
	bottom:0px;
	right:0;
}
.logoLink
{
	width:100%;
	height:100%;
	background:url(../../images/LogoTapuz.jpg);
}
.areaLink
{
	width:100%;
	height:100%;
	background:url(../../Images/LogoFlix.jpg) right;
}
.areaExtraLink
{
	width:100%;
	height:100%;
	background:url(../../Images/logo.gif) left;
}

	/* ------ Small Menu ------ */
.smallMenuContainer
{
	position:absolute;
	bottom:-35px;
	left:0px;
}
.smallMenu
{
	list-style:none;
	width:297px;
}
.smallMenu  li
{
	display:block;
	float:right;
	list-style:none;
	padding:0 6px;
	background:url(http://www.tapuz.co.il/tapuzGlobals/HeaderInclude/images/headerSubmenuBG.gif) no-repeat center right;
}
.smallMenu li a,
.smallMenu .first a
{
	color:#457CBC;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.smallMenu li a:hover
{
	text-decoration:underline;	
}
.smallMenu .first
{
	list-style:none;
	padding:0 6px;
	background:white none !important;
}

	/* ------ Top user menu ------ */

.userMenu
{
	border:1px solid #E9E9E9;
	height:20px;
	background:url(http://www.tapuz.co.il/tapuzGlobals/headerInclude/images/BgPixel.gif);
}

.userMenu div
{
	float:right;
	text-align:center;
	margin-top:2px;
	background:url(http://www.tapuz.co.il/tapuzGlobals/headerInclude/images/SeparationPass.gif) no-repeat center right;
	overflow:hidden;
	height:16px;
}
.userMenu div,
.userMenu div a
{
	color:#57809E;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.userMenu img
{	vertical-align:top;	}
.userMenu .userIM img
{	vertical-align:middle;	}

.welcomeMessage
{ background:none !important; }

	.welcomeMessage		{	width:20%;	}
	.messagingMessage	{	width:8%;	}
	.switchMessage		{	width:9%;	}
	.logoutMessage		{	width:8%;	}
	.userIM				{	width:12%;  }
	
	.registerMessage	{	width:21%;	}
	.loginMessage		{	width:16%; 	}
	
	.userAdvertisement	{	width:38%;	}
	.bookmarkMessage	{	width:5%;	}
	
	
	/* ------ Banner ------ */
	
.headerBanner
{
	background:#e2ebf5;
	padding:3px;
	text-align:center;
	position:relative;
}

#monsterTBL1
{
	width:100%;
}
#closeMonsterRight,
#closeMonsterLeft
{
	width:15px;
	padding:15px 10px;
	position:absolute;
	top:0px;
}
#closeMonsterRight img,
#closeMonsterLeft img
{	cursor:pointer;		}
#closeMonsterRight	{	right:0px;	}
#closeMonsterLeft	{	left:0px;	}

#monsterBigTd
{
	margin:0 auto;
	width:654px;
	height:182px;
}

	/* ------ Search ------ */
	
.headerSearch
{
	position:absolute;
	left:0px;
	height:29px;
	background:url(http://www.tapuz.co.il//tapuzGlobals/HeaderInclude/images/blueSearch/searchBg.gif) right;
	padding-right:11px;
	padding-left:14px;
	width:45%;
}
.searchLogo
{
	background:url(http://www.tapuz.co.il/tapuzGlobals/HeaderInclude/images/blueSearch/search2.0.gif);
	width:72px;
	height:12px;
	margin-top:8px;
	float:right;
}
.searchDropDown
{
	float:right;
}
.searchTextField
{
	float:right;
	border:1px solid #7E9DBA;
	height:20px;
	background:white;
	border-left:0px;
	padding-right:2px;
	margin-top:2px;
	margin-right:5px;
}
.searchTextField input
{
	background:transparent;
	border:0px;
	font-weight:bold;
	color:Gray;
	width:150px;
}
.searchSubmit
{
	margin-top:2px;
	float:right;
	cursor:pointer;
}
.searchMenu
{
	float:right;
}

