/*
-----------------------------------------------------
CSS file for printable content
FileName:    print.css
Version:     2003.06.25
-----------------------------------------------------
*/


/*-------------------------------------------------
PAGE BODY
-------------------------------------------------*/

/* Set basic body parameters */
body {
	font-family: georgia, times, serif;
	color: #000;
	background-color: #fff;
	text-align: center; }
	

/*-------------------------------------------------
LINKS
-------------------------------------------------*/

/* Regular links */
a, #Content .right li a {
	font-weight: normal;
	text-decoration: none; }

a:link, #Content .right li a:link { color: #600; }
a:visited, #Content .right li a:visited { color: #666; }
a:hover, #Content .right li a:hover { color: #000; }


/* Links appearing in list items */
li a:link {
	color: #600;
	font-weight: normal;
	text-decoration: none; }

li a:visited {
	color: #600;
	font-weight: normal;
	text-decoration: none; }

li a:hover {
	color: #600;
	font-weight: normal;
	text-decoration: underline; }
	
	
/* Links appearing in definition lists */
dt a:link, dt a:visited, dt a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none; }

dd a:link, dd a:visited  {
	color: #663;
	font-weight: normal;
	text-decoration: none; }

dd a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none; }

dd:hover {
	background-color: #dedeba; }


/* Top navigation bar links */
#Navbarlinks { display: none; }
	
/* Glossary bar links */
#Glossary {
	margin-bottom: 30px;
	font-size: 16px;
  	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
  	white-space: nowrap;
	padding: 0;
	background-color: #fff;
	border-left-style: solid;
	border-left-color: #dedede;
	border-left-width: 1px; }
	
#Glossary a {
	float: left;
	border-right-style: solid;
	border-right-color: #ccc;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	border-bottom-width: 1px;
	padding: 10px 7px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	background-color: #eaeac7; }

#Glossary a:hover {
	color: #000;
	background-color: #cc9; }

/*-------------------------------------------------
GENERAL LAYOUT
-------------------------------------------------*/

/* Center the content on the page */
#Container {
	margin: 0px auto 0px auto;
	text-align:left;
	width: 95%; }

/* Set width and border for main content blocks */
#Navbox, #Slides, #Footer {
	border-bottom: 1px solid #fff;
	width: 100%; }

#Header { display: none; }

/* Navigation bar background image and color */
#Navbox td {
	background-color: #fff;
	background: url(../images/nav_bkd.gif); }

/* Make content areas white */
#Content, #Footer {
	background-color: #fff;
	width: 100%; }


/*-------------------------------------------------
LEFT COLUMN
-------------------------------------------------*/

/* Left column settings */
#Content .left {
	width: 30%;
	padding: 30px 0px 10px 0px;
	font-size: 11px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif; }

/* Pad DIVs that appear in left column */	
#Content .left div {
	margin-bottom: 30px; }

/* Adjust look of input fields in left column */
#Content .left input {
	vertical-align: -15%; }

/* Notification DIVs that appear in left column */
#Content .left div.member {
	padding: 10px;
	border-style: dotted;
	border-color: #663;
	border-width: 1px;
	background-color: #996; }

#Sidenav, #SideSearch { display: none; }


/*-------------------------------------------------
RIGHT COLUMN
-------------------------------------------------*/

/* Right column settings */
#Content .right {
	width: 70%;
	padding: 30px 0px 10px 20px; }

/* Notification DIVs that appear in right column */
#Content .right div.alert {
	margin-bottom: 20px;
	padding: 10px;
	border-style: dotted;
	border-color: #663;
	border-width: 1px;
	background-color: #996; }

/* Header appearing inside notification DIVs */
#Content .right div.alert h2 {
	color: #fff; }

/* Paragraph text inside notification DIVs */
#Content .right div.alert p {
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 0;
	color: #fff; }


/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

/* Back to top text in footer */
#Footer .backtotop {
	text-align: right;
	padding: 10px 0px;
	font-size: 10px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	color: #666; }

/* Copyright and other info in footer */	
#Footer .copyright {
	padding: 8px 0px;
	border-top: 2px solid #ccc;
	font-size: 11px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	color: #666; }


/*-------------------------------------------------
TEXT STYLES
-------------------------------------------------*/

h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #600; }

h1 span {
	color: #666; }

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000; }

h2 span {
	font-weight: normal;
	font-size: 11px;
	color: #666; }

h2 span.stepnumber {
	padding: 3px 7px;
	font-size: 14px;
	background-color:#600;
	color:#fff; }

h3 {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 5px 0px;
	border-top: 1px dotted #999;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:15px;
	color: #663; }

h3 span {
	padding: 5px 0px;
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #600; }

h4 {
	margin: 0px 0px 9px 0px;
	padding: 3px 0px 0px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height:17px;
	color: #000;
	border-top:1px dotted #999; }
	
h5 {
	margin: 0px 0px 9px 0px;
	padding: 3px 0px 0px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:15px;
	color: #333;
	border-top:1px dotted #ccc; }

h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #600; }

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
	line-height: 1.4em; }
	
p.sidebar {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 15px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height:15px;
	color: #333; }

p.leadin {
	padding-bottom: 30px;
	font-size: 14px;
	color: #000; }

p.homelinks {
	padding-bottom: 25px;
	font-size: 0.8em;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif; }

input, textarea {
	font-size: 14px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif; }


/*-------------------------------------------------
LIST STYLES
-------------------------------------------------*/

ul, dl, ol {
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif; }

ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 15px 0px 0px; }

dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }
		
li {
	padding-bottom: 15px;
	line-height: 16px;
	font-size: 11px;
	list-style: none;
	color: #666; }

dt {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 8px;
	background-color: #cc9;
	border-top: 1px dotted #cc9; }
	
dd {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 8px;
	background-color: #eaeac7;
	border-top: 1px dotted #cc9; }

#Content .right ul {
	margin: 0px 0px 15px 15px;
	padding: 0px 15px 0px 0px; }

#Content .right ul.compact {
	margin: 0px 0px 30px 15px;
	padding: 0px 15px 0px 0px; }

#Content .right ul.compact li {
	padding-bottom: 0px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	list-style: square; }

#Content .right li {
	padding-bottom: 15px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	list-style: square; }
	
#Content .right ol {
	margin: 0px 0px 15px 23px;
	padding: 0px 15px 0px 0px; }

#Content .right ol li {
	list-style: decimal; }


/*-------------------------------------------------
TABLE DATA STYLES
-------------------------------------------------*/

#Content .right th {
	font-size: 14px;
	font-style: bold;
	color: #000;
	border-top: 1px solid #999;
	text-align: left; }

#Content .right table {
	margin-bottom: 30px;
	width: 100%;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif; }

table.onecolumn th, table.twocolumn th {
	padding: 8px 15px 8px 5px; }

table.onecolumnform th {
	padding: 8px 15px 0px 0px; }
	
table.threecolumn th {
	padding: 8px 15px 8px 5px;
	width: 33%; }

table.onecolumnform td {
	padding: 4px 15px 20px 0px;
	font-size: 12px; }

table.twocolumnform {
	border-top: 1px solid #ccc;
	padding-top: 5px; }

table.twocolumnform td {
	padding: 5px 15px 5px 0px;
	font-size: 12px; }

table.twocolumnform td.label, table.twocolumnform td.labelopt {
	padding: 5px 10px 5px 0px;
	font-size: 14px;
	font-weight: bold; }

table.onecolumn td {
	padding: 8px 15px 20px 5px;
	border-top: 1px solid #ccc;
	font-size: 12px; }

table.twocolumn td {
	padding: 8px 15px 8px 5px;
	border-top: 1px solid #ccc;
	font-size: 12px; }

table.twocolumn td div {
	margin-bottom:5px; }
	
table.twocolumn td div span {
	padding: 3px;
	background-color: #eaeac7;
	color: #663;
	font-size:10px; }

table.threecolumn td {
	padding: 8px 15px 8px 5px;
	border-top: 1px solid #ccc;
	font-size: 12px;
	width: 33%; }

table.threecolumnform td {
	padding: 4px 15px 4px 5px;
}
	
#Content .right table.onecolumn ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 15px 0px 0px; }

#Content .right table.onecolumn li {
	padding-bottom: 0px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	list-style: square; }

#Content .right table.onecolumn li.current { color: #600; }

#Content .right table.twocolumn ul.pdf {
	margin: 0px 0px 20px 15px;
	padding: 0px 15px 0px 10px; }

#Content .right table.twocolumn ul.pdf li {
	padding-bottom: 5px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	list-style: square;
	list-style-image: url(../images/icon_pdf.gif); }
	
form { margin:0; padding:0; display: inline; }


/*-------------------------------------------------
OLD BROWSER NOTE
-------------------------------------------------*/

/* Print header */
.PrintHeader {
	background-color: #600;
	padding: 20px 15px 15px 20px;
	border-bottom: 3px solid #ccc; }

.OldBrowsers { display: none; }
