﻿body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td, textarea {
	border: 0;
	outline: none;
	margin: 0;
	padding: 0;
}
body {
	font-size: 88%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 2em!important;
	margin: 0;
	padding: 0;
}

h2, h3, h4, h5, h6 {
/*	font-size: 100%!important;*/
    font-size:100%;
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
a, a:visited, a:link, a:active {
	color: #0072BC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Clear Fix */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Html Control */
input.styled {
	display: none;
}
select.styled {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
}
.disabled {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}
input[type=text].disabled {
	background: #CCC;
}
span.disabled {
	background: url(/SiteAssets/images/htmlcontrols/select.gif) no-repeat 0 -24px !important;
}
span.disabled .selectEnd {
	background: url(/SiteAssets/images/htmlcontrols/select.gif) no-repeat right bottom !important;
}
.checkbox, .radio {
	width: 19px;
	height: 16px;
	padding: 0 5px 0 0;
	background: url(/SiteAssets/images/htmlcontrols/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(/SiteAssets/images/htmlcontrols/radio.gif) no-repeat;
}
.select, .selectText, .selectEnd {
	height: 24px;
}
.select {
	position: absolute;
	padding: 0 0 0 10px;
	font-size: 11px;
	background: url(/SiteAssets/images/htmlcontrols/select.gif) no-repeat left top;
	overflow: hidden;
}
.selectText {
	float: left;
	overflow: hidden;
	padding: 4px 0;
	font-size: 11px;
}
.selectEnd {
	float: right;
	display: block;
	width: 30px;
	background: url(/SiteAssets/images/htmlcontrols/select.gif) no-repeat right top;
}
select option {
	padding: 2px 8px;
	color: #4d4e49;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
