/* \*/
* html p {
	overflow: hidden;
	overflow: visible;
	height: 1%;
}
/* */
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #e23e00;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font: 80% sans-serif;
}
img {
	border: 0px;
}
#header {
	background: url('./kcms_default/header_wallpaper.png');
	width: 910px;
	text-align: left;
	margin: 10px auto 0px auto;
	font-size: 150%;
	padding: 45px 10px 0px 10px;
	font-weight: bold;
	color: #fff;
	height: 65px;
}
h1 {
	background: url('./kcms_default/h1_wallpaper.png');
	width: 910px;
	text-align: left;
	margin: 5px auto 0px auto;
	font-size: 110%;
	padding: 9px 10px 0px 10px;
	color: #fff;
	height: 26px;
}
h2 {
	margin: 10px 0px 0px 0px;
	font-size: 110%;
	padding: 5px;
	background: #53331a;
	color: #fff;
}
#center-column h2 {
	margin: 10px 0px 0px 0px;
	font-size: 120%;
	padding: 7px;
  background: #f0f0f0;
  border: 0px;
}
h3 {
	margin: 10px 0px 0px 0px;
	font-size: 120%;
	padding: 0px;
}
p {
	line-height: 160%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
form div {
	line-height: 200%;
	margin-top: 10px;
	padding: 0px 10px 10px 10px;
	background: #fafafa;
	border-top: 1px solid #d7d7d7;
}
form div #options {
	margin: 0px;
	padding: 0px;
	background: none;
	border: 0px;
}
form div table {
	margin-top: 5px;
	border: 0px;
	width: 100%;
}
form div table td {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
table {
	margin: 10px 0px 0px 0px;
	border: 1px solid #808080;
	width: 100%;
}
table td {
	padding: 3px;
	margin: 0px;
	border: 1px solid #f0f0f0;
}
table th {
	background: #e6e6e6;
	text-align: center;
	padding: 3px;
	margin: 0px;
	color: #3b3b3b;
}
.table-title {
	background: #53331a;
	color: #fff;
	font-size: 110%;
	padding: 5px;
	text-transform: none;
}
.desc {
	font-size: 75%;
	margin-top: 5px;
	display: block;
}
.small-text {
	font-size: 75%;
}
#content {
	margin: 0px auto;
	width: 930px;
	text-align: left;
	background: #fff;
	padding-bottom: 10px;
}
ul, ol {
	line-height: 160%;
	margin: 10px 0px 0px 0px;
}
#left-column ul, #right-column ul {
	list-style-type: none;
	padding: 0px;
}
#left-column li, #part-bar li, #right-column li {
	display: inline;
}
#left-column ul li a:link, #left-column ul li a:visited, #right-column ul li a:link, #right-column ul li a:visited {
	background: #f0f0f0;
	padding: 3px 10px;
	display: block;
	color: #000;
	margin-bottom: 1px;
}
#left-column ul li.active-item a:link, #left-column ul li.active-item a:visited, #right-column ul li.active-item a:link, #right-column ul li.active-item a:visited {
	border: 1px solid #c0c0c0;
	background: #fff;
	text-decoration: none;
	color: #e23e00;
}
#left-column ul li a:hover, #right-column ul li a:hover {
	background: #53331a;
	color: #fff;
	text-decoration: none;
}
#left-column {
	padding-right: 15px;
	width: 180px;
	float: left;
}
#center-column {
	padding-right: 15px;
	width: 540px;
	float: left;
	position: relative;
	text-align: justify;
}
#right-column {
	width: 180px;
	float: left;
}
.float-ending {
	clear: both;
	display: block;
}
#footer {
	padding: 10px 10px 0px 10px;
	line-height: 150%;
	margin: 0px auto;
	width: 910px;
	text-align: left;
	font-size: 75%;
	color: #fff;
	height: 25px;
	background: url('./kcms_default/h1_wallpaper.png') bottom no-repeat;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}
.popup-error, .popup-success {
	position: absolute;
	top: -70px;
	right: -150px;
	z-index: 1000;
	width: 300px;
	height: auto;
	background: #e23e00;
	padding: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.popup-success {
	background: #8ecb03;
}
.input-error {
	color: #ff0000;
	font-size: 150%;
	font-weight: bold;
}
.comment-avatar {
  width: 64px;
  padding-left: 10px;
  float: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.redbutton {
  color: #cc0000;
}
.greenbutton {
  color: #009900;
  font-weight: bold;
}
p.article-info {
	color: #808080;
	font-size: 80%;
}
.perex-img {
	float: left;
	margin-right: 10px;
	border: 1px solid #f0f0f0;
	padding: 5px;
}
h4 {
	background: #f0f0f0;
	border-bottom: 1px solid #c6c6c6;
	border-top: 1px solid #c6c6c6;
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 5px;
}
.comment-1, .comment-2 {
  background: #f0f0f0 url('./kcms_default/post_top_corners_1.png') top no-repeat;
  margin-top: 10px;
  padding: 10px 10px 5px 10px;
  color: #808080;
}
.comment-2 {
  background: #e5e5e5 url('./kcms_default/post_top_corners_2.png') top no-repeat;
  color: #606060;
}
.comment-1 p, .comment-2 p {
  margin-top: 5px;
}
p.comment-info {
  margin: 0px;
  font-size: 80%;
  color: #000;
  background: #fafafa;
  padding: 3px 5px;
}
.comment-1-bottom-corners {
  background: #f0f0f0 url('./kcms_default/post_bottom_corners_1.png') top no-repeat;
  height: 5px;
}
.comment-2-bottom-corners {
  background: #e5e5e5 url('./kcms_default/post_bottom_corners_2.png') top no-repeat;
  height: 5px;
}
.gallery-cell {
  position: relative;
  margin: 10px 0px 0px 10px;
  padding: 10px;
  border: 1px solid #c6c6c6;
  text-align: center;
  float: left;
  width: 151px;
}
.bubble {
  display: none;
  position: absolute;
  width: 212px;
	height: 69px;
	z-index: 500;
	top: -70px;
	left: -30px;
	color: #ffffff;
	padding-top: 10px;
	text-align: left;
	background: url('./kcms_default/bubble.png') no-repeat 0px 0px;
	padding-left: 15px;
	font-size: 80%;
}
.gallery-cell:hover .bubble {
  display: block;
}
.poll {
	display: block;
	background: #e23e00;
	margin: 3px;
	height: 5px;
}