﻿/**************************************************************************************/
/*  Page
/**************************************************************************************/
.pnlPage
{
	position : relative;
	width    : 528px;
}

.pnlPageTitle
{
	position      : relative;

	font-family   : Arial;
	font-size     : 24px;
	font-weight   : bold;
	
	color         : #000000;
	
	margin-bottom : 15px;
}

.sifrPageTitleLong, .sifrPageTitle
{
	font-family : Arial;
	font-size   : 24px;
	font-weight : bold;

	line-height : 1em;

	cursor      : default;

	width       : 260px;
}

.sifrPageTitleLong
{
	width : 530px;
}

.pnlPageContent
{
	position    : relative;

	font-family : Arial;
	font-size   : 12px;

	line-height : 18px;

	color       : #7d7d7d;
}