
/*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,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}*/
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,dd,dl,dt/*,li,ol,ul*/,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

a img{
	border: none;
}

:focus, :active{
	outline: none;
}

.clear {
	clear: both
}

.left{
	float: left;
}

.right{
	float: right;
}

.middle {
	margin: 0 auto;
}

.center{
	text-align: center;
}

.clear_space {
	clear:both;
	height:12px
}

.pad {
	padding: 10px;
}

.pad-ew, .pad-left-right{
	padding-left: 10px;
	padding-right: 10px;
}


.pad-e, .pad-right{
	padding-right: 10px;
}

.pad-w, .pad-left{
	padding-left: 10px;
}

.pad-ns, .pad-top-bottom{
	padding-top: 10px;
	padding-bottom: 10px;
}

.pad-n, .pad-top{
	padding-top: 10px;
}

.pad-s, .pad-bottom{
	padding-bottom: 10px;
}



.space-ew, .space-left-right{
	margin-left: 10px;
	margin-right: 10px;
}


.space-e, .space-right{
	margin-right: 10px;
}

.space-e-double { margin-right:35px;}

.space-w, .space-left{
	margin-left: 10px;
}

.space-ns, .space-top-bottom{
	margin-top: 10px;
	margin-bottom: 10px;
}

.space-n, .space-top{
	margin-top: 10px;
}

.space-s, .space-bottom{
	margin-bottom: 10px;
}

.space{
	margin: 10px;
}

.red{
	color: red;
}


.tabs {
	display: block;
}

.tabs > *{
	display: inline-block;
	padding: 2px 5px;
	margin: auto 3px;
}
.tabs > *:first-child{
	margin-left: 0;
}



.ftabs {
	display: block;
	overflow: auto;
}

.ftabs > *{
	display: inline;
	float: left;
	padding: 2px 5px;
	margin: auto 3px;
}
.ftabs > *:first-child{
	margin-left: 0;
}

.hide,
.hidden{
	display: none;
}

.show-on-hover{
	visibility: hidden;
}

:hover > .show-on-hover{
	visibility: visible;
}

