/*
**  CharitablePlanning.com Style Sheet
**
**  Blue: #008bc1
**  Dark Blue: #0078a7
**  Light Blue: #4ac0f2
**  Yellow: #ffcd00
**  Orange: #ff8900
**  Alert Yellow: #fe6
**
**  Green: #563
**  Yellow: #fe3
**  Dark Shaded: #777
**  Light Shaded: #aaa
**  Light Shaded Background: #eee
**  Alert: #b11
*/

/******************************/
/**  Standard HTML elements  **/
/******************************/
body
	{
	margin: 0px;
	padding: 0px;
	background: #fff;
	}
body, font, table, tr, td, p, a, h1, h2, h3, h4, select, input, span, div
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	}
a
	{
	color: #008bc1;
	text-decoration: underline;
	}
hr
	{
	border: 0px;
	height: 1px;
	background: #aaa;
	}
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a
	{
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	color: #000;
	}
h1, h1 a
	{
	font-size: 14pt;
	margin: 0;
	}
h2, h2 a
	{
	font-size: 10pt;
	}
h3, h3 a
	{
	font-size: 9.5pt;
	border-bottom: 1px solid #aaa;
	}
h4, h4 a
	{
	font-size: 9pt;
	}
pre, pre a
	{
	font-size: 8pt;
	font-family: monospace;
	}
pre .search_highlight
	{
	background: #ff0;
	font-size: 8pt;
	font-family: monospace;
	}

/***********************/
/**  Global elements  **/
/***********************/
.no_bottom
	{
	border-bottom: none;
	}
.blue
	{
	color: #008bc1;
	}

/* SIGNIN PAGE */
.black
	{
	background: #000;
	color: #fff;
	}
.signin_box
	{
	border: 2px solid #fff;
	font-size: 10pt;
	padding: 5px 15px 10px 15px;
	}
.intro_line
	{
	font-size: 16pt;
	line-height: 18pt;
	}
.intro_cat
	{
	padding: 5px 0px 2px 0px;
	font-size: 13pt;
	}
.intro_desc
	{
	padding: 0px 0px 15px 0px;
	font-size: 11pt;
	}

/* NEW HEADER */
.header
	{
	width: 800px;
	font-size: 16pt;
	font-weight: bold;
	background-color: #000;
	margin: 15px 0px 10px 0px;
	font-family: calibri;
	font-size: 11pt;
	}
.header a
	{
	font-weight: bold;
	font-size: 11pt;
	font-family: calibri;
	text-decoration: none;
	color: #ddd;
	}
.header a:hover
	{
	text-decoration: underline;
	color: #fff;
	}
.header table
	{
	color: #ddd;
	font-size:11pt;
	}
.headertop {
	margin: 0px 0px 0px 0px;
	background: url('/organizations/cpc/images/header_ne.gif') no-repeat top right;
	}
.headertop div {
	margin: 0px 0px 0px 0px;
	font-size: 0;
	height: 9px;
	background: url('/organizations/cpc/images/header_nw.gif') no-repeat top left;
	}
.headerbottom {
	margin: 0px 0px 0px 0px;
	background: url('/organizations/cpc/images/header_se.gif') no-repeat bottom right;
	}
.headerbottom div {
	margin: 0px 0px 0px 0px;
	font-size: 0;
	height: 9px;
	background: url('/organizations/cpc/images/header_sw.gif') no-repeat bottom left;
	}
.header_bar a
	{
	font-family: calibri;
	padding: 10px;
	text-decoration: none;
	}
.header_bar a:hover
	{
	text-decoration: underline;
	}
.header .menu a:hover
	{
	text-decoration: underline;
	color: #008bc1;
	}
#print_title
	{
	display: none;
	}

/* WAITING CONTAINER */
#waiting_container
	{
	background: #fff;
	border: 2px solid #000;
	padding: 15px 25px;
	position: fixed;
	top: 150px;
	left: 300px;
	z-index: 3;
	}
#waiting_container td
	{
	font-weight: bold;
	color: #c00;
	}

/* EDITORS & EDITING */
#e_updated, #e_issuedate, #e_links, #e_notes, #e_actions, #e_status, #e_show
	{
	padding: 5px 0px 0px 5px;
	}
.content_display
	{
	cursor: pointer;
	}
#editor_nav
	{
	position: fixed;
	right: 0px;
	bottom: 0px;
	background: #eee;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	color: #000;
	font-weight: bold;
	padding: 10px;
	}
#editor_nav .editors_ok
	{
	background: #cfc;
	border: 1px solid #0c0;
	color: #0c0;
	margin: -5px -5px 5px -5px;
	padding: 5px;
	}
#editor_nav .editors_notice
	{
	background: #fcc;
	border: 1px solid #c00;
	color: #c00;
	margin: -5px -5px 5px -5px;
	padding: 5px;
	z-index: 10000;
	}
#editor_nav a
	{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}
#editor_nav a:hover
	{
	text-decoration: underline;
	}

/* POPUPS */
#popup
	{
	background: #fff;
	border: 1px solid #000;
	margin-top: 150px;
	position: absolute;
	top: 25px;
	left: 25px;
	width: 750px;
	z-index: 2;
	background: #eee;
	text-align: center;
	}
#popup .viewer
	{
	background: #fff;
	border: 1px solid #666;
	width: 724px;
	}
#popup .top
	{
	background: #eee;
	padding: 5px;
	color: #fff;
	cursor: default;
	}
#popup .content h1,
#popup .content h2,
#popup .content h3,
#popup .content h4
	{
	color: #000;
	text-decoration: none;
	border: 0px;
	}

/* FEEDBACK */
#feedback
	{
	background: #fff;
	border: 2px solid #000;
	padding: 15px;
	z-index: 2;
	position: fixed;
	top: 100px;
	left: 200px;
	width: 500px;
	margin-bottom: 20px;
	}
#feedback textarea { overflow:auto; }
#feedbackmsg {
	font-family:arial,sans-serif; 
	padding:2px; border: 1px solid #000; 
	background: #eee; 
	width: 100%;
	_width: 495px;
}

/* CITATION LOOKUP */
.popup_body
	{
	padding: 15px;
	}
.popup_header
	{
	background: #ddd;
	color: #008bc1;
	font-weight: bold;
	font-size: 1.2em;
	text-indent: 15px;
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #aaa;
	}

/* GLOSSARY */
#glossary_list
	{
	background: #fff;
	}
#glossary_results_container
	{
	border: 1px solid #999;
	background: #ccc;
	margin: 8px;
	height: 300px;
	overflow: auto;
	}
.glossary_result
	{
	margin: 8px;
	}
a.glossarylink, a.glossarylink:visited, a.glossarylink:link
	{
	color: #336633;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	font-style: italic;
	}
a.glossarylink:hover
	{
	color: #333333;
	cursor: pointer;
	text-decoration: underline;
	font-style: none;
	}
#glossary {
	position: absolute;
	top: 0px;
	left: 275px;
	width: 450px;
	background: #eeeeee;
	border: 1px solid #000000;
	z-index: 1000;
	height: auto;
}
#glossary_inner {
	padding: 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: auto; 
}
#glossary_header {
	padding: 3px 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #666666;
	background: #cccccc;
	font-weight: bold;
}

/* FOLDERS */
#folders
	{
	background: #fff;
	z-index: 2;
	border: 1px solid #000;
	padding: 5px;
	margin-top: 80px;
	cursor: default;
	width: 450px;
	position: absolute;
	left: 250px;
	}

/* CALENDAR */
#calendar
	{
	background: #fff;
	z-index: 2;
	border: 1px solid #000;
	padding: 5px;
	cursor: default;
	width: 200px;
	position: absolute;
	}
#calendar .daycell
	{
	background: #eee;
	text-align: center;
	}
#calendar .daycell_hover
	{
	padding: 1px;
	text-align: center;
	background: #ddd;
	border: 1px solid #999;
	}

/* TEXT EDITOR */
#viewer_container
	{
	position: fixed;
	border: 2px solid black;
	padding: 5px;
	overflow: auto;
	width: 650px;
	top: 50px;
	left: 50px;
	background: #eee;
	z-index: 2;
	}
#viewer
	{
	overflow: auto;
	padding: 5px;
	background: #fff;
	border: 1px solid #777;
	}
#lookup_container
	{
	position: fixed;
	border: 2px solid black;
	padding: 5px;
	overflow: auto;
	width: 650px;
	top: 50px;
	left: 50px;
	background: #eee;
	z-index: 2;
	}
#texteditor_container
	{
	position: fixed;
	top: 50px;
	left: 50px;
	width: 650px;
	background: #eee;
	padding: 10px;
	border: 2px solid #000; z-index: 2;
	}

/* BAR - ELIMINATE WHEN LIBRARY CHANGES */
.bar
	{
	padding: 4px 6px;
	margin: 0px;
	background-color: #888;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 5px solid #fff;
	}
.bar_plus
	{
	padding: 4px 6px;
	margin: 0px;
	background-color: #888;
	color: #fff;
	font-size: 9pt;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 5px solid #fff;
	padding-left: 20px;
	background-image: url('/images/plus_light.gif');
	background-repeat: no-repeat;
	background-position: 6px 8px;
	}
.bar_minus
	{
	padding: 4px 6px;
	margin: 0px;
	background-color: #888;
	color: #fff;
	font-size: 9pt;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 5px solid #fff;
	padding-left: 20px;
	background-image: url('/images/minus_light.gif');
	background-repeat: no-repeat;
	background-position: 6px 8px;
	}

/* CONTAINER/BOX */
.box
	{
	padding: 8px;
	border: 1px solid #aaa;
	margin-bottom: 5px;
	}

/* ALERTS/ERRORS */
.alertbox
	{
	padding: 15px;
	border: 1px solid #000;
	color: #000;
	background: #fe6;
	}
.alertbox a
	{
	color: #000;
	}
.notice
	{
	padding-left: 22px;
	background-image: url('/images/ico_warning.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #980;
	font-style: italic;
	}
.notice a
	{
	color: #870;
	}
.error
	{
	padding-left: 22px;
	background-image: url('/images/ico_error.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #b11;
	font-style: italic;
	}
.error a
	{
	color: #a00;
	}

/* TEXT */
.yellow /* ELIMINATE WHEN LIBRARY CHANGES */
	{
	color: #fff;
	}
.updated
	{
	font-size: 8pt;
	color: #b11;
	padding-left: 10px;
	}
.subtle
	{
	color: #777;
	}
.example
	{
	color: #777;
	font-size: 8pt;
	font-style: italic;
	}
.strike
	{
	text-decoration: line-through;
	}
.label
	{
	font-weight: bold;
	text-align: right;
	}
.small
	{
	font-size: 8pt;
	}

/* BACKGROUNDS */
.shaded
	{
	background: #eee;
	}
.white
	{
	background: #fff;
	}

/* STARS - TODO */
.subtle_header
	{
	color: #777;
	margin: 2px 0px;
	border-bottom: 1px solid #777;
	}

/* CALCULATIONS */
.asset_label
	{
	background: #eee;
	padding-left: 15px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.asset_body
	{
	padding: 2px;
	padding-left: 8px;
	}
.calc_label
	{
	vertical-align: top;
	}
.calc_param
	{
	border-bottom: 1px solid #aaa;
	padding: 0px 5px;
	font-weight: bold;
	vertical-align: top;
	}
.calc_value
	{
	vertical-align: bottom;
	border-bottom: 1px solid #aaa;
	padding: 0px 5px;
	text-align: right;
	font-weight: bold;
	}
.calc_number
	{
	vertical-align: top;
	}
.calc_number_right
	{
	vertical-align: bottom;
	}
.calc_hilight
	{
	color: #900;
	font-weight: bold;
	font-size: 9.5pt;
	}
.calc_heading
	{
	font-size: 10pt;
	font-weight: bold;
	}
.calc_small
	{
	font-size: 8pt;
	}

/* ACCORDION - ELrIMINATE WHEN LIBRARY CHANGES */
#accordion
	{
	}
#accordion .panel_head
	{
	font-size: 10pt;
	padding: 4px 6px;
	margin: 0px;
	background-color: #888;
	color: #fff;
	font-size: 9pt;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 5px solid #fff;
	padding-left: 20px;
	background-image: url('/images/plus_light.gif');
	background-repeat: no-repeat;
	background-position: 6px 8px;
	}
#accordion .panel_body
	{
	padding: 10px 20px;
	}
#accordion .panel_body p
	{
	margin-top: 0px;
	}
#accordion_visible
	{
	background-image: url('/images/minus_light.gif') !important;
	}
#accordion_panel1, #accordion_panel2, #accordion_panel3,
#accordion_panel4, #accordion_panel5, #accordion_panel6,
#accordion_panel7, #accordion_panel8, #accordion_panel9,
#accordion_panel10, #accordion_panel11, #accordion_panel12
	{
	margin: 0px;
	padding-bottom: 0px;
	border: none;
	}

/********************************/
/**  Area-specific formatting  **/
/********************************/
#iconhelp, #subhelp
	{
	margin: 0px;
	padding: 2px 5px;
	color: #fff;
	position: absolute;
	background: #000;
	z-index: 2;
	background: url('/images/trans_bg_black.png');
	font-weight: bold;
	}

#titlehelp
	{
	margin: 0px;
	padding: 2px 5px;
	color: #fff;
	position: absolute;
	z-index: 2;
	}

/* TRIAL */
.trialbar
	{
	background: #fff;
	border: 1px solid #000;
	padding: 5px 15px 5px 15px;
	font-size: 9pt;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
	}

/* MY ACCOUNT */
.account td
	{
	border: 2px solid #aaa;
	padding: 20px;
	vertical-align: top;
	}

.account .heading
	{
	width: 1%;
	white-space: nowrap;
	border: 0px;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 2px solid #aaa;
	vertical-align: top;
	padding-right: 50px;
	}

/* HANDBOOK */
.chooser
	{
	background: #eee;
	color: #666;
	padding: 0px 4px;
	font-size: 8pt;
	}
.chooser a, .chooser a:visited
	{
	color: #666;
	}
.chooser a:hover
	{
	color: #000;
	}

.hb_section_title
	{
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
.hb_section_number
	{
	font-weight: bold;
	padding-right: 2px;
	}
.hb_section_toc
	{
	margin-left: 15px;
	}
.hb_section_toc a
	{
	}

/* TITLE WITH ICONS */
table.titleIcons
    {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    color: #888;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 9.5pt;
    border-bottom: 1px solid #aaa;
    }

/* PRO vs. LITE TABLE */
.thick_header
	{
	background: #0078a7;
	color: #fff;
	text-decoration: underline;
	}
.thick_header th
	{
	border-bottom: 2px solid #999;
	}
.table_col
	{
	padding: 15px 5px 5px 20px;
	font-weight: bold;
	}
.table_sub
	{
	padding: 5px 5px 0px 30px;
	}

/* TOOLBAR */
.toolbar
	{
	background: #888;
	padding: 2px 10px;
	padding-top: 5px;
	width: 540px;
	border: 1px solid #000;
	border-bottom: 0px;
	text-align: right;
	z-index: 2;
	position: fixed;
	bottom: 0px;
	left: 230px;
	}

/* ALREADY FORMATTED TEXT */
.formatted h1, .formatted h2, .formatted h3
	{
	font-weight: bold;
	border: 0px;
	color: #000;
	margin: 0px;
	padding: 0px;
	}
.formatted h1
	{
	font-size: 10pt;
	}
.formatted h2
	{
	font-size: 9.5pt;
	}
.formatted h3
	{
	font-size: 9pt;
	}
.revrul table
	{
	margin: 5px;
	}
.revrul table td
	{
	padding: 5px;
	}
.revproc table
	{
	margin: 5px;
	}
.revproc table td
	{
	padding: 5px;
	}

/* CODE SECTIONS */
.section ol
	{
	margin: 0px;
	margin-left: 25px;
	padding-left: 0px;
	}
.section p
	{
	margin: 0px;
	margin-bottom: 8px;
	}
.section .title
	{
	font-weight: bold;
	}
.section td.codesecnum
	{
	color: #777;
	display: block;
	width: inherit;
	white-space: nowrap;
	}

/* REGULATIONS */
.reg_table
	{
	width: 500px;
	}

/* ANNOUNCEMENTS */
.informaltable table
	{
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
	}
.informaltable table td
	{
	padding: 2px 4px;
	}

/* ABOUT PAGE */
.about .photo
	{
	padding: 10px;
	}
.about .photo img
	{
	border: 1px solid black;
	}
.about .details
	{
	padding: 10px;
	}
.about .details:first-line
	{
	font-weight: bold;
	}

/* TINYMCE CLASSES */
.commentary_table
	{
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	}
.commentary_table td, .commentary_table th
	{
	padding: 4px;
	}

/* FOOTER */
.footer
	{
	clear: both;
	padding: 25px 0px 40px 0px;
	color: #000;
	font-size: 8.6pt;
	}
.footer a
	{
	color: #000;
	font-weight: normal;
	font-size: 8.6pt;
	}
.black .footer
	{
	color: #fff;
	}
.black .footer a
	{
	color: #fff;
	}

/*********************/
/**  Form elements  **/
/*********************/
input[type=button], input[type=reset], input.cbutton
	{
	border: 0px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	background: #0078a7;
	text-decoration: none;
	border-top: 1px solid #0078a7;
	border-left: 1px solid #0078a7;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	}

input[type=text]
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	}
textarea
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	}
select
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	}

/* ORANGE SEARCH BUTTON */
.searchbox {
	background: url('/organizations/cpc/images/orange_button.png') repeat-x;
	font-size: 11pt;
	font-family: Calibri;
	color: #000;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
	}
.searchboxtop {
	margin: 0px -5px 0px 0px;
	background: url('/organizations/cpc/images/orange_button_ne.gif') no-repeat top right;
	}
.searchboxtop div {
	margin: 0px 0px 0px -5px;
	font-size: 0;
	height: 4px;
	background: url('/organizations/cpc/images/orange_button_nw.gif') no-repeat top left;
	}
.searchboxbottom {
	margin: 0px -5px 0px 0px;
	background: url('/organizations/cpc/images/orange_button_se.gif') no-repeat bottom right;
	}
.searchboxbottom div {
	margin: 0px 0px 0px -5px;
	font-size: 0;
	height: 4px;
	background: url('/organizations/cpc/images/orange_button_sw.gif') no-repeat bottom left;
	}

/* COMMENTARY */
.summary_title a
	{
	font-size: 9.5pt;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
.summary_title a:hover
	{
	text-decoration: underline;
	}

/*** TABS - FOCUS ***/
.tab_focus_box { /* main container for tab */
	text-align: center;
	font-weight: bold;
	background: url('/images/tab_focus_bg.jpg');
	font-size: 10pt;
	width: 4.2em;
	height: 2.75em;
	cursor: pointer;
	}
.tab_focus_box:hover /* underlines name of tab on mouseover */
	{
	text-decoration: underline;
	cursor: pointer;
	}

.tab_focus_boxtop { /* top right corner */
	background: url('/images/tab_focus_ne.gif') no-repeat top right;
	}
.tab_focus_boxtop div { /* top left corner */
	font-size: 0;
	height: 10px;
	background: url('/images/tab_focus_nw.gif') no-repeat top left;
	}

.tab_focus_boxbottom_gray { /* bottom of gray tab with focus tab on left */
	margin-left: -14px;
	background: url('/images/tab_focus_gray.gif') no-repeat bottom left;
	}
.tab_focus_boxbottom_gray div { /* .tab_gray_boxbottom_gray { /* and gray on right */
	font-size: 0;
	height: 10px;
	margin-right: -14px;
	background: url('/images/tab_gray_gray.gif') no-repeat bottom right;
	}

.tab_focus_boxbottom_only_l { /* bottom of leftmost tab */
	margin-left: -12px;
	background: url('/images/tab_focus_left.gif') no-repeat bottom left;
	}
.tab_focus_boxbottom_only_l div {
	font-size: 0;
	height: 10px;
	}

.tab_focus_boxbottom_only_r { /* bottom of rightmost tab */
	}
.tab_focus_boxbottom_only_r div {
	font-size: 0;
	height: 10px;
	margin-right: -12px;
	background: url('/images/tab_focus_right.gif') no-repeat bottom right;
	}

/*** TABS - GRAY ***/
.tab_gray_box { /* main container for tab */
	text-align: center;
	font-weight: bold;
	background: url('/images/tab_gray_bg.jpg') no-repeat;
	color: #555;
	font-size: 9.5pt;
	width: 4.2em;
	height: 2.75em;
	z-index: -1;
	cursor: pointer;
	}
.tab_gray_box:hover { /* underlines name of tab on mouseover */
	text-decoration: underline;
	cursor: pointer;
	}

.tab_gray_boxtop { /* top right corner */
	background: url('/images/tab_gray_ne.gif') no-repeat top right;
	}
.tab_gray_boxtop div { /* top left corner */
	font-size: 0;
	height: 10px;
	background: url('/images/tab_gray_nw.gif') no-repeat top left;
	}

.tab_gray_boxbottom_gray { /* bottom of gray tab with gray tab on left */
	margin-left: -14px;
	background: url('/images/tab_gray_gray.gif') no-repeat bottom left;
	}
.tab_gray_boxbottom_gray div { /* .tab_gray_boxbottom_focus { /* and focus on right */
	font-size: 0;
	height: 10px;
	margin-right: -14px;
	background: url('/images/tab_gray_focus.gif') no-repeat bottom right;
	}
.tab_gray_boxbottom_gray div .tab_gray_boxbottom_gray { /* and gray on right */
	font-size: 0;
	height: 10px;
	margin-right: -14px;
	background: url('/images/tab_gray_gray.gif') no-repeat bottom right;
	}

.tab_gray_boxbottom_focus { /* bottom of focus tab with gray tab on left */
	margin-left: -14px;
	background: url('/images/tab_gray_focus.gif') no-repeat bottom left;
	}
.tab_gray_boxbottom_focus div { /*.tab_focus_boxbottom_gray { /* and gray on right */
	font-size: 0;
	height: 10px;
	margin-right: -14px;
	background: url('/images/tab_focus_gray.gif') no-repeat bottom right;
	}

.tab_gray_boxbottom_only_l { /* leftmost tab */
	margin-left: -12px;
	background: url('/images/tab_gray_left.gif') no-repeat bottom left;
	}
.tab_gray_boxbottom_only_l {
	font-size: 0;
	height: 10px;
	}

.tab_gray_boxbottom_only_r { /* rightmost tab */
	}
.tab_gray_boxbottom_only_r {
	font-size: 0;
	height: 10px;
	margin-right: -12px;
	background: url('/images/tab_gray_right.gif') no-repeat bottom right;
	}

/*** TAGS ***/
.tag_box { /* main container for tag */
	background: #bde2f2;
	color: #008bc1;
	font-size: 8pt;
	text-align: center;
	}
.tag_boxtop { /* top right corner */
	background: url('/images/tag_ne.gif') no-repeat top right;
	}
.tag_boxtop div { /* top left corner */
	font-size: 0;
	height: 3px;
	background: url('/images/tag_nw.gif') no-repeat top left;
	}
.tag_boxbottom { /* bottom right corner */
	background: url('/images/tag_se.gif') no-repeat top right;
	}
.tag_boxbottom div { /* bottom left corner */
	font-size: 0;
	height: 3px;
	background: url('/images/tag_sw.gif') no-repeat top left;
	}
.tag_boxtop_shaded { /* top right corner */
	background: url('/images/tag_gray_ne.gif') no-repeat top right;
	}
.tag_boxtop_shaded div { /* top left corner */
	font-size: 0;
	height: 3px;
	background: url('/images/tag_gray_nw.gif') no-repeat top left;
	}
.tag_boxbottom_shaded { /* bottom right corner */
	background: url('/images/tag_gray_se.gif') no-repeat top right;
	}
.tag_boxbottom_shaded div { /* bottom left corner */
	font-size: 0;
	height: 3px;
	background: url('/images/tag_gray_sw.gif') no-repeat top left;
	}
.tag_x { /* for 'X' button for tags */
	background: #bde2f2;
	color: #008bc1;
	border-left: 1px #008bc1 solid;
	font-size: 8pt;
}

/*** PGCALC ***/
.purchase_opts {
	text-align: center;
}
.purchase_opts th {
	background: #196e86;
	color: #fff;
}
.purchase_opts td {
	background: #e8f3bd;
}

/* DYNAMIC TEXTBOX */
#ajax_listOfOptions {
	position: absolute;	/* Never change this one */
	width: 175px;	/* Width of box */
	height: 250px;	/* Height of box */
	overflow: auto;	/* Scrolling features */
	border: 1px solid #317082;	/* Dark green border */
	background-color: #FFF;	/* White background color */
	text-align: left;
	z-index: 100;
	padding: 2px;
}
#ajax_listOfOptions div {	/* General rule for both .optionDiv and .optionDivSelected */
	margin: 1px;
	padding: 1px;
	cursor: pointer;
	font-size: 0.9em;
}
#ajax_listOfOptions .optionDiv {	/* Div for each item in list */

}
#ajax_listOfOptions .optionDivSelected { /* Selected item in the list */
	background-color: #317082;
	color: #FFF;
}
#ajax_listOfOptions_iframe {
	background-color: #F00;
	position: absolute;
	z-index: 5;
}

form {
	display: inline;
}

.agreement .sec_num {
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}
.agreement .sec_name {
	vertical-align: top;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}
.agreement .subsec_num {
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	padding: 10px 10px 10px 40px;
}
.agreement .subsec_desc {
	vertical-align: top;
	padding: 10px 10px 10px 0px;
}
