/*
    Product:        Enewspaper
    Classname:      CSS Document
    Version:        02.02 |	10 June, 2009 
    Programmer:     Elham [elhamesmaieli@gamil.com]
    Purpose:
        The document represent the CSS file About us iframe in firstpage.

        Copyright 2009 by Digital Secure Co. All Rights Reserved.      

    <EditingHistory>
        Name:       Elham
        Date:       17 June, 2009
        Reason of change :
            - Creation of document
    </EditingHistory>     
*/

body{
	margin:0px;		
	padding: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{
    margin:0px;
    padding: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;}
.mash{color:#999999;}
.lightGray{color:#adadad;}
.yellow{color:#ffab25;}
.red{color:#e21934;}

.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;    
    position:relative;
    margin:0px;
    padding:0px;
}


/* Sub Service */
.subServiceBox{    
    width:auto;
    background-color:#333333;
    margin-top:8px;
    padding-bottom:10px;  
    z-index:950;
}

.subServiceTitle{
    width:294px;
    height:auto;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
}

.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(../images/AsreErtebatat_btn.jpg);
}

/* About Us */
#aboutusHolder{
	position:relative;
	width:430px;
    overflow:visible;
	direction:rtl;
	top:-7px;
}