﻿@import "http://yui.yahooapis.com/3.0.0/build/cssreset/reset-context-min.css";

/*

CSS Reset and Base for Template V2

*/

html { min-height:100%; margin-bottom:1px; }
body { font:62.5%/62.5% arial, verdana, sans-serif; margin:0px; padding:0px; }

form, fieldset, legend, div, p, h1, h2, h3, h4, h5, h6, dl, dd, dt, ul, ul li, table, th, td, tr, img, a { margin:0px; padding:0px; border: 0px; font-weight:normal; font-size:100%;}

input, select, textarea { font-size: 100%; font-weight: normal; color:#000; font-family:Arial; }
ol { margin-top: 0px; margin-bottom: 0px; padding: 0px; }

a { cursor:pointer; }

h1, h2, h3 {clear:left;}

ul, ul li 		{ list-style: none; list-style-type: none; }
img				{ border: none; }
td				{ vertical-align:top; }
.capitalize		{ text-transform: capitalize; }
.uppercase		{ text-transform: uppercase; }
.lowercase		{ text-transform: lowercase; }
.normal			{ font-weight: normal !important; }
.error			{ color:#f00; font-weight:bold; }
.hide			{ display:none; }
.show			{ display:block; }
.inline			{ display:inline !important; }
.nowrap			{ white-space:nowrap; }
.auto			{ width:auto !important; }
.left			{ float:left; }
.right			{ float:right; }

#standardsinfo { display:none; }

/* PIE's Clear Floats */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display : inline-block; }
.clearfix {display : block;} 
* html .clearfix { overflow:hidden; o\verflow:visible; width:100%; w\idth:auto;	he\ight:1%; }