﻿body
{
	background-color: white;
	font-family: Tahoma;
	font-size: 12px;
	direction: rtl;
	margin: 0px;
	padding: 0px;
}

.Holder
{
    width: 950px;
    text-align: right;
}
.BG
{
    background-color: #EAF2FD;
    width: 100%;
    float: right;
}
.Banner
{
    background-image: URL('http://www.mjsoft.ir/Images/Site/Banner.jpg');
    background-repeat: no-repeat;
    height: 87px;
    width: 100%;
    float: right;
    color: #e0ffff;    
}
.Footer
{
    width: 100%;
    float: right;
    direction: ltr;
    text-align: center;
    color: Gray;
}
.Main
{
    width: 920px;
    float: right;
    padding: 0px 15px 0px 15px;
}

a:link,a:visited
{
	color: #3366FF;
	text-decoration: none;
}
a:hover
{
	color: blue;
	text-decoration: underline;
}
.LightLink:link, .LightLink:visited
{
	color: #FFFFEF;
	text-decoration: none;
}
.LightLink:hover
{
	color: #FFFFEF;
	text-decoration: underline;
}

 
input, select, textarea
{
    font-family: Tahoma;
    font-size: 12px;  
}
.Line
{
    height: 1px;
    border-width: 0px;
    border-top: solid 1px #999999;
}
.ltrTB
{
    direction: ltr;
}
.DottedLine
{
    height: 1px;
    border-width: 0px;
    border-top: dotted 1px #999999;
}
.TemTable
{
    table-layout: fixed;
    direction: rtl;  
    margin-top: 5px;
}
.VS_TemTitleRight
{
    background-image: URL('http://www.mjsoft.ir/Images/Site/VS_TemTitleRight.jpg');
    background-repeat:  no-repeat;      
    width: 15px;
}
.VS_TemTitleRepeat
{
    background-image: URL('http://www.mjsoft.ir/Images/Site/VS_TemTitleRepeat.jpg');
    background-repeat: repeat-x;
    height: 25px;
    color: White;
    vertical-align: top;
    padding-top: 4px;
    text-align: center;
    font-size: 12px;
}
.VS_TemTitleLeft
{
    background-image: URL('http://www.mjsoft.ir/Images/Site/VS_TemTitleLeft.jpg');
    background-repeat:  no-repeat;     
    width: 15px; 
}
.VS_TemBody
{
	border-left: solid 2px #16538C;
	border-right: solid 2px #16538C;
	padding: 7px 15px 5px 15px;
	background-color: White;
	color: #525153;
	font-family: Tahoma;
	font-size: 12px;
	text-align: justify;
	line-height: 1.7;
}
.VS_TemFooterRight
{
    background-image: URL('http://www.mjsoft.ir/Images/Site/VS_TemFooterRight.jpg');
    background-repeat:  no-repeat;     
    width: 15px;
}
.VS_TemFooterRepeat
{
    background-image: URL('http://www.mjsoft.ir/Images/Site/VS_TemFooterRepeat.jpg');
    height: 10px;
}
.VS_TemFooterLeft
{
    background-image: URL('http://www.mjsoft.ir/Images/Site/VS_TemFooterLeft.jpg');
    background-repeat:  no-repeat;     
    width: 15px;
}
.FieldName
{
    color: Gray;
}
.Titr
{
    font-size: 13px;
    color: #ff693a;
}
th
{
    font-weight: lighter;
}


.Paging
{
    height: 20px;
    margin: 8px 0px 5px 0px;
}
.PagingItem, .PagingItem:visited, .PagingItem:hover, .PagingItemSelected
{
    border: solid 1px #d2d6d7;
    float: right;
    padding: 0px 7px 0px 7px;
    margin: 0px 0px 0px 3px;
    vertical-align: middle;
    text-align: center;
}
.PagingItem, .PagingItem:visited
{
    background-color: White;   
    color: #3B5598;    
}
.PagingItem:hover
{
    background-color: #16538C;
    color: White;
}
.PagingItemSelected
{
    background-color: #EEF2F3;
}
