body { margin:0; padding:0;}
img { border:0px;}
a {cursor: pointer;}
.clearfix { clear:both;}
.fl {	float:left;}
.fr {	float:right;}
.block { display:block;}

form {padding: 0;margin: 0;}
.input100 { border:1px solid #CCC; background:#FFF; padding:4px; width:100%;}
.input90 { border:1px solid #CCC; background:#FFF; padding:4px; width:90%;}
.input50 { border:1px solid #CCC; background:#FFF; padding:4px; width:50%;}
.input30 { border:1px solid #CCC; background:#FFF; padding:4px; width:30%;}

.select1 { border:1px solid #CCC; background:#FFF; padding:4px; width:100%;}
.select2 { border:1px solid #CCC; background:#FFF; padding:4px; width:50%;}
.select3 { border:1px solid #CCC; background:#FFF; padding:4px; width:33%;}
.select4 { border:1px solid #CCC; background:#FFF; padding:4px; width:24%;}

.btn_1 {
	display:inline-block;
	padding:10px 20px;
	background:#F00;
	border-radius:3px;
	text-decoration:none;
	color:#FFF !important;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	border:0;
	cursor:pointer;
}
.btn_1:hover { opacity:0.8; text-decoration:none !important;}
.btn_red { background:#F00 !important; }
.btn_blue {	background:#00deff !important; color:#333; }
.btn_blue2 {	background:blue !important; color:#333; }
.btn_green { background:#060 !important; }

.bold {font-weight: bold;}
.normal {font-weight: normal;}
.italic {font-style: italic;}

.arial {	font-family:Arial, Helvetica, sans-serif;}
.tahoma {	font-family:Tahoma, Geneva, sans-serif, arial;}
.verdana {	font-family:Verdana, Geneva, sans-serif, arial;}
.helvetica {	font-family:Helvetica, Arial, sans-serif, arial;}
.georgia { font-family:Georgia, "Times New Roman", Times, serif, arial;}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1 { font-size:26px; line-height:28px; font-weight:normal;}
h2 { font-size:22px; line-height:24px; font-weight:normal;}
h3 { font-size:20px; line-height:22px; font-weight:normal;}
h4 { font-size:17px; font-weight:normal;}
h5 { font-size:14px; font-weight:normal;}
h6 { font-size:13px; font-weight:normal;}
h7 { font-size:12px; font-weight:normal; line-height: 12px;}
h8 { font-size:11px; font-weight:normal; line-height: 10px;}

.bgwhite {background: white;}
.bgblack {background: black;}

.f10 { font-size:10px;}
.f11 { font-size:11px;}
.f12 { font-size:12px !important;}
.f13 { font-size:13px !important;}
.f14 { font-size:14px !important;}
.f15 { font-size:15px;}
.f16 { font-size:16px;}
.f18 { font-size:18px;}
.f20 { font-size:20px;}
.f22 { font-size:22px;}
.f24 { font-size:24px;}

.l_grey1, .l_grey1 a { color: #252425; text-decoration:none;}
.l_grey1 a:hover { color:#000; text-decoration:underline;}
.l_grey, .l_grey a { color:#666; text-decoration:none;}
.l_grey a:hover { text-decoration:underline;}
.l_red, .l_red a { color: #F00; text-decoration:none;}
.l_red:hover { text-decoration:underline;}
.l_blue_detik, .l_blue_detik a { color: #00F; text-decoration:none;}
.l_blue_detik a:hover { color:#F00; text-decoration:underline;}
.l_blue2_detik, .l_blue2_detik a { color: #284296; text-decoration:none;}
.l_blue2_detik a:hover { color:#; text-decoration:underline;}
.l_blue3_detik, .l_blue3_detik a { color: #105598; text-decoration:none;}
.l_blue3_detik a:hover { color:#105598; text-decoration:underline;}
.l_yellow_detik, .l_yellow_detik a { color: #f5ff88; text-decoration:none;}
.l_yellow_detik a:hover { color: #FFF; text-decoration:underline;}
.l_white_detik, .l_white_detik a { color: #FFF; text-decoration:none;}
.l_white_detik a:hover { color: #FF0; text-decoration:underline;}
.l_red_detik, .l_red_detik a { color: #ff0000; text-decoration:none;}
.l_red_detik a:hover { color: #000099; text-decoration:underline;}
.l_red2_detik, .l_red2_detik a { color: #900; text-decoration:none;}
.l_red2_detik a:hover { color: #900; text-decoration:underline;}
.l_green_detik, .l_green_detik a { color:#005D00; text-decoration:none;}
.l_green_detik a:hover { color: #005D00; text-decoration:underline;}
.l_green2_detik, .l_green2_detik a { color: #063; text-decoration:none;}
.l_green2_detik a:hover { color:#063; text-decoration:underline;}
.l_black_detik, .l_black_detik a { color:black; text-decoration:none;}
.l_black_detik a:hover { color: black; text-decoration:underline;}

.c_white {color:white;}

.b_blue { background:#00F;}
.b_red { background:#F00;}
.b_green { background:#063;}

.pd5 {padding: 5px;}
.pd7 {padding: 7px;}
.pd10 {padding: 10px !important;}
.pd15 {padding: 15px !important;}
.pd20 {padding: 20px !important;}
.pd25 {padding: 25px !important;}
.pd30 {padding: 30px !important;}

.pr5 {padding-right:5px;}
.pr10 {padding-right:10px;}
.pr15 {padding-right:15px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}
.pr30 {padding-right:30px;}

.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}

.pt3 {padding-top:3px;}
.pt5 {padding-top:5px;}
.pt10 { padding-top:10px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px;}
.pt30 { padding-top:30px;}

.pb5 { padding-bottom:5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}

.m0 {margin: 0 !important;}
.p0 {padding: 0 !important;}

.mt3 {margin-top:3px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}

.mr3{margin-right:3px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}

.ml3{margin-left:3px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}

.mb3{margin-bottom:3px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}

.w5 { width:50%;}
.w4 { width:45%}
.w50 { width:50px;}
.w70 { width:70px;}
.w80 { width:80px;}
.w100 { width:100px;}
.w120 { width:120px;}
.w150 { width:150px;}
.w175 { width:175px;}
.w200 { width:200px;}
.w210 { width:210px;}
.w220 { width:220px;}
.w225 { width:225px;}
.w250 { width:250px;}
.w275 { width:275px;}
.w290 { width:290px;}
.w300 { width:300px;}
.w320 { width:320px;}
.w325 { width:325px;}
.w350 { width:350px;}
.w400 { width:400px;}
.w450 { width:450px;}
.w475 { width:475px;}
.w500 { width:500px;}
.w550 { width:550px;}
.w600 { width:600px;}
.w650 { width:650px;}
.w680 { width:680px;}
.w700 { width:700px;}
.w750 { width:750px;}
.w800 { width:800px;}
.w850 { width:850px;}
.w900 { width:900px;}

.h0 { height:auto !important;}
.h50 { height:50px;}
.h100 { height:100px !important;}
.h150 { height:150px !important;}
.h200 { height:200px !important;}
.h250 { height:250px !important;}
.h300 { height:300px !important;}


.lvl_1 {
	border-left:1px solid #E6E6E6;
}

.fixed { position:fixed;}
.absolute { position:absolute;}
.relative {position:relative;}
.labels_mustread { padding:2px 5px 2px 5px; margin:0 0 3px 0;font:bold 12px/100% CartoGothic,arial,Georgia,"Times New Roman",Times,serif; display:inline-block; color:#fff; background:#df0000; }
