/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */

html {
  height: 100%;
  font-size: 87%;
  line-height: 16px;
} 

body {
	color: #000;
	background: #FFF;
	font-size: 87%;
  line-height: 16px;
  min-height: 100%;
  font-family: "Lucida Grande", "Lucida Sans", Verdana;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

strong {
  font-weight: bold;
}

del,
ins {
	text-decoration: none;
}

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;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}

/* utility classes */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

ul.standard {
	margin-top: 10px;
}

ul.standard li {
	list-style: disc;
	margin-left: 20px;
}

ol.standard li {
	list-style: decimal;
	margin-left: 20px;
}

div.hr {
	height: 1px;
	margin: 10px 0;
	border-bottom: 1px solid #999;
}

.block			{ display: block; }
.inline			{ display: inline; }

.hidden 		{ visibility: hidden; }

.clear-both		{ clear:both; display:block; }
.clear-left		{ clear:left; display:block; }
.clear-right	{ clear:right; display:block; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }
.tl			{ position: absolute; top:0; left:0}
.tr			{ position: absolute; top:0; right:0}
.br			{ position: absolute; bottom:0; right:0}
.bl			{ position: absolute; bottom:0; left:0}

.text-left 		{ text-align:left !important; }
.text-right 	{ text-align:right !important; }
.text-center 	{ text-align:center !important; }
.text-justify 	{ text-align:justify !important; }

.v-baseline		{ vertical-align: baseline; }
.v-sub			{ vertical-align: sub; }
.v-super		{ vertical-align: super; }
.v-top			{ vertical-align: top; }
.v-textTop		{ vertical-align: text-top; }
.v-middle		{ vertical-align: middle; }
.v-bottom		{ vertical-align: bottom; }
.v-textBottom	{ vertical-align: text-bottom; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.nopadding 		{ padding:0 !important; }
.nomargin		{ margin: 0 !important; }
.nowrap			{ white-space: nowrap !important; }
.noborder		{ border: none !important; }

.push-down		{ margin-top: 10px; }

.quiet {
	color: #777;
}

.smallcaps {
	font-size: 9px !important;
	text-transform: uppercase;
}
