@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, fantasy;
	font-size: 16px;
	color: #1964AD;
	text-align: center;
}

a:link {
	color: #03F;
}
body {
	background-color: #000;
}
.menubg {
	background-image: url(images/1/cat-mbg.gif);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.playerbg {
	background-image: url(images/1/cat-playerbg.gif);
	background-repeat:no-repeat;
}
.sep {
	background-color: #00F;
}
.cat-top {
	background-image: url(images/1/cat-top.gif);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-weight: bold;
	color: #0095D6;
	font-family: "Comic Sans MS", Sans-sarif;
	font-size: 16px;
	text-decoration: blink;
}
.cat-top-sub {
	background-image: url(images/1/cat-top-sub.gif);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-weight: bold;
	color: #0095D6;
	font-family: "Comic Sans MS", Sans-sarif;
	font-size: 16px;
	text-decoration: blink;
}
.cat-main {
	background-image: url(images/1/cat-bg.gif);
	background-repeat:no-repeat;
	font-weight: bold;
    text-align: center;
}
.cat-bottom {
	background-image: url(images/1/cat-bottom.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
}
.cat-bottom-sub {
	background-image: url(images/1/cat-bottom-sub.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
}
.enhance {
	color: #999999;
	font-style: italic;
}
#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}
.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.totop a {
    display: none;
}

divs {
    display:none;
}
.bluedark {
	color: #009999;
}.z-title {
	text-align: left;
}
.z-color1 {
	color: #1964AD;
	font-weight: bold;
}
.z-color2 {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.z-color3 {
	font-weight: normal;
	color: #1964AD;
	font-style: italic;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 600px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
