/*
.print_btn {
    display:none !important;
    visibility:hidden !important;
    height:1px !important;
    overflow:hidden !important;
}
*/
.leader
{
	display: none !important;
}
#pop_content .pop_in_header
{
	padding: 0px !important;
}
#pop_in_body, form, .jspContainer
{
	overflow: visible !important;
	height: auto !important;
}

/*****print styles*****/

h1
{
	font-size: 22pt;
	line-height: 120%;
}

h2
{
	font-size: 20pt;
	line-height: 120%;
}

h3
{
	font-size: 18pt;
	line-height: 120%;
}

h4
{
	font-size: 16pt;
	line-height: 120%;
}

h5
{
	font-size: 15pt;
	line-height: 120%;
}

h6
{
	font-size: 14pt;
	line-height: 120%;
}

#sub_content p.CCEHeading1
{
	font-size: 18pt !important;
	line-height: 120%;
}

#sub_content p.CCEHeading2
{
	font-size: 16pt !important;
	line-height: 120%;
}

#sub_content p.CCEHeading3
{
	font-size: 14pt !important;
	line-height: 120%;
}

#sub_content, #sub_content p, .Section1, #sub_content ol li, #sub_content ul li
{
	font-size: 13pt;
	line-height: 140%;
}

#sub_content img
{
	border: none;
}

.left img
{
	padding: 0 !important;
}

#blank_layout #sub_content
{
	margin: 20px auto 25px auto !important;
}

/***unique layouts***/

span.languageIndicator, span.languageDropDown
{
	font-size: 13pt;
	line-height: 140%;
}

.publications img
{
	border: 1px solid #D1D3D4 !important;
}

.Section1 ul li ul li
{
	background: none;
	list-style: square !important;
}

.details div a, .events_list div a
{
	display: none;
}

/* Printer friendly */
html.print_fmt div.head div.print_div
{
	padding: 3px 0 8px 0;
}
html.print_fmt div.head a.print_now_btn
{
	width: 20px;
	height: 13px;
	position: absolute;
	background: transparent url("/img/ccssite/leaderboard_sprites.png") no-repeat 0px 0px;
	cursor: pointer;
	visibility: visible;
	display: inline;
}
html.print_fmt div.head a.print_now_btn.print_now_btn:hover
{
	background-position: 0px -17px;
}
html.print_fmt div.head a.print_now_btn:before, html.print_fmt div.head a.print_now_btn:after
{
	content: '';
}

