.th a:link {
	text-decoration: none;
	font-weight: bold;
	color: #009900;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.th a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #009900;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.th a:hover {
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
	color: #009900;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e9f5e9;
	border: 1px solid #009900;
}
.th a:active {
	text-decoration: none;
	color: #009900;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.en a:link {
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.en a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.en a:hover {
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
	color: #0066CC;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D9ECFF;
	border: 1px solid #006699;
}
.en a:active {
	text-decoration: none;
	color: #0066CC;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.raw a:link {
	text-decoration: none;
	font-weight: bold;
	color: #881128;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.raw a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #881128;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.raw a:hover {
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
	color: #881128;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7e9ec;
	border: 1px solid #881128;
}
.raw a:active {
	text-decoration: none;
	color: #881128;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.music a:link {
	text-decoration: none;
	font-weight: bold;
	color: #a2a21d;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.music a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #a2a21d;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.music a:hover {
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
	color: #a2a21d;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f7e9;
	border: 1px solid #a2a21d;
}
.music a:active {
	text-decoration: none;
	color: #a2a21d;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.game a:link {
	text-decoration: none;
	font-weight: bold;
	color: #BF00BF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.game a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #BF00BF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.game a:hover {
	text-decoration: none;
	font-weight: bold;
	margin-left: 8px;
	color: #BF00BF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f8ebf8;
	border: 1px solid #BF00BF;
}
.game a:active {
	text-decoration: none;
	color: #BF00BF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 225px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.type {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

.apple_overlay {
    
    /* initially overlay is hidden */
    display:none;
    
    /* growing background image */
    background-image:url(http://www.poripuri.com/announcesystem/white.png);
    
    /* 
        width after the growing animation finishes
        height is automatically calculated
    */
    width:640px;        
    
    /* some padding to layout nested elements nicely  */
    padding:35px;

    /* a little styling */    
    font-size:15px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(http://www.poripuri.com/announcesystem/close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}

div.contentWrap {
        height:500px;
        overflow-y:auto;
}
