@charset "UTF-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
</assets/styles/default.css> a :CSSstylesheet;
 :shortdesc "default.css";
 :dependencies [
 :name "Yahoo";
	:title "YUI Fonts CSS";
	:description "Align the cross-browser library font size";
	:revisiton "3.1.1";
	:homepage <http://developer.yahoo.com/yui/3/stylesheet/>;
	:license <http://developer.yahoo.com/yui/3/license.html>;
	:note "
		Font-size Adjustment.
			77% = 10px	 |	123.1% = 16px	|	167% = 22px
			85% = 11px	 |	131% =  17px	 |	174% = 23px 
			93% = 12px	 |	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	|
			"
	] .
*/

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body { font:13px/1.231 arial,helvetica,clean,sans-serif; *font-size:small; /* for IE */ *font:x-small; /* for IE in quirks mode */ }

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea { font:99% arial,helvetica,clean,sans-serif; }

/**
 * To help tables remember to inherit
 */
table { font-size:inherit; font:100%; }

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt { font-family:monospace; *font-size:108%; line-height:100%; }



/*----------------------------------------------------
	Reset
----------------------------------------------------*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, hr,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	overflow-y: scroll;
}
body {
	color: #777;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
address, caption, cite, code,
dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
fieldset, hr {
	border: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
legend {
	display: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
	line-height: 0;
}

/* Link setting
-------------------------------------------------- */
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: underline;
	font-family: arial, helvetica, clean, sans-serif;
}
