/*
    Product:        Enewspaper
    Classname:      CSS Document
    Version:        02.02 |	18 May, 2009 
    Programmer:     Elham [elhamesmaieli@gamil.com]
    Purpose:
        The document represent the CSS file for generated HTML page.

        Copyright 2009 by Digital Secure Co. All Rights Reserved.      
*/

body{
	margin:0px;	
	direction:ltr;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;	 
}

p{
	margin:0px;
	padding:0px;
	text-align:justify;
}

form{
	margin:0px;
	padding:0px;
}      

/* ........ Global Class ........ */
.white			{color:#ffffff;}
.gray			{color:#666666;}
.lightGray			{color:#CCCCCC;}
.black			{color:#333333;}

.etedalFontF	{font-family: Tahoma, Arial, Helvetica, sans-serif;}

.fontSizeSmall{font-size:10px;}
.fontSizeMedium{font-size:11px;}
.fontSizeLarg{font-size:12px;}
.fontSizeXLarg{font-size:14px;}

.boldFace{font-weight:bold;}

.noBorder{border:0px;}
.topBorder{border-top:solid 1px #555555;}
.rightBorder{border-right:solid 1px #555555;}
.leftBorder{border-left:solid 1px #555555;}
.bottomBorder{border-bottom:solid 1px #555555;}

.noTextDec{text-decoration:none;}

.lineHeightMedium{line-height:20px;}
.lineHeightLarg{line-height:30px;}

.default{cursor:default;}
.pionter{cursor:pointer;}
.movment{cursor:move;}

.grayLink		{color:#999999; text-decoration:none;}
.grayLinkOver	{color:#ff7745; text-decoration:none;}

.bgWhite		{background-color:#ffffff;}

/* ........ Choose Color ........ */
#chooseColor{
    width:560px; 
    height:25px; 
    margin-top:20px;
    position:absolute;
    top:115px;
    left:55px;          
}
       
.colorItemHolder{                        
    float:left;
    width:40px;
    height:10px;
    margin:5px;
    border:solid 1px #333333; 
    cursor:pointer;   
}

/* ........ Logo ........ */
#logoHolder{
	width:145px;
	height:103px;
	background-position:left;
	background-repeat:repeat-y;
}

#logo{
	width:128px;
	height:72px;
	margin-right:7px; 
	margin-top:19px;
}

/* ........ Header ........ */
#headerRight{
	width:11px;
	height:103px;
	background-position:right top;
	background-repeat:no-repeat;
}

#headerCenter{
	height:103px;
	background-position:top;
	background-repeat:repeat-x;
}

#headerLeft{
	width:11px;
	height:103px;
	background-position:left top;
	background-repeat:no-repeat;
}

#headerTop{
	float:right;
	right:14px;
	width:99px;
	height:30px;
	background-position:right top;
	background-repeat:no-repeat;
}

#headerUrl{
	float:left;
	top:8px;
	right:4px;
	width:160px;
	height:30px;
	text-align:left;
	font-family:Arial;
	font-size:13px;	
}

.dateHolder{
	height:30px;
	font-size:10px;
	font-weight:normal;
	direction:rtl;
	text-align:left;
	font-family:Tahoma, Arial, Times New Roman;
}

#headerDown{
	overflow:hidden;
	float:left;
	width:260px;
	height:54px;
	background-position:left top;
	background-repeat:no-repeat;	
}

.bodyLeftSide{	
	background-position:right;
	background-repeat:repeat-y;	
}

/* ........ Header Menu ........ */
#headerMenu{
	float:right;
	width:530px;
	height:19px;
	margin-top:32px;
	text-align:right;
	direction:rtl;
	font-size:12px;	
}

.menuText{
	font-size:12px;	
	text-decoration:none;
	cursor:pointer;
}

.menuTextOver{
	font-size:12px;
	color:#ebebeb;
	text-decoration:none;
	cursor:pointer;
}

/* .......... Archive Search Div .......... */
#archiveSearch{
	position:absolute;
	right:255px;
	top:47px;	
	width:200px;
	height:25px;
	background-position:top;
	background-repeat:repeat-x;
	direction:rtl;
	font-size:10px;
}

.archiveDropDown{
	font-size:12px;
	border:solid 1px #c4c0b1;
}

.archiveRight{
	float:right;
	width:7px;
	height:25px;
	background-position:left;
}

.archiveLeft{
	float:left;
	width:7px;
	height:25px;
	background-position:left;
}

.archiveArrow{
	float:right;
	width:107px;
	height:11px;
	background-position:left;
	top:-1px;
	background-repeat:no-repeat;
}

/* ........ Side Bar ........ */
.sidebarHolder{
	width:145px;
}

#sidebarMenu{
	width:145px;
	height:1059px;
	background-color:#dddddd;
	background-position:left;
	background-repeat:repeat-y;
}

/* ........ Right Pan ........ */
.homeSestion{
	height:30px;
	margin-top:15px; 
	margin-bottom:5px;
	color:#999999;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	overflow:hidden;
}

.panSestion{
	height:20px;
	text-align:right;
	top:0px;
	margin-top:0px;
	overflow:hidden;
}

.panSestionSelected{
	height:20px;
	text-align:right;
	background-position:left;
	background-repeat:repeat-y;
	overflow:hidden;
}

.panLink{
	cursor:pointer;
	margin-right:10px;
	margin-top:2px;
}

.panLink_activeG{
	cursor:pointer;
	margin-right:10px;
	margin-top:2px;
}

.panLink_active{
	cursor:pointer;
	margin-right:10px;
	margin-top:2px;
}

.panDivider{
	height:1px;
	overflow:hidden;
	background-color:#e9e9e9;
	background-position:left;
	background-repeat:repeat-y;
}

.indexHolder{
	padding-top:3px; 
	padding-bottom:5px; 
	margin-right:14px; 
	text-align:right;
}

.pageIndex{
	float:right; 
	cursor:pointer;
	margin-right:1px; 
	margin-top:1px;
	text-align:center; 
	font-size:11px; 	
	text-align:center; 
	width:20px; 
	height:14px; 
	padding-top:3px; 
	padding-bottom:3px;
}

.pageIndexBG{
	color:#ffffff; 
}

.pageIndexBGOver{
	background-color:#ffffff; 
}

/* ........ Search Box ........ */
.searchHolder{
	width:130px;
	margin-top:8px;
}

.searchBox{
	border:none;	
}

#topCornerL{
	width:130px;
	height:37px;
	background-position:top left;
	background-repeat:no-repeat;
}

/* ........ Main Body ........ */
#topBlueBarHolder{
	width:100%;
	height:30px;
	background-position:bottom;
	background-repeat:repeat-x;	
}

/* ........ Archive ........ */
#searchArchiveHolder{
	float:right;
	width:350px;
	height:30px;
	font-size:11px;
}

.archiveCombobox{
	font-size:11px;
	font-weight:normal;
	direction:rtl;
}

/* ........ Top Links ........ */
#siteColorBox{
	float:left;
	margin-top:8px;
}

#showModeBox{
	float:left;
	margin-top:8px;
	margin-left:10px;
}

.topLinksRight{
	width:12px;
	height:22px;
	background-position:bottom right;
	background-repeat:no-repeat;
}

.topLinksCenter{
	background-position:top;
	background-repeat:repeat-x;
}

.topLinksCenterText{
	background-position:top;
	background-repeat:repeat-x;
	padding-right:3px;
	font-size:11px;
}

.topLinksLeft{
	width:11px;
	height:22px;
	background-position:bottom left;
	background-repeat:no-repeat;
}

/* ........ Title Bar ........ */
#titleBarHolder{
	width:50%;
	height:40px;
	background-position:bottom;
	background-repeat:repeat-x;
	overflow:hidden;	
}

#titleBarLeft{
	float:left;
	width:9px;
	height:40px;
	background-position:bottom left;
	background-repeat:no-repeat;			
}

#mainTitleImgR{
	width:55px;
	height:25px;
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainTitleImgRShadow{
	width:55px;
	height:15px;
	background-position:top right;
	background-repeat:no-repeat;
}

#pageTitle{
	float:right;
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
}

#mainTitleLImg{
	width:55px;
	height:25px;
	background-position:bottom left;
	background-repeat:no-repeat;
}

#mainTitleImgLShadow{
	width:55px;
	height:15px;
	background-position:top left;
	background-repeat:no-repeat;
}

.icnHolder{
	float:left;
	height:40px;
	margin-right:5px;
}

.icnHolder img{
	border:0px;
}

.icnTxtHolder{
	float:left;
	height:30px;	
	padding-top:10px;
	color:#666666;
	font-size:10px;	
}

.icnTxtHolder a{
	color:#666666;
	text-decoration:none;
}

/* ........ News title ........ */
#newsTitleHolder{
	width:220px;
	height:788px;
	position:absolute;
	top:212px;		
	left:15px;
	z-index:950;
	direction:rtl;
	background-position:top;
	background-repeat:repeat-x;
}

#newsHeadlinesTitle{
	width:100%;
	height:49px;
	background-position:top right;
	background-repeat:no-repeat;		
}

#newsHeadLineList{		
	width:100%;
	color:#999999;
}

.listItems{
	padding-left:10px;
	list-style-type:disc;
	line-height:20px; 
	font-weight:normal;
}

.listItems li{
	margin-top:10px;
	line-height:18px;
}

.listItems p{
	color:#666666;
	text-align:justify;
}

/* ........ News Content ........ */
#newsContentHolder{
	width:700px; 
	position: relative;
	left:15px;
}

#newsContent{
	background-color:#f1f1f1;
	border:solid 4px #e1e1e1;
}

#newsArrow{
	float:left;
	width:23px;
	height:630px;
}

.contentTitle{
	font-weight:bold;
	direction:rtl;
	padding-left:10px;
	padding-bottom:15px;
}

.contentText{
	direction:rtl;
}

.divIconTxt{
	color:#666666;
	font-weight:normal;
	padding-left:2px;
	padding-right:10px;
}

.divIconTxt a{
	color:#666666;
	text-decoration:none;
}

#myscrolledContent {
	width: 695px;
	overflow: auto;
	position: relative;
	direction:rtl;
}

#movmentIcn{
	width:23px; 
	height:40px;
	background-position:top;
	background-repeat:no-repeat;
}

#newsLinkHolder{
    position:relative;
    width:500px;
    background-color:#d1d1d1;
    top:-10px;
    padding-top:5px;    
    padding-bottom:5px;
    padding-right:10px;
    padding-left:10px;
    z-index:999;
}

/* ........ Main Content part ........ */
#mainContentPart{
	width:100%;
	height:823px; /* By changing this height, the height of "#sidebarMenu" should be changed */
}

.paggingHolder{
	float:right;
	width:45px;	
}

.paggingHolder a{
	text-decoration:none;
}

.paggingHolder img{
	border:0px;
}

.paggingTop{
	width:45px;
	margin-top:20px;	
}

.paggingBottom{
	width:45px;
	position:relative;	
}

.paggNumberingHolder{
	width:18px;
	height:18px;
	padding-top:1px;
	cursor:pointer;
	background-color:#cccccc;
	border:solid 1px #ffffff;
}

.paggNumberingHolderSelected{
	width:18px;
	height:18px;
	padding-top:1px;
	background-color:#666666;
	border:solid 1px #ffffff;
}

#mapNewsPaperHolder{
	float:right; 
	width:501px; 
	height:788px;
}

#mapDivHolder{
	position:relative; 
	top:0px; 
	right:0px;  
	width:501px; 
	height:788px;
	border:solid 1px #aaa595;
	background-position:top left; 
	background-repeat:no-repeat;
	
}

#paperItemHolder{
	float:left;
	width:220px;
	height:788px;
}

/* ........ Footer ........ */
.footerTop{
	width:100%;
	height:10px;
	background-color:#7f8080;
}

.footerHolder{
	background-color:#444444;
	height:125px;
	text-align:center;
}

#copyRights{
	float:right;
	width:270px;	
	font-size:11px;	
}

#footerDivider{
	float:right;
	width:21px;
	height:76px;
}

#negaresh{
	float:right;
	width:190px;	
	font-size:11px;
	color:#fcd475;
}

#negareshLogo{
	float:right;
	width:101px;
	margin-top:13px;	
}

/* ........ Content Inside ....... */
#contentBarHolder{	 
	position:absolute; 
	top:153px; 
	left:14px;
	width:310px; 
	height:50px;
	background-image:url(../images/theme_blue/contentInSide/etedal_contentBarTile.jpg);
	background-position:top;
	background-repeat:repeat-x;
	overflow:hidden;	
	border-top:solid 2px #ffffff;
	border-bottom:solid 1px #F1F1F1;
	text-align:left;
}

#contentBarDiv{
    height:40px;
}

#contentTitleImgR{
	width:55px;
	height:25px;
	background-image:url(../images/theme_blue/contentInSide/etedal_contentTilteImgTR.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#contentTitleImgRShadow{
	width:55px;
	height:15px;
	background-image:url(../images/theme_blue/contentInSide/etedal_contentTilteImgDR.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#newsTitleTxt{
	float:right;
	margin-top:15px;
	color:#bbbbbb;
	font-size:12px;
	font-weight:bold;	
}

#contentTitleLImg{
	width:55px;
	height:25px;
	background-image:url(../images/theme_blue/contentInSide/etedal_contentTilteImgTL.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#contentTitleImgLShadow{
	width:55px;
	height:15px;
	background-image:url(../images/theme_blue/contentInSide/etedal_contentTilteImgDL.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#contentBarLeft{
	float:left;
	width:9px;
	height:40px;
	background-image:url(../images/theme_blue/contentInSide/etedal_contentBarleftt.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;				
}

#contentBarRight{
	float:right;
	width:9px;
	height:40px;
	background-image:url(../images/theme_blue/contentInSide/etedal_contentBarRight.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;				
}

#contentInsidePagging{
    float:right;
    width:503px; 
    height:22px; 
    margin-top:8px; 
}

.contentPaggingTop{
	width:45px;
}

#insideContentHolder{
    float:left;
    width:310px;
    height:680px;
    background-color:#F1F1F1;
    margin-top:0px;
}

#insideGBar{
    width:51px;
    height:680px;
    position:absolute;
    top:200px;		
	left:297px;
    background-image:url(../images/theme_blue/contentInSide/etedal_RightDecBG.jpg);
    background-position:top;    
    z-index:998;
}

#gBarTop{
    width:51px;
    height:670px;
    background-image:url(../images/theme_blue/contentInSide/etedal_RightDecTop.jpg);
    background-position:top;
    background-repeat:no-repeat;    
}

#gBarDown{
    width:51px;
    height:670px;
    background-image:url(../images/theme_blue/contentInSide/etedal_RightDecDown.jpg);
    background-position:bottom;
    background-repeat:no-repeat;
}

#newsContentInside{		
	width:310px;
	height:750px;
	position:absolute;
	top:205px;		
	left:14px;
	z-index:988;	
	direction:rtl;
	overflow:auto;
	text-align:right;
}

#contentInsideTxt{
	width:270px;
	height:750px;	
	direction:rtl;
	margin-right:10px;
	margin-left:10px;
}

#contentInsideTxt p{
    line-height:20px;
}

#newsHeadlinesInside{		
	width:310px;
	height:750px;
	position:absolute;
	top:205px;		
	left:14px;
	z-index:988;	
	direction:rtl;
	overflow:auto;
	text-align:right;
}

#headlinesInsideTxt{
	width:270px;
	height:645px;	
	direction:rtl;
	margin-right:10px;
	margin-left:10px;
}

#newsContentFeature{
    position:absolute;
    height:25px;
    text-align:left;
    top:0px;
    left:10px;
    direction:ltr;
}

.newsContentFTxt{
	color:#666666;
	font-weight:normal;
	padding-left:3px;
	padding-right:10px;
}

#backToHeadlines{
    float:left;
    top:-20px;
    left:0px;
    width:100px;
    height:13px;
    z-index:997;
    margin-top:5px;
    text-align:left;
}

#topTitleBarGap{
    background-color:White;
}

/* ........ Comment Mask ........ */
#mask{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;	
	background-color: #000;
	display: none;
}

#boxes .window{
	position: absolute;
	left: 0;
	top: 0;
	width: 640px;
	height: 500px;
	display: none;
	z-index: 9999;
	padding: 20px;
}

#boxes #dialog{
	width: 575px;
	height: 203px;
	padding: 10px;
	background-color: #ffffff;
}

#boxes #dialog1{
	width: 575px;
	height: 500px;
}

#dialog1 iframe{
	margin-top:-200px;
}