/* --------------------------------------
   Global Reset
-------------------------------------- */
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	height: 100%;
}

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,
b, u, i, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	position: relative;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
 
li{
    margin: 0; 
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	width: 100%;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------
   Image Replacement
-------------------------------------- */

.i-rep {
	z-index: 10;
	overflow: hidden;
	display: block;
}

.i-rep span {
	z-index: 20; position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

a.i-rep:hover {
	cursor: pointer;
}

/* --------------------------------------
   Clear Fix
-------------------------------------- */

.clearfix:after,
.tc:after,
ul.data-list li:after,
ul.hmenu:after,
.two-columns:after,
.three-columns:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix,
.tc,
ul.data-list li,
ul.hmenu,
.two-columns,
.three-columns {
	display: block;
}
 
* html .clearfix,
* html .tc,
* html ul.data-list li,
* html ul.hmenu,
* html .two-columns,
* html .three-columns {
	height: 1%;
	
}

*+html .clearfix,
*+html .tc,
*+html ul.data-list li,
*+html ul.hmenu,
*+html .two-columns,
*+html .three-columns {
  min-height: 1%;
}


/* --------------------------------------
   UL Navigation (horizontal/vertical) and Datalist  
-------------------------------------- */

/** horizontal list menu **/
ul.hmenu {	display: block; margin: 0; padding: 0; } /* has clearfix properties */
ul.hmenu li { float: left;	margin: 0 10px 0 0; padding: 0; list-style: none; }

/** vertical list menu **/
ul.vmenu {	display: block;	margin: 0; padding: 0; } /* has clearfix properties */
ul.vmenu li { display: block; margin: 0 0 1px 0; padding: 0; list-style: none; }

/** data list **/
ul.data-list { margin: 0 0 10px 0; padding: 0; } /* has thumb content properties */
ul.data-list li { margin: 0 0 5px 0; list-style: none; background: none; } /* has clearfix properties */

/* --------------------------------------
   Print Only
-------------------------------------- */
.print-only {
    display: none !important;
}

/* --------------------------------------
   Accessibility
-------------------------------------- */

.acc {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -5000px;
	top: auto;
	overflow: hidden;
}

a.acc:focus, input.acc:focus, select.acc:focus, textarea.acc:focus {
	position: static;
	width: auto;
	height: auto;
}

/* --------------------------------------
   Thumb/Content Block
-------------------------------------- */

.tc, ul.data-list { overflow: hidden; overflow: visible; zoom: 1; margin-bottom: 10px; } /*has clearfix properties*/
.tc .t, ul.data-list .t, ul.data-list strong, ul.data-list input { float: left; margin-right: 10px; z-index: 1; }
.tc .c, ul.data-list .c, ul.data-list span, ul.data-list label { display: table-cell; zoom: 1; /*width: 10000px;*/ *width: auto; }
.tc .c *:last-child, ul.data-list .c *:last-child, ul.data-list span *:last-child { margin-bottom: 0; }

.tr .t, ul.tr .t, ul.tr strong { float: right; margin: 0 0 0 10px; }
.tc .c .t { float: right; width: auto; margin: 0 0 0 10px; z-index: 1; }

/* --------------------------------------
   ClickClear
-------------------------------------- */
.clickclear label { position: absolute; padding: 3px 0 0 5px; cursor: text; }
.focused label { opacity: 0; filter: alpha(opacity=0); }
.full label { display: none!important; }

.upper {
    text-transform:uppercase;
}