﻿/*
    Product:        Enewspaper
    Classname:      CSS Document
    Version:        02.02 |	10 October, 2009 
    Purpose:
        The document represent the CSS file popup overall window.

        Copyright 2009 by Digital Secure Co. All Rights Reserved.      
*/

body{
	font-family: Tahoma;
	font-size: 12px;
}



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;}
.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;}


/* ........ Page ........ */
.d-header{
	background: url(images/login-header.png) no-repeat 0 0 transparent;
	width: 375px;
	height: 150px;
}

.d-header input{
	position: relative;
	top: 60px;
	left: 100px;
	border: 3px solid #cccccc;
	height: 22px;
	width: 200px;
	font-size: 15px;
	padding: 5px;
	margin-top: 4px;
}

.d-blank{
	float: left;
	background: url(images/login-blank.png) no-repeat 0 0 transparent;
	width: 267px;
	height: 53px;
}

.d-login{
	float: left;
	width: 108px;
	height: 53px;
}

