/* ------------------------------------------------------
|	Print Stylesheet for User Publications Help
|	Text Design for Print
|	Version: 1.0
--------------------------------------------------------*/

/* MARGINS
--------------------------------------------------------*/
@page {
	margin: 1in;
}

#content, .content_body {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	height: auto !important;
}

.content_body {
	margin-left: 35px !important;
}

/* COLOR
--------------------------------------------------------*/
a .yStepNumber,
a:link, 
a:link:hover, 
a:active, 
a:visited {
	color: #909090;
}

h2,
.H2Sidebar,
.yAlert,
th,
.Important,
.ImportantSubIndent,
.Important .Emphasis,
.ImportantSubIndent .Emphasis,
.Warning .Emphasis {
	color:#2d6aa0;
}

h3,  
.HStep,
.HStep>a:link { 
	color:#2d6aa0;
}

/* INLINE/SPAN/"CHARACTER" STYLES
--------------------------------------------------------*/

.UIOutputStyle-Expanded .Name,
.DisplayInline {
	color:#2d6aa0;
}

/* ALERTS
--------------------------------------------------------*/

.WarningBox {
	color:#2d6aa0;
}

/* TASKS
--------------------------------------------------------*/

/* Task Box 
--------------------------------------------------------*/
.TaskBox {
	border-top: 0px solid;
}

.TaskBoxNotFollowedByTask {
	border-bottom: 0px solid;
}

.TaskIcon {
	display:block;
}

/* Task Content Box 
--------------------------------------------------------*/
.TaskContentBox {
	display: block;
}

.DisplaySentenceIcon, .show_task_icon, .hide_task_icon {
	background-image: none;
}

/* Important (anywhere inside a Task) 
--------------------------------------------------------*/
.TaskContentBox .Important,
.TaskBox .Important {
	color:#2d6aa0;
}

/* TABLE HEADINGS
-------------------------------------------------------- */
th {
	color: #2d6aa0;
	background-color: #ffffff;
}


/* SIDEBARS
--------------------------------------------------------*/
.SidebarBox {
	background-color: #ffffff;
	border-color: #858585;
	border-width: 1px;
	border-style: solid;
}

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

.copyright { /* the text at the bottom of each page */
	display: block !important;
}

/* VIDEO LINKS
--------------------------------------------------------*/
.VideoLink {
	display:none !important;
}

/* OUTER FRAME ITEMS
--------------------------------------------------------*/

#nav_box {display:none !important;}
#grey_box {display:none !important;}
#top_nav {display:none !important;}
#bottom_nav {display:none !important;}
#search_drop_box {display:none !important;}



.GlossaryTabs, .GlossaryTabs:after {
	display: none;
}
