/*------------------------------------ Стили всего документа --------------------------*/
	a {color:orangered; text-decoration:underline}
	a:hover {color:orangered; text-decoration:none}
	body, #body {font-family:"Courier New", Courier, mono; font-size:12px; text-align:justify; background-color:#003366; color:#303030; padding:5px 10px 10px 10px}

	#small {font-size:85%}
	#smallest {font-size:75%}

	#person {font-family:"Times New Roman", Times, serif; font-size:100%; color:#ffffff; text-align:right}
	#journal {font-family:"Times New Roman", Times, serif; font-size:300%; color:#ffffff; text-align:center}

	#message {background-image:url(/img/journals/simba2/corner.gif); background-position:top right; background-repeat:no-repeat; background-color:#FFFFFF; padding:20px;}
	#comments {font-size:85%; border-top:1px solid #C1C1C1; padding-top:10}

/*----------------------------------- Стили элементов сообщения ---------------------*/
	#date {text-align:right}

	#day {font-size:20pt; font-weigh:bold;}
	#month {font-size:10pt;}
	#time {font-size:65%; font-weight:bold; color:#000000; background-color:#666666; padding:2px 2px 2px 2px}

	#title {font-family:"Courier New", Courier, mono;  font-size:130%; padding-bottom:3px; border-bottom:1px solid #C1C1C1; font-weight:bold}

	#author {font-family:arial; font-size:14pt; color:#202020; font-weight:bold;background-color:#E0E0E0;width:100%;padding:2 2 2 15}

/*------------------------------------ Настройки календаря ----------------------------*/
	
.Calendar {
	border:0;
	font-size:80%;
}
.Calendar tr.Header th {
	text-align:center;
	font-weight:bold;
	font-size:150%;
}
.DayNames td {
	text-align:center;
}
.Week td {
	text-align:right;
	padding-right:5px;
}
.Weekend {
	color:orange;
	background-color:#272727;
}
.Calendar tr.Navigation td {
	text-align:center;
}
ul.pages {
  padding-left: 0;
}

ul.pages li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
}