@charset "UTF-8";

#my_editor {
	line-height:1.5;
}

#my_editor h2{
	margin: 30px 0px 10px -10px;
	color: #ffffff;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.3;
	padding: 7px 12px 5px 12px;
	display: block;
	background: #986741;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}

#my_editor h3{
	padding-bottom: 5px;
	color: #986741;
	font-size: 116%;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: solid 1px #986741;
	margin-bottom: 10px;
}

#my_editor table{
	border-color: #FFFFFF;
}

#my_editor table th{
	padding: 8px;
	color: #986741;
	font-weight: bold;
	border: dashed 1px #986741;
	text-align: left;
}

#my_editor table td{
	padding: 8px;
	border: dashed 1px #986741;
	vertical-align: middle;
}

#my_editor ul {
    padding: 0;
}

#my_editor ul li {
    margin-top: 5px;
    padding-left: 17px;
    list-style: none;
    background: url(/common/imgs/ic_arrow_brown.gif) no-repeat 0px 2px;
}

#my_editor ol {
    padding-left: 25px;
}

#my_editor ol li {
    margin-top: 5px;
	padding-left: 5px;
}

#my_editor .tbl_t1 th {
    width: 35%;
    color: #986741;
    font-weight: bold;
	border: none;
	padding: 8px;
	text-align: right;
	empty-cells: show;
	border-collapse: collapse;
	vertical-align: top;
	background: #ffffff;
}

#my_editor .tbl_t1 td {
	color: #333333;
    border: none;
    padding: 8px;
    text-align: left;
    empty-cells: show;
    border-collapse: collapse;
    vertical-align: top;
	background: #ffffff;
}

#my_editor .tbl_t1 tr:nth-child(odd) th {
    background: #f4ecc9;
}

#my_editor .tbl_t1 tr:nth-child(odd) td {
    background: #f4ecc9;
}

#my_editor .tbl_t2 th {
	width: 20%;
	color: #986741;
	font-weight: bold;
	padding: 8px;
	text-align: left;
	border-bottom: dashed 1px #986741;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	empty-cells: show;
	border-collapse: collapse;
	vertical-align: top;
	line-height: 1.5;
}

#my_editor .tbl_t2 td {
	padding: 8px;
	text-align: left;
	border-bottom: dashed 1px #986741;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	empty-cells: show;
	border-collapse: collapse;
	vertical-align: top;
	line-height: 1.5;
}

#my_editor .tbl_t2 tbody td {
    width: auto;
}

#my_editor .tbl_t3 {
    width: 100%;
    margin-top: 20px;
    border-top: none;
	border-left: none;
	border-right: none;
}

#my_editor .tbl_t3 thead th {
    color: #986741;
    font-weight: bold;
	background-color: #f5f1dd;
}

#my_editor .tbl_t3 thead td {
    background-color: #f5f1dd;
}

#my_editor .tbl_t3 th, #my_editor .tbl_t3 td {
    padding: 8px;
    text-align: left;
    border-bottom: solid 1px #cccccc;
	border-left: none;
	border-right: none;
}

#my_editor .tbl_t3 thead td {
    border-bottom: solid 1px #cccccc;
	border-left: none;
	border-right: none;
}

#my_editor .tbl_t3 tbody th, .tbl_t3 tbody td {
    text-align: left;
}

#my_editor .tbl_t3 tbody th {
    width: 20%;
    font-weight: normal;
}

#my_editor .tbl_t3 tbody td {
    width: 80%;
}


#my_editor .ul_t1 {
	width: 100%;
}

#my_editor .ul_t1 li {
	width: 49%;
	margin: 2px 0px 0px 2px;
	float: left;
	padding-left: 0;
	list-style: none;
	background: none;
}

#my_editor .ul_t1 li a {
	padding: 10px;
	display: block;
	background: #f4ecc9;
	text-align: center;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}

#my_editor .ul_t1 li a:hover {
	color: #ffffff !important;
	background: #bc987c;
	text-decoration: none;
}

#my_editor .ul_t2 {
	width: 100%;
}

#my_editor .ul_t2 li {
	width: 33%;
	margin: 2px 0px 0px 2px;
	float: left;
	padding-left: 0;
	list-style: none;
	background: none;
}

#my_editor .ul_t2 li a {
	padding: 10px;
	display: block;
	background: #f4ecc9;
	text-align: center;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}

#my_editor .ul_t2 li a:hover {
	color: #ffffff !important;
	background: #bc987c;
	text-decoration: none;
}

#my_editor .ul_t3 {
    padding: 0;
}

#my_editor .ul_t3 li {
    list-style: disc;
    background: none;
	margin: 8px 0px 0px 25px;
	line-height: 1.5;
	padding-left: 0px;
}

iframe {
	border: 0;
}
