/* 
    Document   : aReset
    Created on : Apr 21, 2009, 3:43:37 PM
    Author     : joshb
    Description:
        Reset Browser Defaults - Cross compatibility from Ian's file'
*/


/*	_GLOBAL RESET FILE______________________________________

	  Originally created for use by Trivera Interactive
			Last Updated: 04/04/09 - Rev. 1.1.0 by Ian

	¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯reset-globals.css¯	*/

	* {
		margin: 0;
		padding: 0;
		border: 0;
	}


	html, body, div, span, applet, object, iframe, h1, h2, h3,
	h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
	big, cite, code, del, dfn, em, font, img, ins, kbd, q, s,
	samp, small, strike, strong, sub, sup, tt, var, u, center,
	dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {

		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		font-weight:normal;
		font-style:normal;
		font-variant:normal;
		background: transparent;
	}


	tr {
		vertical-align: top;
	}

	body {
		line-height: 1;
	}

	ol, ul, li {
		list-style: none;
	}

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

	blockquote, q {
		quotes: none;
	}


	fieldset, img{
		border:0;
	}

	caption, th{
		text-align:left;
	}

	sup {
		vertical-align:text-top;
	}

	sub {
		vertical-align:text-bottom;
	}

	input,textarea,select{
		font-family:inherit;
		font-size:inherit;
		font-weight:inherit;
		*font-size:100%; /* hack for compatibility */
	}

	legend{
		color:#000;
	}
