.hidden-ct{
	visibility: hidden;
	display: none;
}
.nev-win-ct{
	position: absolute;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px solid #333333;
	font-family: Tahoma;
	box-shadow:rgba(0, 0, 0, .5) 0px 0px 10px;
	-webkit-box-shadow:rgba(0, 0, 0, .5) 0px 0px 10px;
	border-radius:3px;
}
.nev-win-header{
	vertical-align: top;
	cursor: move;
}
.nev-win-header td{
	padding: 3px;
}
.nev-win-header-btn{
	margin-right: 5px;
	font-size: 9px;
	border-radius:2px;
}
.nev-win-header-btn label{
	color: #FFFFFF;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #ad1a00;
	border-radius:2px;
}
.nev-win-header-btn label.hover{
	background-color: #f96133;
	padding-left: 2px;
	padding-right: 2px;
}
.nev-win-title{
	font-size: 11px;
	font-weight: bold;
}
.nev-win-body td{
	padding: 3px;
}

/* custom component */
.link-snmptn{
	text-decoration: none;
	color: #898989;
}

#form_pilih_pengumuman ul li{
	list-style: disc;
	color: #4e7ca7;
}

#form_pilih_pengumuman ul{
	padding-left: 1.3em;
}
#form_pilih_pengumuman ul li{
	
}

#control_overlay {  
    background-color:#000;  
} 
 
.modal {  
    background-color:#fff;  
    padding:10px;  
    border:1px solid #333;  
} 
 
.tooltip {  
    border:1px solid #000;  
    background-color:#fff;  
    height:25px;  
    width:200px;  
    font-family:"Lucida Grande",Verdana;  
    font-size:10px;  
    color:#333;  
} 
 
.simple_window {  
    width:250px;  
    height:50px;  
    border:1px solid #000;  
    background-color:#fff;  
    padding:10px;  
    text-align:left;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
} 
 
.window {  
    background-image:url("/stylesheets/window_background.png");  
    background-position:top left;  
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;  
    padding:10px;  
    font-family:"Lucida Grande",Verdana;  
    font-size:13px;  
    font-weight:bold;  
    color:#fff;  
    text-align:center;  
    min-width:150px;  
    min-height:100px;  
} 
 
.window .window_contents {  
    margin-top:10px;  
    width:100%;  
    height:100%;      
} 
 
.window .window_header {  
    text-align:center;  
} 
 
.window .window_title {  
    margin-top:-7px;  
    margin-bottom:7px;  
    font-size:11px;  
    cursor:move;  
} 
 
.window .window_close {  
    display:block;  
    position:absolute;  
    top:4px;  
    left:5px;  
    height:13px;  
    width:13px;  
    background-image:url("/stylesheets/window_close.gif");  
    cursor:pointer;  
    cursor:hand;  
} 
