﻿body {
	background-image: url('Images/bg.gif'); /*background-image: url('Images/wallpaper.png');*/;
	background-color: #ffffff;
	background-repeat: repeat;
	direction: rtl;
	font-family: tahoma;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
.page {
	width: 940px;
	margin: 0px;
	padding: 0px;
}
.banner {
	background-position: center;
	background-image: url('Images/banner.png');
	background-repeat: no-repeat;
	height: 280px;
}
.navigator {
	height: 47px;
	width: 100%;
}
.navigator-center {
	background-image: url('Images/navigation-body.jpg');
	background-repeat: repeat-x;
}
.navigator-right {
	background-image: url('Images/right-navigation-body.jpg');
	background-repeat: no-repeat;
	width: 24px;
	height: 47px;
}
.navigator-left {
	background-image: url('Images/left-navigation-body.jpg');
	background-repeat: no-repeat;
	width: 26px;
	height: 47px;
}
.navigator ul {
	width: 90%;
	margin-top: 3px;
}
.navigator ul li {
	DISPLAY: inline;
}
.navigator ul li a {
	border-right: 2px solid #98E600;
	color: #333333;
	float: left;
	font: bold 12px Tahoma;
	margin-right: 0px;
	padding: 2px 22px;
	text-align: center;
	text-decoration: none;
	width: 78px;
	border-right-color: #808080;
}
.navigator li a:hover, .menu li.current {
	color: #99FF33;
}
.main-content {
	width: 100%;
}
.sidebar {
	width: 22%;
	vertical-align: top;
}
.sidebar-header {
	background-position: center;
	background-image: url('Images/sidebar-header.jpg');
	background-repeat: no-repeat;
	height: 39px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	color: #CCCCCC;
}
.sidebar-body {
	background-image: url('Images/sidebar-body.jpg');
	background-repeat: repeat-y;
	background-position: center;
	padding: 5px 25px 5px 25px;
	text-align: justify;
	line-height: 1.5em;
}
.sidebar-footer {
	background-image: url('Images/sidebar-footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 17px;
}
.content {
	width: 73%;
	vertical-align: top;
}
.content-header {
	background-image: url('Images/content-header.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 39px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	color: #CCCCCC;
	font-size: small;
}
.content-body {
	padding: 5px 25px 5px 25px;
	background-image: url('Images/content-body.jpg');
	background-repeat: repeat-y;
	background-position: center;
	text-align: right;
	line-height: 1.5em;
}
.content-footer {
	background-image: url('Images/content-footer.jpg');
	background-repeat: no-repeat;
	background-position: center;
	height: 19px;
}
.footer {
	padding: 20px 0px 0px 0px;
	background-position: center;
	background-image: url('Images/footer.jpg');
	background-repeat: no-repeat;
	color: #CC0099;
	text-align: center;
	font-size: small;
	height: 29px;
}
.Textbox
{ 
	font-family: tahoma; 
	font-size: 12px;
	margin-right: 10px;
}
.button
{
	background-color: #333333;
	border: 1px solid #5B5B5B;
	text-align: center;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	cursor: hand;
	margin: 0px;
}

