/******************** HTML Control Tags */
html
{
	background-color: #211d36;
	background-image: url(../Images/Master/pageBg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

body
{
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

A
{
	color: #072770;
	text-decoration: none;
}

A:hover
{
	color: #051945;
}



SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

IMG
{
	margin: 0px;
}




/******************** Styled Control (Used in App_Theme)  */

.StyledTextbox
{
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(../../CommonFiles/Public/TextBoxBody.gif);
	background-position: auto top;
	background-repeat: repeat-x;
	border: solid 1px #979696;
}
.StyledDropDownList
{
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(../../CommonFiles/Public/TextBoxBody.gif);
	background-repeat: repeat-x;
}
.StyledButton
{
	font-family: Tahoma;
	font-size: 12px;
}
.StyledImageButton
{
}

/* GridView Items */
.StyledGridHeader
{
	color: #454545;
	height: 26px;
	vertical-align: middle; /*background-image: url(../../CommonFiles/Images/GridView/GridHeaderBG.gif); 	background-position: bottom; 	background-repeat: repeat-x;*/
	border-bottom: solid 3px #A7A9AC;
}


/* DataList Items */
.StyledDataListHeader
{
}
.StyledDataListSelectedItem
{
}
.StyledDataListAlterItem
{
}
.StyledDataListItem
{
}
.StyledDataList
{
}

.StyledListBox
{
	font-family: Tahoma;
	font-size: 8pt;
	border: solid;
	height: 200px;
	width: 250px;
}




/******************** Labels ************/
.LabelTitleForm
{
	color: dimgray;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
}

.LabelTitle
{
	color: #285515;
}

.LabelValueTitle
{
	color: #8a8a8a;
}

.LabelValue
{
	color: Black;
}

.LabelStatusBar
{
	font-size: 10px;
	color: Black;
}
.MessageTitle
{
	font-weight: bold;
	text-align: right;
	background-color: White;
	color: #666666;
}
.MessageBody
{
	background-color: White;
	color: #666666;
	text-align: right;
}

/******************** Buttons */
.ButtonSearch
{
	background-image: url(          '../Images/Buttons/search.png' );
	background-repeat: no-repeat;
	background-position: right;
	width: 100px;
	height: 30px;
}

/******************** Modal Windows */
.ModalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/******************** Static Pages */
.LoginTextBox
{
	border: none;
	background: transparent;
}

/*********************   Popup Progress */

.progress
{
	display: block;
	position: absolute;
	padding: 2px 3px;
}

.popupContainer
{
	border: solid 1px #808080;
	border-width: 1px 0px;
}

.popupHeader
{
	background: url(          '../Images/Ajax/sprite.png' ) repeat-x 0px 0px;
	border-color: #808080 #808080 #ccc;
	border-style: solid;
	border-width: 0px 1px 1px;
	padding: 0px 10px;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.9;
	font-family: arial,helvetica,clean,sans-serif;
}

.popupBody
{
	background-color: #f2f2f2;
	border-color: #808080;
	border-style: solid;
	border-width: 0px 1px;
	padding: 10px;
}

/******************** Static Pages */


/******************** Master Page */


/******************** Menus */

/******************** CollapsiblePanel*/
.collapsePanel
{
	overflow: hidden;
}

.collapsePanelHeader
{
	text-align: right;
}

/***************PhotoGroups**************/

.PhotoGroupsPageTitle
{
	background-image: url(Images/PageTitles/PhotoGalery.png);
	background-position: center;
	background-repeat: no-repeat;
}
.PhotoGroupsBackround
{
	background-image: url(Images/MainBox/pic_bg.gif);
	background-repeat: no-repeat;
}
.PhotoGroupsName
{
	color: Black;
}

/***************Photos**************/

.PhotosBackround
{
	background-image: url(Images/MainBox/pic_bg.gif);
	background-repeat: no-repeat;
}
.PhotoName
{
	color: Black;
}

/***************PhotoModalPage**************/
.PhotoModalPageBackround
{
	background-color: Black;
	color: White;
}
.PhotoModalTopPage
{
	color: White;
}
.PhotoModalPagePhotoBorder
{
	border: solid 1px white;
	background-color: Black;
}

/***************ucMainNews**************/
.BorderTop
{
	height: 4px;
	background-image: url(../Images/UCs/News/borderTop.png);
	background-repeat: repeat-x;
	background-position: top right;
	vertical-align: top;
	text-align: right;
}
.BorderTopLeft
{
	width: 4px;
	height: 4px;
	background-image: url(../Images/UCs/News/borderTopLeft.png);
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: top;
	text-align: right;
}
.BorderTopRight
{
	width: 4px;
	height: 4px;
	background-image: url(../Images/UCs/News/borderTopRight.png);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
	text-align: right;
}

.BorderBottomLeft
{
	width: 4px;
	height: 27px;
	background-image: url(../Images/UCs/News/borderBottomLeft.png);
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: top;
	text-align: right;
}
.BorderBottom
{
	height: 27px;
	background-image: url(../Images/UCs/News/borderBottom.png);
	background-repeat: repeat-x;
	background-position: top center;
	vertical-align: top;
	text-align: left;
}
.BorderBottomRight
{
	width: 10px;
	height: 27px;
	background-image: url(../Images/UCs/News/borderBottomRight.png);
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: top;
	text-align: left;
}
.BorderLeft
{
	width: 4px;
	background-image: url(../Images/UCs/News/borderLeft.png);
	background-repeat: repeat-y;
	background-position: top right;
	vertical-align: top;
}
.BorderRight
{
	width: 4px;
	background-image: url(../Images/UCs/News/borderRight.png);
	background-repeat: repeat-y;
	background-position: top left;
	vertical-align: top;
}
.TitleBarBack
{
	padding: 0px 10px 0px 0px;
	height: 28px;
	background-image: url(../Images/UCs/News/titleBarBG.png);
	background-repeat: repeat-x;
	background-position: top right;
	text-align: right;
	vertical-align: middle;
	color: White;
}
.TitleBarleft
{
	width: 12px;
	height: 28px;
	background-image: url(../Images/UCs/News/titleBarLeft.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	vertical-align: top;
}
.PanelBody
{
	background-color: White;
	text-align: right;
}
.PanelBottonRight
{
	width: 12px;
	height: 28px;
	background-image: url(../Images/UCs/News/BottomPanelRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	text-align: right;
}
.PanelBottonBody
{
	width: 689px;
	background-image: url(../Images/UCs/News/BottomPanelBody.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	vertical-align: top;
	text-align: right;
}
.PanelBottonLeft
{
	width: 26px;
	height: 28px;
	background-image: url(../Images/UCs/News/BottomPanelLeft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
}

/**********TabButton******************/
.TabButton
{
	width: 100%;
	position: relative;
	top: +1px;
	margin: 0px 5px 0px 5px;
}
.TabButton .Right
{
	width: 4px;
	height: 27px;
}
.TabButton .Body
{
	height: 27px;
	vertical-align: middle;
	text-align: center;
}
.TabButton .Body A
{
	vertical-align: middle;
	text-align: center;
	color: White;
}
.TabButton .left
{
	width: 4px;
	height: 27px;
}

.TabButtonSelected
{
	width: 100%;
	position: relative;
	top: +1px;
	margin: 0px 5px 0px 5px;
}
.TabButtonSelected .Right
{
	width: 4px;
	height: 27px;
	background-image: url(../Images/UCs/News/SelectedTabButtonRight.png);
	background-repeat: no-repeat;
	background-position: top left;
}
.TabButtonSelected .Body
{
	vertical-align: middle;
	text-align: center;
	height: 27px;
	background-image: url(../Images/UCs/News/SelectedTabButtonBody.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.TabButtonSelected .Body A
{
	vertical-align: middle;
	text-align: center;
	color: #2D2D2D;
}
.TabButtonSelected .Left
{
	width: 4px;
	height: 27px;
	background-image: url(../Images/UCs/News/SelectedTabButtonLeft.png);
	background-repeat: no-repeat;
	background-position: top right;
}
/**********************************/
.LeftPanelTitleBarRight
{
	width: 13px;
	height: 29px;
	background-image: url(../Images/UCs/LeftSidePanels/leftPanelTitleRightBG.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	vertical-align: middle;
}
.LeftPanelTitleBarBack
{
	padding: 0px 10px 0px 0px;
	height: 29px;
	background-image: url(../Images/UCs/LeftSidePanels/leftPanelTitleBG.png);
	background-repeat: repeat-x;
	background-position: top right;
	text-align: right;
	vertical-align: middle;
	color: White;
}
.LeftPanelTitleBarleft
{
	width: 26px;
}
.LeftPanelBorderBottom
{
	height: 26px;
	background-image: url(../Images/UCs/LeftSidePanels/leftPanelBottonBG.png);
	background-repeat: repeat-x;
	background-position: top right;
	text-align: left;
	vertical-align: top;
}
/*********************MainPages****************************/
.BoxTitle
{
	height: 75px;
	background-image: url(../Images/MainPages/pageTitleBG.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: B Zar,B Yekan,Arial;
	font-size: 17pt;
	color: #561967;
	text-align: right;
	vertical-align: middle;
}
.simpleBoxBottom
{
	height: 10px;
	background-image: url(../Images/MainPages/simpleBoxBottom.png);
	font-size: 2px;
}
.simpleBoxLeftBottom
{
	width: 10px;
	height: 10px;
	background-image: url(../Images/MainPages/simpleBoxLeftBottom.png);
}
.simpleBoxRightBottom
{
	width: 10px;
	background-image: url(../Images/MainPages/simpleBoxRightBottom.png);
}
/***************************************************/
.simpleBorderTop
{
	height: 4px;
	background-image: url(../Images/UCs/News/borderTop.png);
	font-size: 2px;
}
.simpleBorderTopLeft
{
	width: 4px;
	height: 4px;
	background-image: url(../Images/UCs/News/borderTopLeft.png);
}
.simpleBorderTopRight
{
	width: 4px;
	height: 4px;
	background-image: url(../Images/UCs/News/borderTopRight.png);
}
.simpleBorderLeft
{
	width: 4px;
	background-image: url(../Images/UCs/News/borderLeft.png);
}
.simpleBorderRight
{
	width: 4px;
	background-image: url(../Images/UCs/News/borderRight.png);
}
.simpleBody
{
	background-color: White;
	padding: 5px;
	font-size:13px;
	
}
/**********************PageDetail*****************************/
.DetailBox
{
	width: 420px;
	height: 38px;
	background-image: url(../Images/MainPages/bg.png);
	font-size: 8pt;
}
.DetailLabel
{
	color: #181A19;
}
.DetailLabelTitle
{
	color: #151515;
}
.TitleLabel
{
	color: #8B8B8B;
	font-size: 10pt;
}
.TitlePage
{
	text-align: right;
	vertical-align: middle;
	padding: 0px 38px 0px 0px;
}
.TitlePageEN
{
	margin: 20px 0px 0px 38px;
}
.BodyListAbstract
{
	color: #525252;
	margin-top: 10px;
}
.BodyDetailAbstract
{
	color: #484848;
	margin: 10px 14px 0px 0px;
}
.ListTitle
{
	font-size: 10pt;
}

.StaticMenu
{
	text-align: center;
margin-right:20px;
padding:0px 5px;
}

.DynamicMenu
{
	text-align: right;
	padding: 5px;
	background-image: url(../../CommonFiles/Images/Master/MenuBG.png);
	width: 190px;
	height:25px;
}

.DynamicMenu a
{
	width: 160px;
}

.DynamicMenuAll
{
	margin-right: 3px;
	direction: rtl;
}
.DynamicMenuHover
{
	color: White;
	background-image: url(../../CommonFiles/Images/Master/MenuHoverBG.png);
}

.DynamicMenuHover a:hover
{
	color: White;
}

.ImageBorder
{
	margin: 1px;
	border: solid 3px #888888;
}
.printTitle
{
visibility:hidden;
height:1px;
font-size:1px;
}
