/**
 ** Press Center Stylesheet
 ** SK 06/08/2005
 **/
 
/**** BEGIN PRESS CENTER UNIVERSAL STYLES ****/ 

/* Import global site styles  */
/*
@import url(/common/css/global.css);
@import url(/common/css/print.css);
*/

/* Import global left navigation bar styles */
@import url(/common/css/nav/leftnav.css);

.pageTitle,
h1 {
/* Page title formatting */
	color:#CC0033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
	margin:0;
	font-weight:normal;
}

.pageSubTitle,
h2 {
/* Page subtitle formatting */
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	margin:0;
}

p.printHeader {
/* LexisNexis logo (appears in print view only) */
	display:none;
}
 
table#inner td,
table#inner td p {
/*  Universal table cell attributes */
	vertical-align:top;
}

ul.arrowList {
/* Unordered list attributes (no indent) */
	padding:0 0 15px 0;
	margin:0;
	list-style-type:none;
}

ul.arrowList li {
/* Unordered list attributes (right angle bracket as bullet) */
	background-position:0 1.5px;
	background-repeat:no-repeat;
	background-image:url(/commonimages/nav/bullet_arrow.gif);
	padding-left:1em;
	font-size:8pt;
	display:block;
	margin:0;
}

/**** END PRESS CENTER UNIVERSAL STYLES ****/ 


/* @import url(leftnav_aboutln.css); */

/**** BEGIN MIDDLE COLUMN STYLES ****/

/*
h1 {
 Override margin settings on global h1 "main title" style 
	margin:0;
}
*/

p.releaseList {
/* Formatting for article list items found on the "Press Releases By Topic:" pages */
	font-size:8pt;
	width:auto;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	overflow:hidden;
	margin:0 0 1em 0;
	padding:0 0 1em 0;
}

td.middleColumn {
/* Center column general styles */
    width:370px;
	padding-right:10px;
	padding-left:27px;
	padding-bottom:1em;
}

td.mainPage p {
/* Set paragraph text in middle column to 8pt (override global style for Press Center main page) */
	font-size:8pt;
}

td.middleColumn#pressRelease {
/* Define special space/formatting for the press releases copy area */
    width:535px;
	padding-right:0;
	padding-left:30px; /* For vertical alignment with page header text */
}

.breadcrumb {
/* Format text used in breadcrumb trails */
	font-size:10px;
	vertical-align:middle;
	padding-left:29px;
}

.rightWidget {
/* Defines the right-hand floating widget within indexes and press release pages */
	float:right; 
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
	margin-left:15px;
	margin-bottom:5px;
	width:185px;
	background-color:#FFFFFF;
}

table.recentRelease {
/* Formatting for Recent Releases table */
	width:100%;
	font-size:8pt;
	display:block;
}

table.recentRelease td {
/* Formatting for Recent Releases table cells */
	vertical-align:middle !important;
	padding-left:5px;
	padding-top:10px;
	font-size:8pt;
	padding-bottom:10px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
}


.flag img {
/* Border color and horizontal/vertical spacing for national flag images */
	border:1px solid #333333;
	margin-right:2px;
	margin-left:4px;
/*	margin-top:5px; */
/*	display:inline; */
	vertical-align:middle;
}

div.releaseDate {
/* Color and top padding for press release date (allows room for flag implementation on same line in future */
	color:#999999;
/*	display:block;   DISABLE AFTER FLAG FUNCTIONS READY */ 
	padding:4px 5px auto auto;
	margin-top:2px;
}


.headerBkg {
/* Background graphic and color for main section headers */
    width:100%;
	height:25px;
	background-color:#EBEBD9;
	background-image:url(/about/images/hdr_cap.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:5px;
}

a.headerLink:link,
a.headerLink:visited,
a.headerLink:active {
/* Behaviors and appearance for links in the headers, includes
   floating red arrow to right of each */
    text-decoration:none;
	color:#000000; 
	display:block;
	width:100%; 
	height:100%;
	font-size:10pt;
	padding-left:10px;
	background-position:190px 30%;
	background-repeat:no-repeat;
	background-image: url(/about/images/hdr_redarrow.gif);
}

a.headerLink:hover {
/* Hover color for headerLink */
	color:#CC0033; 
}

td.middleColumn ul li {
/* Unordered list attributes for middle column (preserve spacing between bullets) */
	padding-bottom:1.5em;
}

a.expertTitle:link,
a.expertTitle:visited,
a.expertTitle:active a {
/* Formatting for experts' names in the LexisNexis Expert Guide section */
	font-size: 12pt;
	font-weight:bold;
	text-decoration:none;
}

.expertPhoto {
/* Formatting for portraits in the LexisNexis Expert Guide section */
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

p.expertContactInfo {
/* Formatting for Media Contact Information paragraph on the ExpertItem.aspx in Expert Guide */

	font-size:8pt;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding-top:8px;
	padding-bottom:8px;
	width:98%;
}

/**** END MIDDLE COLUMN STYLES ****/

/**** BEGIN RIGHT COLUMN STYLES ****/

td.rightColumn {
/* Formatting for the right column */
	width:165px; 
	border-left-style:solid;
	border-left-color:#CCCCCC;
	border-left-width:1px;
}

.rightColumn td {
/* Global formatting for right-column table cells */
	padding-left:10px;
}

table.pageFuncs {
/* Global formatting for page function table (email, print, search ) */
	width:100%;

}

table.pageFuncs td {
/* Formatting for page function table cells */
    padding-left:0;
	font-size:8pt;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
}

table.pageFuncs td a.icon,
table.pageFuncs td a.icon:link,
table.pageFuncs td a.icon:visited,
table.pageFuncs td a.icon:active {
/* Formatting for page function links, adds space for icon placement later */
	padding-left:32px;
	padding-bottom:0;
	background-position:8px 0;
	background-repeat:no-repeat;
    text-decoration:none;
	color:#999999; 
	display:block; 
	width:130px; 
	height:100%;
}

table.pageFuncs td a.icon:hover {
/* Hover behavior for page function links */
    text-decoration:underline;
	color:#CC0033; 	
}

a#email {
/* Email icon for "Email This Page" link */
	background-image:url(/commonimages/nav/pagefuncs_email.gif);
}

a#print {
/* Printer icon for "Print This Page" link */
	background-image:url(/commonimages/nav/pagefuncs_print.gif);
}

a#next {
/* Double right arrows icon for "Previous" link */
	background-image:url(/commonimages/nav/pagefuncs_next.gif);
	
}

a#prev {
/* Double left arrows icon for "Previous" link */
	background-image:url(/commonimages/nav/pagefuncs_prev.gif);
}

a#rss {
/* "RSS" symbol for the RSS Feeds link */
	background-image:url(/commonimages/nav/pagefuncs_rss.gif);
	/*background-position:4px 0; */
}

a#podcast {
/* "RSS" symbol for the RSS Feeds link */
	background-image:url(/commonimages/nav/pagefuncs_podcasts.gif);
	/*background-position:4px 0; */
}

.search {
/* Formatting and search icon for "Search Press Center" (not a link) */
	background-image:url(/commonimages/nav/pagefuncs_search.gif);
	padding-left:32px;
	padding-bottom:0;
	background-position:8px 0;
	background-repeat:no-repeat;
	color:#999999;
	margin-right:5px;
	display:block;
}

form#form1 {
/* Formatting for search form (left padding and no space below for IE) */
	padding-left:10px;
	margin:0;
}

input#keywords {
/* Formatting for form input field */
	width:120px;
	border-color:#999999;
	border-width:1px;
	border-style:solid;
}

a.searchArrow,
a.searchArrow:link,
a.searchArrow:visited,
a.searchArrow:hover,
a.searchArrow:active {
/* Formatting for submit search "button" */
	font-size:8pt;
	background-color:#CC0033;
    text-decoration:none;
	color:#FFFFFF;
	padding:2px;
}

table.rightColumnFeats {
/* Width setting for the "Features" table */
	width:100%;
/*	width:155px; */
}

table.rightColumnFeats td {
/* Formatting for the "Features" tables cells */
	font-size:8pt;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	padding-right:5px;
}

table.rightColumnFeats td p,
table.rightColumnFeats td ul li {
/* Force 8pt type in right column paragraphs and unordered list text
   to avoid global style size (10pt) */
	font-size:8pt;
	padding-bottom:0;
	padding-top:0;
}

table.rightColumnFeats td b {
/* Red color for bolded items in the "Features" sections */
	color:#CC0033;
	font-weight:bold;
}

/**** END RIGHT COLUMN STYLES ****/

/**** BEGIN PRINT STYLES FOR PRESS CENTER PAGES ****/

@media print
{
/* Specific print style for the Press Center section */

body {
/* Force Verdana font for all printed text */
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td.middleColumn#pressRelease {
/* Define print width for the press releases copy area */
    width:6.5in;
	padding-right:0;
}

.noPrint {
display:none;
}

.printContent {
	width: 6.5in;
}

p.printHeader {
	display:block;
}

p.releaseList {
/* Formatting for article list items found on the "Press Releases By Topic:" pages */
	border-bottom-style:none;
}

.rightWidget {
	/* Suppress bottom border line of right widget to avoid double lines appearing under "Contact" box */
	border-bottom-style:none;
}

}