.black {color:black;}
.red {color:red;}
.green {color:green;}
.blue {color:blue;}

.orange{color: #ff6600; font-size: 12px;} /*.orange{color: #ff6600;}*/

IMG.middle {vertical-align:middle;}
IMG.top {vertical-align:top;}
IMG.bottom {vertical-align:bottom;}

.u {
	text-decoration:underline;
}

.clear_both {
	clear:both;
}

.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}


.clearborder {
	border:0px;
}

.redborder {
	border:1px solid green;
	cursor:pointer;
}

.orangeborder {
	border:1px solid #ff6600;
	background-color:#eaeaea;
	cursor:pointer;
}


.logoff {
	float:right;
	font-weight:bold;
	letter-spacing:2px;
}

.logoff A{
	color:red;
}
.logoff A:hover{
	color:blue;
}

.center {
	margin:0px auto;
}

.p10 {
	padding:10px;
}


.p30 {
	padding:30px;
}


.p50 {
	padding:50px;
}

.pl5 {
	padding-left:5px;
}


.pl10 {
	padding-left:10px;
}

.pb10 {
	padding-bottom:10px;
}

.pb20 {
	padding-bottom:20px;
}

.pb30 {
	padding-bottom:30px;
}

.pt10 {
	padding-top:10px;
}

.pt20 {
	padding-top:20px;
}

.pt30 {
	padding-top:30px;
}

.f10 {
	font-size:10px;
}
.f14 {
	font-size:14px;
}


.b {
	font-weight:bold;
}
.u {
	text-decoration:underline;
}

.w100 {
	width:100%;
}

.w95 {
	width:95%;
}

.w91 {
	width:91%;
}
.w90 {
	width:90%;
}

.w80 {
	width:80%;
}

.w75 {
	width:75%;
}

.w70 {
	width:70%;
}

.w60 {
	width:60%;
}

.w50 {
	width:50%;
}
.w40 {
	width:40%;
}

.w35 {
	width:35%;
}

.w30 {
	width:30%;
}

.w25 {
	width:25%;
}

.w20 {
	width:20%;
}

.w10 {
	width:10%;
}

.border {
	border:1px solid #000000;
}

.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.textcenter {
	text-align:center;
}
.textjustify {
	text-align:justify;
}

.left{
	float:left;
}

.right{
	float:right;
}

.toleft 		{float:left}
.toright 		{float:right}
.toleft DIV 	{float:left}
.toright DIV 	{float:right}

.hand {
	cursor:pointer;
}

/* to mialo byc do popup. ale fakin flesz nie popusci
.bg_pop {
	background-repeat:repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/tlo.png');
	color:#eaeaea;
	text-align:left;
	padding-left:10px;
}
.bg_pop[class] {
	background-image:url(../images/tlo.png); 
}
*/