/*
 * Copyright (C) 2005 Email Data Source, Inc. (www.emaildatasource.com)
 *
 * This program is a proprietary work and not free software. It may not be
 * copied, used, modified or redistributed in any method or form without the
 * express written permission or licensing from Email Data Source, Inc.
 *
 * $Id: page.css,v 1.19 2008/08/07 22:54:22 cjw Exp $
 *
 */

/* * This is the layout styles file. These style should only be used in
 * the layout JSPs.
 *
 * This file may have IDs and classes.
 */

/************** page body ****************/
/* these get used in layout/*.jsp */

#page_body_left {
	background-image:url(../../../version/local/image/drop_shadow_bg.gif);
	background-repeat:repeat-x;
	padding-left:18px;
}

/* not used in all layout/*.jsp files */
#page_body_right {
	background-image:url(../../../version/local/image/drop_shadow_bg.gif);
	background-repeat:repeat-x;
}

.pageName {
	color:#c60; 
	font-size:18px; 
	line-height:20px; 
	margin:16px 0px 0px 0px; 
	font-weight:800;
}
		
/*************** home page *******************/
	
.homePageLeft {
	background-image:url(../../../version/local/image/home_box_hdr2.gif);
	background-repeat:repeat-x;
	height: 31px;
	width:238px;
	margin:28px 0px 0px 0px;
}

.homePageRight {
	background-image:url(../../../version/local/image/home_box_hdr2.gif);
	background-repeat:repeat-x;
	height:31px;
	width:504px;
	margin:14px 0px 0px 14px;
}

/*************** compare page *******************/

.comparePageLeft {
	background-image:url(../../../version/local/image/compare_box_hdr.gif);
	background-repeat:repeat-x;
	height:31px;
	width:750px;
	margin:18px 0px 0px 0px;
}

/*************** creative page ******************/

.creativePageHeaderBox {
        background-image:url(../../../version/local/image/creative_box_hdr.gif);
        background-repeat:repeat-x;
        height:31px;
        width:766px;
        margin:18px 0px 0px 0px;
}

.creativeBody {
        width:760px;
        border-right: 3px solid #b6baeb;
        border-left: 3px solid #b6baeb;
        border-bottom: 3px solid #b6baeb;
        background-color:#f1f2ec;
        margin:0px 0px 0px 0px;
        text-align:left;
        padding-top:0px;
        padding-bottom:22px;
        font-size: 13px;
        line-height:13px;
        font-weight: 800;
        color:#333;
        letter-spacing:.03em;

}
.creativeMailDetailsFooter {
        height:8px;
        background-color:#d1d2cc;
        background-image:url(../../../version/local/image/creative_tp_bg.gif);
        background-repeat:repeat-x;
}

.creativeMailIdDetails {
        background-color:#d1d2cc;
        padding-top:10px;
        background-image:url(../../../version/local/image/creative_d_tp_bg.gif);
        background-repeat:repeat-x;
        padding-left:14px;
}

/**************** compare page ********************/
.sitelistGraphCombo {
	padding-top: 10px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	height: 375px;
}

.sitelistGraphComboRight {
	vertical-align: top;
	width: 5px;
	float: left;
}

.sitelistGraphComboLeft {
	padding-left: 18px;
	vertical-align: top;
	width:6px;
	float: left;
}

.sitelistGraphComboBottom {
	border-top: 1px solid #d1d3bd;
	padding: 0px 0px 0px 0px;
	height:1px;
	width:753px;
	float: normal;
}

.sitelistGraphComboBottom_mozilla {
	margin: 18px 0px 0px 18px;
}

.sitelistGraphComboBottom_msie {
	margin: 0px 0px 0px 18px;
}

.sitelistGraphComboRightLower {
	height: 363px;
	border-right:1px solid #d1d3bd;
}

.sitelistGraphComboRightLower_mozilla {
	width: 4px;
}

.sitelistGraphComboRightLower_mozilla {
	width: 3px;
}

.sitelistGraphComboLeftLower {
	height: 363px;
	border-left:1px solid #d1d3bd;
}

.sitelistGraphComboLeftLower_mozilla {
	width: 6px;
}

.sitelistGraphComboLeftLower_msie {
	width: 5px;
}

.sitelistGraphComboRightHeader {
	background-image:url(../../../version/local/image/compare_hd_bg_right.gif); 
	width: 5px;
	height: 31px;
}

.sitelistGraphComboSeparator {
	float:left;
	background-image:url(../../../version/local/image/compare_hd_bg_middle_separator.gif); 
	width: 5px;
	height: 31px;
}

.sitelistGraphComboLeftHeader {
	background-image:url(../../../version/local/image/compare_hd_bg_left.gif); 
	width: 6px;
	height: 31px;
}

.resetPasswordForm {
	margin-left: 20px;
}

.newUserForm {
	margin-left: 20px;
}

.confirmEmailForm {
	margin-left: 20px;
}
