/*
	Import
---------------------------------------	*/
@import url( skin.css );


/*
	Page Reset
---------------------------------------	*/
html{}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/*	to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*	because legend doesn't inherit in IE	*/
legend{}


/*
	Page Fonts
---------------------------------------	*/

/*
	Percents could work for IE, but for backCompat purposes, we are using keywords.
	x-small is for IE6/7 quirks mode.
*/
body,td,th,p,div,li { font:8.5pt Tahoma,Verdana,Arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small; color:#222; }
table {font-size:inherit; font:100%; }
/*
	Bump up IE to get to 13px equivalent
*/
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}
::-moz-selection { background:#EBEBEB; color:#999;	}
::selection { background:#00FF00; color:#fff; }
code::-moz-selection { background:#FFFF00; }
code::selection { background:#CC0000; }


/*
	Page UI Style
---------------------------------------	*/

HTML body { background:#000; } /* 101111 131313 2c3030 */
a { color:#09F; text-decoration:underline;	}
a:hover	{ color:#000; text-decoration:none;	}
h1 { color:#222; font-size:175%; font-weight:normal; }
h2 { color:#222; font-size:175%; }
h3 { color:#222; font-size:150%; }
h4 { color:#222; font-size:110%; }
hr { border-top:1px dotted #006699; border-bottom:0; margin:0px;	}
input {
	font-size: 10px;
	color: #fff;
	background-color:#000;
	border:1px solid #ccc; padding:3px;
}
select {
	font-size: 10px;
	color:#000;
	background-color:#fff;
	padding:1px;
}
textarea {
	font: 8pt/11pt "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color:#fff;
	background-color:#000;
	border:1px dashed #38BEBB;
	padding:3px;
}


.show {display:block}
.hide {display:none}
