﻿* {	padding: 0px; margin: 0px; border: 0px; }
table { border-collapse: collapse; }
td { text-align: justify; }
img { vertical-align: middle; border: 0px; }

.fL { float: left; }
.fR { float: right; }
.fC { clear: both; }

.taL { text-align: left; }
.taR { text-align: right; }
.taJ { text-align: justify; }
.taC { text-align: center; }

.cuP { cursor: pointer; }
.cuW { cursor: wait; }
.cuPr { cursor: progress; }
.cuH { cursor: help; }
	
.middle { margin-left: auto; margin-right: auto; }
.pagecenter300 { position: absolute; left: 35%; top: 100px; }	/*~300px széles boxnál*/
.full { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }

.hidden { display: none; }
.visible { display: block; }