/********************
Yui font css
********************/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
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%;}

/********************
reset browsers default css
********************/

/********************
Universal selecter
********************/
* {
	margin: 0;
	padding: 0;
}

/********************
haslayout true for fixing IE6 bugs
********************/
* {
	zoom: 1;
}

/********************
html, body
********************/
html {
	height:100%;
}
html>/**/body {
	overflow:-moz-scrollbars-vertical;
}
html:first-child body {
	min-height:100%;
	padding-bottom:1px;
}

/********************
table
********************/
table {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
th,td {
	vertical-align:top;
	/*  border:solid 1px #000;*/
	font-weight:normal;
	text-align:left;
}
caption {
	text-align:left;
}

/********************
list
********************/
ul,ol,dl {
	list-style:none;
}
li {
	display:list-item;
	zoom:normal;
}

/********************
img, object
********************/
img,a img {
	vertical-align:bottom;
	border:none;
	background:transparent;
}
object,embed {
	vertical-align:top;
}

/********************
form
********************/
fieldset {
	border:none;
}
input,textarea {
	font-size:100%;
}

/********************
text style
********************/
em,address,dfn {
	font-style:normal;
}
ul ul,ul dl,dl ul,table p,table ul,table table {
	font-size:100%;
}

/********************
hr, other
********************/
hr {
	height:0px;
	margin:7px 0;
	border:none;
	border-top:1px solid #000;
}
* html hr {/* for -IE6 */
	margin:0;
}
*:first-child+html hr {/* for IE7 */
	margin:0;
}

/********************
float fix
********************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:0.1%;
	overflow:visible;
}
/* End hide from IE-mac */

/********************
hide outline
********************/	
a, a img {
	outline: 0;
}

/********************
end of reset css
********************/
