HTML {
	height: 100%;
	background: #e9eef1;
}
BODY {
	min-width: 980px;
	min-height: 100%;
	background: #e9eef1;
}
* HTML BODY,
* HTML HTML,
* HTML #wrap {
	width: expression(document.body.clientWidth < 982? "980px" : document.body.clientWidth > 1902? "1900px" : "auto");
}
* HTML BODY {
	height: 100%;
}
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

H1 {
	color: #000;
	margin: 10px 0 0;
	font-weight: 100;
}
.data H1 { color: #97cf36; }
H1 {
	
}
H2, H3, H4, H5, H6 {
	margin-top: 1.5em;
	color: #222;
}
H2 A, H3 A, H4 A, H5 A, H6 A,
H2 A:hover, H3 A:hover, H4 A:hover, H5 A:hover, H6 A:hover,
H2 A:focus, H3 A:focus, H4 A:focus, H5 A:focus, H6 A:focus {
	color: #222;
}
A {
	color: #486478;
	text-decoration: none;
}
A:hover,
A:focus {
	color: #448bbd;
	text-decoration: underline;
}
OL {
	margin-left: 2.5em;
}
OL OL {
	margin: .5em 0 .5em 2.5em;
}
UL {
	margin-left: 1.5em;
	list-style: none;
}
UL LI {
	padding-left: 12px;
	background: url(bg_ul.gif) no-repeat 0 7px;
}
.data UL LI { background-image: url(bg_ul4.gif); }
UL UL {
	margin: .5em 0 .5em 1.5em;
}

/* =layout
-------------------------------------------------- */
.inside {
	min-width: 960px;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}
#content {
	padding: 0 0 30px;
	background: #fff;
}
#content .inside {
	min-height: 350px;
}
* HTML .inside {
	width: expression(document.body.clientWidth < 982? "960px" : document.body.clientWidth > 1102? "1080px" : "auto");
}

/* =content
-------------------------------------------------- */
DIV.hr {
	height: 0;
	overflow: hidden;
	margin: 1em 0 0;
	border-top: 1px solid #eee;
}
DIV.hr HR {
	display: none;
}
SPAN.sep {
	margin: 0 3px;
	color: #ccc;
}

P.img-right {
	float: right;
	margin: 1em 0 .5em 1.5em;
}
P.img-right IMG {
	display: block;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
P.img-right A:hover IMG {
	border-color: #666;
}
SPAN.ico {
	display: inline-block;
}
H1 SPAN.ico {
	width: 46px;
	height: 34px;
}
SPAN.ico-doc-tree {
	float: left;
	margin: 2px 0 0;
	background: url(bg_menu.png) no-repeat 0 -136px;
}


/* =title
-------------------------------------------------- */
DIV.title {
	margin: 1em 0 0;
	padding: 0 0 7px;
	border-bottom: 1px solid #eee;
}
DIV.title:first-child {
	margin: 0;
}
DIV.title H1,
DIV.title H2,
DIV.title H3,
DIV.title H4 {
	float: left;
	margin: 20px 0 0;
}
DIV.title H3 {
	margin: 22px 0 0;
	color: #666;
}
DIV.title H4 {
	margin: 23px 0 1px;
	color: #777;
}
DIV.title UL.action {
	float: right;
}

/* =messages
-------------------------------------------------- */
DIV.message {
	margin: 1em 0 0;
	border: 1px solid #d6d02c;
	background: #fffee0 url(ico_msg_info.png) no-repeat 10px 7px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
DIV.message DIV {
	padding: .75em 12px .75em 48px;
	border: 1px solid #fff;
}
DIV.message H2 {
	margin: 0;
}
DIV.message P,
DIV.message OL,
DIV.message UL {
	margin-top: .5em;
}
DIV.message A {
	color: #000;
	text-decoration: underline;
}

DIV.msg-ok {
	border-color: #98db7e;
	background: #e5fbdc url(ico_msg_ok.png) no-repeat 16px 10px;
}

DIV.msg-error {
	border-color: #f8c3c3;
	background: #fdecec url(ico_msg_error.png) no-repeat 14px 10px;
}
DIV.msg-error H2 {
	color: #dc291e;
}

/* =tables
-------------------------------------------------- */
DIV.scroll {
	margin-top: 1em;
	padding: 0;
	/* border: 1px solid #bbc1c5; */
	background: #fff;
	overflow: auto;
	overflow-x: auto;
}
DIV.scroll TABLE {
	margin: 0;
}

TABLE.data {
	width: 100%;
	border: 1px solid #bbc1c5;
}
TABLE.data TH,
TABLE.data TD {
	padding: 4px 6px;
	border: solid #c0c0c0;
	border-width: 0 0 1px 1px;
	background: #fff;
}
TABLE.data TD {
	background: #fdfeff;
}
TD.bold{
	font-weight: bold;
}
TABLE.data TH,
TABLE.data TH:first-child {
	border-color: #bbc1c5;
	border-left-color: #bbc1c5;
}
TABLE.data TD:first-child {
	border-left-color: #c0c0c0;
}
TABLE.data THEAD TH {
	background: #eaf0f4 url(bg_table_th.gif) repeat-x;
	/*color: #1f426d;*/
	color: 222;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
TABLE.data THEAD A {
	border: none;
	/*color: #1f426d;*/
	color: #222;
}
TABLE.data THEAD A:hover,
TABLE.data THEAD A:focus {
	text-decoration: underline;
}
TABLE.data TD.input {
	padding: 2px 3px;
}
TABLE.data TD.check {
	width: 1%;
	padding: 3px 5px 0;
}
TABLE.data TD.ico {
	width: 1%;
	padding: 5px 6px 0;
	text-align: center;
}
TABLE.data TD.ico IMG {
	cursor: help;
}
TABLE.data TD P:first-child {
	margin: 0;
}
TABLE.data TD.action,
TABLE.data TD.action-ico,
TABLE.data TD.action-menu {
	width: 1%;
	text-align: right;
	white-space: nowrap;
}
TABLE.data TD.action SPAN {
	margin: 0 2px;
	color: #c0c0c0;
}
TABLE.data TD.action-ico {
	padding: 4px 6px 0;
}
TABLE.data TD.action-ico INPUT + INPUT {
	margin-left: 3px;
}
TABLE.data TD.right INPUT.text {
	text-align: right !important;
}
TABLE.data TD.action INPUT {
	margin: 0 1px;
	vertical-align: top;
}
*+HTML TABLE.data TD.check {
	padding-top: 1px;
}
* HTML TABLE.data TD.check {
	padding-top: 1px;
}
TABLE.data TD.check INPUT {
	vertical-align: top;
}
TABLE.hover TBODY TR:hover TD,
TABLE.hover TBODY TR.hover TD {
	background-color: #fefde2;
}
TABLE.data TR.marked TD {
	background-color: #fff5aa !important;
	color: #000;
}
TABLE.data TR.title TH {
	background: #eeeeee url(bg_table_title.gif) repeat-x 0 0;
}

/* filter */

TABLE.data TBODY.filter TR TD {
	border-bottom: 1px solid #bbc1c5;
	background: #f3f8fb;
}
TABLE.data TR.filter TD {
	padding: 3px !important;
	border-color: #bbc1c5;
	background: #eee;
}

TABLE.data TBODY TD.level2 {
	padding-left: 18px;
}
TABLE.data TBODY TD.level3 {
	padding-left: 30px;
}
TABLE.data TBODY TD.level4 {
	padding-left: 42px;
}
TABLE.data TBODY TD.level5 {
	padding-left: 54px;
}
TABLE.data TBODY TD.level6 {
	padding-left: 66px;
}

TABLE.data TFOOT TH,
TABLE.data TFOOT TD {
	background: #eee;
}
TABLE.data TFOOT TH {
	text-align: right;
}

.error,
.error TH,
.error TD,
.error LABEL,
.error SPAN.req {
	color: #cc0a0a !important;
}
.error SELECT,
.error TEXTAREA,
.error INPUT[type="text"],
.error INPUT[type="password"] {
	border: 1px solid !important;
	border-color: #710606 #efb5b5 #efb5b5 #710606 !important;
}
SPAN.req {
	color: #FF6600;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

/* action */

DIV.action {
	margin-top: 20px;
	padding: 10px 10px 0;
	border-top: 2px solid #eee;
	background: url(bg_action.gif) repeat-x;
	text-align: right;
}
DIV.action P {
	float: right;
	margin: 0;
}
DIV.action .primary {
	float: right;
}
DIV.action INPUT,
DIV.action BUTTON,
DIV.action A.button,
DIV.action A.button-alt {
	float: left;
	margin-left: 5px;
}
* HTML DIV.action INPUT,
* HTML DIV.action BUTTON {
	margin-left: 3px;
}

.box01 DIV.action {
	padding: 0;
	border: 0;
	background: none;
}
.hr + DIV.action {
	margin: 1em 0 0;
}



/* =typo
-------------------------------------------------- */
BODY {
	font-size: 14px;
	line-height: 1.5;
}
INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	font-size: 12px;
	line-height: 1.5;
}
H1 {
	font-size: 28px;
	line-height: 36px;
}
H2 {
	font-size: 16px;
}
H3, H4, H5, H6 {
	font-size: 14px;
}

DIV.title H1,
DIV.title H2,
DIV.title H3,
DIV.title H4 {
	line-height: 22px;
}
DIV.title H3 {
	line-height: 20px;
}
DIV.title H4 {
	font-size: 12px;
	line-height: 18px;
}
DIV.text {
	font-size: 14px;
	line-height: 1.5;
}
DIV.message H2 {
	font-size: 16px;
}
TABLE.data TR.subrow TD {
	font-size: 12px;
}
TABLE.data TR.subrow P {
	line-height: normal;
}

.chapter H2 {
	font-size: 28px;
}

.chapter H3 {
	font-size: 24px;
}

.chapter H4 {
	font-size: 18px;
}

.chapter H5 {
	font-size: 16px;
}