﻿/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#fff;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
menu,
aside {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

li,
dd {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
.clearfix:after,.clearfix:before{
	content:"";
	display: table; 
}
.clearfix:after {
	clear: both;
}
.clearfix{ 
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clear{
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
	clear:both;
}
.mt05{margin-top:5px;}
.mt10{margin-top:10px;}
.ml05{margin-left:5px;}
.mr05{margin-right:5px;}
.mr10{margin-right:10px;}
.pr10{padding-right:10px;}
.fr{float:right;}
.fl{float:left;}
.gray{color:#999;}
.dackgray{color:#666;}
.black{color:#000;}
.cet{text-align:center;}
.hrline{border-top:1px solid #e4e4e4;height:0;font-size:0;line-height:0;overflow:hidden;margin:10px 0;}
.alpha-div{display:block;position:fixed;left:0;top:0;width:100%;height:100%;
	background:rgba(176, 176, 176, 0.5);
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#58b0b0b0', EndColorStr='#58b0b0b0');
}/*透明背景层*/
.numfont{font-size:14px;font-style:italic;font-family:Arial;font-weight:bold;color:#333;padding:0 5px;}
a{text-decoration:none;}
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;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
