body
{
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 10pt;
}

h1
{
	margin: 0px;
	padding: 1px;
}

h2
{
	margin: 0px;
	padding: 1px;
}

h3
{
	margin: 0px;
	padding: 1px;
}

h4
{
	margin: 0px;
	padding: 1px;
}

h5
{
	margin: 0px;
	padding: 1px;
}

h6
{
	margin: 0px;
	padding: 1px;
}

form
{
	display: inline;
}

img
{
	border: 0px;
}


/* -------------------------------------- */

.ime_act
{
	ime-mode: active;
}

.ime_dis
{
	ime-mode: disabled;
}

.ime_inac
{
	ime-mode: inactive;
}


.error_msg
{
	/*background-color: #FFCC66;*/
	color: #FF0000;
}

.caution_msg
{
	/*background-color: #FFCC66;*/
	color: #FF6600;
}

.important
{
	/*background-color: #FFCC66;*/
	color: #FF0000;
	
}
.edit_box
{
	background-color: #FFCC66;
	/*width: 800px;*/
	padding:10px 20px;
}

.important_bold
{
	color: #FF0000;
	font-weight: bold;
}

.icon_locked
{
	width: 16px;
	height: 16px;
	background: url("../img/icon_locked.gif") no-repeat center;
}

.const
{
	background: url("../img/icon_edit_const.gif") no-repeat center;
}


.edit_perms
{
	background: url("../img/icon_edit_perms.gif") no-repeat center;
}

.settings
{
	background: url("../img/icon_edit_settings.gif") no-repeat center;
}

.new_dir
{
	background: url("../img/icon_edit_new_dir.gif") no-repeat center;
}

.edit_dir
{
	background: url("../img/icon_edit_dir.gif") no-repeat center;
}

.new_entry
{
	background: url("../img/icon_edit_new_article.gif") no-repeat center;
}

.edit_entry
{
	background: url("../img/icon_edit_article.gif") no-repeat center;
}

.edit_css
{
	background: url("../img/icon_edit_css.gif") no-repeat center;
}

.new_css
{
	background: url("../img/icon_edit_new_css.gif") no-repeat center;
}

.edit_img
{
	background: url("../img/icon_edit_img.gif") no-repeat center;
}

.new_img
{
	background: url("../img/icon_edit_new_img.gif") no-repeat center;
}

.edit_button
{
	background-color: #FFDD88;
	height: 16px;
	width: 16px;
}

.edit_button a:hover
{
	background-color: #FF6600;
}

/* ------------------- */
.display_none
{
	display: none;
}

.prop
{
	clear: both;
	line-height:0px;
	/*
	margin:0px;
	padding:0px;
	height:0px;
	border: black 1px solid;
	*/
}


.login_label
{
	clear:left;
	float:left;
	
}

.login_input
{
	text-align:right;
}

.float_right
{
	float: right;
}

.float_left
{
	float: left;
}

/*----------Header-----------*/

#header
{
	background: #FFFFFF url("../img/regular_head_bg.gif") repeat-x bottom;
	/*width: 100%;*/
	line-height: 160%;
	height: 26px;
}

#logo
{
	padding-left: 20px;
	white-space: nowrap;
	text-align: left;
	float: left;
	height: 26px;
}

#logo a
{
	font-weight: bold;
	font-size: small;
	color: #FF6644;
	text-decoration: none;
}

#header_link
{
	text-align: right;
	font-size: x-small;
	padding-right: 20px;
	white-space: nowrap;
}

#header_link a:link
{
	color: #334455;
	font-weight: bold;
	text-decoration: none;
}

#header_link a:visited
{
	color: #556677;
	font-weight: bold;
	text-decoration: none;
}

#header_link a:hover
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

/*-------------------------*/

.wrapping
{
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.footer
{
	color: #888888;
	font-size: x-small;
}

.ranking ul, .categories ul, .site_navi ul, .navigation ul
{
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


.ranking li, .categories li, .site_navi li, .navigation li
{
	display: block;
	margin: 0px;
	padding: 0px;
}

.navigation a, .ranking a
{
	text-decoration: none;
	cursor: hand;
	width: 100%;
}

.topic_path
{
	font-weight: bold;
}


.navi_item
{
	padding: 10px 0px 5px 10px;
	height: 3em;
}

.navi_title
{
	font-weight: bold;
	font-size: small;
}

.navi_description
{
	font-size: xx-small;
	padding: 0px 10px 0px 10px;
	line-height: 100%;
}

.navi_edit_info
{
	background-color: #EEEEEE;
	font-size: small;
	padding: 10px 0px 0px 10px;
}

.ctg_level1
{
	/*background-color: #FFCC66;
	padding: 10px 10px 10px 10px;*/
}

.ctg_level2
{
	/*background-color: #66CC66;
	padding: 10px 10px 10px 10px;*/
}


.cmt_box
{
	margin-top: 15px;
}

.cmt_number
{
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
	float: left;
}

.cmt_title
{
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
	float: left;
	font-weight: bold;
}

.cmt_name
{
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
	float: left;
}

.cmt_date
{
	text-align: right;
	font-size: x-small;
	padding-right: 20px;
	white-space: nowrap;
}

.cmt_txt
{
	padding-left: 20px;
	padding-top: 5px;
	clear:both;

}

.tb_box
{
	margin-top: 15px;
}

.tb_number
{
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
	float: left;
}

.tb_title
{
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
	float: left;
	font-weight: bold;
}

.tb_name
{
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
	float: left;
}

.tb_date
{
	text-align: right;
	font-size: x-small;
	padding-right: 20px;
	white-space: nowrap;
}

.tb_txt
{
	padding-left: 20px;
	padding-top: 5px;
	clear:both;

}

.profile
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.xx-small
{
	font-size: xx-small;
}

.x-small
{
	font-size: x-small;
}

.small
{
	font-size: small;
}

.smaller
{
	font-size: smaller;
}

.large
{
	font-size: large;
}

.x-large
{
	font-size: x-large;
}

.xx-large
{
	font-size: xx-large;
}

.larger
{
	font-size: larger;
}

#forbidden
{
	background-color: #CCDDFF;
	padding:0px 20px 20px 20px;;
}

.perms_table
{
	border: 1px solid #666666;
	border-collapse: collapse;
	empty-cells: show;
	line-height: 120%;
	/*width: 100%;*/
}

.perms_table td, .perms_table th
{
	
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding:2px 10px;
	
}

#forbidden .perms_table
{
	background-color: #FFFFFF;
}

.account_table
{
	width: 400px;
	background-color: #FFFAF4;
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
	empty-cells: show;
	line-height: 150%;
	margin:5px 0px;
}

.account_table td, .account_table th
{
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding:2px 10px;
	white-space:nowrap;
}
.account_table th
{
	width: 120px;
	font-weight: normal;
}

.regular_table
{
	border: 1px solid #666666;
	border-collapse: collapse;
	empty-cells: show;
	line-height: 120%;
}
.regular_table td, .regular_table th
{
	
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding:2px 10px;
	
}

.user_perms_table
{
	width: 400px;
	background-color: #FFFAF4;
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
	empty-cells: show;
	line-height: 150%;
	margin:5px 0px;
}

.user_perms_table td, .user_perms_table th
{
	
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding:2px 10px;
	white-space:nowrap;
}

.edit_table_binder td
{
	border: none;
	padding: 0px;
	vertical-align: top;
}

.edit_table_bbs
{
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	empty-cells: show;
	line-height: 150%;
}

.edit_table_bbs td, .edit_table_bbs th
{
	
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding:2px 10px;
	
}

.internal_table td, .internal_table th
{
	border: none;
	padding:2px 10px 2px 0px;
}

.transaction_log_table
{
	border: 1px solid #666666;
	border-collapse: collapse;
	empty-cells: show;
	line-height: 120%;
}

.transaction_log_table td, .transaction_log_table th
{
	
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding:2px 10px;
	
}

.calender
{
	text-align: center;
}

.calender .square td
{
	width: 14%;
	text-align: center;
}

.calender .holiday, .schedule .holiday
{
	color: #FF0000;
}

.calender .sunday, .schedule .sunday
{
	color: #FF0000;
}

.calender .saturday, .schedule .saturday
{
	color: #0000FF;
}

.calender .today, .schedule .today
{
	font-weight: bold;
}

.calender .fraction, .schedule .fraction
{
	color: #AAAAAA;
}

.score_got
{
	color: #FFBB00;
}

.score_lost
{
	color: #DDDDDD;
}


.login
{
	background: url("../img/spacer.gif") no-repeat;
}
