/*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*
*		Require base.css from framework
*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*/

.wiki_page_content .db_base {

}

/*.wiki_page_content li {
	list-style-image:url('../img/wiki_li_level1.gif') !important;
	overflow: visible !important;
}
.wiki_page_content li li {
	list-style-image:url('../img/wiki_li_level2.gif') !important;
}
.wiki_page_content li li li {
	list-style-image:url('../img/wiki_li_level3.gif') !important;
}
.wiki_page_content li li li li {
	list-style-image:url('../img/wiki_li_level4.gif') !important;
}*/

.wiki_page_content li {
	overflow: visible !important;
}

img.wiki_img {
	margin:10px;
}

a.ext {
	background: url('../img/link_external.gif') no-repeat left 50%;
	padding-left: 12px;
}

a.ext_new_window {
	background: url('../img/link_external_new_w.gif') no-repeat left 50%;
	padding-left: 12px;
}

a.email {
	background: url('../img/link_mail.gif') no-repeat left 50%;
	padding-left: 22px;
}

table caption {
	border-left:solid 1px #c0c0c0;
}

div.border {
	border: solid 1px #aaa;
	margin:0.5em;
	padding:0.5em;
}

.keyword {
	color:#0000FF;
	font-weight: bold;
}

/* dialog boxes */

div.wdb_base {
	margin: 0.5em auto 0.5em auto;
	width:90%;
	background: #fff;
	padding:0px;
	position:relative;
	text-align:center;
	border:none;
	text-decoration:none;
}

div.wdb_base .xmsg {
	padding-bottom:15px;
	padding-top:15px;
	padding-left:60px;
}

div.wdb_info {
	background:#fff url(../img/db_info_icon.gif) 5px 5px no-repeat;
	border:#007dd1 solid 1px;
}

div.wdb_success {
	background:#fff url(../img/db_success_icon.gif) 5px 5px no-repeat;
	border:#00ab41 solid 1px;
}

div.wdb_error {
	background:#fff url(../img/db_error_icon.gif) 5px 5px no-repeat;
	border:#b31010 solid 1px;
}

div.wdb_warning {
	background:#fff url(../img/db_warn_icon.gif) 5px 5px no-repeat;
	border:#d89335 solid 1px;
}

div.wdb_ask  {
	background:#fff url(../img/db_ask_icon.gif) 5px 5px no-repeat;
	border:#d89335 solid 1px;

}

