﻿@charset "utf-8";
/* CSS Document */
* {-webkit-text-size-adjust:none;}
a {
	color:#333;
}
a:hover, a:focus {
	color:#2a71d8;
	text-decoration:underline;
}
input[type="button"],
input[type="submit"],
input[type="image"] {
    -webkit-border-radius: 0;
	-webkit-appearance:none;
}
input[type="text"],
input[type="password"] {
    -webkit-border-radius: 0;
	-webkit-appearance:text;
	-webkit-appearance:password;
}
input[type="checkbox"] {
    -webkit-border-radius: 0;
	-webkit-appearance:checkbox;
}
input[type="radio"] {
    -webkit-border-radius: 0;
	-webkit-appearance:radio;
}
#accessibility {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
}
#accessibility ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#accessibility li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#accessibility a {
	display:block;
	position:absolute;
	top:-9999px;
	left:0;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#333;
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
#accessibility a:focus, #accessibility a:active {
	top:0;
	padding:5px 0;
	font-weight:600;
}
.skip, caption {
	position:absolute;
	font-size:0;
	width:0;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	background:none;
	overflow:hidden;
}
img {
	border:none;
	vertical-align:top;
}
img.mbi {
	display:inline-block;
	width:auto\9 !important; /* ie8 */
	width:auto !important;
	max-width:100%;
	height:auto !important;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover,
a:focus {
	text-decoration:underline;
}
input, select {
	vertical-align:middle;
	overflow:visible; /* ie6,7 input 버튼 패딩버그용 */
}
p {
	margin:0;
	padding:0;
}
form {
	margin:0;
	padding:0;
}
.p_w15 {
	width:15%;
}
.p_hidden {
	display:none;
}
.m_hidden {
	display:block;
}
table .m_hidden {
	display:table-cell;
	*display:block;
}
li.head span.m_hidden,
li span.m_hidden {
	display:inline-block !important;
}
li {
	vertical-align:top; /* ie 호환성 패딩버그용 */
}
textarea,
input[type="text"],
input[type="password"] {
	display: inline-block;
	height: 1.5em;
	line-height:1.5em;
	margin:2px 0;
	padding: 4px 1%;
	font-size: 12px;
	color: #555555;
	vertical-align: middle;
	max-width:98%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
td textarea {
	width:100%;
	/* white-space:normal;*/
	word-break:break-all;
}
td input[type="text"],
td input[type="password"] {
	white-space:normal;
	word-break:break-all;
}
td input.btn {
	*width:auto;
	*display:inline;
}
textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus, 
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9; /* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 0;
	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
	*line-height:normal;
}
select,
input[type="file"] {
	height:auto;
	padding:4px;
	line-height:normal;
}
input[type="file"] * {
	border:none;
}
select {
	min-width: 80px;
	max-width:100%;
	background-color: #fff;
	border: 1px solid #ccc;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}

input.warning,
textarea.warning {
	color: #c09853;
}
input.warning,
textarea.warning {
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.warning:focus,
select.warning:focus,
textarea.warning:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

input.error,
textarea.error {
	color: #b94a48;
}
input.error,
textarea.error {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.error:focus,
select.error:focus,
textarea.error:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

input.success,
textarea.success {
	color: #468847;
}
input.success,
textarea.success {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.success:focus,
select.success:focus,
textarea.success:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.rowshow {
    display:table-row;
    *display:block;
}
.rowshow td {
	background-color:#F5F5F5;
	padding:10px;
}
.rowshow .close {
	text-align:right;
	font-weight:600;
}
.rowhide {
    display:none;
}

.mini {
	width: 60px !important;
}
.small {
	width: 90px !important;
}
.medium {
	width: 150px !important;
}
.large {
	width: 210px !important;
}
.xlarge {
	width: 270px !important;
}
.xxlarge {
	width: 530px !important;
}
.block {
	width:100% !important;
	display:block !important;
}

.point01 {
	color:#F00;
}
.point02 {
	color:#03C;
}

.tbox {
	display:inline-block;
	background:#666;
	padding:4px 12px;
	margin:0 0 1px 1px;
	color:#fff;
	
	white-space:nowrap;
	line-height:1em;
	text-align:center;
}
.tbox.c01 {
	background:#487a16;
}
.tbox.c02 {
	background:#0087af;
}
.btn_icon {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#a1bac5;
}
.btn_icon:hover,
.btn_icon:focus {
	background:#515d60;
}

.btnArea {
	text-align:right;
	margin:0 0 20px 0;
	position:relative;
	min-height:34px;
}
.btnArea .fltlft {
	position:absolute;
	top:0;
	left:0;
}
.btn_small {
	background-color:#5f8295;
	border:none;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	padding:0px 6px;
	margin:0;	
	font-size:11px;
	color:#fff !important;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	height:22px;
	line-height:22px;
}
.btn_small:hover,
.btn_small:focus  {
	background-color:#44697e;
	text-decoration:none;
	color:#fff !important;
}

.btn_m00, .btn_m01, .btn_m02, .btn_m03, .btn_m04 {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	padding:0px 10px;
	margin:0;	
	font-size:12px;
	font-weight:700;
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	height:26px;
	line-height:26px;
}
input.btn_m00, input.btn_m01, input.btn_m02, input.btn_m03, input.btn_m04 {
	height:28px;
}
.btn_m00 {
	background-color:#fff;
	border: 1px solid #165fc8;
	color:#165fc8 !important;
}
.btn_m00:hover,
.btn_m00:focus  {
	background-color:#f0f6ff;
	text-decoration:none;
	color:#165fc8 !important;
}
.btn_m01 {
	background-color:#165fc8;
	border: 1px solid #165fc8;
	color:#fff !important;
}
.btn_m01:hover,
.btn_m01:focus  {
	background-color:#0a4292;
	border: 1px solid #0a4292;
	text-decoration:none;
	color:#fff !important;
}
.btn_m02 {
	background-color:#0ba868;
	border: 1px solid #0ba868;
	color:#fff !important;
}
.btn_m02:hover,
.btn_m02:focus  {
	background-color:#007f4b;
	border: 1px solid #007f4b;
	text-decoration:none;
	color:#fff !important;
}
.btn_m03 {
	background-color:#3b3f42;
	border: 1px solid #3b3f42;
	color:#fff !important;
}
.btn_m03:hover,
.btn_m03:focus  {
	background-color:#242b31;
	border: 1px solid #242b31;
	text-decoration:none;
	color:#fff !important;
}
.btn_m04 {
	background-color:#f28100;
	border: 1px solid #f28100;
	color:#fff !important;
}
.btn_m04:hover,
.btn_m04:focus  {
	background-color:#df7700;
	border: 1px solid #df7700;
	text-decoration:none;
	color:#fff !important;
}
.btn_c00, .btn_c01, .btn_c02, .btn_c03, .btn_c04 {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	padding:0 10px;
	margin:2px 2px 0 0;	
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	height:34px;
	line-height:34px;
}
input.btn_c00, input.btn_c01, input.btn_c02, input.btn_c03, input.btn_c04 {
	height:36px;
}
.btn_c00 {
	background-color:#fff;
	border: 1px solid #165fc8;
	color:#165fc8 !important;
}
.btn_c00:hover,
.btn_c00:focus {
	background-color:#f0f6ff;
	border: 1px solid #165fc8;
	color:#165fc8 !important;
	text-decoration:none;
}
.btn_c01 {
	background-color:#165fc8;
	border: 1px solid #165fc8;
	color:#fff !important;
}
.btn_c01:hover,
.btn_c01:focus {
	background-color:#0a4292;
	border: 1px solid #0a4292;
	color:#fff !important;
	text-decoration:none;
}
.btn_c02 {
	background-color:#0ba868;
	border: 1px solid #0ba868;
	color:#fff !important;
}
.btn_c02:hover,
.btn_c02:focus {
	background-color:#007f4b;
	border: 1px solid #007f4b;
	color:#fff !important;
	text-decoration:none;
}
.btn_c03 {
	background-color:#3b3f42;
	border: 1px solid #3b3f42;
	color:#fff !important;
}
.btn_c03:hover,
.btn_c03:focus {
	background-color:#242b31;
	border: 1px solid #242b31;
	color:#fff !important;
	text-decoration:none;
}
.btn_c04 {
	background-color:#f28100;
	border: 1px solid #f28100;
	color:#fff !important;
}
.btn_c04:hover,
.btn_c04:focus {
	background-color:#df7700;
	border: 1px solid #df7700;
	color:#fff !important;
	text-decoration:none;
}
span.btn_small, span.btn_m00, span.btn_m01, span.btn_m02, span.btn_m03, span.btn_m04, span.btn_c00, span.btn_c01, span.btn_c02, span.btn_c03, span.btn_c04 {
	cursor:auto;
}
hr.line {
	border:none;
	margin:20px 0;
	padding:0;
	border-top:#aaa dotted 1px;
	border-bottom:#FFF dotted 1px;
	*clear:both;
	display:block;
}
.Left {
	text-align:left !important;
}
.Center {
	text-align:center !important;
}
.Right {
	text-align:right !important;
}
.Justify {
	text-align:justify !important;
}
.fltrt {
	float:right;
}
.fltlft {
	float:left;
}
.clearfloat {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}
.nowrap {
	white-space:nowrap;
}

.SubTitle {
	margin:0 0 15px 0;
	padding:0;	
	font-size:22px;
	line-height:1.3em;
	min-height:25px;
	color:#1a62cc;
	position:relative;
	text-align:left;
	*clear:both;
	background:none;
}
.SmallTitle {
	background:url(/Common/Images/common/bu_h4.gif) no-repeat 0 6px; 	
	margin:0 0 10px 0;
	padding:0 0 0 17px;	
	font-size:16px;
	line-height:1.3em;
	min-height:20px;
	color:#000;
	position:relative;
	text-align:left;
	*clear:both;
}
.Center > .SmallTitle {
/*	display:inline; */
	background:none;
	padding:0;
	text-align:center;
	color:#165fc8;
}
.SmallTitle strong {
	color:#800000;
}
.SmallTitle .year {
	font-size:16px;
	line-height:20px;
	display:block;
}
.sTitle {
	background:url(/Common/Images/common/bu_h5.gif) no-repeat 0 9px;
	margin:0 0 5px 0;
	padding:0 0 0 15px;	
	font-size:14px;
	font-weight:600;
	line-height:1.2em;
	min-height:18px;
	color:#000;
	position:relative;
	text-align:left;
	*clear:both;
}
.Center > .sTitle {
/*	display:inline; */
	background:none;
	padding:0;
	text-align:center;
	color:#0ba868;
}
.SubTitle .fltrt,
.SmallTitle .fltrt,
.sTitle .fltrt {
	float:none;
	position:absolute;
	right:0;
	top:0;
}
.TabMenu {
	margin:0 0 25px 0;
	padding:0;
	vertical-align:top;
	min-height:40px;
}
.TabMenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.TabMenu.Center {
	text-align:center;
}
.TabMenu.Center ul {
	display:inline-block;
	width:auto;
	margin:0 auto;
	text-align:center;
}
.TabMenu ul li {
	width:auto;
	line-height:55px;
	float:left;
	margin:0 2px 2px 0;
	padding:0;
	background-color:#fff;
	vertical-align:top;
}
.TabMenu ul li a {
	display:block;
	width:auto;
	height:40px;
	line-height:40px;
	background:#f5f5f5;	
	font-size:13px;
	text-align:center;
	padding:0 10px;
	text-decoration:none;
	color:#666;
	white-space:nowrap;
	border:#e3e3e3 solid 1px;
}
.TabMenu ul li a:hover,
.TabMenu ul li a:focus {
	background:#fff;	
	border:#0ba868 solid 1px;
	color:#045a14;
	font-weight:600;
}
.TabMenu ul li.on a {
	background:#0ba868;
	height:40px;
	line-height:40px;
	color:#fff !important;
	border:#0ba868 solid 1px;
	font-weight:600;
}
.TabCont {
	position:relative;
}
.divStyle01 {
	margin:0 0 20px 0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;
	width:auto;
}
.divStyle02L {
	margin:0 10% 20px 0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;
	width:45%;
	float:left;
}
.divStyle02R {
	margin:0 0 20px 0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;
	width:45%;
	float:left;
}
.divStyle03L {
	margin:0 5% 20px 0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;
	width:30%;
	float:left;
}
.divStyle03C {
	margin:0 5% 20px 0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;
	width:30%;
	float:left;
}
.divStyle03R {
	margin:0 0 20px 0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;
	width:30%;
	float:left;
}
.divStyle03LC {
	margin:0 5% 20px 0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;
	width:65%;
	float:left;
}
.divStyle03CR {
	margin:0 0 20px 0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	text-align:justify;
	width:65%;
	float:left;
}

.divStyle01 p,
.divStyle02L p,
.divStyle02R p,
.divStyle03L p,
.divStyle03C p,
.divStyle03R p,
.divStyle03LC p,
.divStyle03CR p {
	color:#555;
	font-size:1em;
	line-height:1.5em;
	text-align:justify;
	margin:0 0 10px 0;
}

.wbox {
	background:#fff;
	border:#e9e9ea solid 1px;
	padding:20px;
	margin:0 0 10px 0;
}
.wbox .SmallTitle,
.wbox p {
	text-align:center;
	display:block;
}
.wbox .icon {
	text-align:center;
	min-height:80px;
	padding:20px 0 10px 0;
}
.wbox .score {
	
	font-size:36px;
	line-height:1em;
	color:#cc3300;
}
.wbox .info {
	font-size:14px;
	line-height:1.2em;
	color:#666;
	margin:0 0 30px 0;
}
.wbox .btn_c00,
.wbox .btn_c01,
.wbox .btn_c02,
.wbox .btn_c03,
.wbox .btn_c04 {
	display:block;
}
.wbox .Profile {
	background:#fff;
	position:relative;
	text-align:center;
	padding:0;
	margin:0 0 15px 0;
}
.wbox .Profile .photo {
	width:100px;
	height:100px;
	overflow:hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin:0 auto;
}
.wbox .Profile .myinfo {
	padding:0;
	margin:5px 0 20px 0;
}
.wbox .Profile .myinfo .name {
	margin:0 0 5px 0;
	
	font-size:24px;
	color:#444;
	text-align:center;
}
.wbox .Profile .myinfo li {
	padding:0;
	margin:0 0 5px 0;
	color:#666;
	text-align:center;
	font-size:14px;
}
.wbox .Profile .myinfo li.hakbun {
	
	margin:0 0 10px 0;
	color:#0e4194;
}
.wbox .Profile .myinfo .star {
	width:25px;
	height:25px;
	position:absolute;
	top:0px;
	right:0px;
}

.TableStyle01 {
	border-top:#bcbcbc solid 1px;
	border-left:#ddd solid 1px;
/*	border-collapse:collapse; */
	border-collapse:separate;
	background:#FFF;
	margin:0 0 10px 0;
	padding:0;
}
.TableStyle01 th {
	border-right:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	background:#f8f8f8;
	color:#333;
	font-size:12px;
	font-weight:600;
	text-align:center;
	padding:0;
	line-height:1.2em;
	word-break:break-all;
}
.TableStyle01 thead th {
	border-bottom:#bcbcbc solid 1px;
	color:#333;
}
.TableStyle01 td {
	border-right:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	color:#666;
	font-size:12px;
	font-weight:normal;
	padding:0;
	line-height:1.2em;
	word-break:break-all;
}
.TableStyle01 tfoot th {
	background:#ebf9e1;
	color:#660;
	border-bottom:#b1bc9f solid 1px;
}
.TableStyle01 tfoot td {
	background:#fdfff2;
	color:#660;
	border-bottom:#b1bc9f solid 1px;
}
.TableStyle02 {
	border-top:#bcbcbc solid 1px;
	border-left:#ddd solid 1px;
	border-collapse:separate;
	background:#FFF;
	margin:0 0 10px 0;
	padding:0;
}
.TableStyle02 th {
	border-right:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	background:#f8f8f8;
	color:#333;
	font-size:12px;
	font-weight:600;
	text-align:center;
	padding:0;
	line-height:1.2em;
	word-break:break-all;
}
.TableStyle02 thead th {
	border-bottom:#bcbcbc solid 1px;
	color:#333;
}
.TableStyle02 td {
	border-right:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	color:#666;
	font-size:12px;
	font-weight:normal;
	padding:0;
	line-height:1.2em;
	word-break:break-all;
}
.TableStyle02 .gray th,
.TableStyle02 .gray td {
	background:#f0f0f0;
	border-right:#ddd dashed 1px;
	border-bottom:#ddd dashed 1px;
}
.TableStyle02 tfoot th {
	background:#ebf9e1;
	color:#660;
	border-bottom:#b1bc9f solid 1px;
}
.TableStyle02 tfoot td {
	background:#fdfff2;
	color:#660;
	border-bottom:#b1bc9f solid 1px;
}
.TableStyle03 {
	border-top:#bcbcbc solid 1px;
	border-collapse:collapse;
	background:#FFF;
	margin:0 0 10px 0;
	padding:0;
}
.TableStyle03 th {
	border-bottom:#ddd solid 1px;
	color:#333;
	font-size:12px;
	font-weight:600;
	text-align:center;
	padding:0;
	line-height:1.2em;
	word-break:break-all;
}
.TableStyle03 thead th {
	border-bottom:#bcbcbc solid 1px;
	color:#333;
}
.TableStyle03 thead th {
	background:#f8f8f8;
}
.TableStyle03 td {
	border-bottom:#ddd solid 1px;
	color:#666;
	font-size:12px;
	font-weight:normal;
	padding:0;
	line-height:1.2em;
	text-align:center;
	word-break:break-all;
}
.TableStyle03 .gray th,
.TableStyle03 .gray td {
	background:#f0f0f0;
	border-bottom:#ddd dashed 1px;
}
.TableStyle03 tfoot th, .TableStyle03 tfoot td {
	background:#fdfff2;
	color:#660;
	border-bottom:#b1bc9f solid 1px;
}
.TableStyle03 th.rLine,
.TableStyle03 td.rLine {
	border-right:#ddd solid 1px;
}
.TableStyle03 tfoot th.rLine,
.TableStyle03 tfoot td.rLine {
	border-right:#ddd dashed 1px;
}
.TableStyle01>a, .TableStyle02>a, .TableStyle03>a {
	color:#2570b3;
}
.inputWrap {
	padding:0 5px;
	font-size:12px;
}
.textWrap {
	padding:9px 5px;
	font-size:12px;
}

.listStyle01 {
	margin:0 0 20px 0;
	padding:0;
	list-style-position:outside;
}
.listStyle01 li {
	margin:0 0 5px 20px;
	padding:0;
	list-style-type:disc;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
	vertical-align:middle;
}
.listStyle01 li ul {
	margin:0 0 5px 20px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
.listStyle01 li ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
}
.listStyle02 {
	margin:0 0 20px 0;
	padding:0;
	list-style-position:outside;
}
.listStyle02 li {
	margin:0 0 5px 20px;
	padding:5px 0;
	list-style-type:disc;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
	border-bottom-color:#999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	vertical-align:middle;
}
.listStyle02 li ul {
	margin:0 0 5px 20px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
.listStyle02 li ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
	border-bottom-style:none;
}
.listStyle03 {
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
	border-top:#165fc8 solid 2px;
}
.listStyle03 li {
	margin:0;
	padding:8px 0;
	list-style-type:none;
	font-size:12px;
	font-weight:normal;
	line-height:1.2em;
	border-bottom:#e9e9ea solid 1px;
	text-align:left;
	/* white-space:nowrap; */
}
.listStyle03 li.head {
	border-bottom:#165fc8 solid 1px;
}
.listStyle03 li.head span {	
	display:inline-block;
	padding:0;
	color:#165fc8;
	font-weight:600;
}
.listStyle03 span {
	padding:0;
	margin:0;
	display:inline-block;
	text-align:center;
	width:auto;
	font-size:12px;
	line-height:1.2em;
	word-break:break-all;
	vertical-align:middle;
}
.listStyle03 span.tit {	
	font-size:12px;
	line-height:1.2em;
	margin:0;
	display:inline-block;
}
.listStyle04 {
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
	border-top:#165fc8 solid 2px;
	background:#FFF;
}
.listStyle04 li {
	margin:0;
	padding:8px 0;
	list-style-type:none;
	font-size:12px;
	font-weight:normal;
	line-height:1.2em;
	border-bottom:#e9e9ea solid 1px;
	text-align:left;
	/* white-space:nowrap; */
}
.listStyle04 li.head {
	border-bottom:#e9e9ea solid 1px;
	color:#333;
	background:#f8f8f8;
}
.listStyle04 li.head span {	
	display:inline-block;
	padding:0;
}
.listStyle04 span {
	padding:0;
	margin:0;
	display:inline-block;
	text-align:center;
	width:auto;
	font-size:12px;
	line-height:1.2em;
	word-break:break-all;
	vertical-align:middle;
}
.listStyle04 span.tit {
	
	font-size:12px;
	line-height:1.2em;
	margin:0;
	display:inline-block;
}
.listStyle03 span.w5,
.listStyle04 span.w5 {
	width:5%;
}
.listStyle03 span.w10,
.listStyle04 span.w10 {
	width:10%;
}
.listStyle03 span.w15,
.listStyle04 span.w15 {
	width:15%;
}
.listStyle03 span.w20,
.listStyle04 span.w20 {
	width:20%;
}
.listStyle03 span.w25,
.listStyle04 span.w25 {
	width:25%;
}
.listStyle03 span.w30,
.listStyle04 span.w30 {
	width:30%;
}
.listStyle03 span.w35,
.listStyle04 span.w35 {
	width:35%;
}
.listStyle03 span.w40,
.listStyle04 span.w40 {
	width:40%;
}
.listStyle03 span.w45,
.listStyle04 span.w45 {
	width:45%;
}
.listStyle03 span.w50,
.listStyle04 span.w50 {
	width:50%;
}
.listStyle03 span.w55,
.listStyle04 span.w55 {
	width:55%;
}
.listStyle03 span.w60,
.listStyle04 span.w60 {
	width:60%;
}
.listStyle03 span.w65,
.listStyle04 span.w65 {
	width:65%;
}
.listStyle03 span.w70,
.listStyle04 span.w70 {
	width:70%;
}
.listStyle03 span.w75,
.listStyle04 span.w75 {
	width:75%;
}
.listStyle03 span.w80,
.listStyle04 span.w80 {
	width:80%;
}
.listStyle03 span.w85,
.listStyle04 span.w85 {
	width:85%;
}
.listStyle03 span.w90,
.listStyle04 span.w90 {
	width:90%;
}
.listStyle03 span.w95,
.listStyle04 span.w95 {
	width:95%;
}
.listStyle03 span.w100,
.listStyle04 span.w100 {
	width:100%;
}


.headCategory {
	text-align:right;
	margin:0 0 10px 0;
	padding:0;
}
.listType {
	clear:both;
	margin:0 0 20px 0;
	padding:0;
	border-bottom:#165fc8 solid 1px;
}
.listType ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	border-top:#165fc8 solid 2px;
}
.listType ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	width:100%;
	overflow:hidden;
	padding:20px 0 15px 0;
	border-bottom:#ccc dashed 1px;
}
.listType ul li.reply {
	padding:20px 0 35px 30px;
	width:auto;
	background-image:url(/Common/Images/common/icon_reply.gif);
	background-repeat:no-repeat;
	background-position: 30px 10px;
}
.listType ul li.reply.re2 {
	padding-left:60px;
	background-position:60px 10px;
}
.listType ul li.reply.re3 {
	padding-left:90px;
	background-position:90px 10px;
}
.listType ul li.reply.re4 {
	padding-left:120px;
	background-position:120px 10px;
}
.listType ul li.reply.re5 {
	padding-left:150px;
	background-position: 150px 10px;
}
.listType ul li .listNum {
	position:absolute;
	right:20px;
	top:20px;
	color:#165fc8;
	font-size:14px;
	font-weight:600;
	line-height:1.5em;
}
.listType ul li.notice .listNum {
	color:#f00 !important;
	text-transform:uppercase;
}
.listType ul li dl {
	margin:0 20px;
}
.listType ul li dl dt {
	width:100%;
	margin:0;
	padding:0 0 10px 0;
}
.listType ul li dl dt:after {
	content:"";
	display:block;
	clear:both;
}
.listType ul li dl dt a {
	line-height:normal;
	color:#333;
}
.listType ul li dl dt p {
	margin:0;
	padding:0;
	display:block;
	float:left;
	font-size:14px;
	font-weight:600;
	position:relative;
	line-height:1.5em;
}
.listType ul li dl dt p img {
	vertical-align:middle;
}
.listType ul li dl dt p span.replynum {
	color:#f00;
	font-size:12px;
}
.listType ul li dl dt .summery {
	display:block;
	float:left;
	padding:2px 0 0 10px;
	position:static;
	left:auto;
	bottom:auto;
	font-size:12px;
	line-height:1.5em;
}
.listType ul li.reply dl dt .summery {
	left:auto;
}
.listType ul li dl dt .summery .category {
	color:#0ba868;
}
.listType ul li dl dd {
	margin:0;
	padding:0;
	clear:both;
	word-break:keep-all;
}
.listType ul li dl dd .img {
	float:left;
	margin:0 4% 0 0;
	padding:0;
	width:16%;
	height:86px;
	overflow:hidden;
}
.listType ul li dl dd .img img {
	width:100%;
	height:100%;
	vertical-align:top;
}
.listType ul li dl dd .txt {
	float:left;
	margin:0;
	padding:0;
	width:80%;
}
.listType ul li dl dd a {
	color:#666;
	line-height:1.5em;
	font-size:12px;
}

.galleryType {
	margin:0 0 20px 0;
	padding:0;
	border-bottom:#e9e9ea solid 1px;
	clear:both;
}
.galleryType ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	border-top:#165fc8 solid 2px;
}
.galleryType ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	width:25%;
	overflow:hidden;
	padding:25px 0 50px 0;
	float:left;
}
.galleryType ul li.nodata {
	width:auto;
	float:none;
	text-align:center;
	padding:20px 0;
}
.galleryType ul li .listNum {
	padding:0 10%;
	color:#165fc8;
	font-size:11px;
	font-weight:600;	
	line-height:1.5em;
}
.galleryType ul li dl {
	margin:0;
	padding:0 10%;
	width:80%;
}
.galleryType ul li dl dt {
	width:100%;
	margin:0;
	padding:0 0 10px 0;
}
.galleryType ul li dl dt:after {
	content:"";
	display:block;
	clear:both;
}
.galleryType ul li dl dt a {
	line-height:normal;
}

.galleryType ul li dl dt p {
	margin:0;
	padding:0;
	display:block;
	float:left;
	font-size:16px;	
	width:100%;
	position:relative;
	line-height:1.2em;
}
.galleryType ul li dl dt span {
	font-size:13px;
	bottom:25px;
}
.galleryType ul li dl dt p a {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	width:88%;
	display:block;
	font-size:14px;
	font-weight:700;
}
.galleryType ul li dl dt p span.replynum {
	position:absolute;
	left:88%;
	bottom:2px;
	width:12%;
	text-align:right;
	color:#f00;
	display:inline-block;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:700;
	line-height:1.2em;
}
.galleryType ul li dl dt .summery {
	position:absolute;
	left:10%;
	bottom:20px;
	display:block;
	float:none;
	padding:0;
	font-size:12px;
}
.listType ul li.reply dl dt .summery {
	left:auto;
}
.galleryType ul li dl dt .summery .category {
	color:#0ba868;
	font-size:12px;
}
.galleryType ul li dl dd {
	margin:0;
	padding:0;
	clear:both;
	word-break:keep-all;
}
.galleryType ul li dl dd .img {
	float:left;
	margin:0 4% 0 0;
	padding:0;
	width:100%;
	height:120px;
	overflow:hidden;
}
.galleryType ul li dl dd .img img {
	width:100%;
	height:100%;
	vertical-align:top;
}
.calendarType {
	margin:0 0 20px 0;
	padding:0;
	clear:both;
}
.calendarType .calendarHead {
	text-align:center;
	font-size:24px;
	font-weight:600;
	line-height:50px;
	height:50px;
	margin:0 0 30px 0;
	
}
.calendarType .calendarHead .current {
	font-size:24px;
}
.calendarType .calendarHead .current strong {
	font-size:36px;
	color:#165fc8;
}
.calendarType .calendarHead .prev a,
.calendarType .calendarHead .next a {
	padding:0 10px;
	margin:0 10px;
	font-size:28px;
	color:#999;
}
.calendarType .calendarHead .prev input,
.calendarType .calendarHead .next input {
	padding:5px 10px;
	margin:0 10px;
	font-size:28px;
	color:#165fc8;
	border:#165fc8 solid 1px;
	background:#FFF;
	line-height:1em;
	vertical-align:middle;
}
.calendarType .calendarHead .prev a:hover,
.calendarType .calendarHead .prev a:focus,
.calendarType .calendarHead .next a:hover,
.calendarType .calendarHead .next a:focus,
.calendarType .calendarHead .prev input:hover,
.calendarType .calendarHead .prev input:focus,
.calendarType .calendarHead .next input:hover,
.calendarType .calendarHead .next input:focus {
	text-decoration:none;
	color:#fff;
	background:#165fc8;
}
.calendarType table {
	border-top:#165fc8 solid 2px;
	background:#fff;
}
.calendarType table thead th {
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	padding:8px 0;
	border-bottom:#ccc solid 1px;
	width:14%;
	background:#f8f8f8;
	color:#333;
}
.calendarType table thead th:first-child {
	padding:0 0 0 1%;
}
.calendarType table thead th:last-child {
	padding:0 1% 0 0;
}
.calendarType table td {
	text-align:right;
	
	font-size:14px;
	font-weight:normal;
	border-bottom:#e9e9ea solid 1px;
	vertical-align:top;
	padding:10px 0 40px 0;
	width:14%;
	min-height:80px;
	height:auto;
	*height:80px;
	_height:130px;
	position:relative;
	color:#333;
	line-height:2em;
}
.calendarType table td .CalWrap {
	text-align:right;
	
	font-size:14px;
	font-weight:normal;
	vertical-align:top;
	padding:0 10px;
	color:#333;
	line-height:2em;
}
.calendarType table td a {
	display:block;
	width:auto;
	padding:0;
	margin:0 0 10px 0;
	line-height:15px;	
	color:#165fc8;
	text-decoration:none;
	line-height:1.2em;
}
.calendarType table td a:hover,
.calendarType table td a:focus {
	text-decoration:underline;
}
.calendarType table td a.btn_add {
	clear:both;
	position:absolute;
	bottom:0;
	left:0;
	width:94%;
	height:28px;
	margin:0;
	padding:2px 3%;
	text-align:right;
	vertical-align:middle;	
	font-size:24px;
	line-height:1.2em;
	display:block;
	border:0;
	color:#165fc8;
}
.calendarType table td a.btn_add:hover,
.calendarType table td a.btn_add:focus {
	text-decoration:none;
	color:#fff;
	background-color:#165fc8;
}
.calendarType table .sun .CalWrap {
	color:#C00;
}
.calendarType table .sat .CalWrap {
	color:#06C;
}
.SearchCnt {
	position:relative;
	margin:0;
	padding:10px 0 10px 15px;
	text-align:left;
	background:url(/Common/Images/common/ico_total.gif) no-repeat 0 18px;
}
.SearchCnt strong {
	color:#f00;
}
.SearchCnt .fltrt {
	float:none;
	position:absolute;
	right:0;
	bottom:0;
	min-width:50%;
	text-align:right;
	margin-bottom:10px;
}
.PageController {
	position:relative;
	text-align:center;
	height:40px;
	margin:0 0 40px 0;
	padding:0;
}
.PageController span {
	width:40px;
	height:40px;
	text-align:center;
	display:inline-block;
	
}
.PageController span a {	
	font-size:14px;
	color:#555;
	display:block;
	height:38px;
	line-height:38px;
	border:#ccc solid 1px;
	text-decoration:none;
	text-align:center;
	background-color:#fff;
	margin-left:-1px;
}
.PageController span.total {
	display:none;
	width:auto;
	height:38px;
	line-height:38px;
	font-size:14px;
}
.PageController span.total strong {
	font-size:16px;
	color:#1a62cc;
	font-weight:600;
}
.PageController span.on a,
.PageController span a:hover,
.PageController span a:focus {
	color:#fff;
	border:#165fc8 solid 1px;
	background-color:#165fc8;
	
}
.PageController span.btn_first,
.PageController span.btn_prev,
.PageController span.btn_next,
.PageController span.btn_prev10,
.PageController span.btn_next10,
.PageController span.btn_last {
	position:absolute;
	top:0;
	width:40px;
	height:40px;
	text-align:center;
	display:inline-block;
}
.PageController span.btn_prev,
.PageController span.btn_next {
	display:none;
}
.PageController span.btn_prev10,
.PageController span.btn_next10 {
	display:inline-block;
}
.PageController span.btn_first a,
.PageController span.btn_prev a,
.PageController span.btn_next a,
.PageController span.btn_prev10 a,
.PageController span.btn_next10 a,
.PageController span.btn_last a {
	background-color:#fafafa;
	background-image:url(/Common/Images/common/pageicon.png);
	background-repeat:no-repeat;
	display:block;
}
.PageController span.btn_first {
	left:0;
}
.PageController span.btn_prev,
.PageController span.btn_prev10 {
	left:40px;
}
.PageController span.btn_next,
.PageController span.btn_next10 {
	right:40px;
}
.PageController span.btn_last {
	right:0;
}
.PageController span.btn_first a {
	background-position:0 0px;
}
.PageController span.btn_first a:hover,
.PageController span.btn_first a:focus {
	background-color:#165fc8;
	background-position:0 -40px;
}
.PageController span.btn_prev a,
.PageController span.btn_prev10 a {
	background-position:0 -80px;
}
.PageController span.btn_prev a:hover,
.PageController span.btn_prev a:focus,
.PageController span.btn_prev10 a:hover,
.PageController span.btn_prev10 a:focus {
	background-color:#165fc8;
	background-position:0 -120px;
}
.PageController span.btn_next a,
.PageController span.btn_next10 a {
	background-position:0 -240px;
}
.PageController span.btn_next a:hover,
.PageController span.btn_next a:focus,
.PageController span.btn_next10 a:hover,
.PageController span.btn_next10 a:focus {
	background-color:#165fc8;
	background-position:0 -280px;
}
.PageController span.btn_last a {
	background-position:0 -160px;
}
.PageController span.btn_last a:hover,
.PageController span.btn_last a:focus {
	background-color:#165fc8;
	background-position:0 -200px;
}

.listSearch {
	margin:0;
	padding:10px;
	text-align:center;
	font-weight:600;
	line-height:30px;
	border:#ccc dashed 1px;
}
.listSearch label {
	padding:0 10px;
	display:inline;
}
.viewType {
	margin:0 0 20px 0;
	padding:0;
	width:100%;
	border-bottom:#165fc8 solid 1px;
	overflow:hidden;
}
.viewHead {
	position:relative;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
.viewHead .subject {
	margin:0;
	padding:12px 20px;
	font-size:16px;
	font-weight:600;
	border-top:#165fc8 solid 2px;
	border-bottom:#165fc8 solid 1px;
	text-align:center;
	word-break:keep-all;
	color:#000;
}
.viewHead .day {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	font-weight:600;
	border-bottom:#e9e9ea solid 1px;
	overflow:hidden;
}
.viewHead .day p {
	margin:0 0 0 20px;
	padding:0;
	font-weight:600;
	float:left;
	line-height:30px;
}
.viewHead .day p.file {
	display:block;
	float:none;
	clear:both;
}
.viewHead .day p span {
	font-size:12px;
	font-weight:normal;
}
.viewHead .day p.file span {
	padding:0 10px 0 0;
}
.viewContents {
	position:relative;
	margin:20px 20px 40px;
	padding:0;
	font-size:12px;
	word-break:keep-all;
	line-height:1.2em;
	color:#666;
}
.viewContents img {
	max-width:100%;
}
.WriteTitle .writeGuide {
	position:absolute;
	right:0;
	bottom:10px;
	margin:0;
	min-width:50%;
	font-size:12px;
}
.replyList {
	margin:0;
	padding:20px 0 0 0;
}
.replyList h5 {
	background:none;
	font-size:18px;
	margin:0 0 10px 0;
	padding:0;
	line-height:normal;
	color:#333;
}
.replyList h5 strong {
	
	font-size:18px;
	color:#f00;
}
.replyList .commentlist {
	margin:0;
	padding:0;
	list-style:none;
}
.replyList .commentlist>li {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	display:block;
	position:relative;
	font-weight:normal;
}
.replyList .commentlist .comment-author {
	border-bottom:#ccc solid 1px;
	display:block;
	
	font-size:16px;
	line-height:1.8em;
	color:#333;
}
.replyList .commentlist .comment-author a {
	
	color:#165fc8;
}
.replyList .commentlist .comment-meta {
	position:absolute;
	top:0;
	right:0;
	display:block;
	text-align:right;
	color:#666;
	font-size:12px;
}
.replyList .commentlist p {
	padding:10px 0;
	margin:0;
	line-height:20px;
	font-size:12px;
	color:#666;
}
.replyWrite .commentform {
	border:#999 solid 1px;
	margin:0;
	padding:4%;
}
.replyWrite .commentform p textarea {
	width:100%;
}
.replyWrite .commentform .optional {
	margin:0 0 10px 0;
	padding:0;
}
.replyWrite .commentform .optional p {
	width:50%;
	margin:0 0 5px 0;
	padding:0;
	float:left;
}
.replyWrite .commentform .optional p label {
	display:inline-block;
	width:20%;
	text-align:center;
}
.replyWrite .commentform .optional p input {
	width:75%;
}

.pNav {
	display:block;
	overflow:hidden;
	margin:20px 0;
	clear:both;
	font-size:18px;
}
.pNav .prev {
	float:left;
	text-align:left;
}
.pNav .next {
	float:right;
	text-align:right;
	padding-right:0.1em;
}
.pNav a {
	letter-spacing:-0.1em;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
	line-height:1.5em;
	max-width:40%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
}
.pNav a:hover,
.pNav a:focus {
	text-decoration:underline;
}


.WriteTitle {
	position:relative;
	min-height:45px;
	overflow:hidden;
}
.WriteTitle .no {
	margin:0;
	padding:3px 0 0 15px;
	background:url(/Common/Images/common/ico_total.gif) no-repeat 0 8px;
	display:inline;
}
.WriteTitle .SmallTitle {
	margin:15px 0 0 0;
	display:inline-block;
	width:auto;
}
.WriteTitle .SmallTitle span {
	
	font-size:18px;
	color:#333;
	display:block;
	margin:10px 0 0 0;
}
.WriteTitle .SmallTitle span strong {
	
	font-size:18px;
	color:#C30;
}
.writeGuide {
	text-align:right;
	font-size:12px;
	font-weight:600;
	line-height:20px;
	padding:0;
	margin:0 0 10px 0;
}
.writeType {
	border-top:#165fc8 solid 2px;
	padding:0;
	margin:0 0 20px 0;
	width:100%;
}
.writeType table {
	border:none;
}
.writeType th {
	padding:0;
	text-align:left;
	border:none;
	border-bottom:#e9e9ea solid 1px;
	color:#333;
	
	font-style: normal;
	font-weight: 700;
}
.writeType td {
	padding:0;
	text-align:left;
	border:none;
	border-bottom:#e9e9ea solid 1px;
	color:#666;
}

.CalendarWrap {
	position:relative;
	line-height:1.5em;
}
.CalendarWrap .MonthWrap {
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:center;
	white-space:nowrap;
	height:30px;
}
.CalendarWrap .MonthWrap .prev,
.CalendarWrap .MonthWrap .next {
	background-color:#FFF;
	background-image: url(/Common/Images/common/btns-next-prev.png);
	background-repeat: no-repeat;
	display:block;
	width:12px;
	height:18px;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
	border:none;
}
.CalendarWrap .MonthWrap .prev {
	background-position: 0 0;
}
.CalendarWrap .MonthWrap .next {
	background-position: -12px 0;
}
.CalendarWrap .MonthWrap .prev:hover {
	background-position: 0 -18px;
}
.CalendarWrap .MonthWrap .next:hover {
	background-position: -12px -18px;
}	
.CalendarWrap .MonthWrap .month {
	float:left;
	padding:0 10px;
	width:auto;
	font-size:24px;
}
.CalendarWrap .CalList {
	padding-bottom:15px;
	background:url(/Common/Images/common/CalendarFooter_bg.gif) repeat-x bottom;
	position:relative;
	width:49%;
	float:left;
	margin:0 2% 0 0;
}
.CalendarWrap .CalList .bottomLeft {
	position:absolute;
	bottom:0;
	left:0;
	display:inline-block;
	width:10px;
	height:15px;
	background:url(/Common/Images/common/CalendarFooter_L.gif) no-repeat;
}
.CalendarWrap .CalList .bottomRight {
	position:absolute;
	bottom:0;
	right:0;
	width:10px;
	height:15px;
	background:url(/Common/Images/common/CalendarFooter_R.gif) no-repeat;
}
.CalendarWrap .CalList table {
	width:100%;
	margin:0;
	padding:0;
	border-left:#e4e4e4 solid 1px;
	border-collapse:collapse;
}
.CalendarWrap .CalList caption {
	display:none;
}
.CalendarWrap .CalList th {
	height:26px;
	line-height:26px;
	background:url(/Common/Images/common/CalendarHeader_bg.gif) repeat-x top;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
	text-align:center;
	width:14%;
}
.CalendarWrap .CalList th.sun {
	width:15%;
}
.CalendarWrap .CalList th.sat {
	width:15%;
	border-right:#e4e4e4 solid 1px;
}
.CalendarWrap .CalList td {
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-align:center;
	height:50px;
	line-height:50px;
	border-right:#e4e4e4 solid 1px;
	border-bottom:#e4e4e4 solid 1px;
}
.CalendarWrap .CalList a {
	background-image:url(/Common/Images/common/Calendar_on.png);
	background-repeat:no-repeat;
	background-position:right 0;
	display:block;
	text-decoration:none;
	color:#b13400;
}
.CalendarWrap .CalList a:hover {
	text-decoration:underline;
}
.CalendarWrap .CalList .sun, .CalendarWrap .CalList .sun a {
	color:#933;
}
.CalendarWrap .CalList .sat, .CalendarWrap .CalList .sat a {
	color:#369;
}
.CalendarWrap .CalList .today, .CalendarWrap .CalList .today a {
	color:#FFF;
	background-color:#165fc8;
}
.CalendarWrap .CalList .hide {
	color:#CCC;
}
.CalendarWrap .CalList .add a {
	background-image:none !important;
	background-color:#E0E0E0 !important;
	line-height:20px;
}
.CalendarWrap .CalList .add a:hover {
	background-image:none !important;
	background-color:#0ba868 !important;
}
.CalendarWrap .list {
	margin:5px 0 5px 0;
	padding:0;
	list-style:none;
	width:49%;
	float:left;
}
.CalendarWrap .list li {
	margin:5px 0;
	padding:0;
	list-style:none;	
	font-size:12px;
	border-bottom:#e0e0e0 dotted 1px;
	vertical-align:top;
}
.CalendarWrap .list li .icons {
	vertical-align:middle;
	margin:0 0 0 2px;
}
.CalendarWrap .list li .subject {
	padding:5px 0;
	margin:0;
	font-size:12px;
	display:inline-block;
	width:65%;
	min-height:20px;
}
.CalendarWrap .list li .subject a {
	display:inline-block;
	/*
	max-width:90%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	*/
	color:#666;
	text-decoration:none;
}
.CalendarWrap .list li .subject a:hover {
	color:#034ea2;
}
.CalendarWrap .list li .date {
	padding:5px 0;
	margin:0;
	font-size:12px;
	display:inline-block;
	width:35%;
	text-align:left;
	font-weight:bold;
	color:#165fc8;
	min-height:20px;
}
.CalendarWrap .list li .view {
	background:#F5F5F5;
	margin:0;
	padding:10px;
}

.FAQType {
	margin:0 0 30px 0;
}
.FAQType dl {
	display:block;
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
}
.FAQType dl dt {
	display:block;
	list-style:none;
	margin:0;
	padding:10px 10px 10px 50px;
	border-bottom:#aaa dotted 1px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	min-height:26px;
	line-height:26px;
}
.FAQType dl dt a {
	display:block;
	padding:0;
	margin:0;
}
.FAQType dl dd {
	display:block;
	background:#F5F5F5;
	list-style:none;
	margin:0;
	padding:10px 10px 10px 50px;
	border-bottom:#aaa dotted 1px;
	font-size:12px;
	position:relative;
	min-height:26px;
	line-height:20px;
}
.FAQType ul {
	margin-bottom:10px;
}
.FAQType .icon {
	cursor:auto;
	position:absolute;
	top:10px;
	left:10px;
	z-index:10;
}
.FAQType h4,
.FAQType h5,
.FAQType h6 {
	background:none;
	padding-left:0;
	font-size:13px;
	line-height:26px;
}

.MemberLogin {
	display:block;
	position:absolute;
	width:270px;
	min-height:260px;
	height:auto;
	_height:260px;
	margin: -130px 0 0 -135px;
	padding:0;
	top:50%;
	left:50%;
	z-index:10100;
	background:#FFF;
	border:#dedede solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	text-align:center;
}
.MemberLogin .tit {
	height:43px;
	line-height:43px;
	color:#262626;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:600;
	margin:0;
	padding:0 15px;
	text-align:left;
	text-shadow: 0 1px 1px rgba(255,255,255,.8);
	background: #f8f8f8; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #f8f8f8 10%, #f8f8f8 10%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#f8f8f8), color-stop(10%,#f8f8f8), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 10%,#f8f8f8 10%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 10%,#f8f8f8 10%,#f3f3f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 10%,#f8f8f8 10%,#f3f3f3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 10%,#f8f8f8 10%,#f3f3f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 1px rgba(0,0,0,.1);
}
.MemberLogin .tit i {
	color:#7c7c7c;
	font-size:20px;
}
.MemberLogin .LoginForm {
	padding:15px;
	vertical-align:top;
}
.MemberLogin .LoginForm ul {
	list-style-type:none;
	margin:0;
	padding:0 0 5px 0;
}
.MemberLogin .LoginForm ul li {
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
	position:relative;
	height:34px;
	line-height:34px;
}
.MemberLogin .LoginForm ul li label {
	font-size:13px;
	font-weight:600;
	color:#999;
	position:absolute;
	top:0px;
	left:10px;
	z-index:13000;
	line-height:34px;
}
.MemberLogin .LoginForm input {
	width:100%;
}
.MemberLogin .LoginForm .group {
	text-align:left;
	margin:0 0 10px 0;
}
.MemberLogin .LoginForm .group input {
	width:auto;
}
.MemberLogin .LoginForm .group label {
	padding:0 10px 0 0;
}
.MemberLogin .LoginForm ul li input.logininput {
	position:absolute;
	top:0;
	left:0;
	z-index:12900;
	width:100%;
	height:24px;
}
.MemberLogin .LoginForm ul li input.logininput:focus,
.MemberLogin .LoginForm ul li input.logininput.in {
	z-index:13100;
}
.MemberLogin .close {
	position:absolute;
	top:13px;
	right:10px;
	z-index:13000;
	color:#999;
	font-size:16px;
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
}
.MemberLogin .close:hover,
.MemberLogin .close:focus {
	
	color:#000;
	text-decoration:none;
}
.black-overlay {
	display:block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:10000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.bgc00 {
	background:#666 !important;
	color:#fff !important;
}
.bgc01 {
	background:#0e4194 !important;
	color:#fff !important;
}
.bgc02 {
	background:#23a638 !important;
	color:#fff !important;
}
.bgc03 {
	background:#cc3300 !important;
	color:#fff !important;
}

.SearchWarp {
	background:#fff;
	border:#ddd solid 1px;
	padding:0 10px 5px 10px;
	margin:0 0 20px 0;
	min-height:50px;
	line-height:45px;
	vertical-align:middle;
	position:relative;
}
.SearchWarp span {
	vertical-align:middle;
	margin:0;
}
.SearchWarp .tit {
	padding:0 5px 0 10px;
	color:#333;
	font-weight:600;
}
.SearchWarp .info {
	padding:0 10px 0 0;
}
.SearchWarp .info label {
	padding:0 5px;
}
.SearchWarp .line {
	margin:5px 0 0 0;
	*margin:0;
	_margin:0;
}

.Massage01 {
	
	background:#d9ebff;
	color:#2b6a94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px 15px;
	margin:20px 0 0 0;
}
.Favorites {
	margin:0 14px 15px 0;
	width:285px;
	float:left;
}
.CheckListWrap {
	margin:0;
	width:885px;
	float:left;
}
.CheckListBox {
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:1px 2px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:1px 2px 5px rgba(0, 0, 0, 0.05);
	box-shadow:1px 2px 5px rgba(0, 0, 0, 0.05);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#f5f5f5, Direction=120, Strength=5);
	width:285px;
	float:left;
	margin:0 10px 15px 0;
	*margin:0 5px 15px 0;
	padding:0;
}
.CheckListBox .ListTitle {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	background-color:#5f8295;
	color:#fff;
	padding:0;
	margin:0;
	
	font-size:18px;
}
.Favorites .CheckListBox .ListTitle,
.CheckListBox.Open .ListTitle {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.Favorites .CheckListBox .ListTitle {
	background:#eea236;
	padding:0 15px;
}
.CheckListBox .ListTitle a {
	display:block;
	background-image:url(/Common/Images/common/icon_arrow_down.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding:0 15px;
	margin:0;
	color:#fff;
	text-decoration:none;
}
.CheckListBox.Open .ListTitle a {
	background-image:url(/Common/Images/common/icon_arrow_up.gif);
}
.CheckListBox ul {
	margin:0;
	padding:0;
	list-style:none;
	display:none;
}
.Favorites .CheckListBox ul,
.CheckListBox.Open ul {
	display:block;
}
.CheckListBox ul li {
	margin:0;
	padding:0 15px;
	list-style:none;
	border-bottom:#eee solid 1px;
	height:29px;
	line-height:29px;
	font-size:12px !important;
	color:#666;
}
.Scroll {
	max-height:460px;
	margin:0 0 10px 0;
}
.LayerPopup {
	position:absolute;
	z-index:1000000;
	background:#fff;
	border:#ccc solid 1px;
}
.LayerPopup .Contents {
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
.LayerPopup .Contents .Header {
	margin:0;
	padding: 0px;
	border-bottom:#ddd solid 3px;
	background:#1a62cc;
}
.LayerPopup .Contents .Header h1 {
	margin:0;
	padding:10px;
	font-size:18px;
	font-weight:600;
	min-height:30px;
	line-height:30px;
	color:#fff;
	position:relative;
	text-align:left;
	*clear:both;
}
.LayerPopup .Contents .Cont {
	padding:10px;
	margin:0;
	line-height:normal;
}
.LayerPopup .Contents .Cont.img {
	padding:0;
}
.LayerPopup .Contents .Cont p {
	margin:0 0 10px 0;
	padding:0;
}
.LayerPopup .Contents .footer {
	margin:0px;
	padding:0px;
	background:#f5f5f5;
	width:100%;
	height:32px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:left;
}
.LayerPopup .Contents .footer p {
	padding:0 10px;
	line-height:32px;
}

@media all and (max-width:768px) {	
.p_w15 {
	width:auto;
}
.p_hidden {
	display:block;
}
.m_hidden {
	display:none;
}
table .m_hidden {
	display:none;
}
li.head span.m_hidden,
li span.m_hidden {
	display:none !important;
}
.divStyle01,
.divStyle02L,
.divStyle02R,
.divStyle03L,
.divStyle03C,
.divStyle03R,
.divStyle03LC,
.divStyle03CR {
	margin:0 0 20px 0;
	padding:0;
	width:auto;
	float:none;
}
.SearchCnt .fltrt {
	float:right;
	position:static;
	right:auto;
	bottom:auto;
	min-width:100%;
	text-align:right;
	margin:10px 0;
}
.PageController span {
	display:none;
}
.PageController span.total {
	display:inline-block;
}
.PageController span.btn_prev,
.PageController span.btn_next {
	display:inline-block;
}
.PageController span.btn_prev10,
.PageController span.btn_next10 {
	display:none;
}

.listStyle03 span,
.listStyle04 span {
	padding:0 2%;
	margin:0;
	text-align:left;
	display:inline;
	width:auto;
	vertical-align:top;
}
.listStyle03 li.head span,
.listStyle04 li.head span {
	display:inline;
	padding:0 2%;
}
.listStyle03 span.tit,
.listStyle04 span.tit {
	font-size:16px;
	line-height:1.2em;
	font-weight:600;
	margin:0 0 10px 0;
	display:block;
}
p.listStyle04,
div.listStyle04 {
	padding:10px 10px 20px;
	border-bottom:#ddd solid 1px;
}
.listType ul li {
	padding:10px 0 30px 0;
}
.listType ul li.reply {
	padding:20px 0 30px 30px;
	background-position:10px 10px;
}
.listType ul li.reply.re2 {
	background-position:40px 10px;
}
.listType ul li.reply.re3 {
	background-position:70px 10px;
}
.listType ul li.reply.re4 {
	background-position:100px 10px;
}
.listType ul li.reply.re5 {
	background-position:130px 10px;
}
.listType ul li .listNum {
	position:static;
	right:auto;
	top:auto;
	font-size:11px;
	font-weight:600;
	line-height:normal;
}
.listType ul li dl {
	margin:0;
}
.listType ul li dl dt .summery {
	position:absolute;
	left:0;
	bottom:10px;
	display:block;
	float:none;
	padding:0;
}
.listType ul li.reply dl dt .summery {
	left:30px;
}
.listType ul li.reply.re2 dl dt .summery {
	left:60px;
}
.listType ul li.reply.re3 dl dt .summery {
	left:90px;
}
.listType ul li.reply.re4 dl dt .summery {
	left:120px;
}
.listType ul li.reply.re5 dl dt .summery {
	left:150px;
}
.listType ul li dl dd {
	margin:0;
	padding:0 0 10px 0;
	clear:both;
	word-break:keep-all;
}
.listType ul li dl dd .img {
	float:none;
	margin:0 0 10px 0;
	padding:0;
	width:50%;
	height:86px;
	overflow:hidden;
}
.listType ul li dl dd .txt {
	float:none;
	margin:0;
	padding:0;
	width:100%;
}
.galleryType ul li {
	width:50%;
	padding:15px 0 40px 0;
}
.galleryType ul li dl dt p {
	font-size:14px;
}
.galleryType ul li dl dd .img {
	float:none;
	margin:0 0 10px 0;
	height:86px;
}
.listSearch label {
	display:block;
}

.CalendarWrap {
	position:relative;
}
.CalendarWrap .MonthWrap {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:center;
	white-space:nowrap;
	height:30px;
}
.CalendarWrap .MonthWrap .prev,
.CalendarWrap .MonthWrap .next {
	background-color:#FFF;
	background-image: url(/Common/Images/common/btns-next-prev.png);
	background-repeat: no-repeat;
	display:block;
	width:12px;
	height:18px;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
	border:none;
}
.CalendarWrap .MonthWrap .prev {
	background-position: 0 0;
}
.CalendarWrap .MonthWrap .next {
	background-position: -12px 0;
}
.CalendarWrap .MonthWrap .prev:hover {
	background-position: 0 -18px;
}
.CalendarWrap .MonthWrap .next:hover {
	background-position: -12px -18px;
}	
.CalendarWrap .MonthWrap .month {
	float:left;
	padding:0 10px;
	width:auto;
	font-size:24px;
}
.CalendarWrap .CalList {
	padding-bottom:15px;
	background:url(/Common/Images/common/CalendarFooter_bg.gif) repeat-x bottom;
	position:relative;
	margin:0;
	width:100%;
	float:none;
}
.CalendarWrap .CalList .bottomLeft {
	position:absolute;
	bottom:0;
	left:0;
	display:inline-block;
	width:10px;
	height:15px;
	background:url(/Common/Images/common/CalendarFooter_L.gif) no-repeat;
}
.CalendarWrap .CalList .bottomRight {
	position:absolute;
	bottom:0;
	right:0;
	width:10px;
	height:15px;
	background:url(/Common/Images/common/CalendarFooter_R.gif) no-repeat;
}
.CalendarWrap .CalList table {
	width:100%;
	margin:0;
	padding:0;
	border-left:#e4e4e4 solid 1px;
	border-collapse:collapse;
}
.CalendarWrap .CalList caption {
	display:none;
}
.CalendarWrap .CalList th {
	height:26px;
	line-height:26px;
	background:url(/Common/Images/common/CalendarHeader_bg.gif) repeat-x top;
	font-family:Arial;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
	text-align:center;
	width:14%;
}
.CalendarWrap .CalList th.sun {
	width:15%;
}
.CalendarWrap .CalList th.sat {
	width:15%;
	border-right:#e4e4e4 solid 1px;
}
.CalendarWrap .CalList td {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-align:center;
	height:50px;
	line-height:50px;
	border-right:#e4e4e4 solid 1px;
	border-bottom:#e4e4e4 solid 1px;
}
.CalendarWrap .CalList a {
	background-image:url(/Common/Images/common/Calendar_on.png);
	background-repeat:no-repeat;
	background-position:right 0;
	display:block;
	text-decoration:none;
	color:#b13400;
}
.CalendarWrap .CalList a:hover {
	text-decoration:underline;
}
.CalendarWrap .CalList .sun, .CalendarWrap .CalList .sun a {
	color:#933;
}
.CalendarWrap .CalList .sat, .CalendarWrap .CalList .sat a {
	color:#369;
}
.CalendarWrap .CalList .today, .CalendarWrap .CalList .today a {
	color:#FFF;
	background-color:#165fc8;
}
.CalendarWrap .CalList .hide {
	color:#CCC;
}
.CalendarWrap .CalList .add a {
	background-image:none !important;
	background-color:#E0E0E0 !important;
	line-height:20px;
}
.CalendarWrap .CalList .add a:hover {
	background-image:none !important;
	background-color:#0ba868 !important;
}
.CalendarWrap .list {
	margin:5px 0;
	padding:0;
	list-style:none;
	width:100%;
	float:none;
}
.CalendarWrap .list li {
	margin:0;
	padding:5px 0;
	list-style:none;
	font-size:12px;
	border-bottom:#e0e0e0 dotted 1px;
}
.CalendarWrap .list li .icons {
	vertical-align:middle;
	margin:0 0 0 2px;
}
.CalendarWrap .list li .subject {
	padding:5px 0;
	margin:0;
	font-size:12px;
	display:inline-block;
	width:65%;
	min-height:20px;
}
.CalendarWrap .list li .subject a {
	display:inline-block;
	/*
	max-width:90%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	*/
	color:#666;
	text-decoration:none;
}
.CalendarWrap .list li .subject a:hover {
	color:#034ea2;
}
.CalendarWrap .list li .date {
	padding:5px 0;
	margin:0;
	font-size:12px;
	display:inline-block;
	width:35%;
	font-family:Arial;
	text-align:left;
	font-weight:bold;
	color:#165fc8;
	min-height:20px;
}
.CalendarWrap .list li .view {
	background:#F5F5F5;
	margin:0;
	padding:10px;
}
}
@media all and (min-width:769px) and (max-width:1000px) {
.p_w15 {
	width:15%;
}
.p_hidden {
	display:block;
}
.m_hidden {
	display:none;
}
table .m_hidden {
	display:none;
}
li.head span.m_hidden,
li span.m_hidden {
	display:none !important;
}
.PageController span {
	display:none;
}
.PageController span.total {
	display:inline-block;
}
.PageController span.btn_prev,
.PageController span.btn_next {
	display:inline-block;
}
.PageController span.btn_prev10,
.PageController span.btn_next10 {
	display:none;
}
.CalendarWrap {
	position:relative;
}
.CalendarWrap .MonthWrap {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:center;
	white-space:nowrap;
	height:30px;
}
.CalendarWrap .MonthWrap .prev,
.CalendarWrap .MonthWrap .next {
	background-color:#FFF;
	background-image: url(/Common/Images/common/btns-next-prev.png);
	background-repeat: no-repeat;
	display:block;
	width:12px;
	height:18px;
	overflow: hidden;
	text-indent: -9999px;
	float:left;
	border:none;
}
.CalendarWrap .MonthWrap .prev {
	background-position: 0 0;
}
.CalendarWrap .MonthWrap .next {
	background-position: -12px 0;
}
.CalendarWrap .MonthWrap .prev:hover {
	background-position: 0 -18px;
}
.CalendarWrap .MonthWrap .next:hover {
	background-position: -12px -18px;
}	
.CalendarWrap .MonthWrap .month {
	float:left;
	padding:0 10px;
	width:auto;
	font-size:24px;
}
.CalendarWrap .CalList {
	padding-bottom:15px;
	background:url(/Common/Images/common/CalendarFooter_bg.gif) repeat-x bottom;
	position:relative;
	width:49%;
	margin:0 2% 0 0;
	float:left;
}
.CalendarWrap .CalList .bottomLeft {
	position:absolute;
	bottom:0;
	left:0;
	display:inline-block;
	width:10px;
	height:15px;
	background:url(/Common/Images/common/CalendarFooter_L.gif) no-repeat;
}
.CalendarWrap .CalList .bottomRight {
	position:absolute;
	bottom:0;
	right:0;
	width:10px;
	height:15px;
	background:url(/Common/Images/common/CalendarFooter_R.gif) no-repeat;
}
.CalendarWrap .CalList table {
	width:100%;
	margin:0;
	padding:0;
	border-left:#e4e4e4 solid 1px;
	border-collapse:collapse;
}
.CalendarWrap .CalList caption {
	display:none;
}
.CalendarWrap .CalList th {
	height:26px;
	line-height:26px;
	background:url(/Common/Images/common/CalendarHeader_bg.gif) repeat-x top;
	font-family:Arial;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
	text-align:center;
	width:14%;
}
.CalendarWrap .CalList th.sun {
	width:15%;
}
.CalendarWrap .CalList th.sat {
	width:15%;
	border-right:#e4e4e4 solid 1px;
}
.CalendarWrap .CalList td {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-align:center;
	height:50px;
	line-height:50px;
	border-right:#e4e4e4 solid 1px;
	border-bottom:#e4e4e4 solid 1px;
}
.CalendarWrap .CalList a {
	background-image:url(/Common/Images/common/Calendar_on.png);
	background-repeat:no-repeat;
	background-position:right 0;
	display:block;
	text-decoration:none;
	color:#b13400;
}
.CalendarWrap .CalList a:hover {
	text-decoration:underline;
}
.CalendarWrap .CalList .sun, .CalendarWrap .CalList .sun a {
	color:#933;
}
.CalendarWrap .CalList .sat, .CalendarWrap .CalList .sat a {
	color:#369;
}
.CalendarWrap .CalList .today, .CalendarWrap .CalList .today a {
	color:#FFF;
	background-color:#165fc8;
}
.CalendarWrap .CalList .hide {
	color:#CCC;
}
.CalendarWrap .CalList .add a {
	background-image:none !important;
	background-color:#E0E0E0 !important;
	line-height:20px;
}
.CalendarWrap .CalList .add a:hover {
	background-image:none !important;
	background-color:#0ba868 !important;
}
.CalendarWrap .list {
	margin:5px 0;
	padding:0;
	list-style:none;
	width:49%;
	float:left;
}
.CalendarWrap .list li {
	margin:5px 0;
	padding:0;
	list-style:none;	
	font-size:12px;
	border-bottom:#e0e0e0 dotted 1px;
}
.CalendarWrap .list li .icons {
	vertical-align:middle;
	margin:0 0 0 2px;
}
.CalendarWrap .list li .subject {
	padding:5px 0;
	margin:0;
	font-size:12px;
	display:inline-block;
	width:65%;
	min-height:20px;
}
.CalendarWrap .list li .subject a {
	display:inline-block;
	/*
	max-width:90%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	*/
	color:#666;
	text-decoration:none;
}
.CalendarWrap .list li .subject a:hover {
	color:#034ea2;
}
.CalendarWrap .list li .date {
	padding:5px 0;
	margin:0;
	font-size:12px;
	display:inline-block;
	width:35%;
	text-align:left;
	font-weight:bold;
	color:#165fc8;
	min-height:20px;
}
.CalendarWrap .list li .view {
	background:#F5F5F5;
	margin:0;
	padding:10px;
}
}