/*
 *  This is the CSS stylesheet for the corporate profile pages.
 */

/*
 *  The page content heading description.  Most emphatic form
 *  of heading.
 */
#pageContentHeading {
	FONT: bold 18px Arial, Helvetica, sans-serif;
	COLOR: #cc0000;
	padding: 10px;
}

/*
 *  Quick description of the page content.
 */
.pageContentDescription {
	font-family: Arial, Helvetica, SansSerif;
	color: #000000;
	font-size: 12px;
	padding: 15px;
}

/*
 *  Quick label description of the page content.
 */
.pageContentLabelDescription {
	font-family: Arial, Helvetica, SansSerif;
	color: #000000;
	font-size: 12px;
}

/*
 *  Data about the scheduler.  This is a container.
 */
.schedulerData {
	padding-bottom: 10px;
}

/*
 *  One line of scheduler data
 */
.schedulerData .lineItem {
	height: 18px;
}
	
/*
 * 	The scheduler data item label.
 */
.schedulerData .lineItem .name {
	FONT: bold 12px Arial, Helvetica, sans-serif;
	COLOR: #000000;
	width: 160px;
	text-align: right;
	padding-right: 5px;
	float: left;
	height: 100%;
}

/*
 *  The scheduler data item.
 */
.schedulerData .lineItem .value {
	FONT: 12px Arial, Helvetica, sans-serif;
	COLOR: #000000;
	height: 100%;
}

/*
 *  The container for the publication search form.
 */
.publicationSearchFormContainer {
	padding: 15px 30px;
}

/*
 *  Main container for the preferred publication / momp details
 *  on the Profile pages.
 */
.mailerAssociationDetailsContainer {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*
 *  Container for the table of pref publications / momp details
 *  on the Profile pages.
 */
.mailerAssociationDetailsTableContainer {
	width: 95%;
}

/*
 *  The label for the preferred publication / momp table above.
 */
.mailerAssociationTableLabel {
	float: left;
	width: 100px;
	FONT: 12px Arial, Helvetica, sans-serif;
	COLOR: #000000;
}

/*
 *  The outer table of preferred publications / momp details.
 */
table.mailerAssociationDetails {
	width: 90%;
	border: thin solid #f0f0f0;
}

/*
 *  The table of preferred publications / momd details.
 */
table.mailerAssociationDetails table {
	width: 100%;
}

/*
 *  Mailer assocaition details table header
 */
table.mailerAssociationDetails th.tableCellHeader {
	
}

/*
 *  preferred publication / momp details data item Data item
 */
table.mailerAssociationDetails tr td {
	border: 1px solid #f0f0f0;
}

/*
 *  The container for the buttons on the Preferred Publication Group page.
 */
.manageButtonGroup {
	text-align: center;
}

/*
 *  A form button on the Preferred Publication Group page.
 */
.manageButtonGroup input {
	margin: 15px 20px;
}

/*
 *  Navigation button container
 */
.manageNavigationButtonGroup {
	height: 100px;
	vertical-align: center;
	padding-top: 30px;
}

/*
 *  The navigation button.
 */
.manageNavigationButtonGroup img {
	padding: 0px 40px;
}
