/*CSS DOCUMENT WIKIPLUS SYSTEM PRESET*/
@charset "utf-8";

.black{color:black;}
.silver{color:silver;}
.gray{color:gray;}
.white{color:white;}
.maroon{color:maroon}
.red{color:red;}
.orange{color:orange;}
.purple{color:purple;}
.fuchsia{color:fuchsia;}
.green{color:green;}
.lime{color:lime;}
.yellowgreen{color:yellowgreen;}
.olive{color:olive;}
.yellow{color:yellow;}
.navy{color:navy;}
.blue{color:blue;}
.teal{color:teal;}
.aqua{color:aqua;}

.bg_black{background-color:black;}
.bg_silver{background-color:silver;}
.bg_gray{background-color:gray;}
.bg_white{background-color:white;}
.bg_maroon{background-color:maroon;}
.bg_red{background-color:red;}
.bg_orange{background-color:orange;}
.bg_purple{background-color:purple;}
.bg_fuchsia{background-color:fuchsia;}
.bg_green{background-color:green;}
.bg_lime{background-color:lime;}
.bg_yellowgreen{background-color:yellowgreen;}
.bg_olive{background-color:olive;}
.bg_yellow{background-color:yellow;}
.bg_blue{background-color:blue;}
.bg_navy{background-color:navy;}
.bg_teal{background-color:teal;}
.bg_aqua{background-color:aqua;}

.bold{font-weight:bold;}
.italic{font-style:italic;}
.underline{text-decoration:underline;}
.linethrough{text-decoration:line-through}
.wrap{border:1px solid;}

.nowrap {white-space: nowrap;}
.center{text-align:center;}
.right{text-align:right;}
.left{text-align:left;}

.size10{font-size:10px;}
.size12{font-size:12px;}
.size14{font-size:14px;}
.size18{font-size:18px;}
.size24{font-size:24px;}
.size36{font-size:36px;}

.clear{clear:both;}
.lf1{margin-bottom:1em;}
.lf2{margin-bottom:2em;}
.lf3{margin-bottom:3em;}
.lf4{margin-bottom:4em;}
.lf5{margin-bottom:5em;}
.lf6{margin-bottom:6em;}
.lf7{margin-bottom:7em;}
.lf8{margin-bottom:8em;}
.lf9{margin-bottom:9em;}

.w10{width:10%}
.w20{width:20%}
.w30{width:30%}
.w40{width:40%}
.w50{width:50%}
.w60{width:60%}
.w70{width:70%}
.w80{width:80%}
.w90{width:90%}

.float_left{float: left;}
.float_right{float: right;}

/* ## system.inc.php ## */
img {
    border: none;
}

.wp_info {
    background-color: #E8E8E8;
    margin: 0px;
    padding: 10px;
    position: absolute;
    top: 40px;
    width: 100%;
}

/* ## WIKIPLUS ERRER STYLE START ## */

#wp_err {
    margin-left: 5%;
    margin-right: 5%;
    border: 1px solid #F00;
    background-color: #F7E6E6;
}

#wp_err p {
    margin: 0px 5px;
    padding: 5px;
    font-size: x-small;
    line-height: 130%;


}

/* ## WIKIPLUS TOOLBAR STYLE START ## */
#wp_toolbar {

}

table#wp_toolbar_layout {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

table#wp_toolbar_layout td {
    vertical-align: top;
}

table#wp_toolbar_layout p {
    background-color: #CCC;
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: x-small;
    color: #666;
    font-weight: bold;
}


table.wp_toolbar_category {
    border: 1px solid #CCC;
    width:100%;
}

table.wp_toolbar_category td {
    border: none;
    text-align: center;
    font-size: x-small;
    vertical-align: bottom;
    padding: 5px 0px;
    background-color: #FFF;
}

.wp_toolbar_category td img {
    margin: 0px;
    padding: 0px;
}

table.wp_toolbar_category a,
table.wp_toolbar_category a:link {
    text-decoration: none;
    color: #333;
}

table.wp_toolbar_category a:hover,
table.wp_toolbar_category a:focus {
    text-decoration: none;
    color: #F90;
}

/* ## WIKIPLUS EDIT TOOLBAR STYLE START ## */
div.jshelper2 img, div.jshelper3 img {
    margin: 0px;
}
div.jshelper3 {
    background: #F0F0F0;
    padding: 5px 5px 2px 5px;
    margin-bottom: 5px;
    line-height:200%;
}

/* ## editor css ## */

h2.editor_title_h2{
	background:url(image/titleh2.gif) repeat-x left bottom #FFFFFF;
	line-height:34px;
	padding:0 10px;
	margin:0;
	font-size:130%;
	font-weight:bold;
	color:#333333;
}

table#editor_table_style{
	margin:15px 0;
}

div.jshelper2 div.jshelper3{
	margin:3px 0;
}

div.jshelper2#attach{
	margin:3px 0;
    background:#F0F0F0;
}

div.jshelper2 a img, div.jshelper3 a img{
	margin:0;
	border:none;
}

div#editor_mode_selection{
margin:10px 0;
}

span.editor_mode_bold{
	font-weight:bold;
}

a.editor_mode_button{
	background:url(image/editor_button.gif) repeat-x;
	border-top:1px solid #577FA3;
	border-left:1px solid #577FA3;
	border-bottom:1px solid #00203E;
	border-right:1px solid #00203E;
	color:#333333;
	text-decoration:none;
	padding:0 5px;
	line-height:20px;
}

div#editor_button{
	margin-top:5px;
}

body div#wp_edit_form h2.editor_title_h2 {
	background:url(image/titleh2.gif) repeat-x left bottom #FFFFFF;
	line-height:34px;
	padding:0 10px;
	margin:0;
	font-size:130%;
	font-weight:bold;
	color:#333333;
}


body div#wp_edit_form {
}

body div#wp_edit_form div {
	border: none;
}

body div#wp_edit_form table#editor_table_style td {
	padding: 3px;
}


body div#wp_edit_form div#edit_wiki div.jshelper2 img, body div#wp_edit_form div#edit_wiki div.jshelper3 img{
	margin: 0;
	padding: 0;
	border: none;
}

table#wp_editor_button {
	width: 550px;
	margin: 5px 0;
	background-color: #EFEFEF;
}

textarea#msg {
	width: 550px;
}


td#wp_editor_button_1,
td#wp_editor_button_2,
td#wp_editor_button_3,
td#wp_editor_button_4 {
	vertical-align: top;
	margin: 0;
	padding: 5px;
}

td#wp_editor_button_2 {
	padding-right: 60px;
}

td#wp_editor_button_1 p,
td#wp_editor_button_2 p,
td#wp_editor_button_3 p,
td#wp_editor_button_4 p {
	padding: 0;
	margin: 3px 0;
	font-size: x-small;
}

input#wp_metakeywords {
width: 455px;
}
textarea#description {
width: 455px;
}

a.wp_system_link_new_toolbar, a.wp_system_link_navigaterbar, a.wp_system_link_old_toolbar, a.wp_system_link_attribute, a.wp_system_link_editor_icon, a.wp_system_link_text_rule, a.wp_system_link_access_status, a.wp_system_link_attach, a.wp_system_link_copyright {
  margin: 0;
  padding: 0;
}

a.wp_bad_link{
  background: url(images/icon_nolink.png) no-repeat right top;
  padding-right: 20px;
}

img[data-wp_call_editor="true"] {
  cursor: pointer;
}

.fancybox{}

.highlight { background-color: yellow }
