﻿.htmlMessage p
{
	margin: 0px;
}

.photo
{
    border: solid 1px gray;
    padding: 5px;    
}

.blogFooter 
{
  padding: 2px 10px;
  margin: 0px;
  margin-bottom: 15px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  text-align: right
}

.guestbookEntry
{
		border: solid 1px gray;
    padding: 15px;
    margin-bottom: 10px;
    vertical-align: top;
    text-align: right;
}
.guestbookMessage
{
}

.photoalbum
{
	border: solid 1px gray;
}

.sideBox 
{
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	padding-bottom: 0.5em;
}
.sideBoxHeader h2 {
	background: url(box-corner.png) top left no-repeat;
	color: white;
	padding: 0 9px 0 10px;
	display: inline;
	font-size: 15px;
}
/* IE6-hack */
* html .sideBoxHeader h2 {
	background: url(box-corner-ie6.png) top left no-repeat;
}
.sideBoxBody {
	border: 2px solid gray;
	background-color: white;
	padding: .6em;
	overflow: hidden;
	font-size: 12px;
}
#sideBoxTags ul {
	display: block;
	padding: 0;
	margin: 0;
}
#sideBoxTags li {
	display: inline;
}
#sideBoxTags li:after {
	content: ' \00B7';
}
#sideBoxTags li:last-child:after {
	content: '';
}
#sideBoxLogin .sideBoxBody {
	min-height: 200px;
}
#sideBoxLogin table {
	width: 100%;
}
#sideBoxLogin th {
	font-weight: normal;
	text-align: left;
	width: 40%;
}
#sideBoxLogin td input {
	/*width: 90%;*/
}
#sideBoxAboutCompilation .sideBoxBody {
	min-height: 250px;
}
#sideBoxBlogs ul {
    margin: 0;
    padding: 0;
}
#sideBoxBlogs .time {
	color: #999;
	font-size: smaller;
}
.selected, .unselected
{
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.unselected
{
    background-color: transparent;
    border: solid 1px gray;
}

.selected
{
     background: gray;
     border: solid 1px gray;
}

a
{
	color: gray;
	font-weight: 400;
	font-size: 12px
}
a:hover
{
	text-decoration: none;
}


.buttonsmall, .buttonsmall-ovr
{
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-size: smaller;
	height: 20px;
	padding: 0px 0px;
	background:url(images/formbg.gif) repeat-x left top;
}

body
{
	background: url(images/background.gif) repeat-x left top;
}