﻿body {	
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	background-color: #FFF;
}
/*"Segoe UI",Arial,Geneva,Sans-Serif*/

h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h1, h2, h3, h4 { margin: .6em 0 .4em 0; }

img { border: 0pt none; }

.clear { clear: both !important; float: none !important; height: 0 !important; }

a, a:link, a:visited {
	color: #03c;/*#3E62A6;*/
	text-decoration: underline;
}

a:active {
	color: #f60;/*#3E62A6;*/
}

a:hover {
	color: #f60;/*#CE8B10;*/
}

a.disabled, a.disabled:hover, a.disabled:active, a.disabled:link, a.disabled:visited {
	color: #777;
	cursor: text;
	text-decoration: none;
}

#preloader {
	position: absolute;
	width: 100px;
	height: 100px;
	overflow: hidden;
	left: -200px;
	top: -200px;
}

/*++ rounded corners ++*/
.rcorners {
	position: relative;
	width: auto;
}

.rcorners div.topbar, .rcorners div.botbar {
	margin: 0 3px 0 3px;
	height: 1px;
	border: solid 1px #a0a0a0;
	border-width: 1px 0 0 0;
	position: relative;
	font-size: 0;
	line-height: 0em;
}

.rcorners div.botbar {
	border-width: 0 0 1px 0;
}

.rcorners div div.cbg {
	margin: 0 -2px 0 -2px;
	height: 1px;
	border: solid 2px #a0a0a0;
	border-width: 0px 2px 0 2px;
	background-repeat: repeat-x;
	font-size: 0;
	line-height: 0em;
}

.rcorners div.holder {
	border: solid 1px #a0a0a0;
	border-width: 0 1px 0 1px;
	padding: 5px;
	background-repeat: repeat-x;
}
/*-- rounded corners --*/

/*++ header ++*/
#header a {
	padding: 0 1em;
	line-height: 1em;
}

#header .bg {
	background-color: #eee;
	color: #ccc;
	background-image: none; /* workaround for other pages with bgImage */
}

#header span {
	font-weight: bold;
	color: #000;
}
/*-- header --*/

/*++ banner ++*/
#hbanner {
	position: relative;
}

#hbanner h1 {
	margin: .6em 0;
}

#hbanner table {
	position: absolute;
	right: 0;
	top: 0;
}

#hbanner table input {
	color: #ccc;
}
/*-- banner --*/

/*++ default actions ++*/
#defactions .bg {
	background-image: url(/images/gradientbg.png);
}

#defactions table {
	width: 100%;
}

#defactions p {
	margin: 3px 30px 3px 0;
}

#defactions h2 {
	margin: 0 0 4px 0;
}

#defactions .act .holder img {
	float: left;
	margin: 0 5px 0 8px;
}
/*-- default actions --*/

/*++ popular and new ++*/
#popular {
	width: 49%; margin-left: 51%;
}

#newly {
	width: 49%; float: left;
}

div.ig_list div {
	height: 120px;
	margin-bottom: 10px;
}

div.ig_list img {
	float: left;
	width: 120px;
	height: 120px;
}

div.ig_list p {
	margin: 0 0 0 130px;
	padding: 50px 0 20px 0;
	color: #666;
}

div.ig_list p .file_cnt {
	font-weight: bold;
	color: #000;
}
/*-- popular and new --*/

/*++ footer ++*/
#footer {
	margin-top: 20px;
	clear: both;
}
/*-- footer --*/

p.notice {
	color: #999;
}

#pedobear {
	position: absolute;
	top: 70px;
	right: 10px;
	z-index: 10;
}
