/* http://meyerweb.com/eric/tools/css/reset/ 
	 v2.0 | 20110126
	 License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**netcorp default reset**/
input[type="text"],
textarea,
select {
	background-color: transparent;
}
a {
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}
ol li,
ul ol li {
	list-style-type: decimal;
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol ol li {
	list-style-type: lower-roman;
}
sub {
	font-size: smaller;
	line-height: 0;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	line-height: 0;
	vertical-align: super;
}

html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

q,
em,
cite,
dfn,
i,
cite,
var,
address {
	font-style: italic;
}

th,
strong,
dt,
b {
	font-weight: bold;
}

ins {
	border-bottom: 3px double #333;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

abbr,
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
	font-variant: normal;
}

hr {
	border-style: inset;
	border-width: 1px;
}
	
input[type="checkbox"] {
	vertical-align: text-bottom;
	*vertical-align: baseline;
}
input[type="radio"] {
	vertical-align: text-bottom;
}

input,
button,
textarea,
select,
optgroup,
option {
	font: inherit;
	text-transform: inherit;
	line-height: normal;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.inputButton {
	*overflow: visible;
	_width: 0;
	padding: .2em .4em;
}