.clreol {
	clear:both;
	float:none;
}

br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear{clear:both;}

.left{float:left;display:inline;}
.right{float:right;display:inline;}

/* Headings */
h1 {	font-size:200%;	}
h2 {	font-size:175%;	}
h3 {	font-size:150%;	}
h4 {	font-size:125%;	}
h5 {	font-size:100%;	}
h6 {	font-size:80%;	}

/* Dimensions */
/* Widths */
.w25{	width:25px !important;}
.w50{	width:50px !important;}
.w75{	width:75px !important;}
.w80{	width:80px !important;}
.w90{	width:90px !important;}
.w100{width:100px !important;}
.w105{width:105px !important;}
.w110{width:110px !important;}
.w125{width:125px !important;}
.w130{width:130px !important;}
.w150{width:150px !important;}
.w175{width:175px !important;}
.w200{width:200px !important;}
.w215{width:215px !important;}
.w225{width:225px !important;}
.w250{width:250px !important;}
.w275{width:275px !important;}
.w300{width:300px !important;}
.w325{width:325px !important;}
.w350{width:350px !important;}
.w375{width:375px !important;}
.w400{width:400px !important;}
.w425{width:425px !important;}
.w450{width:450px !important;}
.w500{width:500px !important;}
.w540{width:540px !important;}
.w545{width:545px !important;}
.w644{width:644px !important;}

/* Heights */
.h5{	height:5px !important;}
.h15{	height:15px !important;}
.h20{	height:20px !important;}
.h25{	height:25px !important;}
.h50{	height:50px !important;}
.h60{	height:60px !important;}
.h75{	height:75px !important;}
.h100{height:100px !important;}
.h105{height:105px !important;}
.h120{height:120px !important;}
.h125{height:125px !important;}
.h130{height:130px !important;}
.h140{height:140px !important;}
.h150{height:150px !important;}
.h160{height:160px !important;}
.h175{height:175px !important;}
.h200{height:200px !important;}
.h225{height:225px !important;}
.h250{height:250px !important;}
.h275{height:275px !important;}
.h300{height:300px !important;}
.h325{height:325px !important;}
.h350{height:350px !important;}
.h375{height:375px !important;}
.h400{height:400px !important;}

/* Padding */
.noPad{padding:0 !important;}
.pad1{	padding:1px !important;}
.pad2{	padding:2px !important;}
.pad3{	padding:3px !important;}
.pad5{	padding:5px !important;}
.padTB5{padding:5px 0 !important;}
.padTB10{padding:10px 0 !important;}
.padTB15{padding:15px 0 !important;}
.padRL5{padding:0 5px !important;}
.padRL10{padding:0 10px !important;}
.padRL15{padding:0 15px !important;}

/* Margin */
.noMar{		margin:0 !important;}
.mar2{		margin:2px !important;}
.mar3{		margin:3px !important;}
.mar5{		margin:5px !important;}
.mar6{		margin:6px !important;}
.mar7{		margin:7px !important;}
.mar10{		margin:10px !important;}
.mar15{		margin:15px !important;}
.mar20{		margin:20px !important;}
.marTB2{	margin:2px 0 !important;}
.marTB3{	margin:3px 0 !important;}
.marTB5{	margin:5px 0 !important;}
.marTB7{	margin:7px 0 !important;}
.marTB10{	margin:10px 0 !important;}
.marTB15{	margin:15px 0 !important;}
.marTB25{	margin:25px 0 !important;}
.marRL5{	margin:0 5px !important;}
.marRL6{	margin:0 6px !important;}
.marRL7{	margin:0 7px !important;}
.marRL10{	margin:0 10px !important;}
.marRL12{	margin:0 12px !important;}
.marRL15{	margin:0 15px !important;}
.marRL30{	margin:0 30px !important;}
.marRL34{	margin:0 34px !important;}
.marRL45{	margin:0 45px !important;}
.marRL60{	margin:0 60px !important;}
.marRL75{	margin:0 75px !important;}
.marRL80{	margin:0 80px !important;}
.marRL90{	margin:0 90px !important;}
.marRL120{	margin:0 260px !important;}
.marB10{margin-bottom:10px !important;}
.marB30{margin-bottom:30px !important;}
.marBR10{margin:0 10px 10px 0 !important;}


/*
function buat style tulisan
bigtext = nambahin besar tulisan
txt1 = biru
txt2 = cyan
txt3 = merah
txt4 = kuning
txt5 = orange
txt6 = hijau


*/
span.bigtext{
	font-size:13px;
	font-weight:bold;
}
span.txt1, span.txt2, span.txt3, span.txt4, span.txt5, span.txt6, span.txt7{
	font-size:11px;
	font-weight:bold;
	color:#00a8ec;
}
span.txt2{
	color:#21F7DE;
}
span.txt3{
	color:#D64D4A;
}
span.txt4{
	color:#CECB52;
}
span.txt5{
	color:#DEB639;
}
span.txt6{
	color:#7BD300;
}
span.txt7{
	color:#ddd;
}
/*end function buat style tulisan*/

img.imgborder{
	border:1px solid #fff;
	float:left;
	display:inline;
}

/*paging event*/
.pagetype1{
	float:right;
	display:inline;
	margin-right:20px;
	font-size:10px;
	margin-top:15px;
}
.pagetype1 a{
	color:#888;
}
.pagetype1 a.curpage, .eventpage a:hover{
	color:#ddd;
}
/*end paging event*/