/* CSS Document */
@import url("../calendar/calendar.css");

body, input, select, textarea, label
{
	font-family:Arial;
	font-size:14px;
	color:#000000;
}

html, body
{
	margin:0;
	padding:0;
	border:0;
	text-align:right;
}

div, table, p, form, iframe
{
	direction:rtl;
}

form
{
	margin:0;
}

textarea
{
	overflow:auto;
}

a
{
	color:#000099;
	text-decoration:underline;
}

a:hover
{
	color:#cc0000;
}

#main
{
	width:100%;
	padding-bottom:60px;
}

#header
{
	width:100%;
	height:85px;
	z-index:2;
	background:#000;
}

#heading
{
	display:block;
	float:right;
	background:#000 url(../images/logo.png) center no-repeat;
	width:225px;
	height:85px;
	border:0;
}

#ekdesign
{
	position:absolute;
	width:61px;
	height:40px;
	border:0;
	top:10px;
	left:10px;
	display:inline;
	background-image:url(../images/ekdesign_big.jpg);
}

#footer
{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color:#e8e8e8;
	background-image:url(../images/menu_bg.gif);
	border-top:1px solid #838383;
	border-bottom:1px solid #838383;
	margin:0;
	padding:2px 0;
	clear:both;
	text-align:center;
	z-index:0;
	_position:static;
}

#footer *
{
	color:#ffffff;
}

#footer .yellow
{
	color:#FFFF99;
}

#menu
{
	width:100%;
	height:22px;
	display:block;
	background-image:url(../images/menu_bg.gif);
	border-top:1px solid #838383;
	border-bottom:1px solid #838383;
	z-index:2;
}

#menu td
{
	padding-right:20px;
	padding-left:20px;
	white-space:nowrap;
	border-left:1px solid #c3c3c3;
}

#menu td.exit, #menu td.exit a
{
	text-align:left;
	border:0;
	color:#FFFF99;
}

#menu a
{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover
{
	color:#FFFF99;
}

#nav-area
{
	float:right;
	background-image:url(../images/nav_bg_bot.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:9px;
	z-index:0;
	_display:inline;
}

#nav
{
	background-color:#f8f8f8;
	border-left:1px solid #d8d8d8;
}

#nav hr
{
	height:1px;
	color:#c8c8c8;
}

#nav div.title
{
	background-color:#c3c3c3;
	padding:2px 8px;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #b3b3b3;
	margin:0;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	cursor:default;
}

#nav a
{
	display:block;
	width:142px;
	border-top:1px solid #ffffff;
	border-bottom:1px dotted #c8c8c8;
	padding:2px 8px;
	color:#000000;
	text-decoration:none;
}

#nav a:hover
{
	color:#cc0000;
	background-color:#e8e8e8;
}

#fullframe
{
	border:0;
	margin:0;
	padding:0;
}

#content
{
	padding:20px;
	margin-right:160px;
	color:#000000;
}

h1
{
	color:#535353;
	font-size:18px;
	font-weight:bold;
	border-bottom:2px dotted #d3d3d3;
	margin-top:0;
	margin-bottom:8px;
}

h1.absolute
{
	position:absolute;
	top:2px;
	right:0px;	
}
h2
{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #e3e3e3;
	margin-top:6px;
	margin-bottom:8px;
}

p
{
	margin:8px 0;
	line-height:1.5;
}

.data
{
	overflow:hidden;
	position:relative;
}

.data table
{
	empty-cells:show;
}

.data th
{
	background-color:#d9d9d9;
	font-size:13px;
	text-align:center;
	padding:2px;
	white-space:nowrap;
}

.data td
{
	padding:2px 4px;
}

.data .odd
{
	background-color:#f3f3f3;
}

.data .even
{
	background-color:#e9e9e9;
}

.data .over
{
	background-color:#ffe8c8;
}

.data .line
{
	height:2px;
	background-color:#d3d3d3;
}

.data .paging
{
	text-align:center;
}

.data .paging a
{
	text-decoration:none;
	font-weight:normal;
}

.data input, select
{
	vertical-align:middle;
	margin-right:0;
}

.data .short
{
	width:150px;
}

.data .long
{
	width:400px;
}

.data select.short
{
	width:156px;
}

.data select.long
{
	width:406px;
}

.buttons
{
	margin:4px 0;
	padding:1px 0;
}

.buttons.top
{
	border-bottom:1px dotted #e3e3e3;
}

.buttons.bottom
{
	border-top:1px dotted #e3e3e3;
}

.filters label
{
	font-size:14px;
}

.filters input, .filters select
{
	font-size:14px;
}

option.select
{
	color:#999999;
}

.red
{
	color:#cc0000;
}
