﻿@import url(Layout.css);
@import url(Fonts.css);
@import url(links.css);
@import url(Inputs.css);
body 
{
	margin:8px 0px 0px 0px;
	background:#4b5a6e url(img/backpat.gif) repeat-x center top;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
marquee
{
	text-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
.photo-border
{
	-opera-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-opera-border-radius-topright: 15px;
	-opera-border-radius-bottomleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	
}	
#TopBack
{
	background:transparent url(img/topback.png) no-repeat center -8px;
	width:800px;
	margin-top:0px;	
	margin-left:auto;
	margin-right:auto;
	padding-top:28px;
	padding-right:40px;
	padding-left:44px;
}
#bgTop
{
	/*a5adba*/
	background:#939dab url(img/bgtop.jpg) repeat-x center top;
	width:728px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
#bgBot
{
	border:1px solid transparent;
	margin-top:0px;
	background:transparent url(img/bgbot.jpg) repeat-x center 356px;
	width:726px;
	position:relative;
}
#dvRight
{
	width:300px;
	float:right;
}
#dvPageContent
{

	direction:rtl;
	margin-right:310;
	width:425px;
	min-height:600px;
}
#dvCamera
{
	background-image:url(img/camera.png);
	background-repeat:no-repeat;
	background-color:Transparent;
/*	filter: alpha(opacity = 50);*/
	width:284px;
	height:345px;
	margin-top:10px;
}
#dvMenu
{
	direction:rtl;
	padding-right:1px;
	text-align:right;
}
#dvMenuItem{
	margin-top:-350px;
	z-index:50;
}

#dvMenuItem ul {
list-style-type: none;
}
#dvMenuItem ul a
{
	text-decoration:none;
	font-family:Yagut, Yekan, B Yekan, "Times New Roman";
	color:White;
	font-weight:bold;
	padding-right:5px;
}
#dvMenuItem li
{
	background-color:Transparent;
	background-image: url(img/list.gif);
	background-repeat: no-repeat;
	background-position:right;
	line-height:32px;
	padding-right:20px;	
}
#dvMenuItem li:hover
{
	background:url('img/listhover.gif') no-repeat right 8px;
	padding-right:35px;
	margin-left:50px;	
}
#dvMenuItem li a:hover
{
	color:#ffcc4e;
}

#dvFooter
{
	width:70%;
	margin-left:50px;
	font-size:smaller;
}
#dvLogin
{
	text-align:left;
	direction:rtl;
	line-height:5px;
	margin-top:20px;
	padding:10px 10px 10px 10px;
	border-left:solid 1px #CACED6;
	border-top:solid 1px #CACED6;

	
}
#dvLogin div
{
	text-align:left;
}


#mastheads
{
	direction:rtl;
	text-align:center;
	position:fixed;
	font-size:11px;
	left : 0px;
	width:150px;
	background-color:#4B5A6E;
	border:2px solid gray;
	line-height:15px;	
	top:0px;
	-opera-box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
}
#mastheads ul
{
	font-size:16px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#mastheads li
{
	border:2px solid #ececec;
	float:left;	
	margin: 0 0.15em;
}
#mastheads li a
{
	background: url(background.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 142px;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
} 
#mastheads li a:hover
{
	color:navy;
	font-weight:bold;	
}
#mastheads li:hover
{
	background-color:#687486;
	border:2px solid #4B5A6E;
}
