﻿/* CSS layout */
body {
	background: url('./wsky01.gif') repeat-y fixed;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
form {
	margin: 0px;
}
ul {
	margin: 0px;
	text-indent: 0px;
}
.container {
	margin: 10px 50px 10px 50px;
	min-width: 600px;
	text-align: center;
}
#right_col {
	width: 200px;
	float: right;
	font-size: 12px;
	text-align: left;
}
#home {
	margin: 2px;
	text-align: center;
}
#page_content {
	margin-right: 220px;
	text-align: left;
}
.spacer {
	height: 20px;
}
.submenu {
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: #0033CC;
	padding: 3px;
	font-weight: bold;
}
.submenu {
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: #0033CC;
	padding: 3px;
	font-weight: bold;
}
.recent {
	height: 14px;
	width: 200px;
	overflow: hidden;
	margin: 0px;
	white-space: nowrap;
}
#calendar {
	text-align: center;
}
.hc_month {
}
.hc_empty {
	background-color: #C0C0C0;
}
.hc_date {
}
.hc_date_linked {
	background-color: #FFCC99;
}
.hc_today {
	font-weight: bold;
}
.hc_today_linked {
	background-color: #FFCC99;
	font-weight: bold;
}
#login_form {
}
#admin {
	list-style-type: square;
	list-style-position: inside;
}
#administrator {
	text-align: center;
}
#categories {
	list-style-type: square;
	list-style-position: inside;
}
#header1 {
	font-size: 16pt;
	font-weight: bold;
	color: #0000FF;
	cursor: pointer;
}
#header2 {
	font-size: 10pt;
	color: #000000;
	line-height: 18px;
}
.title {
	color: #FFFFFF;
	background-color: #0033CC;
	padding: 3px;
	font-size: 12pt;
}
.category {
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 20px;
}
.content {
	font-size: 12pt;
}
.photo {
	text-align: center;
	border-style: none;
}
.subtitle {
	color: #FFFFFF;
	background-color: #0033CC;
	text-decoration: underline;
	padding: 3px;
}
.status {
	font-size: 10pt;
	text-align: right;
}
.comment_head {
	margin: 5px 5px 0px 5px;
	padding: 5px;
	border: 1px solid #000000;
	font-size: 10pt;
}
.comment_body {
	margin: 0px 5px 5px 5px;
	padding: 5px;
	border: 1px solid #000000;
	font-size: 10pt;
}
.error {
	color: #FF0000;
	font-size: 18px;
	text-align: center;
}
.guide {
	font-size: 10pt;
	width: 50%;
}
.guide2 {
	font-size: 10pt;
	width: 50%;
	text-align: right;
}
.emoji {
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
}
#wait_mes {
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	position: absolute;
	z-index: 10;
	border-style: double;
	border-color: #FF0000;
	background-color: #FFFF99;
	padding: 5px;
	visibility: hidden;
}
