
header a#b9{
	cursor: inline;
}

a{
	text-decoration:none;
	color:#093D6A;
}
a:hover{
	color:#196D9A;
}

header{
	margin-top:20px;
	text-align:center;
}

#classic_clock{
	width:200px;
	height:200px;
	position:fixed;
	top:30px;
	right:20px;
}

#menus{
	display:none;
	position: fixed;
	top: 15px;
	left: 10px;
	width: 96%;
	z-index: 100;
	padding: 20px 20px 10px 20px;
	font-family: RR;
}
#menus .menus_h{
	text-align:center;
}

#menus .artikel{
	border:1px solid darkgray;
}

#menus .softwares{
	border:1px solid aquamarine;
	float: left;
}
#menus .softwares h3{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
}
#menus .softwares ul{
	margin: -10px 3px 20px -50px;
}
#menus .softwares ul li{
	list-style: none;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
}

#menus .galeri{
	float: left;
}
#menus .galeri ul{
	margin: -10px 3px 20px -50px;
}
#menus .galeri ul li{
	list-style: none;
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
}

#menus .menus_data .menu_title img{
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#menu_two{
	display:none;
}

select#list{
	background:#BED8EF;
	color:#1A4D78;
	font-family: RR;
}
select#list option{
	background:#BED8EF;
	color:#1A4D78;
	font-family: RR;
}

li.md_recent{
	list-style:disc !important;
	float:initial !important;
	width: 100%  !important;
	text-align: left !important;
	opacity: 1 !important;
}

input[type=text].form_short{
	width: 60px;
}
input[type=text].form_medium{
	width: 200px;
}
input[type=text].form_long{
	width: 600px;
}

#msg{
	position:absolute;
	padding: 6px 20px 10px 20px;
	text-align: center;
	background: #BED8EF;
	top: 260px;
	left: 560px;
	border: 1px solid #66e;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 1px 2px #888, 0 0 12px 2px #eee;
	z-index: 1000000;
}

#msg .msg_err{
	font-size: 20px;
	color: #f44;
}
#msg .msg_succ{
	font-size: 20px;
	color: #44f;
}

#data{
	margin:200px 60px 20px 60px;
	font-family: RR;
}
#data #form_index{
	text-align:center;
}

#data #form_index input[type=text]:focus{
	-webkit-box-shadow: 0 0 1px 2px #888, 0 0 12px 2px #eee;
}
#data #form_index button[type=submit]{
	margin-top:10px;
	padding:4px 8px 3px 8px;
	-webkit-box-shadow: 0 0 0 1px #888, 0 0 1px 0 #eee;
	background: #00B0F0;
	color:#1F4E79;
	cursor:pointer;
	font-family: RR;
	font-size: 20px;
}
#data #form_index button[type=submit].sca{
	border-radius: 0 0 0 12px;
}
#data #form_index button[type=submit].scb{
	border-radius: 0 0 12px 0;
}
#data #form_index button[type=submit]:hover{
	-webkit-box-shadow: 0 0 0 0 #888, 0 0 0 0 #eee;
	background: #00C0FF;
	color:#001E49;
}

#data ul{
	margin-top:100px;
	margin-left: -40px;
}
#data ul li{
	width:120px;
	height:auto;
	list-style:none;
	float:left;
	margin-top:10px;
	margin-left:10px;
	background: #BED8EF;
	opacity: 0.5;
	border-radius:4px;
	text-align:center;
	padding:3px;
}
#data ul li:hover{
	opacity: 1;
}
#data ul li img{
	width:80px;
	height:65px;
	border-radius:4px;
}

#data ul li img.dld:hover{
	background-position: 0px -25px;
	
}
#data ul li img.cat{
	width:12px;
	height:12px;
}
#data ul li a.small{
	font-size:12px;
	
}

#data .attr_index{
position: absolute;
margin-top: -180px;
margin-left: -40px;
background: mediumspringgreen;
font-weight: bold;
color: navy;
padding: 10px 20px;
border-radius: 6px;
}

#data #user_ticket form{
	border: 1px solid #666;
	padding: 10px 20px 10px 20px;
}
#data #user_ticket input[type=submit]{
	margin-top: 10px;
	margin-left: -6px;
	width: 80px;
	height: 40px;
	padding: 2px 3px 1px 4px;
	font-size: 14px;
	background: #33f;
	color: #ff3;
	cursor: pointer;
	-webkit-box-shadow: 0 0 0 1px #888, 0 0 1px 0 #eee;
	border: 1px solid #666;
	border-radius: 4px;
	font-family: RR;
}
#data #user_ticket input[type=submit]:hover{
	background: #66f;
	color: #ff6;
	-webkit-box-shadow: 0 0 0 0px #888, 0 0 0px 0 #eee;
	border: 1px solid #888;
}

#usermember form{
	margin-top: 100px;
	margin-left: 100px;
}
#usermember textarea{
	width: 400px;
	height: 250px;
	padding: 10px 20px 10px 20px;
}
#usermember input[type=submit]{
	cursor: pointer;
	background: #66cfcf;
}
#usermember input[type=submit]:hover{
	background: #44dfdf;
}
#usermember li{
	list-style: none;
	border-bottom: 1px solid #666;
}

.lop input[type=text]{
	width: 300px;
	height: 20px;
	text-align:center;
}
.lop input[type=submit]{
	padding: 2px 6px 1px 6px;
	text-align:center;
	cursor: pointer;
}

#data #ckmd5db form{
	margin-top: 100px;
	
}

#yt_result h1{
	background:#B7FDFD;
	padding: 6px 3px 10px 10px;
	text-align: center;
	color: #00B2F0;
}
#yt_result ul li{
	opacity: 1 !important;
	width: 600px;
	height: 200px;
}
#yt_result ul li h2{
	font-size: 18px;
}
#yt_result ul li img{
	width: 160px;
	height: 180px;
}
#yt_result ul li span.can{
	font-size: 14px;
}

img.md5ck:hover{
	background-position: 0px -44px;
}

#data .recent_sch{
	border:  4px double azure;
	float: left;
	margin-top: 60px;
	width: 1200px;
	height: 300px;
}
#data .recent_sch ul{
	margin-top: 1px !important;
	float: left;
	
}
#data .recent_sch ul li{
	background: none !important;
	list-style: none;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding: 3px 6px 2px 5px;
	opacity: 1;
	width: auto !important;
	font-size: 14px;
}

#data .recent_sch ul li img.arr_ul{
	width:16px;
	height:14px;
}
#data .recent_sch ul li a{
	color: #00B2F0;
}
#data .recent_sch ul li a:hover{
	color: #0092D0;
}

#data_2{
	clear: both;
	margin-top: 100px;
	float:right;
}

#data_2 #list_txt{
	overflow:hidden;
	height:300px;
	border:2px outset azure;
	width:600px;
	padding-left: 10px;
}
#data_2 #list_txt marquee{
	height:300px;
	text-align: center;
}
#data_2 #list_txt marquee li{
	list-style: none;
}
#data_2 #list_txt marquee li.light:hover{
	background: #333;
}
#data_2 #list_txt marquee li a{
	font-size: 16px;
	text-decoration: none;
	color: #ccc;
	font-family: RR;
}
#data_2 #list_txt marquee li a:hover{
	color: #eee;
}

#data ul#diary_txt{
	width: 95%;
	border: 1px solid #f11;
	clear: both;
}
#data ul#diary_txt li{
	opacity: 1;
	clear: both;
	width: 95%;
	padding: 6px 10px 6px 10px;
}
#data ul#diary_txt li p{
	text-align: justify;
}

#data #diary_form input[type=text]{
	width: 200px;
}
#data #diary_form textarea{
	width: 750px;
	height: 450px;
}



table#sot-list thead{
	background: #00B2F0;
	color: #165078;
	font-weight: bold;
	font-size: 14px;
}
table#sot-list tbody{
	background: #BED8EF;
	color: #165078;
	font-size: 12px;
}
table#sot-list td{
	padding: 2px 4px 1px 4px;
}
table#sot-list td img{
	width: 16px;
	height: 16px;
}
table#sot-list tbody tr:hover{
	background: #F0B2F0;
}
table#sot-list td.local{
	background: #00C2FF;
	color: #F65078;
}

#data table#sot-list tr td{
	border: 0.1px solid #66f;
}

#data table#sot-list{
	margin-top: 60px;
}
#data table#sot-list input[type=text]{
	display:none;
	position:absolute;
	float:left;
	margin-top:1px;
	margin-left:1px;
	padding: 3px 10px 2px 3px;
	color: #22f;
	width: 300px;
}
#data table#sot-list span.md5{
	color: #11f;
}

#data iframe#aljazeera-audio{
	margin: 100px 0 200px 0;
	text-align:center;
	border-radius: 20px;
	border:none;
	background:transparent;
}

#data iframe#aljazeera-tv{
	margin: 60px 0 100px 0;
	text-align:center;
	border-radius: 20px;
	border:none;
	background:transparent;
}

.avatar{
	width: 100px;
	height: 120px;
}


.fout{
	display:none;
	
}

#bing_sch{
	padding: 20px 60px 30px 40px;
}
#bing_sch li{
	list-style: none;
	margin-top: 3px;
	background: #BFD9F0;
	border-radius: 4px;
	opacity: 0.8;
	padding: 2px 3px 2px 6px;
}
#bing_sch li:hover{
	opacity: 1;
}
	

footer{
	margin: 300px 0 -10px 200px;
	color: #333;
	
}
footer span.f_data{
	font-size: 20px;
	font-weight:bold;
	margin-left:30px;
	padding: 2px 6px 1px 6px;
	background: #5D6368;
	color: #00B2F0;
	cursor: pointer;
	font-family: RR;
}
footer span.f_data:hover{
	background: #6D7378;
	color: #00C2FF;
}
footer a{
	color: #222;
}
footer a:hover{
	color: #000;
}

footer #ft h3{
	color: #0082C0;
	text-decoration: underline;
	letter-spacing:2px;
}
footer #ft h4{
	margin-bottom: 6px;
}
footer #ft input[type=text].name{
	width:150px;
	height:30px;
	padding:2px 3px 1px 4px;
	font-size:16px;
}
footer #ft input[type=text].mail{
	width:350px;
	height:30px;
	padding:2px 3px 1px 4px;
	font-size:16px;
}
footer #ft textarea{
	width:800px;
	height:300px;
	padding:2px 3px 1px 4px;
	font-size:16px;
}
footer #ft input[type=submit]{
	margin-top:140px;
	margin-left:-6px;
	width:80px;
	height:40px;
	padding:2px 3px 1px 4px;
	font-size:14px;
	background:#33f;
	color:#ff3;
	cursor:pointer;
	-webkit-box-shadow: 0 0 0 1px #888, 0 0 1px 0 #eee;
	border:1px solid #666;
	border-radius: 0 12px 12px 0;
	font-family: RR;
}
footer #ft input[type=submit]:hover{
	margin-left:-2px;
	border-radius: 0 16px 16px 0;
}
footer #ft input[type=text].iduser{
	width: 100px;
	padding: 3px 0 1px 0;
	font-weight: bold;
	color: #33f;
	background: #FA6895;
	font-size: 20px;
	text-align: center;
}



.cssLongText{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

