/* CSS Document */
/* begin of MAIN STYLES */
body {
	margin:0;
	padding:0;
	color:#232323;
	background-image: url(../images/main_bg_tile.gif);
	background-repeat: repeat;
	background-color:#e5e5e5;
}
body, td, th, textarea, select, h2, h3, h4, h5, h6
{font-family: Tahoma, Verdana, Arial;font-size: 12px;line-height:18px;}
form {
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
p
{margin:12px 0;}
h1
{font-size:30px;line-height:1.25em;margin:18px;}
h2 {
	font-weight:bold;
	margin:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0px;
}
link{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color:#2561c5;
}
a:link, a:visited, a:hover, a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #2561c5;
	line-height:22px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* end of MAIN STYLES */

/* begin of HEADER */
.hdr-bg {
	background-image: url(../images/header_bg_tile.gif);
	background-repeat: repeat-x;
	height: 245px;
}
.hdr-top {
	height:26px;
	font-size:10px;
	color:#FFFFFF;
	width:1002px;
}
.hdr-date { 
	float:right;
	font-size:10px;
	padding-right:25px;
	direction:rtl;
}
.hdr-lang { 
	float:left;
	padding-left:25px;
}
div.hdr-lang a{font-size: 10px;color:#fff;text-decoration:underline;}
div.hdr-lang a:hover{ text-decoration:none;}
div.logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 1002px;
}
div.search {
	padding-top:18px;
    text-align:center;
}
div.search-date {
	color:#4e4e4e;
	font-size:11px;
	background-image:url(../images/search_sep.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 41px;
	padding-right:5px;
	padding-left:25px;
	line-height:34px;
	margin-right:8px;
}
.search-textfield {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #5a5a5a;
	background-color: #ffffff;
	border: 1px solid #aa3764;
	height:22px;
	padding:0px;
	padding-right:12px;
	padding-left:8px;
	margin:0px;
	vertical-align:top;
	line-height:18px;
	text-align:right;
	width:196px;
}

div.search-type img {
	padding:2px;
	vertical-align: top;
}
.search-type {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #5a5a5a;
	background-color: #ffffff;
	border: 1px solid #aa3764;
	width:136px;
	direction:rtl;
	line-height:18px;
	height:26px;
	padding:0px;
	margin:0px;
}
/* end of HEADER */

/* begin of CONTENT */
.cnt-bg {
	background-image: url(../images/cnt_bg_tile.gif);
	background-repeat: repeat-y;
}
.cnt-pad 	{
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 28px;	
}
/* end of CONTENT */

/* ------ begin of BOXES ------ */
.box1-top-tile {
	background-image:url(../images/box1_top_tile.gif);
	background-repeat:repeat-x;
	height: 34px;
	width:100%;
}
.box1-main-bg {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fdc15f;
	border-left-color: #fdc15f;
}
.box1-buttom-bg {
	background-color: #FFFFFF;
	height:7px;
	width:100%;
	background-image: url(../images/box1_b_tile.gif);
	background-repeat: repeat-x;
}
.box2-top-tile {
	width:100%;
	height:7px;
	background-image: url(../images/box2_top_tile.gif);
	background-repeat: repeat-x;
}
.box2-main-bg {
	background-color:#f8f8f8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d3d3d3;
	border-left-color: #d3d3d3;
	padding-right:8px;
	padding-left:8px;
}
.box2-buttom-tile {
	height:7px;
	width:100%;
	background-image: url(../images/box2_b_tile.gif);
	background-repeat: repeat-x;
}
.box3-top-tile {
	width:100%;
	height:36px;
	background-image: url(../images/box3_top_tile.gif);
	background-repeat: repeat-x;
}
.box3-main-bg {
	background-color:#f8f8f8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dcdcdc;
	border-left-color: #dcdcdc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.box4-tbl-bg {
	background-color:#e0e0e0;
}
.box4-1-row1 {
	background-color: #f8f8f8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 2px;
	direction:rtl;
}
.box4-1-row2 {
	background-color: #e0e0e0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 2px;
	direction:rtl;
}
.box-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #821c00;
	font-weight: bold;
}
div.box-banner {
	padding-top:10px;
}
.box-tbl-row1 {
	background-color: #fbaf35;
	padding-right:7px;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
}
.box-tbl-row2 {
	background-color: #ddebf4;
	padding-right:7px;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
}
.box-tbl-row3 {
	background-color: #f0f4f7;
	padding-right:7px;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
}
.tbl-margin-top {
	margin-top:8px;
}
/* ------ end of BOXES ------ */
.txt-grey {
	font-size: 11px;
	color: #7c7c7c;
}
.txt-blue {
	color:#2561c5;
}
.txt-blue-bold {
	font-weight: bold;
	color: #004e78;
}
.txt-green { color:#009744;}
.txt-black { color:#232323;}
.txt-red { color:#ff0000;}

div.txt-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5a5a5a;
	direction:rtl;
}
/* ------ begin of RIGHT NAV ------ */
ul#quicklnk { 
  list-style:none;
  margin: 0; 
  padding: 0; 
  width: 175px;
}
ul#quicklnk li { list-style:none; }
ul#quicklnk li a {
	display: block;
	font-size: 12px;
	color: #213de7;
	text-decoration: none;
	background: url(../images/bullet_02.gif) no-repeat right center;
	border-bottom: solid 1px #d2d2d2;
	margin: 0px 10px;
	padding: 4px 15px 4px 0px;
	height: 28px;
	line-height: 24px;
} 
ul#quicklnk li a:hover {
	color:#821c00;
}
ul#quicklnk li#quicklnkhere a { text-decoration:underline;}
/* ------ end of RIGHT NAV ------ */


/* TOP NAV NEW STYLE */
div.nav-padding {padding-top:130px; padding-right:16px;}

/* ------ end of TOP NAV ------ */


/* begin of FOOTER */
.ftr-bg-clr {
	background-color: #bc5b81;
	height: 130px;
}
div.ftr-text {
font-family:Tahoma, Verdana, Arial;
font-size:11px;
color:#f5acc9;
padding-top:5px;
padding-bottom:5px;
}
div.ftr-text a{font-size: 11px;color:#fff;text-decoration:none;}
div.ftr-text a:hover{color:#f5acc9;}
div.ftr-copy {
	font-size:11px;
	color:#e7a9c2;
	direction:rtl;
}
/* end of FOOTER */