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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
	box-sizing: border-box;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{text-align:left;}
strong, b{font-weight: bold;}
.clear{clear: both;}

.radius{
border-radius:10px;behavior : url('../css/PIE.htc');
-moz-border-radius: 	  10px;
-webkit-border-radius: 	  10px;}

.shadow{box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.2);behavior : url('../css/PIE.htc');
-webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 	 0px 0px 15px 0px rgba(0, 0, 0, 0.2)}
pre{text-align:left;}

textarea{font-family: inherit;}


.marginAuto{margin: auto}
.inlineBlock{display: inline-block;vertical-align: top;}
.verticalMiddle{vertical-align: middle;}
.verticalTop{vertical-align: top;}
.displayTable{display: table}
.displayTr{display: table-row}
.displayTd{display: table-cell}

.w10{width:10%}.w12-5{width: 12.5%}.w15{width: 15%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w35{width: 35%}.w33{width:33.3333%}.w40{width:40%}.w45{width: 45%}.w50{width:50%}.w55{width: 55%;}.w60{width:60%}.w65{width: 65%}.w66{width:66.6666%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w85{width: 85%}.w90{width:90%}.w95{width: 95%}.w100{width:100%}
.ml2{margin-left:2%}  .ml3{margin-left:3%}  .ml5{margin-left: 5%} .ml10{margin-left:10%} .ml15{margin-left: 15%}.ml20{margin-left:20%}.ml25{margin-left:25%}.ml30{margin-left:30%}.ml35{margin-left: 35%}.ml33{margin-left:33.3333%} .ml40{margin-left:40%}.ml45{margin-left: 50%}.ml50{margin-left:50%}.ml55{margin-left: 55%;}.ml60{margin-left:60%}.ml65{margin-left: 65%}.ml66{margin-left:66.6666%}.ml70{margin-left:70%}.ml75{margin-left:75%}.ml80{margin-left:80%}.ml85{margin-left: 85%}.ml90{margin-left:90%}.ml95{margin-left: 95%}.ml100{margin-left:100%}
.mr2{margin-right:2%} .mr3{margin-right:3%} .mr5{margin-right:5%}.mr10{margin-right:10%}.mr15{margin-right: 15%}.mr20{margin-right:20%}.mr25{margin-right:25%}.mr30{margin-right:30%}.mr35{margin-right: 35%}.mr33{margin-right:33.3333%}.mr40{margin-right:40%}.mr45{margin-right: 50%}.mr50{margin-right:50%}.mr55{margin-right: 55%;}.mr60{margin-right:60%}.mr65{margin-right: 65%}.mr66{margin-right:66.6666%}.mr70{margin-right:70%}.mr75{margin-right:75%}.mr80{margin-right:80%}.mr85{margin-right: 85%}.mr90{margin-right:90%}.mr95{margin-right: 95%}.mr100{margin-right:100%}

.left{float: left;}
.right{float: right;}

.txt-left{text-align:left}  .txt-right{text-align:right}  .txt-center{text-align:center}


table {
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin: 20px 0;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	text-align: left;
	/*padding-left:20px;*/
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: center;
	padding-left:20px;
}
table tr td:first-child{
	text-align: left;
	/*padding-left:20px;*/
	border-left: 0;
}
table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	/*background: #f2f2f2;*/
	/*background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	*/
}

.unhoverable {
    pointer-events: none;
}
