﻿/*
TODO:
	-comments must be edited when you enter php mode with sign "-|-"
	-after editing php this TODO must be erased
*/



.style1 
{
	width: 100%;
	float: right;
	direction: rtl;
	border-collapse:collapse;
	border-width:0px;
}

[id="header"] ul
{
	margin:0;
	padding:0;
	padding-right:3px;
	padding-bottom:1px;
	padding-left:3px;
	list-style:none;
	position:absolute;
	right:365px;
	top:169px; /* Set 1px less than menu width */
	display: none;
	background-color:#cfcfcf;
	width:130px;
/*	list-style-type:circle;*/
	font-size:12px;	
}

[id="header"] ul li a 
{
	display: block;
	border:thin #999999 solid;
	text-decoration:none;
	padding:5px;
	color:#666666;
	height:20px;
}

[id="header"] li
{
	padding: 0px;
	text-align:right;
}

[id="header"] li:hover
{
	background-color:#61a5ff;	
}

[id="header"] tr td
{
	text-align:center;
	padding:0px;
}

[id="header"] td a
{
	padding:11px;
/*	padding-right:14px;
	padding-left:14px;
*/	text-decoration:none;
	color:#111111;
	height:100%;
}

[id="header"] td:hover ul, td.over ul { display: block; }
/*begin of NotEntered styling*/
 
[id="header"] tr td.a:hover
{
	background-image:url(Images/buttonn.gif);
}
/*end of NotEntered styling*/
/*begin of Entered styling*/
[id="header"] tr td[name="e"]
{
	background-image:url(Images/buttonn.gif);
}
/*end of Entered styling*/

[id="header"] span a[id="en"]
{
	color:transparent;
	display:inline-block;
	height:16px;
	background-position:left bottom;
}

[id="header"] span a:hover[id="en"]
{
	background-position:left top;
}

[id="header"] span a[id="fa"]
{
	color:transparent;
	display:inline-block;
	height:16px;
	background-position:right top;
}
[id="header"] td.a
{
	border:thin #B9B9B9 solid;
	background-image:url(Images/Navbarn.gif);
}