/*
 * 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: skins.css,v 1.21 2008/08/07 22:54:23 cjw Exp $
 *
 */

/*
 * This is the skinned widget styles file. These style should only for
 * screen-specific renderings of widget JSPs.
 *
 * This file may only have skinned classes.
 */

/***** used on the compare page instance *****/

.compare_emailListTable {
        margin: 8px 0px 0px 15px;
        background-color: #ffffff;
        width: 755px;
        height: 225px;
        font-size:10px;
}

/***** used on the search and folders page instance *****/

.search_emailListTable {
        width: 755px;
        height: 350px;
        font-size:10px;
}

/* the compare instance */
.compare_emailTable_latticeBox {
        overflow: scroll;
        width: 753px;
        height: 175px;
        background: #cccccc;
}
/* the search instance */
.search_emailTable_latticeBox {
        overflow: scroll;
        width: 753px;
        height: 300px;
        background: #cccccc;
}
/* the folder instance */
.folder_latticeBox {
        overflow: scroll;
        width: 750px;
        height: 150px;
        background: #cccccc;
}

.search_goButton {
	vertical-align: middle;
}

.creative_goButton {
	vertical-align: middle;
}

/************** lattice *************/
.emailTable_latticeSeparator_mozilla {
	width: 3px;
	height: 24px;
}

.emailTable_latticeSeparator_msie {
	width: 3px;
	padding: 0px 0px 0px 0px;
	height: 26px;
}

.emailTable_latticeHeaderFixedSize {
	width: 20px;
}

.emailTable_latticeCellContent {
	line-height: 24px; /* need this so ff will vert align center */
}

.emailTable_latticeCell {
	color:#363b42;
}

.emailTable_latticeHeader {
	background:#e1d984;
	background-image: url(../../../version/local/image/results_hd_compare.gif);
	color:#363b42;
}

.emailTable_latticeHeader_mozilla {
	height:28px;
}

.emailTable_latticeHeader_msie {
	height:26px;
}

.emailTable_latticeHeaderContent {
	line-height: 28px; /* need this so ff will vert align center */
}

.siteList_latticeBox {
        overflow: auto;
        width: 227px;
        height: 320px;
        background: white;
}
.siteList_latticeSeparator {
	width: 0px;
}

.siteList_latticeSeparator_msie {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.siteList_latticeHeaderFixedSize {
	width: 26px;
}

.siteList_latticeCellContent {
	line-height: 24px; /* need this so ff will vert align center */
}

.siteList_latticeCellContent_msie {
	margin-left: 2px;
}

.siteList_latticeCell {
	color:#363b42;
}

.siteList_latticeCell_msie {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.siteList_latticeCell_mozilla input {
	margin-left: 4px;
}

.siteList_latticeHeader {
	height:40px;
	color:#363b42;
}

.siteList_latticeHeader_mozilla {
	padding-left: 6px;
}

.siteList_latticeHeader_msie {
	padding-left: 2px;
}

.siteList_latticeHeader_msie {
	text-align: left;
	vertical-align: middle;
	padding-left: 0px;
}

.siteList_latticeHeaderContent {
	line-height: 28px; /* need this so ff will vert align center */
	color:#004694;
	letter-spacing:.03em;
	font-size: 11px;
	font-weight: 800;
}

.siteList_latticeHeaderContent_msie {
	margin-left: 2px;
}

.siteList_headersOverlayContainer {
	background: white;
}
