/*
    Product:        Enewspaper
    Classname:      CSS Document
    Version:        02.02 |	09 March, 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:#000000; 
	background-color:#b00002;
	background-image:url(../images/header/SepideDanaei_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

p{
	margin:0px;
	padding:0px;
	text-align:justify;
}

div{
    font-size:12px;
}


/* ........ Global ........ */
.fontFace{font-family:Tahoma, Arial, Verdana, Times New Roman;}
.fontFaceArial{font-family:Arial, Times New Roman;}


.black{color:#000000;}
.white{color:#ffffff;}
.ivory{color:#fbebee;}
.gray{color:#666666;}
.lightGray{color:#adadad;}
.red{color:#b10002;}

.fontSizeSmall{font-size:10px;}
.fontSizeMedium{font-size:11px;}
.fontSizeLarg{font-size:12px;}
.fontSizeXLarg{font-size:14px;}
.fontSizeXXLarg{font-size:18px;}

.lineHeightMedium{line-height:20px;}
.lineHeightLarg{line-height:30px;}

.boldFace{font-weight:bold;}
.pointer{cursor:pointer}
.noTextDec{text-decoration:none;}
.noBorder{border:0px;}

.rtlDir{direction:rtl;}
.ltrDir{direction:ltr;}


/* ........ 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;
}

/* ........ Page Body ........ */
#pageBody{
    width:973px;
    overflow:visible;
}


/* ........ Header ........ */
#headerHolder{
	width:785px;
	height:183px;
	float:left;
    text-align:left;
    margin-left:38px;    
    overflow:hidden;
}

/* ........ Menu ........ */
#menuHolder{
    width:417px;
    height:27px;
    background-color:#2f2f2a;
}

#menuL{    
    width:14px;
    height:27px;
    float:left;
    background-image:url(../images/header/SepideDanaei_menuL.jpg);
    background-repeat:no-repeat;
}

#menuR{
    width:14px;
    height:27px;
    float:right;
    background-image:url(../images/header/SepideDanaei_menuR.jpg);
    background-repeat:no-repeat;
}

#menuLinkBox{
    height:27px;
    direction:rtl;
    float:left;
    position:relative;
    font-size:12px;
}

.menuLink{
    float:left;
    margin-top:5px;
    margin-right:10px;
    margin-left:10px;
}

.menuLink a:hover{
    text-decoration:none;
    color:#fbebee;
}

.menuGap{
    width:1px;
    height:13px;    
    float:left;
    overflow:hidden;
    background-color:#7e7e7b;
}


/* .......... Logo .......... */
#logoHolder{
    width:274px;
    height:139px;
    float:right;
    background-image:url(../images/header/SepideDanaei_logo.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}

/* .......... Site URL & Date .......... */
#dateAndSiteUrlHolder{
    width:100%;
    height:17px;
}

#siteURL{
    width:141px;
    height:17px;
    float:right;
    text-align:left;
    direction:ltr;
}

#dateHolder{
    width:150px;
    height:17px;
    float:left;
    text-align:left;
    color:#2f2f2a;
}


/* .......... Top News .......... */
#topNewsBox{
    width:417px;
    height:124px;
    margin-top:15px;
    float:left;
    text-align:right;
    direction:rtl;
    background-image:url(../images/header/SepideDanaei_topNewsBox.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

#newsBoxTitle{
    width:115px;
    margin-top:3px;
}

#newsList{    
    width:385px;
    overflow:visible;
    margin-top:25px;
    margin-right:15px;
    direction:rtl;
    text-align:right;
}

.newsListItem{
    width:100%;
    height:18px;
    overflow:hidden;    
    background-image:url(../images/header/SepideDanaei_topNewsListItem.jpg);
    background-position:right top;
    background-repeat:no-repeat;
}

.newsMargin{
    margin-right:22px;
}


/* .......... Archive Search Div .......... */
#archiveHolder{
	position:absolute;
	top:20px;
	left:150px;	
	width:202px;
	height:33px;	
	direction:rtl;
	font-size:10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	z-index:980;
}

.archiveDropDown{
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#333333;
	border:solid 1px #c4c0b1;
}

#archiveArrow{
	width:202px;
	height:11px;
	font-size:5px;
	background-image:url(../images/archive/arrow.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}


/* ........ Main ........ */
#mainHolder{
	width:822px;	
	overflow:auto;
	float:left;	
}


/* ........ Newspaper ........ */
#newspaperBox{
    width:822px;    
    background-color:#2f2f2a;    
}

#mapNewsPaperHolder{
    float:right;
    width:778px;
    /* changable height */
    overflow:hidden;
    background-color:#5b5c54;
}

#mapDivHolder{
	position:relative; 
	top:0px; 
	right:0px; 
	width:776px;	
	background-position:top left; 
	background-repeat:no-repeat;		
	overflow:hidden;
}

/* ........ Back and Next Pagging ........ */
#next{
    width:22px;        
    float:left;
}

#prev{
    width:22px;        
    float:right;
}

/* ........ News Headlines ........ */
#newsheadlinesBox{
    width:100%;  
    overflow:auto;  
    background-color:#272722;
    background-image:url(../images/main/SepideDanaei_mainBodyL.jpg);
    background-position:bottom left;
    background-repeat:no-repeat;
}

#newsheadlinesInner{
    width:100%;  
    overflow:auto;  
    background-image:url(../images/main/SepideDanaei_mainBodyR.jpg);
    background-position:bottom right;
    background-repeat:no-repeat;
}

#headlinesHolder{    
    width:778px;
    float:right;
    margin-right:22px;
    overflow:auto;
    background-image:url(../images/main/SepideDanaei_headlineBg.jpg);
    background-position:top right;
    background-repeat:no-repeat;
}

#headlines{
    width:778px;
    overflow:auto;
    margin-bottom:20px;
}

.headlinesItems{
    width:358px;
    margin-right:14px;
    margin-left:14px;
    margin-top:10px;
    float:right;
    text-align:right;
    background-image:url(../images/main/SepideDanaei_bullet.jpg);
    background-position:top right;
    background-repeat:no-repeat;   
}

.headlinesPadd{
    margin-right:10px;
}


/* ........ Side Bar ........ */
#sidbarHolder{
	width:150px;	
	height:500px;
	margin-top:63px;	
	float:right;
}

/*  Magazine */
#magazinHolder{
    width:134px;
    height:168px;
    float:left;
    background-image:url(../images/sidebar/SepideDanaei_magazinBg.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
}

#magazinPic{
    width:100px;
    height:139px;
}

/*  Service Tree */
#serviceTreeHolder{
    width:150px;     
    overflow:auto;
    float:left;
    margin-top:4px;
    background-image:url(../images/sidebar/SepideDanaei_leftBg.jpg);
    background-position:left top;
    background-repeat:repeat-y;
}

/*  Pdf Holder */
#pdf{
    width:134px;	
	height:41px;
	float:left;
	background-image:url(../images/sidebar/SepideDanaei_sidebarTop.jpg);
    background-position:top;
    background-repeat:no-repeat;
}

#pdfHolder{
    height:35px;
    margin-top:6px;
    margin-left:6px;
    float:left;
    text-align:left;
}

.menuTree{
    width:143px;
    height:17px;
    float:left;
    margin-left:7px;
    background-color:#4e4e47;
    background-image:url(../images/sidebar/SepideDanaei_service.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    text-align:right;
}

.menuTree div{
    margin-right:20px;
}

.menuTreeSelected{
    width:150px;
    height:17px;
    float:left;
    background-color:#63635d;
    background-image:url(../images/sidebar/SepideDanaei_serviceSelected.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    text-align:right;
}

.menuTreeSelected div{
    margin-right:20px;
}

.menuTreeGap{
    width:150px;
    height:1px;
    float:left;
    overflow:hidden;
    background-image:url(../images/sidebar/SepideDanaei_serviceTreeGap.jpg);
}

#serviceTreeBottom{
    width:150px;
    height:14px;
    float:left;
    overflow:hidden;
    background-image:url(../images/sidebar/SepideDanaei_sidebarDown.jpg);
    background-position:left;
    background-repeat:no-repeat;
}

.serviceMenuHolder{
	float:left;
	width:140px;
	margin-right:10px;	
}

.serviceMenuHolder table{
    width:120px;
    margin-left:10px;
    padding-bottom:6px;
}

.pageIndex{
	width:50px;
	float:right; 
	cursor:pointer;
	margin-right:4px; 
	margin-top:4px;
	background-color:#2f2f2a; 
	text-align:center; 
	font-size:11px; 
	color:#ffffff; 
	width:16px; 
	height:14px; 
	padding-top:3px; 
	padding-bottom:3px;
}


/* Archive */
#archiveHolderBox{
    width:134px;
    height:40px;
    margin-top:20px;
    float:left;
    overflow:hidden;
}

.archivDropDown{
    width:127px;    
    border:0px;
    direction:rtl; 
    overflow:visible;
}

/* Search */
#searchHolderBox{
    width:134px;
    height:53px;
    margin-top:20px;
    float:left;
    overflow:hidden;
}

.archivText{
    width:98px;
    height:16px;
    background-color:#ffffff;
    border:0px;
    direction:rtl;
    font-size:11px;
}


/* ....... Footer ........ */
#footerHolder{
	width:822px;
	height:130px;
	float:left;
}

/* ........ Adv Boxes ........ */
#rightPanAdvBoxHolder{
}

.advBox{
}

/* ........ News Content ........ */
#newsContentHolder{	
	width:700px; 
	height:600px;
	position:relative;
	left:20px;
	text-align:left;	
}

#newsContent{
	background-color:#ffffff;
	border:solid 2px #293535;
}

#newsArrow{
	float:left;
	width:23px;
	height:630px;
}

.contentTitle{
	direction:rtl;
	padding-left:10px;
}

.contentText{
	direction:rtl;
}

.divIconTxt{
	color:#ffffff;
	font-weight:normal;
}

.divIconTxt a{
	color:#ffffff;
	text-decoration:none;
}

#myscrolledContent {
	width: 695px;
	height: 547px;
	overflow: auto;
	position: relative;
	direction:rtl;
}

#movmentIcn{
	width:24px; 
	height:22px;
	background-image:url(../images/div/SepideDanaei_move.jpg);
	background-position:center;
	background-repeat:no-repeat;
}