﻿/* DEFAULTS
----------------------------------------------------------*/
@font-face {
	font-family: IRANSansWeb;
    font-style: normal;
	font-weight: normal;
	src: url('/Fonts/');
	src: url('/Fonts/Numerial/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  
		 url('/Fonts/Numerial/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), 
		 url('/Fonts/Numerial/woff/IRANSansWeb(FaNum).woff') format('woff'),  
		 url('/Fonts/Numerial/ttf/IRANSansWeb(FaNum).ttf') format('truetype');

}

body   
{
    font: 14px "IRANSansWeb";
    margin: 0px;
    padding: 0px;
    color: #000000;
    text-align:right;
    direction:rtl;
   

    /*background: #b6b7bc;"Helvetica Neue", "Lucida Grande", "Segoe UI", Helvetica, Verdana, sans-serif*/
    /*font: 10pt Tahoma;
    margin: 0px;
    padding: 0px;*/
    /*color: #696969;*/
    /*color: #000000;
    text-align:right;
    direction: rtl;*/
}

.ltr {
    direction: ltr;
}
td {
	height:25px;
    //text-align: right;
}

div > table
{
    padding-left:30px;
    padding-right:30px;
}

a:link, a:visited
{
    color: #034af3;
    margin-bottom: 0px;
}

a:hover
{
    color:#1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 890px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
  
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size:9pt;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

/*

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
     
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
.LabelData
{
    font-weight: bold;
    border:1px dotted grey;
    height: 20px;
    padding: 2px 2px 2px 2px;
    width: 95%;
    background-color:lightgoldenrodyellow;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

/*fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}*/
fieldset
{
    margin: 5px;
    padding: 5px;
    border: 2px solid #95B8E7;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: right;
    text-align: right;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.tdCell
{
	FONT-SIZE: 9pt;
	 FONT-FAMILY: tahoma
	}
	.MainTable
{
		width: 788px;
	
}
.TextBox
{
	color: black;	
	text-align: right;	
	border: 1px solid #a6bbcf;
	color: #000;
	font: 12pt ;
    font-family:IRANSansWeb;
	height: 16px;
	padding: 2px;
	
}
.ComboBox
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
	background-color: white;
	text-align: justify;
	direction:rtl;
}
.textbox
{
	border: 1px solid #a6bbcf;
	color: #000;
	font: 12pt ;
    font-family:IRANSansWeb;
	height: 20px;
	padding: 2px;
	width: 95%;
    text-align:center;
}
.dropdown
{
	border: 1px solid #a6bbcf;
	color: #000000;
	font: 8pt Tahoma;
	height: 22px;
	width: 95%;
}
.button
{
	border: 1px solid #55558d;
	height: 20px;
	width: 100px;
	padding: 1px 8px;
	font: 8pt Tahoma;
	color: black;
	background-color: #b2b2d1;
}
.button_Add
{
	border: 1px solid #55558d;
	height: 20px;
	width: 100px;
	padding: 1px 8px;
	font: 8pt Tahoma;
	color: black;
	background-color: #b2b2d1;
	background-image: url(../Images/Icon/add_icon.gif);
	background-repeat: no-repeat;
	background-position: 5% center;
}
.button_OK
{
	border: 1px solid #55558d;
	height: 20px;
	width: 100px;
	padding: 1px 8px;
	font: 9pt Tahoma;
	color: black;
	background-color: #b2b2d1;
	background-image: url('../Images/Icon/save_icon.gif');
	background-repeat: no-repeat;
	background-position: 5% center;
}
.button_OK[disabled]
{
	background-color: #dfdfed;
}
.button_Edit
{
    border: 1px solid #55558d;
	height: 20px;
	width: 100px;
	padding: 1px 8px;
	font: 9pt Tahoma;
	color: black;
	background-color: #b2b2d1;
	background-image: url('../Images/Icon/Edit.jpg');
	background-repeat: no-repeat;
	background-position: 5% center;
}
.button_Edit[disabled]
{
	background-color: #dfdfed;
}
.button_Edit[disabled]:hover
{
	background-color: #dfdfed;
}
.button_Cancel
{
    border: 1px solid #55558d;
	height: 20px;
	width: 100px;
	padding: 1px 8px;
	font: 9pt Tahoma;
	color: black;
	background-color: #b2b2d1;
	background-image: url('../Images/Icon/cancelation.jpg');
	background-repeat: no-repeat;
	background-position: 5% center;
}
.button_Cancel[disabled]
{
	background-color: #dfdfed;
}
.button_OK[disabled]:hover
{
	background-color: #dfdfed;
}
.button_New
{
    border: 1px solid #55558d;
	height: 20px;
	width: 100px;
	padding: 1px 8px;
	font: 9pt Tahoma;
	color: black;
	background-color: #b2b2d1;
	background-image: url('../Images/Icon/new.ico');
	background-repeat: no-repeat;
	background-position: 5% center;
}
.button_Delete
{
    border: 1px solid #55558d;
	height: 20px;
	width: 100px;
	padding: 1px 8px;
	font: 9pt Tahoma;
	color: black;
	background-color: #b2b2d1;
	background-image: url('../Images/Icon/delete.ico');
	background-repeat: no-repeat;
	background-position: 5% center;
}
.button_Delete[disabled]
{
	background-color: #dfdfed;
}
.button_Delete[disabled]:hover
{
	background-color: #dfdfed;
}
.button_Test
{
   background-color: #dfdfed;
}
.button_Archive
{
    border: 1px solid #55558d;
	height: 20px;
	width: 100px;
	padding: 1px 8px;
	font: 9pt Tahoma;
	color: black;
	background-color: #b2b2d1;
	background-image: url('../Images/Icon/archive-icon.png');
	background-repeat: no-repeat;
	background-position: 5% center;
}
.button_Archive[disabled]
{
	background-color: #dfdfed;
}
.button_Archive[disabled]:hover
{
	background-color: #dfdfed;
}
.button_Search
{
    border: 1px solid #55558d;
	height: 20px;
	width: 100px;
	padding: 1px 8px;
	font: 9pt Tahoma;
	color: black;
	background-color: #b2b2d1;
	background-image: url('../Images/Icon/search.gif');
	background-repeat: no-repeat;
	background-position: 5% center;
}
.button_Print
{
    border: 1px solid #55558d;
	height: 20px;
	width: 100px;
	padding: 1px 8px;
	font: 9pt Tahoma;
	color: black;
	background-color: #b2b2d1;
	background-image: url('../Images/Icon/Printer.gif');
	background-repeat: no-repeat;
	background-position: 5% center;
}
.button_Print[disabled]
{
	background-color: #dfdfed;
}
.button_Print[disabled]:hover
{
	background-color: #dfdfed;
}
.button_Search:hover,
.button_Search:focus,
.button_Archive:hover,
.button_Archive:focus,
.button_Delete:hover,
.button_Delete:focus,
.button_Edit:hover,
.button_Edit:focus,
.button_New:hover,
.button_New:focus,
.button_OK:hover,
.button_OK:focus,
.button_Print:hover,
.button_Print:focus,
.button_Cancel:hover,
.button_Cancel:focus,
.button:hover,
.button:focus
{
	background-color: #cecee1;
}
.grid td
{
	border-width: 0px;
	padding: 4px;
	border-color: #c0c0c0;
	border-width: 1px;
}
/*.grid tr
{
	background-color: #f6f6fa;
	color: #6d6897;
	border-color: #121250;
	border-width: 1px;
}
.grid tr:hover
{
	background-color: #daebf3;
	color: #000000;
	cursor: hand;
}*/
.grid th:hover
{
	background-color: #2e2c2d;
	color: #fbfaff;
	cursor: default;
	font-weight: normal;
}
.grid th a:hover
{
	font-weight: bold;
}
.grid tr:hover a, a:hover, a:active, a:focus
{
	color: #2e2c2d;
}
.grid th
{
	background: url(../images/22.gif) repeat-x top;
	/*background-color: #2e2c2d;*/
	color: black;
	border-color: #c0c0c0;
	padding-bottom: 4px;
	border-width: 1px;
	padding-right: 5px;
	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}
.EmptyGrid
{
	text-align: center;
}
.EmptyGrid tr:hover
{
	background-color:Yellow;
	color: #000000;
}

.gridFooter
{
	background-color: #daebf3;
	color: #000;
	border-color: #121250;
	border-width: 1px;
	height: 15px;
	text-align: center;
}
.gridFooter td
{	
	height: 15px;
}

.gridRow
{	
	background-color: #f6f6fa;
	color: #656263;
	border-color: #000;
	border-width: 1px;
}
.gridRow:hover
{
	border-style: solid;
	border-width: 1px;
	border-color: #e5c365 #000000 #e5c365 #000000;
	background-position: bottom;
	color: #000;
	cursor: hand;
	background-image: url('../Images/back.png');
	background-repeat: repeat-x;
}
.gridAlternativeRow
{
	background-color: #d8d5d6;
	color: #565354;
	border-color: #f6f6fa;
	border-width: 1px;
}
.gridAlternativeRow:hover
{
	/*background-color: #f6f6fa;*/
	color: #000;
	cursor: hand;
}
.gridF th a:hover
{
	font-weight: bold;
}
.gridF th
{
	background-color:Green;
	color: #000000;
	border-width: 0px;
	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

.SelectableGrid
{
	color: #000000;	
}
.SelectableGrid td
{
	border-width: 0px;
}
.SelectableGrid tr
{
	background-color: Yellow;
	color: #000000;	
}
.SelectedRow
{
	font-weight: bold;
}
.SelectableGrid tr:hover
{
	background-color:blue;
	color: #ffffff;
	cursor: hand;
}
.SelectableGrid th:hover
{
	background-color:Gray;
	color: #000000;
	cursor: default;
}
.SelectableGrid th a:hover
{
	font-weight: bold;
}
.SelectableGrid tr:hover a, a:hover, a:active, a:focus
{
	color:#800040;
}
.SelectableGrid th
{
	background-color:Gray;
	color: #000000;
	border-width: 0px;
	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}
.EmptySelectableGrid
{
	text-align: center;
}
.EmptySelectableGrid tr:hover
{
	background-color:Yellow;
	color: #000000;	
}
.date,.date_grid
{
    border: 1px solid #606060;
    color: #000;
    font: 9pt Tahoma;
    height: 15px;
    text-align: center;
    direction: ltr;
    padding: 2px;
    width: 85%;
}
.button_Login
{
    background: #5B9A23;
    width:70px;
    height:40px;
    padding:0px;
    text-align:right;
    font-family: b homa;margin: auto;display: flex;color: #fff;margin-right: 20px;
    background-image: url('../Images/SUBMIT-ICON.png'); 
    background-repeat:no-repeat; 
}




tr.PagerStyle1 span, tr.PagerStyle1 a {
    padding-right: 5px;
}