body{
	background: #FFFFFF /*fixed*/;
	margin: 0px;
	padding: 0px;

	font-family: Helvetica, Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #000033;
}

a, .a:hover{
	outline: none;
	background: transparent;
	text-decoration: none;
	color: #000066;
	cursor: pointer;
}
a:hover{
	background: #9999CC;
	color: #EEEEFF;
}
a:visited{
	color: #333399;
}

img{
	border: none;
}

form{
	margin: 0px;
	padding: 0px;
}

iframe{
	display: none;
	/** /display: block;/**/
	margin: 0px auto 0px;
	width: 100%;
	height: 128px;
	white-space: pre;
}

table{
	border: none;
	margin: 0px auto 0px;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;/**/
}
table td{
	border: none;
	padding: 4px;
	white-space: normal;
	/*overflow: hidden;/**/
}
table td img{
	vertical-align: text-bottom;
}
.hover:hover, .hover-hover{
	background: #DDEEFF !important;
}
table .panel, table .panel a{
	background: #C6C6C6;
	color: blue;
}

div{
	border: none;
}

select, option, input, textarea, .counter, .button, .button-down{
	background: #FFFFFF;
	font: 8pt normal;
	font-family: Courier New, Fixedsys, mono;
	color: #6666AA;

	border: 1px solid #CCCCFF;
	margin: -1px -2px;
	padding: 1px 2px;
	/**/_margin: 0px auto 0px;/**/
	/**/_padding: 1px 1px;/**/
	width: 100%;
	_width: 99%;
}
select{
	padding: 0px;
}
option{
	border: none;
}
input, textarea, .input-down, .textarea-down, .counter, .button-down{
	border-top: 1px solid #9999AA;
	border-left: 1px solid #9999AA;
}
.input-up, .textarea-up, .button{
	border-right: 1px solid #9999AA;
	border-bottom: 1px solid #9999AA;
}
textarea{
	height: 64px;
}

.counter, .button, .button-down, .input-none, .input-check, .input-radio{
	margin: auto;
	width: auto;
}
.input-none, .input-check, .input-radio{
	border: none;
	background: transparent;
}
.input-none{
	font: normal;
	color: black;
	margin: auto;
	padding: auto;
	width: auto;
}
.input-check, .input-radio{
	vertical-align: text-bottom;
}
.counter{
	width: 40px;
}
.button, .button-down{
	margin: 4px;
	padding: 1px 8px;
	_padding: 2px 8px 3px;
	line-height: 2;
	vertical-align: baseline;
	_vertical-align: 4px;
}
.status-none{
	font-weight: bold;
}
.status-current{
	font-weight: normal !important;
}
.sort-none{
	font-weight: bold;
	text-decoration: none;
}
.sort-up{
	font-weight: normal;
	text-decoration: underline;
}
.sort-down{
	font-weight: normal;
	text-decoration: overline;
}
.color-disable{
	background: #FFE6E6;
}
.color-1{
	background: #F9F9F9;
}
.color-2{
	background: #EFEFEF;
}
.color-3{
	background: #F6F6F6;
}
.color-4{
	background: #E9E9E9;
}
.required{
	font-size: smaller;
	color: red;
	vertical-align: super;
}
.recommended{
	font-size: smaller;
	color: green;
	vertical-align: super;
}


.pre{
	white-space: pre;
	overflow: auto;
}

pre{
	font-size: small;
	font-family: Courier New;
	letter-spacing: 0px;
	color: #666666;
}
.sql-dump-head{
	margin-top: 32px;
	font-size: larger;
	font-weight: bolder;
	color: #3399FF;
}
.sql-dump-detail{
	border: 1px dotted gray;
	_border-left: none;
	_border-right: none;
	display: block;
	overflow: auto;
	margin: 0;
	padding: 0;
	height: 256px;
	_width: 100%;
}
