﻿TD
{
    font-family: nazanin;
    font-size: 16px;
    height: 25;
    padding-right: 10;
    font-weight: bolder;
}

 
/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: nazanin;
	font-weight: bolder;
	font-size: 16px;
	padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align:right ;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: nazanin;
	font-weight: bolder;
	font-size: 16px;
	text-align:right ;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
   /* border: 1px dashed #2F4F4F; */
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align:right ;
}
.LNK
{
    text-decoration:none;
    color:Black  ;
}
.Freez 
{
     Z-INDEX: 0; 
     POSITION: relative;
 top: expression(this.offsetParent.scrolltop);
      }
TH THEAD
{
    font-weight: bolder;
    font-size: 16pt;
    font-family: Nazanin;
}
TR
{
    font-weight: bolder;
    font-size: 16px;
    font-family: Nazanin;
}
select
{
    font-family: nazanin;
    font-size: 14px;
    font-weight: bolder;
}

.PickerCSS
{
	background-color: #ffefde;
	border-right: firebrick 2px solid;
	border-top: firebrick 2px solid;
	border-left: firebrick 2px solid;
	border-bottom: firebrick 2px solid;
}
.PickerHeaderCSS
{
	background-color: peru;
	height: 30px;
}
.PickerFooterCSS
{
	background-color: peru;
}
.PickerWeekDayCSS
{
	background-color: #ffcc33;
	font-size: 8pt;
	height: 20px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.PickerCalendarCSS
{
	background-color: #ffffcc;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.PickerWorkDayCSS
{
	background-color: #ffcc99;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.PickerForbidenCSS
{
	background-color: #ffcc99;
	color: Red;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-weight: bold;
}
.PickerSelectedCSS
{
	background-color: #ff3300;
	font-weight: bold;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
