﻿@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font:12px Tahoma, Geneva, sans_serif;
	/*amini*/
	/*background:url(../userfiles/PrivateFileManagment/CustomImage/BgTile_amini.jpg) repeat #f6f7f2;*/
	/*orginal*/
	background:url(../userfiles/PrivateFileManagment/CustomImage/BgTile.jpg) repeat-x scroll 0% 0% #F6F7F2;
	
	
}
table, td, th {
	padding:0px;
	border-spacing:0px;
	border:none;
}
img {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	
}
/* ====================     Header      ========================*/

/* --------- Login  --------*/
#login {
	background:url(../images/login_bar.jpg) no-repeat;
	width:955px;
	height:40px;
}
#login a {
	color:white;
	text-decoration:none;
}
.form_div {
	direction:rtl;
	vertical-align:middle;
}
.form_div div {
	float:right;
	color:white;
}
#errormsg {
	color: #990000;
	font-weight: bold;
}
/* --------- Logo  --------*/
#logo {
	background:no-repeat;
	width:955px;
	height:170px;
}
/* --------- Top/upper menu  --------*/


#nav {
	margin:0;
	padding:0;
	width:1001px;
	background:url(../images/top_menu_bg.png) repeat-x;
	height:50px;
	vertical-align:top;

	
}
#nav li {
	
	/*margin: 0 5px;*/
	padding:10px 5px;
	float: right;
	position: relative;
	list-style: none;

}


/* main level link */
#nav a {
	text-decoration: none;
	display: block;
	padding:  10px 20px;
	margin: 0;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	
}
#nav a:hover {
	background: #d1d1d1; /* for non-css3 browsers */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ebebeb, #a1a1a1); /* for firefox 3.6+ */
	color: Black;
	border:1px solid #999;
	padding:  10px 19px;
	text-shadow:none;
}
.top_menu_active a {
	color:#e7e5e5;
	background:url(../images/button_active_bg.png) repeat-x;
}

.top_menu_deactive a{
	color:Blue;
	background:url(../images/button_deavtive_bg.png) repeat-x left top;
}
#nav li:hover > a {
	background: #d1d1d1; /* for non-css3 browsers */
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#a1a1a1'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ebebeb, #a1a1a1); /* for firefox 3.6+ */
	color: Black;
	border:1px solid #999;
	padding:  10px 19px;
	text-shadow:none;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index: 90;
}
#nav ul a:hover {
	background: #0078ff url(../images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
	z-index: 90;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
	z-index: 90;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 50px;
	right: 0;
	background: #ddd url(../images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	right: 184px;
	top: 0px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* --------- Banner  --------*/
#banner {
}
/*---------- news bar--------*/
.NewsBar
{
	height:25px;
	padding:0 5px 0 0;
	background-color:White;
	direction:rtl;
	color:Blue;
	
	
	}
	.NewsBar marquee
{
	    padding-bottom:5px;
	
	
	}
	
	.NewsBar a
	{
		text-decoration: none;
		font-weight:bold;
		color:Blue;
		
		
		
		}
	.NewsBar a:hover
	{
		background-color:#eff76c;
		color:Blue;
	 
		}	
/*----------end news bar--------*/
/* ====================    Content      ========================*/
#home_page {
	width:100%;
	height:544px;
	background:url(../images/main_content.jpg) no-repeat;
}
/* ---------------------  Right Menu --------------------- */

.right_menu_area {
	margin:7px 5px 10px 0;
	padding:0;
	height:380px;
	width:210px;
	color:#FFF;
	overflow:hidden;
}
ul.right_menu_navigator {
	padding:0;
	margin:0;
	width:100%;
}
ul.right_menu_navigator li {
	cursor:hand;
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.right_menu_navigator li.active {
	background:url(../images/arrow-bg.gif) no-repeat left center;
	color:#FFF;
}
.right_menu_navigator li.active:hover {
	background:url(../images/arrow-bg2.gif) no-repeat left center;
	color:#FFF;
}
.right_menu_navigator li:hover {
	background:url(../images/arrow-bg2.gif) no-repeat left center;
}
.right_menu_navigator li h3 {
	font-size:100%;
	padding:30px 0;
	margin:0;
}
.right_menu_navigator li h3 a {
	text-decoration:none;
	color:#FFF;
}
.right_menu_navigator li div {
	background:url(../images/transparent_bg.png);
	color:#FFF;
	margin-left:15px;
	padding-left:15px;
	border-top:1px solid #E1E1E1;
}
.right_menu_navigator li.active div {
	background:url(../images/grad-bg.gif);
	color:#FFF;
}
.right_menu_navigator li:hover div {
	background:url(../images/grad-bg2.gif);
	color:#FFF;
}
.right_menu_navigator li img {
	height:32px;
	width:32px;
	margin:20px 30px 5px 0px;
	float:left;
	padding:3px;
	border:#C5C5C5 solid 1px;
}
.right_menu_navigator li.active img {
	border:##6C8E5C solid 1px;
}
.right_menu_navigator li.active h3 {
	color:#FFF;
}
/* ---------------- Content Information ---------------- */

.content_info fieldset {
	direction:rtl;
	width:700px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.content_info legend {
	background-color:#cecece;
	margin-left:15px;
	margin-right:15px;
	padding:2px 10px 5px 10px;
}
.content_info label {
	padding:5px;
	float:right;
}
.content_info select {
	width:150px;
}
.two_column div {
	padding:20px 20px 20px 0;
	float:right;
	width:320px;
}
.tree_column div {
	padding:20px 20px 20px 0;
	float:right;
	width:200px;
}
#error_message {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	direction:rtl;
	padding:15px 10px;
	color:#333;
	border:1px solid #F60;
	background-color:#FC3;
}
.button-style {
	margin:10px 20px;
	padding-bottom:4px;
	font:bold 12px Tahoma, Geneva, sans-serif;
	width:80px;
	height:30px;
}
.gridlistcontent
{
	
}
.pager a
    {
            border: 1px solid #0067A5;
            color: #0067A5;
            text-decoration: underline;
            padding: 2px 5px;
           
    }
    .pager span
    {
            background-color: #0067A5;
            border: 1px solid #DBEAFF;
            color: #FFFFFF;
            padding: 2px 5px;
    }


    .pager a:hover
    {
        color: #1E90FF;
        
    }

/* ------------------------  Title Table --------------------------- */

.TitleTable {
	background: url(../images/content_top_l.jpg) no-repeat left;
	width: 100%;
	float: left;
	height: 40px;
}
.TitleTable div {
	background: url(../images/content_top_r.jpg) no-repeat right;
	float: right;
	height: 40px;
}
.TitleTable div h3 {
	font-size: 14px;
	color: #FFF;
	padding-right: 10px;
	margin-top: 10px;
}
.content_table {
	border:1px solid #CCC;
	margin-left:auto;
	margin-right:auto;
}	/* --- edit_show ---*/
.content_table td {
	direction:rtl;
	padding:10px 0;
}	/* --- edit_show ---*/
.tr-header-style {
	font-weight:bold;
	background-color:#c2dffd;
	text-align:center;
}	/* --- edit_show ---*/
.tr-row-style {
	background-color:#FFF;
}	/* --- edit_show ---*/
.tr-row-style td {
	vertical-align:middle;
}	/* --- edit_show ---*/
.tr-alt-row-style {
	background-color:#e7e7e7;
}	/* --- edit_show ---*/
/* ==================== Show Box ========================*/
	

/* --------------- Box ----------------- */
#box_content {
	width:100%;
	background:url(../images/content_box.png) no-repeat;
	height:260px;
}
.top-box-bottom {
	background:url(../images/bg_f.gif) repeat-x;
	height:30px;
	display:block;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	color:#900;
}
.content-box-bottom {
	background-color:#9CF;
	height:140px;
	text-align:center;
	vertical-align:top;
	padding-top:15px;
}
/* ---------------- Form --------------- */
#sidebar-bottom label, input[type=text] {
	display: block;
	width: 150px;
	float: right;
	margin-bottom: 5px;
}
#sidebar-bottom label {
	text-align: right;
	width: 60px;
	padding-right: 5px;
}
#sidebar-bottom br {
	clear: left;
}
#sidebar-bottom input[type=button] {
	padding-bottom:4px;
	font:bold 12px Tahoma, Geneva, sans-serif;
	width:60px;
	height:25px;
}
 .Forms input:not([type=radio]), .Forms textarea, .Forms select {
 font:12px Tahoma, Geneva, sans-serif;
 background: #ffffff;
 border: 1px solid #ddd;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 margin:5px;
 outline: none;
 padding: 5px;
 width: 200px;
}
.Forms a {
	background:url(../images/content_top_l.jpg);
	padding:10px 15px;
	font:bold 12px Tahoma, Geneva, sans-serif;
	width:80px;
	color:white;
	text-decoration:none;
}

.ErrorMassage {
	font:bold 12px Tahoma, Geneva, sans-serif;
	color:Red;
	text-align:center;
	}
/* ====================     Footer      ========================*/

#footer {
	background:url(../images/footer.jpg) repeat-x center center;
	width:100%;
}
#footer_text_us {
	padding:10px 10px;
	text-align:center;
	width:955px;
	margin-left:auto;
	margin-right:auto;
}
#footer_text_us a {
	color:black;
	text-decoration:none;
}
#footer_text_fa {
	text-align:center;
	direction:rtl;
	padding:20px;
	width:955px;
	margin-left:auto;
	margin-right:auto;
}
fieldset {
	padding:5px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
legend {
	background-color:#cecece;
	margin-left:15px;
	margin-right:15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:2px 10px 5px 10px;
}
.CenterImage {margin:0 60px;}


/*Album*/

.Album {
	width:100%;
	}
.Album td{
	padding:2px 3px;
	}
	
.Album input[type=text] {
	width:155px;
	border:1px solid #666;
	padding:3px;	
}
.Album input[type=text]:HOVER {
	border:1px solid #03C;
	background-color:#F0F7FF;
}

.Album input[type=text]:focus {
	border:1px solid #03C;
	background-color:#F0F7FF;
}
.Album input[type=text]:active {
	border:1px solid #03C;
	background-color:#d3e3f4;	
}
.Album select {
	font:12px Tahoma, Geneva, sans-serif;
	width:162px;
	height:25px;
	border:1px solid #666;
	padding:3px 0;
	margin:1px;
}

.Button a {
	background:url(../images/Icon/ButtonIcon.png);
	padding:10px 15px;
	font:bold 12px Tahoma, Geneva, sans-serif;
	
	color:white;
	text-decoration:none;
	line-height:3em;
}

.ErrorMessage {
	font:bold 12px Tahoma, Geneva, sans-serif;
	color:Red;
	line-height:30px;
	}


.ImageBorder {
    border:1px solid #CCC; 
   
    }
.ImageBorder img {
    margin: 5px 5px 3px;    
    }
.ImageBorder img:hover {
      border:1px solid Blue; 
      margin: 4px 4px 2px;    
    }
    
 .AlbumDetail {
     width:120px;
     height:200px;
     margin:0px 0px 0px 0px;
     vertical-align:top;
    border:0px solid #CCC; 
    text-shadow: 0 1px 1.5px rgba(0,0,0, .3);
    }
 .AlbumDetail td {
    padding: 5px;
    
    } 
  .AlbumDetailimg
  {
  	width:100px;
  	height:100px;
  	text-align:center;
  	}
  	
  	.AlbumDetail2 {
     width:90px;
    margin:0px 0px 185px 0px;
    
    border:1px solid #CCC; 
    text-shadow: 0 1px 1.5px rgba(0,0,0, .3);
    text-align:center;
    
    }
    .AlbumDetail2 td a {
     text-decoration:none;
     
    
    }
 .AlbumDetail2 td {
    padding: 5px;
    
    } 
  .AlbumDetailimg2
  {
  	width:100px;
  	height:100px;
  	text-align:center;
  	}
  /*end Album*/  