.left {
	float:left;
}
.right {
	float:right;
}
.inline {
	display:inline;
}
.cleared {
	clear:both;
}
#textTable {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	color:#666666;
	position:relative;
}
#textTable h3{
	color:#01928B;
}
#textTable h5{
	display:block;
	padding:1px;
	margin-bottom:0;
	color:#01928B;	
}
#textTable .textTable-top p{
	display:block;
	font-size:14px;
	line-height:20px;
}
#textTable p{
	display:block;
	padding:1px;
	margin:0;	
	margin-bottom:15px;
}
#textTable .left, #textTable .right {
	width:310px;
	padding:5px;
	}



/*######################### LIST STYLE ###########################*/



/*######################### UNTUK TABLE ###########################*/

#textTable #ver-zebra
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	color:#666666;
}
#textTable #ver-zebra th
{
	font-size: 18px;
	font-weight: normal;
	padding: 7px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color:#08968A;
}
#textTable #ver-zebra td
{
	padding: 8px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color:#666666;
	width:50%;
}
#textTable .vzebra-odd
{
	background: #F9F6ED;
}
#textTable .vzebra-even
{
	background: #F6F0E2;
}
#textTable #ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #E8E0C9;
	border-bottom: 1px solid #DBD1B8;
}
#textTable #ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #F0E9D8;
	border-bottom: 1px solid #E4DBC5;
}
