* {
	font-size: 9pt;
	font-family: 'Tahoma';
}
body {
	margin: 0;
	overflow: auto;
	background-color: #CDD6DD;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #0066A7;
	text-decoration: none;
}
a:hover {
	color: red;
}
ins {
	color: #ff6600;
	text-decoration: none;
}
div.editor {
	float: right;
	padding: 2px;
}
#main {
	background-color: white;
	width: 920px;
	margin: 0px auto;
	text-align: left;
}
#top {
	text-align: right;
}
#top a.right {
	margin: 8px;
	color: black;
	line-height: 26px;
}
#top img {
	border: none;
	float: left;
}
#head {
	clear: both;
	color: white;
	height: 50px;
	padding: 10px;
	font-size: 10.5pt;
	text-align: right;
	text-transform: capitalize;
	background-color: #0066A7;
}
#head h1 {
	color: white;
	float: left;
	font-size: 24px;
	padding: 5px;
	margin-top: 10px;
}
#head a {
	color: white;
	text-decoration: none;
}
#logo {
	width: 190px;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #B3CBE1;
}
#left {
	clear: left;
	float: left;
	width: 190px;
	padding: 10px;
	border-right: 1px dashed #B3CBE1;
}
#left div.part {
	margin-top: 10px;
	margin-bottom: 0px;
	border-top: 1px solid #B3CBE1;
}
#left div.part img {
	border: none;
	vertical-align: middle;
}
#left h4 {
	font-weight: bold;
	color: #808080;
	line-height: 1.5;
	font-size: 120%;
	margin: 3px auto;
}
#left li {
	margin: 3px auto;
	line-height: 1.4;
	list-style: none none outside;
}
#left input {
	height: 20px;
	border: 1px solid #ccc;
}
#left button {
	height: 20px;
	width: 48px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
}
#right {
	width: 675px;
	float: right;
	padding: 10px;
}
#right h1.title {
	margin: 0px;
	padding: 8px;
	font-size: 10.5pt;
	color: white;
	background-image: url(/blog/title_bg.jpg);
}
#right img.item {
	float: left;
	margin: 4px 6px;
	border: none;
}
#right div.part {
	margin: 5px 1px;
}
#right div.body {
	margin: 3px auto;
	line-height: 1.5;
}
#right div.body * img {
	max-width: 660px;
　　width: expression(this.offsetWidth > 660 ? '660px': true);
}
#right div.tags {
	margin-top: 4px;
	color: #0066A7;
}
#right h4.title {
	margin: 3px auto;
}
#right span.right {
	float: right;
	color: #808080;
}
div.clear, p.clear {
	clear: both;
}
div.pager {
	text-align: right;
	padding: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	border-top: 1px dashed #C4D6FF;
	border-bottom: 1px dashed #C4D6FF;
	background-color: #F0FAFC;
}
div.pager a {
	border: 1px solid #CCCCCC;
	padding: 2px 5px 1px;
	text-decoration: none;
}
div.pager a.current {
	background-color: #A2A2A2;
	color: #FFFFFF;
	font-weight: bold;
}
div.line {
	height: 2px;
	background-color: #D8EFF5;
	font-size: 1px;
}
#right div.line {
	margin: 5px 1px;
}
div.photo {
	float: left;
	width: 150px;
	height: 230px;
	margin: 5px 8px 5px 1px;
	padding: 4px;
	border: 1px solid #B3CBE1;
}
.error {
	color: red;
}
.color {
	color: #ff6600;
}
.preview {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.pads {
	padding-left: 8px;
	padding-right: 8px;
}
div#first {
	margin-left: 0px;
}
div.photo img {
	border: none;
}
div.photo p {
	line-height: 1.4;
	text-align: left;
	margin: 4px auto 0px auto;
	padding-top: 3px;
	border-top: 1px dashed #B3CBE1;
}
textarea.comment {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 500px;
}
#foot {
	margin: 0px auto;
	text-align: center;
}
#foot div {
	line-height: 22px;
	color: #5580C0;
}
#foot a {
	padding: 2px 3px;
	color: #5D82AF;
}
#foot a:hover {
	color: red;
}
.left button {
	margin-top: 5px;
	margin-right: 10px;
}
#calendar {
	margin-top: 10px;
	border: 1px solid #B3CBE1;
}
#calendar td {
	text-align: center;
}
#calendar .header td {
	font-weight: bold;
}
#calendar .title td {
	background-color: #F0FAFC;
	border-bottom: 1px solid #C0DAF3;
}
#calendar a {font-weight: bold;}
#calendar .sunday {color: red;}
#calendar .satday {color: red;}
#calendar .today {background-color: #C0DAF3;}

div#dialog {
	width: 400px;
	height: 160px;
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #A8E1F5;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
#dialog .header {
	height: 21px;
	padding: 0px 3px;
	background-image: url(/blog/bghead.gif);
}
#dialog .tailer {
	height: 36px;
	text-align: right;
	background-color: #D9F3FC;
}
#dialog div {
	cursor: default;
	font-weight: bold;
	padding-left: 18px;
	line-height: 16px;
	background-image: url(/blog/icon.gif);
	background-repeat: no-repeat;
}
#dialog button {
	width: 80px;
	margin-right: 10px;
	cursor: pointer;
}
.calendar {
	display: none;
	position: absolute;
	border: 2px solid #C0DAF3;
	background-color: #F0FAFC;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.calendar td {
	width: 25px;
	font-size: 9pt;
	cursor: default;
	text-align: center;
	border: 1px solid #F0FAFC;
	background-color: #F0FAFC;
}
.calendar .btnUp {
	border-width: 1px;
	border-style: solid;
	border-color: #fff #C0DAF3 #C0DAF3 #fff;
}
.calendar .btnDown {
	border-width: 1px;
	border-style: solid;
	border-color: #C0DAF3 #fff #fff #C0DAF3;
}
.calendar .month {font-weight: normal;}
.calendar .hover {border: 1px solid #C0DAF3;}
.calendar .sunday {color: red;}
.calendar .satday {color: red;}
.calendar .today {color: blue;}
.calendar .notday {color: lightgrey;}

