/* CSS Document */
.boxtitle {
	background: url(images/repeater.gif);
	height: 33px
}
.repeater {
	background: url(images/repeater.gif) repeat-x;
}
.rotate {
	background: url(images/rotate.gif) no-repeat;
	width: 45px;
	height: 33px
}
.text {
	background: url(images/static.gif) no-repeat;
	height: 33px;
	color: #eeeeee;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 14px;
	text-indent: 10px
}

.right {
	background: url(images/end.gif);
	width: 28px
}
body {
	background-color: #666666
}
table, tr, td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.boxmain {
	background: #E6E6D9 url(images/leftbg.gif) repeat-y left;
	padding: 0px;
	padding-left: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
  }
.boxright {
	background: #E6E6D9 url(images/rightbg.gif) repeat-y right;
}
.boxbottom {
	background: #E6E6D9 url(images/bottom.png) no-repeat left;
	height: 28px;
}
.boxbottomright {
	background: #E6E6D9 url(images/bottomleft.png) no-repeat right;
	height: 28px;
}
#diary {
	width: 250px
}
#diary .text {
width:178px
}
#pages {
	width: 250px
}
#pages .text {
width:178px
}
#main {
	width: 475px
}
ul {
	list-style-image: none;
	list-style-type: square;
	position: relative;
	left: -20px;
}
li {
	padding-top: 4px
}
a {
	color: #003399;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.login {
float:right;
padding:8px;
font-size:9px;
}
.login input {
border:#666666 1px solid;
font-size:9px;
width:90px;
background:#DBCDA4;
}
.login .submit {
width:50px;
background:#eeeeee;
}