/* Updated 6/5/2014 at 1:59pm */
/*----------------- CSS NORMALIZER -----------------*/
/*
- cancels default styles applied to page elements
- adjusts default elements between browsers to same baseline
*/
div, dl, dt, dd, ul, ol, li, pre, hr, form, fieldset, input, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	font-size: inherit;
	font-size: 100%;
	width: 100%;
}

td, th {
	border-spacing: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}

select, input, textarea {
	font: 99% verdana,geneva,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

fieldset, img { border: 0; }

img {
	vertical-align: middle;
}

select, .inputStyle {
	border-width: 1px;
	border-style: solid;
	padding: .1em;
	margin: .1em 0 .1em .2em;
}

legend { display: none; }

select {
}

.floatLeft	 { float: left; }

.floatRight { float: right; }

.textRight	 {
	text-align: right;
}

.textLeft	 {
	text-align: left;
}

.cleaner, .clear	{
	clear: both;
	font-size: 1px;
	height: 0;
	overflow: hidden;
}

.clear5		 {
	clear: both;
	height: 5px;
}

.clear10	{
	clear: both;
	height: 10px;
}

.clear15	{
	clear: both;
	height: 15px;
}

.clear20	{
	clear: both;
	height: 20px;
}

.clear25	{
	clear: both;
	height: 25px;
}

.tabClear	 {
	clear: both;
	height: 5px;
}

a			 { outline: none; }

label		 {
	cursor: pointer;
}


.imgfloatLeft {
	float: left;
	clear: both;
	margin-right: 5px;
	margin: 0.3em 0.6em 0 0;	
}

/* Add margin right 14px between image and text */
.imgfloatLeft2		 {
	float: left;
	clear: both;
	margin-right: 14px;
}

