/*Стиль внешней таблицы календаря*/



table.bn_main_table 

{

	text-align:center;

	margin: 0 0 10px 0;

                width:205px;

}



/*Стиль таблицы календаря*/



table.bn_top_table 

{

                border-bottom: 1px solid #000000;

	width: 100%;

	color: #000000;

}



/*Стиль ссылки месяца*/



a.bn_month_name 

{

	font-family: Tahoma;

	font-size: 12px;

	color: #000000;

                text-decoration:none;

}



/*Стиль ссылки перехода по месяцам и годам*/



a.bn_arrow 

{

                font-family: Tahoma;

	font-size: 10px;

                color:#000;

                text-decoration:none;

}



/*Стиль ссылки дня*/



a.bn_link_day 

{

    color:#000;

    text-decoration:underline;

    font-size:12px;

}

a.bn_link_day:hover {

    text-decoration:none;

}

/*Стиль ячейки месяца и года*/



th.bn_month_name 

{

	font-family: Tahoma;

	font-size: 12px;

	color: #000;

	padding: 3px;

                font-weight:normal;

}



/*Стили ячейки перехода по месяцам и годам*/



th.bn_arrow 

{

                width: 20px;

	font-family: Tahoma;

	font-size: 12px;

	padding: 3px;

}



/*Стиль ячейки названий дней недели*/



th.bn_day_week 

{

	font-family: Tahoma;

	font-size: 13px;

	color: #FFF;

	width: 20px;

	padding: 3px;

	border-bottom: 1px solid #000000;

	text-align:center;

	background-color: #009011;

                font-weight:normal;

}



/*Стиль ячейки сегодняшнего дня*/



td.bn_today 

{

	color: #000;

	text-align:center;

	font-weight: bold;

	padding: 3px;

font-size:13px;

border-bottom: 1px solid #000000;

}



/*Стиль ячейки выбранного дня по ссылки*/



td.bn_selday 

{

    color: #000000;

    border-bottom: 1px solid #000000;

    text-align:center;

	font-weight: bold;

font-size:13px;

}



/*Стиль ячейки воскресного дня*/



td.bn_sunday 

{

	border-bottom: 1px solid #000000;

	text-align:center;

	font-weight: normal;

	color: #222;

font-size:13px;

}



/*Стиль ячейки субботнего дня*/



td.bn_saturday 

{

    border-bottom: 1px solid #000000;

	text-align:center;

	font-weight: normal;

	color: #222; 

font-size:13px;

}



/*Стиль ячейки всех дней недели кроме субботы, воскресенья и сегодняшнего дня*/



td.bn_day 

{

    border-bottom: 1px solid #000000;

	text-align:center; 

	font-weight:normal;

	color: #222;

    font-size:13px;

height:10px;

}

