﻿/*	Global Style Sheets
	© 2008 www.edreamer.ir, All Rights Reserved. */

* {
	/*margin: 0px;*/
	padding: 0px;
}
a {
	text-decoration: none;
}
a:link {
	color: #5675ae;
}
a:visited {
	color: #5675ae;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: White;
}

a img {
	border-style: solid;
	border-width: 0;
}

body {
	margin: 0px;
	background: #333d56 url('/Images/bg.gif') repeat-x scroll left top;
	color: #b7bfd4;
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	font-size: 8pt;
	cursor: default;
}

hr {
	border-color:#333d56;
	border-style: solid;
	border-width: 1px;
	margin:10px 0px 10px 0px;
	clear:both;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hr2 {
	border-color:#333d56;
	border-style: solid;
	border-width: 1px;
	margin:20px 0px 20px 0px;
	clear:both;
}

#topnav a {
	cursor:pointer;
}

#threepart {
	background: #f0f5fa url('/Images/3prtbtnl.gif') repeat-x scroll left bottom;
	color:#676C70;
}

#leftside p {
/*	color:#b7bfd4;*/
	margin:0px 20px 0px 20px;
}

#mainside div.contents {
/*	color:#b7bfd4;*/
	margin:0px 20px 0px 20px;
	text-align:justify;
}

.pointer
{
	cursor:pointer;
}

.imageviewe
{
	background-image: url('../Images/shadow.gif');
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.panel1
{
	background-image: url('/Images/pnltle1.gif');
}

.panel2
{
	background-image: url('/Images/pnltle2.gif');
}

.loading {
	background-image: url('/Images/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
}

.title {
	font-weight: bold;
	color: #5675ae;
}

#leftside .title a, #mainside .title a {
	color: White;
}

.pagetitle {
	font-weight: bold;
	word-spacing:1pt;
	letter-spacing:-1pt;
	color: White;
	display:block;
	margin:0px 0px 10px 0px;
}

#langselector a{
	color:#CCCCCC;
}

#langselector a:hover{
	color:white;
	text-decoration: none;
}

#btnnav a:hover{
	color:white;
	text-decoration: none;
	background-color:#333d56;
}

.pager {
	width:427px;
	height:25px;
	margin:0px 20px 0px 20px;
	color: white;
}

.pager input {
	cursor:auto;
}

#submitbuttons input {
	cursor:auto;
}

.status {
	width:427px;
	background-color: #1f273a;
	margin: 20px 20px 0px 20px;
}

.contentinfo {
	padding: 20px 20px 20px 20px;
	background-color:#2b354e;
}


/* menu part - start */

#menu {
	width: 233px;
	margin: 0px;
}

/* on hack only for IE */
* html #menu li a {	
	height: 25px;
}

#menu li a {
	height: 20px;
    text-decoration: none;
}

#menu li a:visited {
	color:#b7bfd4;
	display: block;
}

#menu li a:link {
	color:#b7bfd4;
	display: block;
}

#menu li a:hover { 
	color: white;
}

#menu li.current a.lia { 
	color: white;
	font-weight:bold;
}

/* menu part  - end */


/* form part - start */

.calendernextprev {
	vertical-align:middle;
	text-align:center;
}

.calenderdayhearder {
	background-color: #253046;
	font-weight:bold;
	font-size:7pt;
}

.calenderothermonthday {
	color:#8a91a1;
}

.calenderselector {
	/*background-color:#3b558e;*/
	background-color:#314775;
}

.calendertoday {
	/*background-color:#3b558e;*/
	background-color:#5675ae;
}

.calender a {
	display:block;
	padding:5px;
}

.calender a:hover {
	text-decoration:none;
	background: url('/Images/menu.gif') -20px -25px;
}

.calender {
	background-color:#2b354e;
	width:232px;
	height:180px;
}

.calenderselectedday a {
	background: url('/Images/menu.gif') -20px -50px;
}

select {
	color: white;
	background-color: #2b354e;
	border: 0px solid #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 7pt;
	font-weight:bold;
}
input {
	color: White;
	background-color:Transparent;
	border: 2px solid #333d56;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight:bold;
}

.checkbox input{
	border-width: 0px;
}

textarea 
{
	color: White;
	background-color:Transparent;
	border: 2px solid #333d56;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	
	scrollbar-arrow-color:#5675ae;
	scrollbar-darkshadow-color: #253046;
	scrollbar-face-color: #1f273a;
	scrollbar-highlight-color: #253046;
	scrollbar-shadow-color: #253046;
	scrollbar-track-color: #253046;
	scrollbar-3dlight-color: #253046;
	scrollbar-base-color: #253046;
}

/* form part - end */
