﻿.ltrDirection{ direction:ltr  }
html
{ 
	scrollbar-base-color:whitesmoke;
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF;

	scrollbar-face-color:whitesmoke;
	scrollbar-slider-color: whitesmoke; }


.qLink:hover
{
	background-color: #0A246A;
	}	
	h1, h2, h3, h4, h5, h6
{
	margin: 1px;
	font-family: 'B Titr';
	
}
textarea
{
    font-family: tahoma;
    line-height: 25px;
}	
.filterPanel
{
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90);
	font-weight: bold;
	font-size: 18pt;
	color: red;
	font-family: 'B Titr' , Tahoma;
	background-color: white;
	text-align: center;
	width: 100%;
	position: absolute;
	height: 400px;
	vertical-align: middle;
	z-index: 100;
	left: 10px;
	top: 0px;
	padding-top: 100px;
}
.HelpPage
{
	font-size: 12pt;
	font-family: 'B Nazanin' , 'Times New Roman' , Tahoma;
	background-color: ivory;
	text-align: justify;
	padding-right: 1cm;
	padding-left: 1cm;
	padding-bottom: 1cm;
	padding-top: 1cm;
}
H1.HelpPage
{
	color: maroon;
}
.AcceptMark
{
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=30);
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	font-weight: bold;
	font-size: 20pt;
	color: mediumseagreen;
	font-family: 'B Titr' , 'Times New Roman' , Tahoma;
	background-color: white;
	left: 10px;
	position: absolute;
	top: 10px;
	border-right: mediumseagreen solid;
	border-top: mediumseagreen solid;
	border-left: mediumseagreen solid;
	border-bottom: mediumseagreen solid;
}
.weekSessionBox
{
	position: absolute;
	table-layout: fixed;
	overflow: hidden;
	height: 17px;
	background-color: papayawhip;
}
.weekSessionError
{
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=30);
	table-layout: fixed;
	overflow: hidden;
	height: 136px;
	background-color: deeppink;
	width: 15px;
}

.TitleLabel
{
	
	font-weight: bold;
	font-size: 14pt;
	color: slategray;
	font-family: 'B Titr' , Tahoma;
	width: 100%;
	border-bottom: whitesmoke 1px solid;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	
}
.acLabel
{
	color: #993333;
	background-color: #FFE1A4;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	width: 100%;
	text-align: center;
}
.InfoPanel
{
	background-color: #e9e9e9;
	text-align: center;
}
.weekCells
{
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}
.weekHeads
{
	border-top: gainsboro 1px solid;
	font-weight: bold;
	font-size: 9pt;
	width: 100%;
	color: slategray;
	height: 18px;
	background-color: whitesmoke;
	 
}

.weekDays
{
	border-left: gainsboro 1px solid;

}
.weekTable
{
	
}
.Space
{
	height: 5px;
}
.single
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 10pt;
	margin-top: 0px;
}

.report
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 8pt;
}

th
{
	font-size: 9pt;
	color: slategray;
	background-color: whitesmoke;
	font-weight: bold;
	
}
td
{
	font-size: 9.5pt;
}
hr
{
	margin: 0px;
	border-top: whitesmoke 1px solid;
	height: 2px;
	border-top-color: #DFE2EC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
select
{
	font-size: 9pt;
	font-family: tahoma;
}
html
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
body
{
	direction: rtl;
	font-family: tahoma;
	font-size: 9pt;
	padding :0;
	margin :0;
}

.logoPanel
{
	height: 85px;
	background-color: lightsteelblue;
}
.paper
{
	padding: 10px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 2px 2px;
	border-color: #000000;
	width: 90%;
}
.mainMenuPanel
{
	background-color: whitesmoke;
	padding-right: 5px;
	background-image: url(Images/mm_bg.gif);
	height: 33px;
	background-repeat: repeat-x;
	left: 0;
	width: 100%;
	position: absolute;
	top: 70px;
	padding-top: 6px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.mainMenuSelected
{
	background-color: #fcfcfc;
	color: #51749c;
	background-image: url(Images/mm_Selected.gif);
}
.mainMenuLink
{
	padding-right: 5px;
	padding-left: 5px;
	color: darkslategray;
}
.mainMenuLink:hover
{
	background-color: #fcfcfc;
	color: #51749c;
	background-image: url(Images/mm_Selected.gif);
}
.subMenuLink
{
	border-top: #ffffff 1px solid;
	border-bottom: #e4e4e4 1px solid;
	background-color: whitesmoke;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	color: darkslategray;
}
.subMenuSpLine
{
	border-width: 1px;
	border-color: #4682B4;
	height: 1px;
	border-top-style: solid;
}
.subMenuLink:hover
{
	background-color: #fcfcfc;
	color: #51749c;
}
.contentPanel
{
	padding-top: 17px;
}
.statusPanel
{
vertical-align :bottom; 
}

input
{
	font-family: tahoma;
	font-size: 9pt;
}
a
{
	padding: 1px;
	font-family: tahoma;
	color: steelblue;
	text-decoration: none;
}
.Icon:hover
{
	background-color: Transparent ;
	cursor: pointer;
}

a:hover
{
	color: #006699;
	background-color: #FFFFFF;
}

.CommandButton
{
	border-style: solid;
	border-width: thin;
	border-color: #ffffff #e4e4e4 #e4e4e4 #ffffff;
	padding: 0px 0px 1px 0px;
	margin: 0px;
	text-align: center;
	color: darkslategray;
	background-color: whitesmoke;
	width: 50px;
}

    .CommandButton:hover
{

	background-color: #fcfcfc;
	color: #51749c;
} 

FIELDSET
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
}
LEGEND
{
	color: darkgray;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: gainsboro;
	border-bottom-width: 1px;
	border-bottom-color: gainsboro;
	border-top-color: gainsboro;
	border-right-width: 1px;
	border-right-color: gainsboro;
}


/*begin layout */

.logo
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=   'App_Themes/Theme1/Images/HighLight.png' );
	width: 100%;
	height: 85px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

.toolbar
{
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=95);
	width: 20%;
	position: absolute;
	top: 85px;
	height: 400px;
	background-color: white;
	padding-bottom: 10px;
	padding-top: 30px;
	right:1px; 
}
.toolbarBg
{
	width: 20%;
	position: absolute;
	top: 85px;
	height: 400px;
	background-color: gainsboro;
	padding: 0px;
}
.content
{
	width: 80%;
	left: 0px;
	position: absolute;
	top: 105px;
	height: 400px;
}
.menu
{
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=95);
	left: 0%;
	width: 100%;
	position: absolute;
	top: 70px;
	z-index: 210;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
}
.menuBg
{
background-image: url('Images/mm_bg.jpg');
height: 35px;
}
.menuLeft
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='App_Themes/Theme1/Images/mm_L.png' );
	width: 20px;
}
.menuRight
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='App_Themes/Theme1/Images/mm_R.png' );
	width: 20px;
}
.note
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='App_Themes/Theme1/Images/note.png' );
	position: absolute;
	z-index: 202;
	clear: left;
	width: 150px;
	height: 100px;
	text-align: justify;
	top: 60%;
}
.noteEditor
{
	width: 120px;
	height: 140px;
	background-color: transparent;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	z-index: 300;
	position: absolute;
	top: 60%;
	margin-top: 50px;
	margin-right: 35px;
}
.systemSelectedItem
{
	overflow: hidden;
}
.systemSelectedItemFilter
{
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=20);
	background-color: #ffffff;
	position: absolute;
	height: 56px;
	z-index: 100;
	width: 100px;
}
/*end layout*/
