<?php
define ('PL_CALENDAR_TEMPS_SORT_BY_TITLE', '  '); 
define ('PL_CALENDAR_TEMPS_ROOT_NAME', ' ');
define ('PL_CALENDAR_TEMPS_EDIT_CSS', ' CSS  ');
define ('PL_CALENDAR_TEMPS_RE', ' ');
define ('PL_CALENDAR_TEMPS_HEADER', ' ');
define ('PL_CALENDAR_TEMPS_NOT_USED', '   ');
define ('PL_CALENDAR_TEMPS_DEFAULT', ' ');
define ('PL_CALENDAR_TEMPS_USED', '  ');
define ('PL_CALENDAR_TEMPS_TITLE', '');
define ('PL_CALENDAR_TEMPS_LANGUAGE', ''); 
define ('PL_CALENDAR_TEMPS_MONTH', '    ');
define ('PL_CALENDAR_TEMPS_MONTH_NEXT', ' ');
define ('PL_CALENDAR_TEMPS_MONTH_BACK', ' ');
define ('PL_CALENDAR_TEMPS_YEAR_NEXT', ' ');
define ('PL_CALENDAR_TEMPS_YEAR_BACK', ' ');
define ('PL_CALENDAR_TEMPS_NO_NAME', '   !');
define ('PL_CALENDAR_TEMPS_CSS', '  CSS');
define ('PL_CALENDAR_TEMPS_TAB_BASIC', '');
define ('PL_CALENDAR_YEAR_FOUR', '');
define ('PL_CALENDAR_YEAR_TWO', '');
define ('PL_CALENDAR_MONTH_INT', '');
define ('PL_CALENDAR_MONTH_TEXT', '');
define ('PL_CALENDAR_TEMPS_NO_CREATE_FILE', '    CSS !     /prog/css.');
define ('PL_CALENDAR_TEMPS_NO_DELETE_FILE', '    CSS !     /prog/css.');
define ('PL_CALENDAR_TEMPS_CREATE_FILE', ' ');
define ('PL_CALENDAR_TEMPS_DELETE_ERROR', '         .  !');  

define ('PL_CALENDAR_TEMPS_DEFAULT_CSS', "
/*   */

table.bn_main_table 
{
	text-align:center;
	margin: 0px;
}

/*  */

table.bn_top_table 
{
    border-bottom: 1px solid #000000;
	width: 100%;
	color: #000000;
}

/*  */

a.bn_month_name 
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
}

/*      */

a.bn_arrow 
{
    font-family: Arial;
	font-size: 10px;
}

/*  */

a.bn_link_day 
{
}

/*    */

th.bn_month_name 
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	padding: 3px;
}

/*      */

th.bn_arrow 
{
    width: 20px;
	font-family: Arial;
	font-size: 10px;
	padding: 3px;
}

/*    */

th.bn_day_week 
{
	font-family: Arial;
	font-size: 12px;
	color: #003366;
	width: 20px;
	padding: 3px;
	border-bottom: 1px solid #000000;
	text-align:center;
	background-color: #CCFFFF;
}

/*   */

td.bn_today 
{
	color: #FF8400;
	border-bottom: 1px solid #000000;
	text-align:center;
	font-weight: bold;
	padding: 3px;
}

/*     */

td.bn_selday 
{
    color: #FF0000;
    border-bottom: 1px solid #000000;
    text-align:center;
	font-weight: bold;
	padding: 3px;
}

/*   */

td.bn_sunday 
{
	border-bottom: 1px solid #000000;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	color: #878787;
}

/*   */

td.bn_saturday 
{
    border-bottom: 1px solid #000000;
	text-align:center;
	font-weight: bold;
	padding: 3px;
	color: #878787; 
}

/*      ,    */

td.bn_day 
{
    border-bottom: 1px solid #000000;
	text-align:center; 
	font-weight: bold;
	padding: 3px;
	color: #003366;
}
");
define ('PL_CALENDAR_DEFAULT_DATA', '{MONTH_TEXTUAL}  {SHORT_YEAR}');
define ('PL_CALENDAR_DEFAULT_MONTH_NEXT', '&gt;');
define ('PL_CALENDAR_DEFAULT_MONTH_BACK', '&lt;');
define ('PL_CALENDAR_DEFAULT_YEAR_NEXT', '&gt;&gt;');
define ('PL_CALENDAR_DEFAULT_YEAR_BACK', '&lt;&lt;');
?>