﻿* {
	background-position: 0 0;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a {
	text-decoration: none;
	/* For FF: */
	outline: none;
}
body {
	background-color: #fff;
	direction: rtl;
	color: #000;
	margin: 0;
	padding: 0;
}
h2 {
	float: right;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color:#656565;
	margin-bottom: 4px;
	border: 0px solid red;
}
.ltr {
	direction: ltr;
	text-align: left !important;
}



.container {
	background-color: #fff;
	width: 980px;
	height: auto;
	margin: 0 auto;
	_overflow: hidden;
	border: 0px solid red;
}
.header {
	float: right;
	background-color: #fff;
	width: 950px;
	height: 152px;
	margin: 0 15px 0 15px;
	_margin: 0 7px 0 7px;
	/*padding-top: 12px;*/
	border: 0px solid blue;
}
.header .logo {
	float: right;
	width: 60px;
	height: 28px;
	padding: 46px 42px 30px 15px;

	background-image: url(../../images/logo_ico.gif);
	background-position: right bottom;
	background-color: #fff;
	border: 0px solid red;
}
.header .lang_nav {
	float: right;
	margin: 17px 80px 0 0;
	background-image: url(../../images/langs_sep.jpg);
	background-position: 47px 0;
	border: 0px solid red;
}
.header .lang_nav a.sep {
	margin-left: 15px;
}
.header .top_nav {
	width: 330px;
	left: 0;
	margin-top: 12px;
	border: 0px solid red;
}




.userPanel {
	clear: left;
	float: left;
	margin-top: 50px;
	border-collapse: collapse;
	border: 0px solid red;
}
.userPanel .welcome,
.userPanel .welcome a {
	line-height:16px;
	font-size: 12px;
	margin-left: 5px;
	color: #9b9b9b;
	white-space: nowrap;
}
.userPanel .welcome a {
	margin-left: 0px;
	text-decoration: underline;
}
.userPanel a.logout {
	line-height:16px;
	font-size: 12px;
	color: #8a1946;
	text-decoration: underline;
}





/*
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
*/

.paging {
	float: left;
	width: 754px;
	height: 14px;
	text-align: center;
	padding: 10px 0 10px 0;

	font-size: 12px;
	color: #a3a3a3;
	line-height: 14px;
	
	border: 0px solid red;
}
.paging .prev_holder {
	float: right;
	width: 308px;
	text-align: left;
	border: 0px solid red;
}
.paging .nums_holder {
	float: right;
	width: 110px;
	padding: 0 10px;
	text-align: center;
	border: 0px solid red;
}
.paging .nums_holder table {
	width: 110px;
}
.paging .next_holder {
	float: right;
	width: 308px;
	text-align: right;
	border: 0px solid red;
}
.paging a {
	text-align: center;
	font-size: 11px;
	color: #a3a3a3;
	line-height: 14px;
}
.paging .nums_holder a {
	float: none;
	width: 20px;
	padding: 0 5px;
	text-align: center;
	margin: 0 1px 0 0;
	border: 0px solid blue;
	border-left: 1px solid #a3a3a3;
}
.paging .nums_holder a.last {
	border-left: none;
}
.paging a:hover,
.paging a.sel {
	color: #8a1946;
}
.paging .prev_holder a {
	background-image: url(../../images/prev_0.gif);
	background-position:  100% 54%;
	padding: 0 20px;
	text-align: left;
}
.paging .next_holder a {
	background-image: url(../../images/next_0.gif);
	background-position:  0% 54%;
	padding: 0 20px;
	text-align: right;
}
.paging a.prev:hover {
	background-image: url(../../images/prev_1.gif);
}
.paging a.next:hover {
	background-image: url(../../images/next_1.gif);
}



/*========= dynamic-Text ==============*/
.dynamic-Text {
	float: right;
	width: 100%;
	height: auto;
	margin-top: 10px;

	font-size: 12px;
	color: #656565;
	/*text-align: justify;*/
	line-height: 20px;

	border: 0px solid red;
}
.dynamic-Text h1, .dynamic-Text h2, .dynamic-Text h3, .dynamic-Text h4 {
	margin: 0px;
	padding: 0px;
	color: #656565;
}
.dynamic-Text h2 {
	font-size: 16px;
}
.dynamic-Text h3 {
	font-size: 14px;
}
.dynamic-Text p {
	font-size: 12px;
	color: #656565;
	line-height: 20px;
	margin: 0px;
	border: 0px solid blue;
}
.dynamic-Text p.note {
	font-size: 11px;
	color: #656565;
	border: 0px solid blue;
}
.dynamic-Text a {
	text-decoration: underline;
	color: blue;
}
.dynamic-Text a.low {
	color: #656565;
}
.dynamic-Text .btn_off,
.btn_off,
.dynamic-Text .btn,
.btn {
	display: inline-block;
	width: auto;
	padding: 0px 5px 0 0;
	background-image: url(../../images/btn_hover2.gif);
	background-position: right center;
	font-size: 12px;
	color: #656565;
	line-height: 23px;
	text-decoration: none;
	border: 0px solid red;
}
.dynamic-Text .btn_off span,
.btn_off span,
.dynamic-Text .btn span,
.btn span {
	float: left;
	width: 5px;
	margin-right: 3px;
	height: 23px;
	font-size: 1px;
	background-image: url(../../images/btn_hover1.gif);
	background-position: left center;
	background-color: #fff;
	border: 0px solid red;
}
.dynamic-Text .btn_off,
.btn_off,
.dynamic-Text .btn:hover,
.btn:hover {
	background-image: url(../../images/btn_bg2.gif);
	background-position: right center;
}
.dynamic-Text .btn_off span,
.btn_off span,
.dynamic-Text .btn:hover span,
.btn:hover span {
	background-image: url(../../images/btn_bg1.gif);
}
.dynamic-Text hr {
	height: 1px;
}
.dynamic-Text ul {
	float: right;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px solid red;
}
.dynamic-Text ul li {
	float: right;
	list-style-type: none;
	width: 100%;
	padding-right: 10px;

	background-image: url(../../images/dots.gif);
	background-position: 100% 9px;

	border: 0px solid blue;
}
.dynamic-Text table {
	width: 100%;
	border: none;
}
.dynamic-Text table th {
	text-align: right;
	background-color: #eee;
}
.dynamic-Text table th,
.dynamic-Text table td {
	margin: 2px;
	padding-right: 5px;
	border: 1px solid #ddd;
}
.summary,
.dynamic-Text p.summary {
	padding-bottom: 5px;
	/*border-bottom: 1px solid #fec900;*/

	font-size: 15px;
	line-height: 22px;
	border: 0px solid red;
}
.summary p {
	font-size: 15px;
	line-height: 22px;
}


/*========= Veil ==============*/

.modalBG {
	background-color: Silver;
	filter: alpha(opacity:60); opacity: 0.6;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	border: 0px solid red;
}
.loader {
	position: absolute;
	top: 250px;
	left: 550px;
	z-index: 9999;
	
	width: 192px;
	height: 32px;
	text-align: left;
	font-weight:bold;
	font-size: 9pt;
	color: #000;
	background-color: #FFF;
	padding: 4px;
	border: 3px solid #555;
}
.loader .loaderImg {
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	filter: alpha(opacity:100);
	opacity: 1.0;
}
.loader .loaderTitle {
	float: left;
	width: 633px;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	color: #605d5d;
	margin-left: 10px;
	padding-bottom: 10px;
	border: 0px solid red;
}
.loader .btnClose {
	position: absolute;
	bottom: -1px;
	right: 2px;
	border: 0px solid red;
}

.poper {
	position: absolute;
	z-index: 9999;
	padding: 10px;
	background-color: #FFF;

	font-size: 9pt;
	color: #000;
	text-align: center;
	font-weight:bold;

	border: 2px solid #555;
}
