@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#6a7ec3;

	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #999999;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}
body, table, td, input, select, textarea {
	font-family:Tahoma;
	font-size:11px;
	line-height:150%;
}
.clear{
	clear: both;
}

a{
	color:#003366;
}
a:hover{
	text-decoration:none;
}

#container {
	background-color:#FFFFFF;
	border:1px solid white;
	background-repeat:no-repeat;
	background-position:bottom left;
	background-image:url(fa/page.home.gif);
	width:800px;
	margin:0 auto;
}

#menutd {
	background-image:url(fa/menubar.bg.gif);
	background-repeat:repeat-y;
	width:182px;
}

#menutd .wrapper {
	background-image:url(fa/logo.p2.gif);
	background-repeat:no-repeat;
	padding-top:192px;
}

#homecontent {
	height:550px;
}

/* Bread Crumb */
ul.breadcrumb {
	list-style:none;
	margin:2px;
	padding:5px 0px;
	font-size:11px;
}
ul.breadcrumb li {
	float:right;
	padding:2px 0px;
	margin:0px;
	background-image:url(fa/tick4.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
}
ul.breadcrumb li.last {
	color:#ff8a66;
	background-image:none;
}
ul.breadcrumb li a {
	color:#ff5033;
	text-decoration:none;
}
ul.breadcrumb li a:hover {
	text-decoration:underline;
}

.pagetitle {
	font-size:11px;
}

#content {
	margin:20px 40px 20px 30px;
	direction:rtl;
}
#texts {
	height:400px;
	overflow:auto;
	padding-left:10px;
}

#footer {
	color:#38266a;
	padding:10px;
}

.thumb {
	margin:5px;
	padding: 3px;
	background-color:#eee;
	float:right;
}
.thumb:hover {
	background-color:#fee;
}
