@charset "utf-8";
@import url("reset.css");

body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
}
body {
	background: #f0f0f0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top: 15px solid #333366;
	border-bottom: 5px solid #84a4b5;
}
a:link {
	color: #518da9;
	text-decoration: none;
}
a:visited {
	color: #80acc0;
	text-decoration: none;
}
a:hover {
	color: #80acc0;
	text-decoration: none;
}
a:active {
	color: #80acc0;
	text-decoration: none;
}
h1 {
	font-size: 36px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
h5 {
	font-size: 10px;
	font-weight: normal;
}
h6 {
	font-size: 8px;
	font-weight: normal;
}
input {
	width: 80%;
	padding: 5px;
	margin: 0 auto;
	margin-right: 5px;
	font-family: Tahoma;
	background: #ebebeb;
	border: 0;
}
.Button {
	width: 150px;
	background: #518da9;
	color: #ffffff;
}
.Button:hover {
	background: #80acc0;
	color: #026890;
}
.Button:active {
	background: #80acc0;
	color: #FFF;
}
.background {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: f0f0f0;
}
#dialog {
	direction: rtl;
	display: none;
}
#dialog2 {
	display: none;
}
.container {
	clear: both;
	width: 960px;
	margin: 0 auto;
	overflow: auto;
	background: #FFF;
}
.Entrance {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 100px;
}
.head {
	clear: both;
	direction: rtl;
	padding: 5px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: auto;
	background: #f0f0f0;
	border-bottom: 1px solid #333;
}
.head a:link {
	color: #FFF;
}
.head a {
	color: #FFF;
}
.SiteName {
	clear: both;
	float: right;
	width: 960px;
	height: 176px;
}
.SiteShortCuts {
	float: left;
	text-align: left;
	width: 16%;
}
.SiteMap {
	float: right;
	width: 84%;
}
#tooltip {
	direction: rtl;
	text-align: justify;
	position: absolute;
	z-index: 3000;
	background-color: #333;
	padding: 10px;
	opacity: 0.85;
	color: #FFF;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4;
}
.nav {
	clear: both;
	padding: 4px;
	direction: rtl;
	margin-top: -17px;
	text-align: center;
	padding-right: 16px;
}
ul.dropdown {
	position: relative;
}
ul.dropdown li	{
	float: right;
}
ul.dropdown li a {
	display: inline;
	color: #FFF;
	background: #6096af url(../site_images/button-back.gif) 50% 50% repeat-x;
	display: block;
	width: 85px;
	padding: 15px;
	padding-top: 19px;
	padding-bottom: 10px;
	margin-left: 1px;
}
ul.dropdown li a:hover {
	background: #6096af url(../site_images/button-hover.gif) 50% 50% repeat-x;
}
ul.dropdown li:last-child a {
}
ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
}
ul.dropdown ul {
	font-size: 10px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}
ul.dropdown ul li {
	float: none;
}
ul.dropdown ul li a {
	opacity: 0.75;
	background: #333;
	margin-bottom: 1px;
	width: 115px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: inline;
}
ul.dropdown ul li a:hover {
	background: #6096af;
}
ul.dropdown ul ul {
	left: -116px;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
.map {
	clear: both;
	direction: rtl;
	overflow: auto;
	padding: 15px;
}
.con {
	direction: rtl;
	overflow: inherit;
	min-height: 350px;
	text-align: justify;
}
.Right-Bar {
	width: 0px;
	float: right;
}
.Left-Bar {
	width: 930px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
}
.Left-Bar hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #6096af;
	color: #6096af;
}
.foot {
	direction: rtl;
	margin-right: 15px;
	margin-left: 15px;
	padding: 15px;
	text-align: center;
	clear: both;
	color: #333;
	border-top: 1px solid #0099cc;
}
.ListTitle {
	clear: both;
	color: #0099cc;
	margin-bottom: 10px;
}
.ItemList {
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: justify;
	line-height: 1.4;
	border-bottom: 1px solid #518da9;
	margin-bottom: 10px;
	clear: both;
	overflow: inherit;
}
.HomeList {
	float: right;
	width: 48%;
	height: 120px;
	clear: none;
	margin: 1%;
}
.ItemList p img {
	margin-bottom: 10px;
	text-align: center;
}
.ItemList .Link {
	float: left;
	margin-right: 10px;
	border: 1px solid #0099cc;
}
.ItemList .NoBorder {
	border: none;
}
.List {
	clear: both;
	margin: 0 auto;
}
.List li {
}
.List li a {
	display: block;
	padding: 10px;
	margin-bottom: 2px;
	background: #518da9;
	color: #ffffff;
}
.List li a:hover {
	background: #80acc0;
	color: #026890;
}
.Pic-1 {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	margin: 0 auto;
}
.Pic-1 img {
	padding: 1px;
	margin-top: 5px;
}
.Intro {
	clear: both;
	margin-top: 10px;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.Des {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: justify;
	line-height: 1.4;
	text-align: justify;
}
.Details {
	clear: both;
	margin-top: 5px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.Details a {
	color: #333;
}
.Details a:hover {
	color: #666;
}
.Column-1 {
	background: #FFF;
}
.Column-1:hover {
	background: #FFF;
}
.Column-2 {
	background: #FFF;
}
.Column-2:hover {
	background: #FFF;
}
.TablePage {
	clear: both;
	padding: 15px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	background: #518da9;
	color: #ffffff;
}
.TablePaging {
	width: 25%;
	padding-top: 15px;
	padding-bottom: 15px;
	float: right;
	text-align: center;
	margin-bottom: 10px;
	background: #518da9;
	color: #ffffff;
}
.TablePic {
	text-align: center;
	float: right;
	width: 70px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #518da9;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	float: right;
	padding: 10px;
	direction: rtl;
}
.ui-icon {
	float: right;
	margin-left: 5px;
}
.AjaxList {
}
.AjaxList ul {
	display: inline;
}
.AjaxList li {
	display: inline;
}
.AjaxList li a {
	display: block;
	float: right;
	background: url(../site_images/services-back.gif) top center repeat-x;
	width: 100px;
	padding: 11px;
	padding-right: 7px;
	padding-left: 8px;
	text-align: center;
	margin: 0 auto;
	margin-left: 1px;
	line-height: 4;
	font-size: 13px;
}
.AjaxList li a:visited {
	background: url(../site_images/services-back.gif) top center repeat-x;
	color: #518da9;
}
.AjaxList li a:hover {
	background: url(../site_images/services-hover.gif) top center repeat-x;
	color: #FFF;
}
.Ajax-Loading {
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	height: 20px;
	display: none;
	background: url(../site_images/ajax-loader.gif) center no-repeat #FFF;
	position: fixed;
	border-bottom: 2px solid #333366;
}
.AjaxCatList {
	clear: both;
	border-bottom: 1px solid #518da9;
	padding: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.AjaxCatList ul {
}
.AjaxCatList li {
	display: inline;
}
.AjaxCatList .Pic {
	display: inline-block;
	background: url(../site_images/services-back.gif);
	width: 100px;
	height: 82px;
	text-align: center;
	padding-right: 7px;
	padding-left: 8px;
	padding-top: 10px;
	margin-left: 38px;
}
.AjaxCatList .NoBack {
	background: none;
	margin-left: 0px;
}
.AjaxSubList {
	clear: both;
	float: right;
	padding-right: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 145px;
}
.AjaxSubList li a {
	display: block;
	margin-bottom: 10px;
}
.AjaxSubList li a:hover {
	font-weight: bold;
}
.AjaxItems {
	display: none;
	float: left;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 15px;
	width: 775px;
}
.AjaxCatText {
	display: none;
	clear: both;
	padding: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #518da9;
	line-height: 1.2;
	overflow: auto;
}
.AjaxSubText {
	display: none;
	clear: both;
	padding: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.4;
	overflow: auto;
}
.AjaxItemPaging {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}
.Form-Right {
	width: 80px;
	clear: both;
	float: right;
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.Form-Left {
	width: 380px;
	float: right;
	margin-bottom: 5px;
}
.Form-Empty {
	background: none;
	border: none;
}
.Form {
	width: 540px;
}
.Form input {
	padding: 4px;
	margin-right: 5px;
	font-family: Tahoma;
}
.Form-Button {
	background: #518da9;
	color: #ffffff;
	float: left;
	width: 100px;
	margin-left: 64px;
}
.Form-Button:hover {
	background: #80acc0;
	color: #026890;
}
.Form-Success {
	background: #518da9;
	color: #ffffff;
	padding: 15px;
	text-align: center;
}
label.error { 
	font-weight:normal;
	color:red;
	text-align:left;
	width:140px; 
	padding-left:25px;
}
.RB {
	text-align: center;
}
.RB ul {
	display: block;
	width: 100%;
}
.RB li {
	margin-bottom: 5px;
	display: block;
	width: 100%;
}
.RB li a {
	display: block;
	padding: 10px;
	background: #518da9;
	color: #FFF;

}
.RB li a:hover {
	background: #80acc0;
	color: #026890;
}
.RB li a:active {
	background: #80acc0;
	color: #FFF;
}
.Success {
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
	background: #518da9;
	color: #ffffff;
}
.Failed {
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
	background: #518da9;
	color: #ffffff;
}
.Info {
	padding: 15px;
	text-align: center;
	margin-bottom: 5px;
	background: #518da9;
	color: #ffffff;
}
.Loader {
	display: none;
	text-align:center;
	padding: 10px;
}
.DIV-Header {
	padding: 10px;
	text-align: center;
}
.DIV-Content {
	padding: 10px;
	text-align: center;
	margin-bottom: 5px;
}
.Display {
	display: inherit;
}
.CatItems {
	width:696px;
	margin: 0 auto;
}
.ItemContent {
	width: 696px;
	margin: 0 auto;
}
.LinkItem {
	min-height: 75px;
}
.AjaxText {
	line-height: 1.4;
}
.PackagesMarginLeft {
	margin-left: 0px;
}

