﻿body *
{
	font-family: Tahoma;
}

body
{
	font-size: 8pt;
}

input
{
    font-size: 8pt;
}

select
{
    font-size: 8pt;
}

a
{
    text-decoration: none;
}

a:active
{
    color: Orange;
}

a:link
{
    color: #4774B8;
}

a:visited
{
    color: #4774B8;
}

a:hover
{
    color: Red;
}

.ContentPlaceHolder
{
    padding: 0;
}

.StretchTable
{
    width:100%;
}

.HomeSiteMapMail
{
    width:27px;
    text-align:center;
}

.ArchiveNews
{
    padding: 7px;
    text-align:left;
}

.MainTable
{
    width:940px;
}

.FieldLabel
{
    color: Gray;
	white-space: nowrap;
	text-align: right;
}

.FieldLabelVTop
{
    color: Gray;
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
}

.ErrorLabel
{
	text-align: center;
}

.MainCommandButtons
{
    text-align:center;
}

.DetailTitleBar
{
    /*
	background-image: url(Images/ShadowTop.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom: solid 1px;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #DADADA;
    */
    background-color: White;
    border: solid 1px #cfcfcf;
}

.DetailContent
{
    border-bottom: dotted 1px gray; 
    padding: 5px;
    text-align: right;
}

.Direction
{
    direction:rtl;
    text-align:right;
}

.DetailTitle
{
	text-align: right; font-weight: bold; font-size:9pt; color: #a53a3a;
}

.DetailCreateTime
{
	text-align: left; font-size: smaller; color: #aa8b80;
}

.DetailLastUpdateTime
{
	text-align: left; color: #999999;
}
.NormalText
{ 
    font-family: Tahoma; 
    font-size: 10pt; 
}
.SmallText 
{ 
    font-family: Tahoma; 
    font-size: 8pt;
 }
/*
    Text align for farsi and english texts
*/
.DefaultTextAlign
{
    text-align: right;
}
.InvertDefaultTextAlign
{
    text-align: left;
}
.DefaultDirection
{
    direction: rtl;
}

/*
=======================
Begin AjaxToolkit Style
=======================
*/
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.ListSearchExtender
{
    color: Gray;
    font-size: smaller;
    font-style: italic;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	width:250px;
}
.sampleStyleA {
	background-color:#FFF;
}
.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}
.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.demoarea {
	/*padding:20px;*/
	background:#FFF url(images/demotop.png) no-repeat left top;
}
/*
=======================
End AjaxToolkit Style
=======================
*/


/* Image Border */

.LeftImageBorder
{
    background-image: url(Images/ImageBorder/Left.png);
    background-repeat: repeat-y;
    background-position: right;
}

.RightImageBorder
{
    background-image: url(Images/ImageBorder/Right.png);
    background-repeat: repeat-y;
    background-position: left;
}

.TopImageBorder
{
    background-image: url(Images/ImageBorder/Top.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.BottomImageBorder
{
    background-image: url(Images/ImageBorder/Bottom.png);
    background-repeat: repeat-x;
    background-position: top;
}

.LeftTopImageBorder
{
    background-image: url(Images/ImageBorder/LeftTop.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.RightTopImageBorder
{
    background-image: url(Images/ImageBorder/RightTop.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.LeftBottomImageBorder
{
    background-image: url(Images/ImageBorder/LeftBottom.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.RightBottomImageBorder
{
    background-image: url(Images/ImageBorder/RightBottom.png);
    background-repeat: no-repeat;
    background-position: left top;
}

/* ************ */

