/*
    Product:        Enewspaper
    Classname:      CSS Document
    Version:        02.02 |	10 June, 2009 
    Programmer:     Elham [elhamesmaieli@gamil.com]
    Purpose:
        The document represent the CSS file for first page.

        Copyright 2009 by Digital Secure Co. All Rights Reserved.      

    <EditingHistory>
        Name:       Elham
        Date:       30 November, 2009
        Reason of change :
            - Creating file
    </EditingHistory>            
*/

body{
	margin:0px;		
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000; 
	background-color:#333333;
}

p{
	margin:0px;
	padding:0px;
	text-align:justify;
	line-height:16px;
}

form{
    padding:0px;
    margin:0px;
}


/* ........ 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:#d6d6d6;}

.fontSizeSmall{font-size:10px;}
.fontSizeMedium{font-size:11px;}
.fontSizeLarg{font-size:12px;}
.fontSizeXLarg{font-size:14px;}
.fontSizeXXLarg{font-size:18px;}

.boldFace{font-weight:bold;}
.pointer{cursor:pointer}
.noTextDec{text-decoration:none;}
.noBorder{border:0px;}


/* Sub Service */
.subServiceHolder{
    width:auto;
    overflow:visible;
	direction:rtl;
}

.subServiceBox{    
    width:auto;
    margin-top:8px;
    padding-bottom:10px;
    background-color:#333333;
    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(../../../HTMLResources/images/header/AsreErtebatat_subServiceTopBg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.subInnerDown{
    width:294px;
    height:5px;
    overflow:hidden;
    background-image:url(../../../HTMLResources/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:120px;
    height:18px;
    border:solid 1px #666666;
}

.txtArea{
    width:120px;
    height:50px;
    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(../../../HTMLResources/images/header/AsreErtebatat_btn.jpg);
}