/* TAG Style */
a {
	color: #333333;
    text-decoration: none;
}
a:hover {
    color: #993366;
    /*text-decoration: underline;*/
}
textarea {
    resize: none;
}
table {
    width: 100%;
    border-collapse: collapse;
}
br {
    clear: both;
}
button {
    width: 98px;
    height: 30px;
    padding: 5px 4px;
    margin: 5px 0px 14px 33px;
    background: transparent url(../img/background/bg_button_red.png) no-repeat;
    cursor: pointer; cursor: hand;
    color: #fff;
    font-weight: bold;
    background: #993366;
    border-radius: 4px;
	font-size: 15px;
}
li {
    margin-left: 0px;
    float: left;
    list-style: none;
}
li li {
    margin-left: 0px;
    list-style-type: none;
    list-style-position: outside;
}
p.head-title {
	font-weight: bold;
	margin-bottom: 12px;
}
p.remark {
	font-size: 12px;
	padding: 4px;
}
p.note {
	font-size: 12px;
	padding: 0 4px;
}
img.picture {
	margin: 20px 4px;
}
.infieldlabel {
	position: relative;
}
.infieldlabel i {
	position: absolute;
	top: 6px;
	left: 16px;
	z-index: 99;
	color: #cccccc;
	font-size: 13px;
	width: 180px;
	pointer-events: none; display: none;
}
small > small {
	color: #cc0000;
}
/* class style */
.click {
    cursor: pointer; cursor: hand;
}
.red {
    color: #f00;
}
.clear, .clear-float, ._row {
    clear: both;
    height: 0px;
}
div.row {

}
.hide {
    display: none;
}
.hidden {
    visibility: hidden;
    width: 4px;
}
.disabled {
	color: #999999;
}
.center {
	text-align: center;
}
.box {
	padding: 8px 0 12px;
}
.panel {
	font-size: 15px;
	color: #ffffff;
	min-height: 200px;
	background: transparent url(../img/background/bg_panel.png) center top repeat-y;
	padding-bottom: 12px;
}
.panel a {
	color: #ffffff;
}
.panel a:hover {
	text-decoration: underline;
}
.left {
    float: left;
    margin-left: 0px;
}
.left.box {
	width: 450px;
}
.left.box p {
	margin-top: 16px;
	font-size: 14px;
}
.left.box.image {
	padding-top: 12px;
	text-align: center;
}
.left.box.text {
	padding: 20px 12px;
	width: 426px;
}
.left.box.text p {
	margin-top: 16px;
	font-size: 14px;
}
.right {
    float: right;
    margin-right: 0px;
}
.right.box {
	width: 488px;
}
.right.box.form {
	background-color: #ececec;
	margin-top: 12px;
	padding-top: 12px;
}
.right.box.form .box-title {
	margin: 0 20px;
}
.right.box.form .result {
	min-height: 128px;
}
.right.box.form center {
	margin: 20px;
	line-height: 200px;
}
.right.box .remark {
	margin-left: 20px;
}
.right.box.form .remark {
	margin-left: 0;
}
.right.box.form .submit.form {
	padding: 12px 24px;
	text-align: right;
}
.right._image {
	padding-left: 10px;
}
.box-text {
	padding: 4px;
}
.message {
	padding: 8px 4px;
	height: 88px;
}
.items {
	padding: 10px 0px 0px 20px;
	font-size: 14px;	
}
.items li {
    float: none;
    list-style: inside;
    list-style-image: url(../img/bullet/bl_monitor.jpg);
    padding-bottom: 2px;
}
.message-notify {
	margin-top: 22px;
	padding: 12px 20px;
}
.message-notify #message {
	height:68px;
}
.message-notify p.note {
	font-size: 12px;
	padding-top: 20px;
	padding-left: 0;
}
.message-warning {
	background: transparent url(../img/background/bg_warning_sign.png) center top no-repeat;
	width: 382px;
	height: 107px;
	padding: 20px;
	padding-top: 132px;
	color: #936;
	font-weight: lighter;
}
.message-warning #message {
	padding: 18px;
	text-align: left;
	color: #ffffff;
}
.message-warning #message a {
	color: #FFF500;
	text-decoration: underline;
}

/* banner */
.banner-ads{
	width: 960px;
	height: 66px;
	margin: 0px 0px;
	overflow: hidden;
}
.banner-item{
    width: 234px;
    height: 60px;
    margin: 3px;
    float: left; 
    overflow: hidden;       
}










/* unknown */

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.bottom {
	position: absolute;
	bottom: 0px;
	padding-bottom: 8px;
	font-size: 13px;
	color: #666666;
}
#content-slide-box .bottom,
#content-highlight-box .bottom {
	padding-bottom: 16px;
	/*position: relative;*/
	margin-top: 12px;
}
.thumbnail .bottom {
	padding-bottom: 16px;
}
.topic .bottom {
	font-size: 11px;
	padding-bottom: 4px;
}
a:hover, .button {
    cursor: hand; cursor: pointer;
}
.box-content {
	margin-top: 12px;
}
.box {
	padding: 8px 0 12px;
}
.indent {
	padding-left: 22px;
}
.news-box {
	width: 324px;
	margin: 8px 0 24px;
	/*height: 400px;*/
}
.middle {
	display: table-cell;
	vertical-align: middle;
}
.list {
	margin: 8px 0;
}
.list p {
	margin-bottom: 4px;
}
.list span.right {
	margin-left: 8px;
}
#references .list p {
	margin-bottom: 8px;
}







.image-box {
	margin: 12px 0;
}
.left.image {
	/*padding-left: 8px;*/
}

.slides-box .left.image {
	padding-left: 8px;
	width: 317px;
	height: 238px;
	overflow: hidden;
}

@font-face {
      font-family: DB-font;
      src: url("/public/font/DBAdmanX.ttf");
}

.box-title,
.detail-title { 
    font-weight: bolder;
    border-bottom: 3px solid #993366;
    color: #333333;
    height: 27px;
    padding-bottom: 0px;
    font-size: 19px;
    line-height: 30px;
}
.result .box-title, .detail-title {
	font-size: 17px;
}
.box-title strong {
	/*font-size: 120%;*/
}
.box-title .text {
	font-size: 18px;
	color: #000;
	padding-top: 2px;
}
.detail-item {
    border-bottom: 3px solid #993366;
    color: #333333;	
    padding: 12px 8px 4px 4px;
}
.detail-item.last {
	border-bottom-width: 0;
}
.detail-item .title {
	margin-bottom: 8px;
	font-size: 112%;
}
.alt-text {
	padding: 12px 8px 4px 4px;
}
._topic-index strong {
	font-size: 19px;
}
.bullet {
	margin-right: 8px;
}
.bullet.right {
	margin-right: 0;
}
.text-color {
    color: #993366;
}
.english {
	padding-top: 6px;
	height: 21px;
	font-size: 15px;
	line-height: 20px;
}
.line-top {
	height: 16px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 13px;
}
.detail {
	font-size: 86.67%;
	margin:inherit;
	padding:inherit;
}
.show-member-name{
	float: right;
	font-weight: bold;
	height: 21px;
	color: #993366;
	margin : 4px 0px 0px 20px;     
}
/* tag */
.tags {
    font-size: 13px;
    height: 24px;
    margin-bottom: 8px;
}
.tags img {
    margin-right: 4px;
    float: left;
}
.tags .list {
	margin-left: 34px;
}
.tags span {
    padding: 2px 6px;
}
.tags a {
	float: left;
	padding: 2px 6px;
}
/* monitor */
ul.page-list,
ul.monitor-list {
    padding-top: 8px;
    padding-left: 13px;
}
ul.page-list li, 
ul.monitor-list li {   
    font-size: 86%;
    padding-bottom : 4px;
    list-style-image: url('../img/bullet/bl_monitor.jpg');   
}
ul.page-list li {
	width: 660px;
}
ul.monitor-list li {
    width: 324px;
	font-size: 76%;
}
/*header edit*/
#banner-ads{
	margin-top: 5px;
}

#logo-top .logo {
	/*margin-top: -30px;*/
	/*margin-top: 25px;*/
	width: 256px;
}
/*about inewlaw*/
.inewlaw-item {
	margin-top: 5px;
}
.inewlaw-item p {
	padding-top: 5px;
}
.inewlaw-item p a:hover {
	text-decoration: none;
}
.download-brochure {
	padding-top: 22px;
}
#main-box .about-inewlaw{
    font-size: 13px;
    line-height: 16px;  
}
.about-inewlaw p{
    padding-top: 2px;
    margin-bottom: 10px;
}
.about-inewlaw .sub-page{
    margin-bottom: 20px;
}
.about-inewlaw .sub-page .rate{
width: 224px;padding-left: 32px;float: right;border-left: solid 1px #ccc; height: 60px; color: #993366;
}

/*member*/
.tool-item {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
}
#content-profile {
	width: 401px;
	padding-right: 24px;
	float: left;
}
#content-profile .profile {
	margin-top: 22px;
	height: 123px;
}
#content-profile .profile p {
	color: #8e908f;
	font-size: 15px;
	padding-top: 3px;
}
#content-profile .profile .contact {
	width: 401px;
	padding: 0px 5px 5px 0px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ececec;
	float: left;
}
#content-profile .profile .field {
	width: 195px;
	height: 52px;
	padding: 0px 5px 5px 0px;
	font-size: 13px;
	float: left;	
}
#content-profile .profile .field-width {
	width: 401px;
	height: 52px;
	padding: 0px 5px 5px 0px;
	font-size: 13px;
	float: left;
}
.member .profile {
	width: 401px;
}
.member-notify {
	margin-top: 12px;
	background: #FBFFCC;
	border: solid 1px #FFE400;
	padding: 12px;
	font-size: 13px;
}
.member-notify a {
	color: #cc3300;
}
.member-notify img {
	float: left;
	margin-top: 2px;
}
.member-notify p {
	margin-left: 45px;
	min-height: 28px;
}
.edit {
	clear: both;
}
#status-member {
	float: right;
	width: 255px;
}
#status-member #centers {
	text-align: center;
	margin-top: 22px;
}
#status-member #centers strong {
	font-size: 22px;
}
#user-status {
	background: transparent url('../img/background/bg_status.png') no-repeat;
	width: 255px;
	/*height: 168px;*/
	padding-bottom: 14px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#user-status .box-title-status {
	padding: 8px 0px 0px 15px;
}
#user-status .status {
	padding: 16px 0px 0px 15px;;
}
#user-status .status p {
	width: 90px;
	float: left;
}
#user-status span {
	font-size: 15px;
	padding-left: 15px;
}
.thanks {
	margin-top: 5px;
	margin-bottom: 22px;
	line-height: 34px;
}
/* bookmark */
.bookmark {
	padding: 5px;
}
#dialog {
	width: 430px !important;
}
.addBookmark .dialog-content {
	padding: 12px !important;
} 
.dialog-header {
	background: #936;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
	padding: 7px 12px;
    color: #fff;
    font-size: 19px;
}
.dialog-header .closeButton {
	padding-top: 8px;
}
.dialog-content {
	background: #ececec;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 12px;
}
.dialog-content p {
	clear: both;
	height: 32px;
	margin-top: 8px;
	margin-bottom: 16px;
}
.dialog-content p label {
	float: left;
	width: 75px;
	padding-top: 7px;
}
.dialog-content p input {
	width: 308px;
	height: 32px;
	background: url('../img/background/bg_textbox.png') no-repeat; 
	border: solid 1px #ececec;
	padding: 0 8px;
	float: right;
	font-size: 15px;
}
.dialog-content p select {
	width: 326px;
	height: 32px;
	background: #ececec;	
	border: solid 1px #ccc;
	float: right;
	font-size: 15px;
	margin-top: 2px;
}
.dialog-content .addButton {
	text-align: right;
}
.b-modal.__b-popup1__ {
	opacity: 0.3 !important;
}

#twitter-widget-0 {
	width: 360px !important;
	height: 100%;
	margin-left: -10px !important;
	max-width: 106% !important;
}

.validtext {
	position: absolute;
	right: 24px;
	bottom: 52px;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.validtext img {
	padding-left: 6px;
}
form.profile .validtext {
	right: -4px;
}
form#forgotform .validtext {
	bottom: -7px;
}
#forgot-box .submit {
	padding-right: 28px;
}
#index-box #bankrupt-form {
	width: 417px;
	height: 36px;
	padding: 16px 12px 16px 0;
	text-align: right;
	background: url(../img/background/bg_rkj_search.png) right top no-repeat;
	float: left;
}
#index-box #bankrupt-form input {
	padding: 7px 12px 6px;
	font-size: 16px;
	width: 176px
}
#index-box #bankrupt-form .button {
	float: right;
}
#index-box .link-box {
	width: 256px;
	height: 68px;
	margin-left: 9px;
	float: left;
}
p.text {
	margin-top: 20px;
}
.result.remark {
	padding: 0;
	margin-top: 20px;
}

.text p a{
	color: #993366;
}

.text p a:hover{
	color: #d92e84;
}