/* http: //jigsaw.w3.org/css-validator/ */

/* font-size,line-height */

body
{
	font-family: 'Meiryo','Hiragino Kaku Gothic Pro','Osaka',sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
}

dl,
p,
ul,
ol
{
	line-height: 160%;
}

/* heading */

h1,
h2,
h3,
h4,
h5,
h6
{
	clear: both;
	line-height: 160%;
}

/* hyper-link activities (normal) */

a:link    {color: #33d;}
a:visited {color: #515;}
a:hover   {text-decoration: none;}
a img
{
	border: none;
}

/* em, strong */

em,
strong
{
	color: #a20;
	font-style: normal;
}
em
{
	font-weight: normal;
}
strong
{
	font-weight: bold;
}
strong.attn
{
	color: #000;
	font-weight: bold;
}
strong strong
{
	border-bottom: 3px #a20 double;
}

/* abbr,acronym */

abbr,
acronym
{
	color: inherit;
	font-style: normal;
	border-color: #333;
	border-style: dotted;
	border-width: 0 0 1px;
	cursor: help;
}

/* code */

code
{
	font-family: 'monospace';
	padding: 1px 3px;
	border: 1px #aaa solid;
	background-color: #ffffee;
}

/* kbd */

kbd
{
	font-family: 'monospace';
	margin: 0 0.1em;
	padding: 0 2px;
	border-style: solid;
	border-width: 1px;
	display: inline;
}

/* ruby*/

ruby
{
	line-height: 100%;
}
rt,
rp
{
	font-size: 70%;
	font-weight: normal;
	color: #333;
}

/* clear, hidden */

.nd,
.nodisplay
{
	display: none;
}

.hd,
.hidden
{
	visibility: hidden;
}

.hl,
.hiddenlink,
.hiddenmessage,
.forscreenreader,
.skip
{
	position: absolute;
	left: -9000px;
}

.div,
.clear
{
	clear: both;
}

.nc,
.noclear
{
	clear: none !important;
}

hr.div,
br.div
{
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/* clearfix */

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix
{
	min-height: 1px;
}

* html .clearfix
{
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* list */

ol
{
 padding:  0 0 0 30px; 
}
ul
{
 padding:  0 0 0 18px; 
}

/* ul,ol (nlm=nolistmarker) */

ul.nlm,
ol.nlm
{
	list-style-image: none !important;
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
ul.nlm li,
ol.nlm li
{
	padding: 0;
	margin: 0;
}

/* ul,ol (cmt=comment) */

ul.cmt,
ol.cmt
{
	color: #111;
	background-color: #f8f8f8;
	border: 1px #bbb solid;;
	margin: 10px 0;
	padding: 8px 0 5px 40px;
}

/* List Elements */
/* define lists.cmt */

dl.cmt
{
	color: #111;
	background-color: #fff;
	margin: 0 0 15px;
	padding: 0 15px;
	border-bottom: #bbb 1px solid;
	border-left: #bbb 1px solid;
	border-right: #bbb 1px solid;
	width: auto;
}
dl.cmt dt
{
	line-height: 100%;
	position: relative;
	color: #111;
	background-color: #f8f8f8;
	margin: 0 -15px;
	padding: 10px 10px;
	border-top: #bbb 1px solid;
	border-bottom: #bbb 1px dotted;
}
*>dl.cmt dt
{
	margin: 0 -15px -5px;
}
dl.cmt dd
{
	position: relative;
	margin: 0 -15px 0;
	padding: 10px 10px 5px;
}
dl.cmt dd *
{
	margin-top: 0;
	margin-bottom: 0;
}

/* define lists.list */

dl.list
{
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
}
dl.list dt
{
	font-weight: bold;
	line-height: 100%;
	position: relative;
	margin: 0;
	padding: 4px 0;
}
dl.list dd
{
	position: relative;
	margin: 0;
	padding: 5px 0;
}
dl.list dt img
{
	float: right;
}


/* p,div,pre,ul,ol (class="cmt") */

pre.cmt,
pre.cmt2,
div.cmt,
p.cmt
{
	color: #111;
	background-color: #f8f8f8;
	margin: 0 0 15px;
	padding: 7px 15px;
	border: 1px #bbb solid;;
	width: auto;
}
div.cmt
{
	padding: 8px 15px;
}
div.cmt *
{
	margin-top: 0;
	margin-bottom: 0;
}

div.cmt h2:first-child,
div.cmt h3:first-child,
div.cmt h4:first-child,
div.cmt h5:first-child,
div.cmt h6:first-child
{
	margin-top: 5px !important;
}

div.cmt ul,
div.cmt ol
{
	padding: 0;
	margin-left: 25px;
	margin-right: 0;
}
div.cmt ul.il,
div.cmt ol.il
{
	margin-left: 0;
}
pre.cmt
{
	overflow: auto;
}
pre.cmt2
{
	white-space: pre-line;
}


/* cite,control,sig etc */

cite.jp,
cite.ja
{
	font-style: normal;
}
cite.en,
span.en
{
	font-style: italic;
}
cite[lang$="ja"]
{
	font-style: normal;
}
cite[lang$="en"],
cite.foreign
{
	font-style: italic;
}

/* align right */

.cite,
.sig,
.cf
{
	text-align: right;
	list-style: none;
	clear: both;
}

/* ruby (secret, explanation) */

span.exp,
span.ruby,
dfn
{
	border-color: #333;
	border-style: dotted;
	border-width: 0 0 1px;
	cursor: help;
}

/* subtitle */

.subtitle
{
	font-size: 90%;
	font-weight: normal;
}

/* hyper-link activities (a class="nofeedback") */

a.nfb:link,
a.nfb:visited
{
	color: #000 !important;
	background-color: transparent;
	text-decoration: none !important;
}
a.nfb:hover
{
	color: #33d !important;
	background-color: transparent;
	text-decoration: none !important;
}

/* image hyper-link (a class="feedback") */

a.fb:link img
{
	border: 1px #33d dotted;
}
a.fb:visited img
{
	border: 1px #515 dotted;
}
a.fb:hover img
{
	border: 1px #900 solid !important;
}
a.fb
{
	text-decoration: none !important;
}
a.fb:hover
{
	color: #900 !important;
}
img.nfb
{
	border: 1px #fff solid;
}

/* preformatted text */

pre.pre
{
	border: 1px #bbb solid;
	padding: 5px;
	background-color: #fefefe;
	width: 95%;
}

/* for NOT Mac ie */
@media screen
{
	pre.pre {
		overflow: scroll;
	}
}
*>pre.pre
{
	width: auto;
}

/* blockquote */

blockquote.blockquote
{
	border: 1px #bbb dashed;
	padding: 0 10px;
	margin: 10px 0;
	background-color: #fefefe;
	width: 95%;
}

/*===forms===*/

input[type="text"],
input[type="email"],
input[type="password"],
textarea
{
	padding: 5px;
	font-size: 110%;
}

input[type="submit"],
input[type="button"],
span.buttonwrapper/* by jQuery */
{
	display: inline-block;
	font-size: 98%;
	line-height: 1;
	border-radius: 5px;
	border: 1px #aaa outset;
	padding: 0 8px;
	margin: 0 3px 0 0;
	min-height: 2.2em;
	color: #111;
	background-color: #fdfdfd;
	vertical-align: bottom;
}
span.buttonwrapper
{
	min-height: 2.1em;
}
span.buttonwrapper a
{
	color: #111;
	text-decoration: none;
	display: inline-block;
	margin: 0.55em 0 0;
	padding: 0;
	line-height: 1;
}
input[type="submit"]:hover,
input[type="button"]:hover,
span.buttonwrapper:hover
{
  cursor:pointer;
	background-color: #eee;
}
input[type="submit"]:active,
input[type="button"]:active,
span.buttonwrapper:active
{
	border: 1px #aaa inset;
}
input[type="submit"].recommend,
input[type="button"].recommend,
input[type="submit"].main,
input[type="button"].main,
span.buttonwrapper.main
{
	border: 2px #aaa outset;
	font-weight: bold;
}
input[type="submit"].recommend:active,
input[type="button"].recommend:active,
input[type="submit"].main:active,
input[type="button"].main:active,
span.buttonwrapper.main:active
{
	border: 2px #aaa inset;
}

select
{
	border: 1px #999 solid;
	font-size: 105%;
	height: 2em;
}

.textarea,
.wide
{
	width: 95%;
	height: 12em;
}

.textarea.src
{
	line-height: 1.6;
	font-family: monospace;
	background-color: #fafafa;
	white-space: pre;
}

textarea.subject
{
	width: 95%;
	height: 2.2em;
}

form em.exp,
form em.explanation
{
	font-size: 90%;
	display: block;
}

/* label of checkboxes and radio */

.label_fb label
{
	white-space:nowrap;
	padding: 2px 1px;
}

.label_fb label:hover
{
	background-color: #e8e8e8;
}

.disabled label
{
	opacity: 0.5;
}

.disabled label:hover
{
	background-color: transparent !important;
}

/* lb */

.lb img
{
	border: 1px #eee solid;
}

.lb:hover img
{
	border: 1px #58b dashed;
}

/* ===tables=== */

/* general class */

th.ctrl,
td.ctrl,
th.id,
td.id
{
	white-space: nowrap;
	text-align: center !important;
	width: 1%;
}

th.ctrl2
{
	white-space: nowrap;
	text-align: center !important;
}

td.cost,
td.title,
td.head
{
	white-space: nowrap;
}
td.cost
{
	text-align: right !important;
}
th.title,
td.title
{
	text-align: center !important;
}

/* .nostyle */

table.nostyle,
table.nostyle th,
table.nostyle td
{
	border: none !important;
	background-color: transparent !important;
	background-image: none !important;
}

/* tbl */

table.tbl
{
	margin: 5px 0 10px !important;
	width: 98%;
/*	border-collapse: collapse;*/
	border-spacing: 0px;
	border-top: 1px #bbb solid;
	border-left: 1px #bbb solid;
}
*>table.tbl
{
	width: 100%;
}
table.tbl th,
table.tbl td
{
	text-align: left;
	padding: 4px 5px;
	border-bottom: 1px #bbb solid;
	border-right: 1px #bbb solid;
}
*>table.tbl th,
*>table.tbl td
{
	padding: 2px 5px;
}
table.tbl th
{
	text-align: left;
	background-color: #f8f8f8;
	white-space: nowrap;
	font-weight: bold;
	color: #111;
}
table.tbl thead th
{
	background-color: #eee;
	color: #111;
}
table.tbl *
{
	margin-top: 0;
	margin-bottom: 0;
}
table.tbl ul,
table.tbl ol
{
	padding: 0;
	margin-left: 25px;
	margin-right: 0;
}

/* tbl1 */

table.tbl1
{
/*	border-collapse: collapse;*/
	border-spacing: 0px;
	width: 100%;
	border-top: 1px #bbb solid;
	border-left: none;
}
table.tbl1 th,
table.tbl1 td
{
	text-align: left;
	padding: 5px;
	border-bottom: 1px #bbb solid;
	border-right: none;
}
table.tbl1 thead th
{
	color: #111;
	background-color: #ded9d1;
}
table.tbl1 th
{
	color: #111;
	background-color: #eee;
}
table.tbl1 td
{
	color: #111;
	background-color: #fff;
}

/* tbl2 */

table.tbl2
{
/*	border-collapse: collapse;*/
	border-spacing: 0px;
	width: 100%;
	background-color: #fff;
}
table.tbl2 th,
table.tbl2 td
{
	text-align: left;
	padding: 5px;
}
table.tbl2 thead th
{
	color: #111;
	background: #e8e8e0;
	font-weight: bold;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

table.tbl2 tr:nth-child(even),
table.tbl2.even tr:nth-child(even)
{
	background: #f4f4ea;
}
table.tbl2 tr:nth-child(odd),
table.tbl2.even tr:nth-child(odd)
{
	background: #fff;
}
table.tbl2.odd tr:nth-child(odd)
{
	background: #fff;
}
table.tbl2.odd tr:nth-child(even)
{
	background: #f4f4ea;
}

table.tbl2 th
{
	font-weight: normal;
	color: #111;
}
table.tbl2 td
{
	color: #111;
}

/* table.list */

table.list th,
table.list td
{
	padding: 5px 3px 0 0;
}

table.list th
{
	white-space: nowrap;
	vertical-align: top;
	font-weight: normal !important;
}

/* date */

.date
{
	font-size: 85%;
	color: #555;
}

/* search_results */

dl.search_results dt
{
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: bold;
	background-image: url(../images/_base/menulist_blue.gif);
	background-repeat: no-repeat;
	background-position: -8px 5px;
}

dl.search_results dd
{
	color: #222;
	font-size: 90%;
	padding: 5px;
	margin: 5px 0 15px;
	border: 1px #eee dotted;
	background-color: #f8f8f8;
}

dl.search_results dd strong
{
	color: #000;
}

/*===pagenavi===*/

.hits
{
	margin: 0;
	padding: 0;
}

.pagenavi
{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.pagenavi a
{
	color: #33d;
	text-decoration: none;
}

.pagenavi .prev a img
{
	margin: 0 2px -3px;
}
.pagenavi .next a img
{
	margin: 0 0 -3px 2px;
}

.pagenavi a:hover
{
	text-decoration: underline;
}

.pagenavi .prev
{
	float: left;
}

.pagenavi .next
{
	float: right;
}

/* Download Icon (disable:  Win IE,Opera) */
/* thx argon and XCL project */
a.pdf:before    {content: url(../images/_base/icon_pdf.gif);}
a.ppt:before    {content: url(../images/_base/icon_ppt.gif);}
a.doc:before    {content: url(../images/_base/icon_doc.gif);}
a.docx:before   {content: url(../images/_base/icon_doc.gif);}
a.xls:before    {content: url(../images/_base/icon_xls.gif);}
a.xlsx:before   {content: url(../images/_base/icon_xls.gif);}
a.zip:before    {content: url(../images/_base/icon_zip.gif);}
a.lzh:before    {content: url(../images/_base/icon_lzh.gif);}
a.txt:before    {content: url(../images/_base/icon_txt.gif);}
a.tar.gz:before {content: url(../images/_base/icon_tgz.gif);}

a.noicon:before,
.noicon a:before
{
	content: "";
}

/*===useful classes===*/

.fr
{
	float:right;
	margin:0 0 10px 10px;
}

.fl
{
	float:left;
	margin:0 10px 10px 0;
}

.w50{width: 50px;}
.w100{width: 100px;}
.w150{width: 150px;}
.w200{width: 200px;}
.w250{width: 150px;}

/* forms */

.edit_controller
{
	font-size: 90%;
}

#tabs th
{
	font-size: 90%;
}

.form_error_messages
{
	border-left: 5px #900 solid;
	padding: 0 0 0 3px;
}

form strong.error_message_each
{
	margin: 0;
	padding: 5px 0;
	line-height: 1;
	font-size: 90%;
	font-weight: bold;
	color: #900;
	display: block;
}

form .error_field input,
form .error_field textarea,
form .error_field select
{
	background-color: #ffffee;
	border: 2px #333 solid;
}

form .error_field_label
{
	font-weight: bold;
	background-color: #ffffee;
}

/* preview */

fieldset
{
	margin-bottom: 10px;
}


fieldset.preview h1
{
	margin-top: -5px;
}

/* showthispage */

a.showthispage
{
	display: inline-block;
	min-height: 2em;
	background-image: url(../images/_base/menulist_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 20%;
	padding: 0 0 0 18px;
	color: #33d;
	font-size: 85%;
	text-decoration: none;
	vertical-align: middle;
}

a.showthispage:hover
{
	text-decoration: underline;
}

/* deletethispage,recoverthispage */

a.deletethispage,
a.recoverthispage
{
	display: inline-block;
	min-height: 2em;
	background-image: url(../images/_base/menulist_red.gif);
	background-repeat: no-repeat;
	background-position: 0 20%;
	padding: 0 0 0 18px;
	color: #900;
	font-size: 85%;
	text-decoration: none;
	vertical-align: middle;
}

a.deletethispage:hover,
a.recoverthispage:hover
{
	text-decoration: underline;
}

a.recoverthispage
{
	background-image: url(../images/_base/menulist_green.gif);
	color: #091;
	font-weight: bold;
}

/* tabs for contents edit.html */

.ui-tabs-nav li a
{
	font-size: 85%;
	padding: 7px 6px !important;
	font-weight: bold;
}

.tabs4contents_edit,
.action4contents_edit
{
	width: 40%;
	float: left;
}

/* kontiki_messages */

div.kontiki_messages
{
	position: relative;
	border: 1px #aaa solid;
	margin: 0;
	padding: 13px 15px 8px;
	font-weight: bold;
	color: #fff;
	background-color: #716a65;
	text-align: left;
}

div.kontiki_messages a
{
	color: #fff;
}

div.kontiki_error_messages
{
	padding: 13px 50px 8px;
	border: 1px #ffbf16 solid;
	color: #000;
	background-color: #ffdc4e;
	background-image: url(../images/_base/system_alert.gif);
	background-repeat: no-repeat;
	background-position: 15px 50%;
}

div.kontiki_messages ul,
div.kontiki_messages ul li
{
	margin: 0;
	padding: 0;
}

div.kontiki_messages ul
{
	margin: 0 0 0 20px;
}

div.kontiki_error_messages ul
{
	margin: 0 0 0 45px;
}

div.kontiki_close_message
{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

/* edit_thumnail */

.edit_thumnail
{
	list-style: none;
	padding: 0;
}

.edit_thumnail li
{
	display: block;
	width: 30%;
	float: left;
	margin: 0 5px;
}

/* .attach */

#edit_content .attach *
{
	vertical-align: middle;
}

/* #edit_content td */

#edit_content td,
#edit_content th
{
	padding: 4px;
}

/*pagination*/

.pagination_outer
{
	padding: 5px 0;
}

.pagination
{
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

.pagination a
{
	text-decoration: none;
	color: #333 !important;
}

.pagination a,
.pagination span
{
	display: block;
	float: left;
	padding: 0.5em 0.5em 0.4em;
	margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination a:hover
{
	text-decoration: underline;
}

.pagination .current
{
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.pagination .current.prev,
.pagination .current.next
{
	color: #999;
	border-color: #999;
	background: #fff;
}

#pagination
{
	display: none;
}

#result
{
	overflow: auto;
	margin: 0;
	border: solid 1px #aaa;
	background: #fff;
	min-height: 300px;
	clear: both;
}

/* convert_time */

#convert_time
{
	color: #efede7;
	position: absolute;
	top: -3px;
	right: 445px;
	font-size: 12px;
}

/* wikilikefootnote */

.wikilikefootnote a.back2text
{
	text-decoration: none;
	font-weight: bold;
}

.wikilikefootnote a:hover.back2text
{
	text-decoration: underline;
}

a.go2ref
{
	font-weight: bold;
	text-decoration: none;
}

a:hover.go2ref
{
	text-decoration: underline;
}

/* preview */

.preview
{
	margin: 10px 0 15px;
	border: 2px #999 dotted;
	padding: 10px 0;
}

/*===kontiki_menus===*/

body.menu_exists
{
	padding-top: 35px;
}

#kontiki_menus
{
	font-size: 14px;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	z-index:10000;
/*	background: url(../images/_admin/bg.gif) repeat-x;*/
	background: -moz-linear-gradient(top, #5e5651, #29231d); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#5e5651), to(#29231d)); /* Safari,Google Chrome */
}

#kontiki_icon
{
	position: absolute;
	top: 0;
	left: 0;
}

/* kontiki_usermenu_items - kontiki_menu_items */

#kontiki_usermenu_items
{
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
}

#kontiki_menu_items
{
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
	position: absolute;
	top: 0;
	left: 45px;
}

#kontiki_menu_items ul
{
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
}

#kontiki_menu_items.root
{
	left: 97px;
}

#kontiki_menu_items li,
#kontiki_usermenu_items li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

#kontiki_menu_items > li > a,
#kontiki_usermenu_items > li > a
{
	display: inline-block;
	padding: 2px 10px 4px;
	margin: 0;
	border-right: 1px #61605b solid;
}

#kontiki_menu_items > li:first-child > a,
#kontiki_usermenu_items > li:first-child > a
{
	border-left: 1px #61605b solid;
}

#kontiki_menu_items > li > a:hover,
#kontiki_usermenu_items > li > a:hover
{
	background: -moz-linear-gradient(top, #29231d, #5e5651); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#29231d), to(#5e5651)); /* Safari,Google Chrome */
}

* html #kontiki_menu_items ul
{
	line-height: 0;
}
#kontiki_menu_items ul li
{
	float: none;
}

#kontiki_menu_items ul
{
	width: 125px;
}

#kontiki_menu_items ul ul
{
	top: 0;
	left: 126px;
}

#kontiki_menu_items ul a 
{
	display: block;
	width: 113px;
	background:#4f4640;
	padding: 6px;
	color: #FFF;
	margin: 0 0 1px 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
	zoom: 1;
	line-height: 1;
	text-decoration: none;
	font-size: 90%;
}

#kontiki_menu_items ul a.hover 
{
	background: #d06225;
}

#kontiki_menus #kontiki_menu_items img,
#kontiki_menus #kontiki_usermenu_items img
{
	filter: invert();
	-webkit-filter: invert(100%);
}

#kontiki_menus #kontiki_menu_items img.dropdown
{
	margin: 0 0 0 8px;
}

/*===footnote===*/

.footnote ul
{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.footnote ul li
{
	font-size: 85%;
}

/*===accessibility_checker===*/

.accessibility_checker select,
.accessibility_checker textarea
{
	width: 100%;
}

.accessibility_checker
{
	font-size: 95%;
}

/* accessible */

body.accessible,
body.accessible *
{
	color: #fff !important;
	background-color: #000 !important;
	background-image: none !important;
}
body.accessible #footer
{
	border-top: 2px #fff solid;
}

/* #wrapper */

body.accessible #wrapper
{
	width: 95%;
}

/* main */

body.accessible #main
{
	width: 100% !important;
	padding: 0 !important;
}

/* heading */

body.accessible #main h1,
body.accessible #main h2,
body.accessible #main h3
{
	margin: 5px 0 10px;
	font-size: 130%;
}

body.accessible #main h1
{
	color: #fff !important;
/*
	background-color: #333;
	border: none;
*/
	background-color: #000;
	border-top: 2px #fff solid;
	border-bottom: 2px #fff solid;
	background-image: none !important;
	padding: 15px;
	line-height: 1;
	margin: 0 0 15px;
}

body.accessible #main h2
{
	line-height: 1;
	font-size: 105%;
	padding: 6px;
	background-color: #000;
	border-bottom: 2px #eee solid;
}

body.accessible #main h3
{
	line-height: 1;
	font-size: 100%;
	padding: 6px;
	background-color: #000;
	border-bottom: 2px #999 dashed;
}

body.accessible #main h4
{
	font-size: 100%;
}

/* body.accessible a */

body.accessible a
{
	font-weight: bold;
}
body.accessible a:link
{
	color: #ff0 !important;
}
body.accessible a:visited
{
	color: #ff0 !important;
}

/* font-size */
body.accessible
{
	font-size: 130%;
}

/* acc_alt_of_img */

body.accessible .acc_alt_of_img
{
	padding: 3px 5px;
	color: #222;
	background-color: #f8f8f8;
	border: 1px #ddd solid;
}

body.accessible a .acc_alt_of_img
{
	text-decoration: underline;
}

body.accessible a:hover .acc_alt_of_img
{
	text-decoration: none;
}

/*#acc_theme_default*/

body.accessible #Accessibility_controller
{
	margin:25px 0 0;
}

body.accessible form#search_field input#qs
{
	border:1px #aaa solid;
	height: 1.5em;
	width: 13em;
	font-weight: bold;
}

body.accessible #Accessibility_controller a
{
	font-size: 80%;
	background-color: #000;
	color: #ff0 !important;
	text-decoration: none;
	border: 1px #ff0 solid;
	padding: 8px;
}
body.accessible #Accessibility_controller a:hover
{
	background-color: #ff0 !important;
	color: #000 !important;
}

/* search_field */

body.accessible #search_field
{
	margin: 20px 0 20px;
	padding: 0;
	float: none;
}

/* button */

body.accessible input[type="submit"],
body.accessible input[type="button"],
body.accessible span.buttonwrapper/* by jQuery */
{
	font-weight: bold;
	border: 1px #ff0 outset !important;
	color: #ff0 !important;
}
body.accessible input[type="submit"]:hover,
body.accessible input[type="button"]:hover,
body.accessible span.buttonwrapper:hover
{
	color: #000 !important;
	background-color: #ff0 !important;
}

/* wysiwyg_on_off */

#wysiwyg_on_off
{
	color: #33d;
	font-size: 80%;
	text-decoration: none;
	display: block;
}

#wysiwyg_on_off:hover
{
	text-decoration: underline;
}


/* tagtable */

td.tagtable label
{
	font-size: 85%;
	display: inline-block;
	white-space:nowrap;
	float:left;
	margin-right:20px;
	min-width: 10em;
}
