.main {
	margin-left: 210px;
}
.panels {
	padding: 5px;
	float: left;
	width: 200px;
	font-size: x-small;
	background-color: #f0f7ff;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.panels h1 {
	font-family: Georgia,'Times New Roman',times,serif;
	font-weight: normal;
	font-size: small;
	text-align: center;
	border-bottom: 1px solid #999999;
	margin-top: 10px;
}

.panels h2 {
	font-family: Georgia,'Times New Roman',times,serif;
	font-weight: normal;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
.panels h2.toggler {
	cursor: pointer;
}

.panels ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}

.panels table.calendar {
	width: 100%;
}
.panels table.calendar td {
	font-family: Georgia,'Times New Roman',times,serif;
	font-size: x-small;
}
.panels table.calendar td.monthname {
	text-align: center;
}

.panels table.bloglinks {
	margin-left: auto;
	margin-right: auto;
}
.panels table.bloglinks td {
	padding: 2px;
}
.panels .cc {
	text-align: center;
}
.panels .cc a { text-decoration: none; }
.panels .cc a:hover { text-decoration: underline; }
.panels .cc .fivebucks {
	margin-top: 10px;
}
.panels .toys {
	text-align: center;
}

.panels .imager a { text-decoration: none; }
.panels .imager a:hover { text-decoration: underline; }
.panels .imager table.headers {
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 3px;
}
.panels .imager table.headers td {
	padding: 1px;
	text-align: center;
	width: 50%;
}
.panels .imager table.headers td.active {
	text-align: left;
	font-weight: bold;
}
.panels .imager table.headers td.inactive {
	text-align: right;
	color: #6685c3;
	cursor: pointer;
}
.panels .imager .item {
	padding: 2px;
}
.panels .imager .highlight {
	background-color: #f0f7ff;
}
.panels .imager .item:hover {
	background-color: #f0f7ff;
}

.panels ul.admin li {
	font-size: small;
}
.panels ul.admin ul {
	margin-bottom: 10px;
}

.panels ul.blogTags li {
	clear: both;
}
.panels ul.blogTags li .lft {
	float: left;
}
.panels ul.blogTags li .rgt {
	float: right;
	color: #6685C3;
	cursor: pointer;
}

.panels .footer {
	text-align: right;
}
.panels .footer a {
	text-decoration: none;
}
.panels .footer a:hover {
	text-decoration: underline;
}