/*redefine*/

::-moz-selection {
	background: #000;
	color: #eee;
}

::selection {
	background: #000;
	color: #eee;
}

p, ul, li, ol {
	margin: 0;
	padding: 0;
	font-weight: normal;
	margin-bottom: 10px;
}

a, a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

form {
	padding: 0;
	margin: 0;
}

input, textarea, select {
	color:#000000;
	border:1px solid #666666;
	font-size:14px;
}

.btnSubmit{
	border:0;
	font-size:10px;
	padding:5px;
	width:72px;
	background-color:#FFFFFF;
	background: url(../images/btn-submit.gif) no-repeat;
	cursor:pointer;
}
.btnReset{
	border:0;
	font-size:10px;
	padding:5px;
	width:72px;
	background-color:#FFFFFF;
	background: url(../images/btn-reset.gif) no-repeat;
	cursor:pointer;	
}

/*shared*/
span.clr {
	display: block;
	clear: both;
}

.clear {font-size: 1px; height: 1px}

/*roundbox*/
.roundcont {
	float:left;
	margin-bottom:10px;
	text-align:center;
	width:190px;
}

.roundcont p {
	margin:0;
	padding:10px;
	border-top:1px dotted #666666;
	border-left:1px dotted #666666;
	border-right:1px dotted #666666;
}

.roundtop { 			
	content:'';
}

.roundbottom {
	border-bottom:1px dotted #666666;
	border-left:1px dotted #666666;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
   *display: none !important;
}

/*font*/
.judul{
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight:bolder;
	margin-right:20px;
}
.subjudul{
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color:#990000;
	letter-spacing:0px;	
}
.subjudul-grey{
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color:#666666;
	letter-spacing:0px;
}
.albumjudul{
	font-size:10px;
}
.newsjudul{
	font-size:14px;
	color:#990000;
	font-weight:bold;
}
.popupjudul{
	font-size:16px;
	color:#990000;
	font-weight:bold;
}
.textrbt{
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}
.textpopup{
	font-size:12px;
	font-weight:bold;
}
.textpopupdetail{
	font-size:12px;
	color:#333333;
}

/*table*/
.mainTable tr {
	color: #000000;
	font-size: 11px;
}

/*site*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;			
	text-align: center;		
}

#whole {
	margin: auto;
	padding: auto;
	width: 800px;
	color:#000000;		
}

#header {	
	width: 798px;
	*width: 800px;
	height: 330px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#000000;
}
	#header-menu {
		float:left;
		width:190px;
		text-align:left;
		padding-top: 10px;
	}
	#header-img {
		float:left;
		width:608px;
		text-align:left;
	}

#container {
	float: left;
	width: 798px;
	*width: 800px;	
	text-align: left;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
#indexcontainer {
	float: left;
	width: 798px;
	*width: 800px;
	height:210px;
	background: url(../images/bg2.jpg) repeat-y center;
	text-align: left;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
	
	#container-front {
		width:750px;
		margin:auto;
		margin-top:30px;
		margin-left:25px;
		position: relative;				
	}
		#front-box {
			float: left;
			width:165px;
			height:180px;
			background-color:#FFFFFF;
			border:1px dotted #aaaaaa;
			padding:5px;
		}
		
	#container-home {
		width:750px;
		margin-left:25px;
		margin-top:25px;
		position: relative;
	}	
		#small-box {
			float: left;
			width:231px;
			height:230px;
			background-color:#FFFFFF;
			border:1px dotted #aaaaaa;
			margin-bottom:10px;
			padding:5px;
		}
	
	#body-sidebar {
		float:left;
		width:180px;
		margin:20px;
		*margin:10px;
	}
		

			
	#body-content {
		float:left;
		width:560px;
		padding-top:20px;
		padding-bottom:10px;
	}
		#fullcol {
			float:left;
			width:540px;
			margin-bottom:10px;
		}
		#halfcol {
			float:left;
			width:260px;	
			padding:5px;
		}
			#halfcol-content {
				margin-bottom:10px;
				float:left;
			}
	
	#artist-box{
		float:left;
		width:125px;
		height:140px;
		margin-right:10px;
		margin-bottom:10px;
		text-align:center;
	}		
	
	#what-box{
		float:left;
		width:550px;		
		height:109px;
		*height:159px;
		margin-bottom:10px;
		padding-top:50px;
		padding-left:10px;
		padding-right:10px;
		background: url(../images/what-box.jpg) no-repeat;
		color:#FFFFFF;
	}
	
	#link-artist{
		float:left;
		width:101px;
		margin-right:3px;
		margin-bottom:20px;
	}
	
	#rbt-operator{
		float:left;
		width:120px;
		text-align:center;
		margin-bottom:10px;
		margin-left:5px;
		border:1px solid #ccc;		
	}
	
	#popup-detail{
		float:left; 
		margin:10px; 
		width:500px; 
	}
	
	#telcoCodeBox {
		float:left;
		width: 320px;
		height: 120px;
		padding: 10px;
		border: 1px solid #cccccc;
		margin-bottom:10px;
	}
	
	#telcoCode {
		float:left;
		width: 100px;
		float: left;
		text-align:center;
		font-size:11px;
		margin-bottom:5px;
	}

#bottom-container {
	float: left;
	width: 798px;
	*width: 800px;
	height:42px;
	padding-top: 20px;
	*padding-bottom: 20px;
	background: url(../images/bg3.jpg) no-repeat;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
	#footer {
		text-align: center;
		background-color:#999999;
		width:750px;
		height:17px;
		padding-top:3px;
		margin:auto;
		color:#FFFFFF;
	}

/*calendar*/
#calendarViewBox {
	float: left;
	width: 560px;
	background-color: #f4f4f4;
	border: 1px solid #9d9d9d;
}
#calendarViewCal {
	float: left;
	width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#calendarViewDetail {
	float: left;
	width: 263px;
	height:auto;
	margin-left: 5px;
	margin-right: 10px;
	*margin-left: 0px;
	*margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}


.trOdd {
	background-color:#dfdcdc;
}
.trEven {
	background-color:#f0f0f0;
}
.subtitle {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.pageCal {
	margin-top: 10px;
	font-size: 11px;
}
.searchCal {
	font-size: 11px;
	color: #006699;
	font-weight: bold;
}
.detailCal {
	font-size: 18px;
	color: #006699;
	font-weight: bold;
}


/*hot content*/
.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 540px; /*width of featured content slider*/
	height: 160px;
	clear:both;
}

.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 540px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	float:left;
	display:inline;
	background:url(../images/hotbghead.gif) no-repeat top left;
	padding: 5px;
	font-weight:bold;
	position:relative;
}

.pagination img{
	position:absolute;
	top:-160px;
	left:0;
}

.pagination a{
	background:url(../images/hotoff.gif) center no-repeat;
	width:21px;
	height:21px;
	float:left;
	display:inline;
	text-align:center;
	color:#a6a6a6;
	margin:0 3px;
}

.pagination a.selected{
	background:url(../images/hoton.gif) center no-repeat;
	color:#fff;
}

.pagination a:hover{
	color: #000;
	text-decoration:none;
}
