﻿@charset "UTF-8";
/* CSS Document */

/* --- tags --- */

body, html {
	margin: 0;
	padding: 0;
	font-size:14px;
}

body {
	background: #fff;
	color: #656565;
	behavior: url("../includes/csshover3.htc"); 
	background-image:url(../images/bgimg.jpg);	
}

p {
	margin-top: 0;
	margin-bottom: 0.7em;
}

a {
	color: green;
	text-decoration: none;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	
}
a:link {
	text-decoration: none;
	
}
a:hover,active {
	text-decoration: underline;
	color:#ff8f18;
}


a.green:link {
	text-decoration: none;
	color:Green;
}


h1 {
}

h2 {
	margin: 0;
	color: #ff8f18;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	font-family:Arial;
	text-decoration:underline;
	text-align:left;
}

h3 {
	margin: 2px 0 10px;
	color: #ff8f18;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	font-family:Arial;
	text-decoration:underline;
	text-align:right;
}

h4 {
	margin: 0 0 12px;
	color: #ff8f18;
}

h44 {
	margin: 0 0 12px;
	color: #ff8f18;
}

img 
{
	border:0;
	float:right;
	margin: 0px, 15px, 0px, 0px;
	padding:0px, 15px, 0px, 0px;
	
}
img.png {
}
.imgborder
{border: 1;
	border-color:orange;
	}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: solid 1px #666;
	
}

/* --- place holders --- */

#idts_container {
	position: relative;
	width: 972px;
	margin: 23px auto;
}
 
    

#idts_header {
	position: relative;
	width: 935px;
	height: 42px;
	background: url(../images/header_back.png) no-repeat;
}

#idts_banner {
	position: relative;
	width: 936px;
	height:175px;
	margin: 0 auto;
}
#idts_banner1 {
	position: relative;
	width: 936px;
	height:80px;
	margin: 0 auto;
}

#idts_banner2 {
	position: relative;
	width: 936px;
	height:175px;
	margin: 0 auto;
}
#idts_navigation {
	position: relative;
	width: 944px;
	height: 40px;
	margin: 8px auto 0;
}

#idts_main {
	position: relative;
	width: 100%;
	padding-bottom: 8px;
	background: #fff url(../images/main_back.png) repeat-y;
}

#idts_component {
	position: relative;
	width: 944px;
	margin: 0 auto;
	height:auto;
	padding: 10px 12px 18px;
	background: url(../../images/component_back2.png) repeat-y;
}

#idts_component2 {
	position:absolute;
	width: 700px;
	margin: 0 auto;
	/*background: url(~/images/component_back2.png) repeat -y;*/
		padding: 10px 12px 18px;
	
}

#idts_pane_side {
	position: relative;
	display: inline;
	width: 125px;
	height:auto;
	}
#idts_pane_side2 {
	position:absolute;
	display: inline;
	width: 125px;
	height:auto;
	}

#idts_content {
	position: relative;
	display: inline;
	width: 777px;
} 
#idts_content2 {
	position: relative;
	display: inline;
	width: 777px;
} 
#idts_footer {
	position: relative;
	width: 922px;
	height: 169px;
	padding: 10px 25px 0;
	background: #fff url(../images/footer_back.png) no-repeat;
	color: #fff;
	word-spacing:2px;
}

/* --- navigation --- */

.idts_nav {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/nav_item_back.png) no-repeat;
}

.idts_nav a {
	color: #444;
}

.idts_nav a:hover, .idts_nav:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}

/* Personal*/
.idts_nav_Personal {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	background: url(../images/Personal_1.gif) no-repeat;
}

.idts_nav_Personal a {
	color: #444;
}

.idts_nav_Personal a:hover, .idts_nav:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_Personal div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}
/*Personal Hover*/
.idts_nav_Personal_hover {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/Personal_2.gif) no-repeat;
}

.idts_nav_Personal_hover a {
	color: orange;
}

.idts_nav_Personal_hover a:hover, .idts_nav_Personal_hover:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_Personal_hover div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}


/* Company*/
.idts_nav_Company {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/Company_1.gif) no-repeat;
}

.idts_nav_Company a {
	color: #444;
}

.idts_nav_Company a:hover, .idts_nav:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_Company div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}
/*Company Hover*/
.idts_nav_Company_hover {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/Company_2.gif) no-repeat;
}

.idts_nav_Company_hover a {
	color: orange;
}

.idts_nav_Company_hover a:hover, .idts_nav_Company_hover:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_Company_hover div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}

/* Masrefya */
.idts_nav_Masrefya {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/Masrefya_1.gif) no-repeat;
}

.idts_nav_Masrefya a {
	color: #444;
}

.idts_nav_Masrefya a:hover, .idts_nav:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_Masrefya div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}


/*Masrefya Hover*/
.idts_nav_Masrefya_hover {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/Masrefya_2.gif) no-repeat;
}

.idts_nav_Masrefya_hover a {
	color: orange;
}

.idts_nav_Masrefya_hover a:hover, .idts_nav_Masrefya_hover:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_Masrefya_hover div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}

/* News */
.idts_nav_News {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/News_1.gif) no-repeat;
}

.idts_nav_News a {
	color: #444;
}

.idts_nav_News a:hover, .idts_nav:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_News div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}


/*News Hover*/
.idts_nav_News_hover {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/News_2.gif) no-repeat;
}

.idts_nav_News_hover a {
	color: orange;
}

.idts_nav_News_hover a:hover, .idts_nav_News_hover:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_News_hover div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}


/* Ebank */
.idts_nav_Ebank {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/Ebank_1.gif) no-repeat;
}

.idts_nav_Ebank a {
	color: #444;
}

.idts_nav_Ebank a:hover, .idts_nav:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_Ebank div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}


/*Ebank Hover*/
.idts_nav_Ebank_hover {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/Ebank_2.gif) no-repeat;
}

.idts_nav_Ebank_hover a {
	color: orange;
}

.idts_nav_Ebank_hover a:hover, .idts_nav_Ebank_hover:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_Ebank_hover div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}



.idts_nav_hover {
	position: relative;
	display: inline;
	width: 141px;
	text-align: center;
	color: #444;
	cursor: pointer;
	cursor: hand;
	background: url(../images/nav_item_back_hover.png) no-repeat;
}

.idts_nav_hover a {
	color: orange;
	
}

.idts_nav_hover a:hover, .idts_nav_hover:hover a {
	color: #ff8f18;
	text-decoration: none;
}

.idts_nav_hover div {
	position: absolute;
	top: 35px;
	width: 133px;
	height: 14px;
	font-size: 1px;
	line-height: 1px;
	background: #fff;
	visibility: hidden;
}



.idts_active div {
	visibility: visible;
}

/* --- modules --- */

#idts_header img {
	margin-top: 2px;
}

#idts_header a {
	color: #656565;
}

.idts_logo {
	position: absolute;
	top: 13px;
}

.idts_banner_side {
	position: absolute;
	top: 13px;
}

.idts_search {
	width: 130px;
	height: 18px;
	margin-top: 2px;
	border: 0;
}

.idts_box_misc {
	position: relative;
	display: inline;
	width: 301px;
}

.idts_box_misc_item {
	position: relative;
	width: 265px;
	height: 125px;
	padding: 12px 18px;
	background: url(../images/box_misc_back.png) no-repeat;
	overflow: hidden;
}

.idts_box_misc_item p {
	margin-bottom: 0;
}

.idts_box_ads {
	position: relative;
	display: inline;
	width: 301px;
}

.idts_box_about {
	position: relative;
	display: inline;
	width: 239px;
	height: 251px;
	padding: 25px 30px;
	background: url(../images/box_about.png) no-repeat;
	overflow: hidden;
}

.idts_component_footer {
	position: absolute;
	bottom: 0;
}
.idts_component_footer2 {
	position:relative;
	bottom: 0;
}

#idts_footer p {
}

#idts_footer a {
	color: #fff;
}

#idts_footer a.idts_title {
	color: #ff8f18;
}

/* --- classes --- */

.idts_clear {
	position: relative;
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.idts_clear2 {
	position: absolute;
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.idts_separator_h {
	position: relative;
	width: 100%;
	height: 3px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.idts_separator_h_line {
	position: relative;
	width: 90%;
	height: 11px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: solid 1px #ff8f18;
	margin-bottom: 11px;
	clear: both;
}

.idts_text_medium {
	line-height: 13px;
}

.idts_text_large {
	line-height: 17px;
}

.idts_text_white {
	color: #fff;
}

.idts_text_align_opposite {
}

.idts_border {
	border: solid 1px #ff8f18;
}