﻿.image {
	margin:0px; 
	float:center;
	cursor:pointer;
	max-height:250px;
}

.popup {
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
}

.popup_bg {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: auto;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 999;
}


.popup_img {
max-height: 100%;
  margin: auto;
  overflow: auto;
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
}

/* Main */
#main {
  color: #0b2645;
  width: 100%;
}
#main .mw1 {
  padding: 20px 28px;
}
#main h1 {
  margin: 0px;
  padding: 13px 0px 1px;
  font-size: 1.45em;
  color: #485c74;
}
#main h2 {
  margin: 0px;
  padding: 10px 0px 1px;
  font-size: 1.25em;
  color: #485c74;
}
#main h3 {
  margin: 0px;
  padding: 6px 0px 1px;
  font-size: 1.1em;
  color: #485c74;
  font-style: italic;
}
#main a {
  color: #e60a53;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -1px;
}
#main a:hover {
  text-decoration: underline;
}
#main a:visited {
  color: #ac083e;
}
#main .node h2.title, #main h2.main-title {
  font-size: 2.15em;
  font-weight: normal;
  letter-spacing: -1.5pt;
}
#main .node h2.title, #main h2.main-title, #main .node h2.title a {
  color: #cf094a;
  font-weight: normal;
  text-decoration: none;
}
#main .node h2.title a {
  letter-spacing: inherit;
}
#main .node {
  margin-bottom: 2em;
}
#main .info, #main .links, #main .terms {
  padding: 2px 0px 0px 17px;
  color: #6c90ac;
  background: url(../style/main-bullet.png) no-repeat 0px 4px;
}
#main .info a, #main .links a, #main .terms a, #main .info a:visited, #main .links a:visited, #main .terms a:visited {
  color: #485c74;
}
#main .comment {
  padding: 10px 0px 15px;
  margin: 0px;
  border-top: 1px solid #ccc;
}
body #main .comment-new {
  background: #f3f3f3;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1.8px solid #ccc;
  padding: 10px 10px 15px;
  margin-top: 3px;
  margin-bottom: -1px;
  z-index: 10;
}
#main .comment-new .new {
  float: right;
  color: #6c90ac;
  position: relative;
  top: -0.2em;
  font-weight: bold;
}
#main .comment h3.title {
  font-size: 1.41em;
  letter-spacing: -0.5px;
  font-style: normal;
  margin-top: 0px;
  padding-top: 0px;
}
#main .comment h3.title, #main .comment h3.title a {
  font-weight: normal;
  color: #cf094a;
}
#main textarea, #main textarea * {
  display: block;
  width: 95%;
  font-size: inherit;
}
#main .box {
  margin-bottom: 1em;
}