/* *************************************************************************
*
*  File: print.css
*  Purpose: Print Version Classes
*
************************************************************************* */

/* *************************************************************************
*
*  DEFAULT STYLES REDEFINITION
*
************************************************************************* */

body
{
	margin: 0px;

	padding: 25px;
}

img
{
	border: none;
}

/* *************************************************************************
*
*  LAYOUT
*
************************************************************************* */

.content
{
	margin: 0px 0px 40px 0px;
}

/* ********************************************************************** */

.footer
{

}

.footerContainer
{
	font-size: 95%;

	width: 100%;
}

.footerContainer td
{
	border-top: 1px solid #818181;

	padding-top: 10px;

	vertical-align: top;
}

.infoFooterCopyright
{
	padding-left: 10px;
}

.navFooterDeveloper
{

}

.navFooterDeveloper img
{
	float: left;

	margin-right: 6px;
}

.colFooterLeft
{

}

.colFooterRight
{
	width: 130px;
}

/* ********************************************************************** */

.header
{
	margin-bottom: 10px;
}

.headerContainer
{
	font-size: 100%;

	width: 100%;
}

.headerContainer td
{
	font-size: 95%;

	vertical-align: top;
}

.headerLogo
{

}

.headerDate
{
	padding-left: 24px;
}

.headerDate p
{
	margin: 0px;

	padding: 0px;
}

.headerDatePrint .title,
.headerURL .title
{
	color: #E50D0D;

	text-align: left;
}

.headerDatePrint .content,
.headerURL .content
{
	text-align: left;
}

.headerDatePrint
{
	padding-left: 24px;

	text-align: right;
}

.headerURL
{
	padding-top: 30px;
}

.colHeaderLogo
{
	width: 100%;
}

.colHeaderDate
{

}

.colHeaderURL
{
	width: 1%;
}

.colHeaderDatePrint
{
	width: 1%;
}

/* *************************************************************************
*
*  CONTENT
*
************************************************************************* */

.contentTextHeader h1
{
	color: #E50D0D;

	font-size: 190%;
	font-weight: normal;

	margin: 0px 0px 14px 0px;

	padding: 0px;
}

.contentTextContent p
{
	margin: 0px 0px 18px 0px;

	padding: 0px;
}

/* *************************************************************************
*
*  DISABLED CONTENT
*
************************************************************************* */

.banner,
.clEmpty,
.contentAdverts,
.contentServices,
.headerAdverts,
.headerBannerTop,
.headerLatest,
.navFooter,
.navHeaderSections,
.navHeaderTopics,
.navSearch,
.navSearchMode,
.newsActions ul,
.newsDiscussion,
.printHide
{
	display: none;
}

.contentTextContainer {}
