﻿/*
    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.      
        
    <EditingHistory>
        Name:       Elham
        Date:       29 June, 2009
        Reason of change :
            Add "newsContentBox" class to change the news content panel header bg by CSS.
    </EditingHistory>
        
*/

body{
	margin:0px;	
	direction:ltr;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000; 
	background-color:#676567;	
}

p{
	margin:0px;
	padding:0px;
	text-align:justify;
	line-height:16px;
}


/* ........ Global ........ */
.fontFace{font-family:Tahoma, Arial, Verdana, Times New Roman;}
.fontFaceArial{font-family:Arial, Times New Roman;}

.black{color:#000000;}
.lightBlack{color:#333333;}
.white{color:#ffffff;}
.gray{color:#666666;}
.lightGray{color:#adadad;}
.yellow{color:#ffab25;}
.goly{color:#d12229;}

.fontSizeSmall{font-size:10px;}
.fontSizeMedium{font-size:11px;}
.fontSizeLarg{font-size:12px;}
.fontSizeXLarg{font-size:14px;}
.fontSizeXXLarg{font-size:18px;}

.boldFace{font-weight:bold;}
.noTextDec{text-decoration:none;}
.noBorder{border:0px;}

.movment{cursor:move;}
.pointer{cursor:pointer}


#holeBodyHolder{
    width:1003px;
    overflow:auto;
    position:relative;
}

/* ........ Header ........ */
#headerHolder{
	width:1003px;
	height:50px;
	background-image:url(../../images/header/AsreErtebatat_headerBg.jpg);
	z-index:600px;
	overflow:hidden;
}

/* Date */
#dateHolder{
    float:right;
    width:200px;
    height:20px;
    overflow:visible;
    text-align:right;
    padding-top:5px;
}

/* Top Menu */
#topMenuHolder{
    float:left;
    width:auto;
    height:49px;    
}

.menuBox{
    float:left;
    width:45px;    
    height:49px;
    text-align:right;
}

/* Sub Service */
.subServiceHolder{
    position:absolute;
    top:53px;
    right:35px;
    width:auto;
    overflow:visible;
    background-image:url(../../images/header/AsreErtebatat_menuArrow.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	direction:rtl;
	z-index:999;		
}

.subServiceBox{    
    width:auto;
    background-color:#333333;
    margin-top:8px;
    padding-bottom:10px;
    opacity:0.90;
    filter:alpha(opacity=90);   
    z-index:950;
}

.subServiceTitle{
    width:294px;
    height:auto;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
}

.subInnerTop{
    width:294px;
    height:5px;
    overflow:hidden;   
    background-image:url(../../images/header/AsreErtebatat_subServiceTopBg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.subInnerDown{
    width:294px;
    height:5px;
    overflow:hidden;
    background-image:url(../../images/header/AsreErtebatat_subServiceDownBg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.subMain{
    width:292px;
    border-right:solid 1px #000000;
    border-left:solid 1px #000000;
    background-color:#111111;
}

.subMain td{
    text-align:right;
    vertical-align:text-top;
}

.txtBox{
    width:134px;
    height:21px;
    border:solid 1px #666666;
}

.chekBox{
    border:0px;
    padding-top:7px;
}

.BottunForm{	
	border:0px;
	width:60px;
	height:22px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#ffab25;
	background-image:url(../../images/header/AsreErtebatat_btn.jpg);
}

.ULList{
    color:#ffab25;
}
	
/* Site URL */
#siteURL{
    float:left;
    padding-top:15px;
    padding-left:5px;
}

/* ........ Body ........ */
#bodyHolder{
	width:1003px;
	overflow:auto;
	z-index:450px;	
	position:relative;	
}

#mapTopBg{    
    width:877px;
    height:30px;
    background-image:url(../../images/mapDiv/AsreErtebatat_newsMapTopBg.jpg);
    background-position:bottom;
    background-repeat:no-repeat;        
}

#mapLeftBG{
    float:right;
    width:41px;
    height:582px;
    background-image:url(../../images/mapDiv/AsreErtebatat_newsMapLeftBg.jpg);
    background-position:left top;
    background-repeat:no-repeat;
}

/* Internal Page */
#internalHolder{
	float:left;
	width:834px; 
	overflow:auto;
	float:right;
	background-color:#ffffff;
	border:solid 1px #a1a1a1;
}

#internalDivHolder{	
	float:left;
	width:830px;
	overflow:auto;
	direction:rtl;
	overflow:auto;			
}


/* ........ Search Resault ........ */
.searchResaultHeader{
	height:79px; 
	vertical-align:top;
	color:#ffffff;				
}

#searchTitleBar{
	width:100%; 
	height:27px; 
	text-align:right; 		
	border-top:solid 2px #ffab25;
	background-color:#feca77;
}

.searchBox{
	width:300px;
	height:22px;			
	vertical-align:top;
}

.searchButton{		
	height:25px;
	vertical-align:middle;	
	padding-bottom:5px;
}

.advanceSearch{
    text-decoration:none;    			
}

.resaultBox{
	width:100%;
	color:#333333;		
	margin-top:25px;
}

.resaultLink{
	color:#b10002;	
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
}

.resaultContent{
	width:100%;
	color:#333333;		
	font-weight:normal;
	margin-bottom:3px;
}

.resaultUrl{
	width:100%;
	color:#009933;		
	font-weight:normal;
	padding-bottom:10px;
}

.resaultSts{
	color:#7777cc;
	text-decoration:underline;
}


/* ....... Footer ........ */
#footerHolder{
	width:1003px;
	height:90px;
	padding-bottom:25px;
}

/* Copy Right */
#copyRight{
    margin-top:20px;
    width:900px;
    padding-top:5px;
    direction:rtl;
}