/* CSS Document */



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                      
        Make ABA Stylesheets work for GP site
					  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/


.articletitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 20px;
}

p.byline {padding-top: 0;}

#jumpnav, .printfooter, .hide  {display: none; } /* This is here so that when I do PDF's it shows up correctly */

li {font-size: 100%;}

/* .module {
	position: relative;
	left: 1px;
	top: 28px;} Is this something Doug Knapp put in? */

.module-content {position: relative;}

.module-content dl {
	margin: 3px 10px;
}
.module-content dt { margin-bottom: 0px; 
}
.module-content dd {
	margin: 0px 0px 8px 8px;
	font-size: 85%;
}
.module-content-left p,
.module-content-right p {
	padding: 5px 0;
	margin: 2px 0;
}

h2.module-header-orange, 
h1.module-header-orange,
h1.module-header-orange a {
	color: #FFFFFF;
}
h1.module-header-orange {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 150%; 
	text-align:center;
}
.more { padding-right: 8px; 
}
.outbound {
	padding-right: 13px;
	background-position: 99% 20%;
}
ul {margin-left: 20px;}

/* Online Calendar */ table#OnlineCalendar {}









/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
                      
					  GP Styles 
					  
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.back {
	padding-left: 8px;
	color: #990000;
	background: url(/genpractice/images/arrow_l.gif) no-repeat 0% 50%;
}
.backlink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-transform: uppercase;
}
p.bio {
	font-size: 90%;
	font-style: italic;
	margin-top: 15px;
	border-top: 1px solid #eee;
}
p.bio em {font-style: normal}
p.bio + p.bio {
	border-top: none; 
	margin-top: 0;
}
#booklist {
  	float: left;
  	padding: 10px 0;
  	}
#booklist dl {
  	float: left;
  	width: 260px;
  	margin: 10px 20px;
  	padding: 0;
  	display: inline; /* fixes IE/Win double margin bug */
  	}
#booklist dt {
  	float: right;
  	width: 162px;
  	margin: 0 0 0 120px;
  	padding: 0;
  	}
#booklist dd {
  	margin: 0 0 0 120px;
  	padding: 0;
  	}
#booklist dd.image {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	}
.callout-lg {
	font-size: 85%;
	background: #E0DFE3;
	border: 1px solid #999999;
	padding: 0 5px;
	margin: 10px 5px;
}
.callout-sm {
	font-size: 85%;
	background: #E0DFE3;
	border: 1px solid #999999;
	padding: 5px;
	margin: 5px;
}
.callout-sm p {
	margin: 0;
	padding: 3px 0;
}

.clickme {
	margin: 4px auto;
	padding:0;
	width:160px;
}

.clickme a:link, .clickme a:visited {
	display: block;
	width: 160px;
	padding: 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font: bold 18px/1.8 Arial, sans-serif;
	background: #EC7602 url(/genpractice/images/clickme_orange.gif) repeat-x 0 20%;
	margin: 0;
	cursor: pointer;
}

.clickme span.cornertop {
	background: transparent url(/genpractice/images/roundcorner-white-160top.gif) no-repeat top left;
	display: block;
	width:160px;
}

.clickme span.cornerbot {
	background: transparent url(/genpractice/images/roundcorner-white-160bot.gif) no-repeat bottom left;
	display: block;
	width:160px;
}

.module-footer .clickme span.cornertop {background: transparent url(/genpractice/images/roundcorner-F5F0DA-160top.gif) no-repeat top left;}
.module-footer .clickme span.cornerbot {background: transparent url(/genpractice/images/roundcorner-F5F0DA-160bot.gif) no-repeat bottom left;}

.gp-sidebar .clickme span.cornertop {background: transparent url(/genpractice/images/roundcorner-F1F7FF-160top.gif) no-repeat top left;}
.gp-sidebar .clickme span.cornerbot {background: transparent url(/genpractice/images/roundcorner-F1F7FF-160bot.gif) no-repeat bottom left;}

.clickme a:hover {background: #DD7004 url(/genpractice/images/clickme_orange.gif) repeat-x 0 bottom;}

.gp-sidebar .clickme a {font-size: 14px;}

.clickme-small a:link, .clickme-small a:visited {
	display: block;
	width: 5.2em;
	padding: 7px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #000099 url(/images/modules/h2bg_blue.gif) repeat-x 0 30%;
	margin: 0 auto;
	font: bold small-caps 100%/120% Arial, sans-serif;
}

.clickme-small a:hover {
	background: #FA9C01 url(/images/modules/h2bg_blue.gif) repeat-x 0 80%;
}

.description {
	text-align: justify;
	color: #525252;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
}

.dropcap {
	font-size: 440%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.module-content fieldset {background: #eee; font-size: 90%;}
.module-content fieldset p {margin:0; padding:0;}

div.footnote {
	border-top: 1px solid #eee; 
	padding-top: 5px; 
	font-size: 85%;
	margin-top: 40px;
}

span.ereport-columntitle {
	color: #037A0F; 
	font-size: 115%; 
	font-style: italic;
}

#gp-intro p {
	font: 120%/130% Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

.gpnews {
/*	font-size: 85%; */
}

.gpnews h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B95C00;
	font-style: italic;
	font-size: 115%;
	font-weight: bold;
	border-top: 1px solid #E5E5E5;
	padding-top: 6px;
}

.gpnews h3.firstchild {
	border: none;
	padding: 0;
}

.gpnews h3 em {font-style: normal;}

.gpnews h3 a {color: #B95C00;}

.gpnews ul {
	list-style-image:url(/images/listarrow.gif);
}

.gpnews .more {
	font-size: 85%; 
	text-transform: uppercase;
}

.gp-sidebar {
	background: #F1F7FF;
	border: 1px solid #999;
	margin: 10px auto;
	text-align: center;
	padding: 8px;
	position: relative;
}

.gp-sidebar h2 {
	font: bold 120%/150%;
	margin-top: 10px;
}

.gp-sidebar ul {
	margin: 0;
	padding: 0;
	font: italic 85%/.95 Times, "Times New Roman", serif;
	list-style: none;
}

.gp-sidebar ul li { padding-top: 0px; 
}

.gp-price {
	color: #FF6600;
	font-size: 90%;
	font-weight: bold;
}

h3 {padding: 12px 0 0;}
#solosezpage h3 {padding: 0;}

h3.orange-italic {
	font-style:italic; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 150%; 
	color:#B95C00
}

.img-shadow {
	background: url(/genpractice/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 2px 10px;
	position: relative;
	display: inline;
	_height: 1%; 
  }

.img-shadow img {
	display: block;
	position: relative;
	border: 1px solid #000000;
	margin: -6px 6px 6px -6px;
  } 

.logoclick a {
	display: block;
	width: 146px;
	margin: 1px auto;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
}

.logoclick a img {margin:0; padding:0; border: none;}





/* Magazine Formatting */

#mag dd {
	font-style: italic;
}
#mag dt {
	font-weight: normal;
	margin-bottom: 1px;
}
.mag-img {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.mag-issue {
	font-size: 85%;
	color: #666666;
}
.mag-title {
	font-weight: bold;
	font-size: 115%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#magsidebar .sidebarcontent {
	font-size: 80%;
	color: #666666;
	margin: 7px 7px;
}
#magsidebar h3 {
	font-weight: bold;
	padding: 0px;
	margin: 3px 0;
	border-bottom: 1px solid #CCCCCC;
}
#magsidebar p {
	margin: 2px 0;
	padding: 2px 0 2px 10px;
}
#mag dt a {
	font-weight: bold;
}
#mag h4 {
	margin-top: 6px;
	margin-bottom: 2px;
}
#mag h3 {
	margin-bottom: 3px;
	margin-top: 8px;
	font-size: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.module-banner {
	background: #E0DFE3;
	margin: 0px;
	padding: 2px 5px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.module-banner p {
	margin: 0px;
	padding: 0px;
}
.module-items {
	padding: 3px 5px;
	margin: 0;
	overflow: hidden;
}
.module-items h3 {
	margin: 12px 0 2px 0;
	padding: 0;
}
.module-items h3 a, .module-items h3 span {
	background: transparent url(/images/listarrow.gif) no-repeat 0 3px; 
	display: inline-block; 
	padding: 0 15px;
}
.module-items p {
	font-size: 90%; 
	padding: 0 15px; 
	margin: 0 0 3px 0; 
	text-align:justify;
}
.module-link {
	margin: 8px 0 12px 0;
	padding: 0 5px;
	font-size: 90%;
	overflow: hidden;
}
.module-link h3 {
	margin: 8px 0px 2px;
}
.module-link p {
	margin: 0; padding: 0 0 0 10px;
}
.module-link a {
	color:#E77303;
	text-decoration:underline;
	font-weight:bold;
}
.module-link a:visited, .module-link a:hover, .module-link a:active {
	text-decoration:none;
}




/* Newsletter Formatting */

	#newsletter-container div.module-content h2 {font-size: 125%;}
	#newsletter-container div.module-content h3 {
		font-weight: bold;
		margin: 15px 0 3px;}
	#newsletter-container div.module-content h4 {
		font-weight: normal;
		margin: 13px 0 3px;
		font-style: italic;}
	#newsletter-container div.module-content li {padding-top: 4px;}
	#newsletter-container div.module-content li + li {padding-top: 8px;}


	#newsletter-buzz a:link, #newsletter-ereport a:visited {color: #DF7409; text-decoration: none;}
	#newsletter-buzz a:hover {text-decoration: underline;}
	#newsletter-buzz h3 {
		font-size: 100%; 
		font-weight: bold;
		margin: 0;
		padding: 0;}
	#newsletter-buzz p {margin: 3px 0; padding: 5px 0;}
	#newsletter-buzz li {margin: 0; padding: 0;}

	#newsletter-ereport a:link, #newsletter-ereport a:visited {color: #006937; text-decoration: none;}
	#newsletter-ereport a:hover {text-decoration: underline;}
	
	#newsletter-ereport div.module-content p {line-height: 150%;}
	#newsletter-ereport div.module-content p.bio {line-height: 125%;}
	#newsletter-ereport div.footnote p {line-height: 125%;}
	
	
	#newsletter-lawtrends a:link, #newsletter-lawtrends a:visited {color: #822474; text-decoration: none;}
	#newsletter-lawtrends a:hover {text-decoration: underline;}

	#newsletter-lawtrends div.module-content p {line-height: 150%;}
	#newsletter-lawtrends div.module-content p.bio {line-height: 125%;}
	#newsletter-lawtrends div.footnote p {line-height: 125%;}




.nomargin-at-all {
	margin: 0px;
	padding: 0px;
}
.smalltext {font-size: 85%;}
span.module-link-insert {
	float: left;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 0 4px 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.tableborder {
	border: 1px solid #FF6600;
	text-align: center;
}
.tableborder p {
	text-align: justify;
	margin: 2px 0px;
	padding: 5px 0px;
}

.gptag {
	font-size: 85%;
	text-transform: uppercase;
}
.gptag-gray {
	font-size: 85%;
	text-transform: uppercase;
	color: #999;
	font-style: italic;
}




/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.CollapsiblePanel {
	margin: 8px 0px;
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
}

.CollapsiblePanelTab {
	font-size: 90%;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
/* This is the selector for a CollapsiblePanel's Content area. It's important to note that you should never put any padding on the content area element if you plan to use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content element can cause the CollapsiblePanel to abruptly grow in height while the panels animate. */
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelContent p {
	padding-left: 5px;
	padding-right: 5px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {background-color: #EEE;}
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {background-color: #CCC;}
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background: #666 url(/images/modules/h2bg_dkgrey.gif) repeat-x 0 50%;
	color: white;
}
