/* imvisible.info, 27/Oct/2008 */

/* resets */

* { margin: 0; padding: 0; }

body {
  background-color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;  
}

input {
  background-color: #fff;
}

textarea {
  overflow: auto;
}

a img {
  border-style: none;
}

fieldset legend {
	padding: 3px;
}

.clearing {
  clear: both;
}
.new a{
	color:#CC0000 !important;
	font-weight:bold;
}

/* buttons */

.red-button {
  border: 1px solid #c71313;
  padding: 3px;
  background-image: url(../imgs/red-tile.jpg);
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;   
}

.red-button img {
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}

.grey-button {
  border: 1px solid #bebebe;
  padding: 3px;
  background-image: url(../imgs/grey-button-tile.jpg);
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;   
}

.grey-button img {
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}

/* maincontainer */

#maincontainer {
  width: 750px;
  margin: auto;
}

.ads {
  margin: 3px 0;  
}
.ads2 {
	margin-left:-10px;
}
.index-top-text {
	position:relative !important;
	margin-top:100px;
}
/* main box styles */

.grey-box {
  background: url(../imgs/grey-tile.jpg) repeat-x top left;
  border: 1px solid #dbdbdb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
  margin-top: 15px;
}

.white-box {
  background: #fff repeat-x top left;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
} 

/* main page */

.support-button {
	background: #fff url(../imgs/support-button-background-tile.jpg) repeat-x left bottom;
	padding: 5px 15px;
	border: 1px solid #ff9933;
	cursor:pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;	
	font-family: Helvetica, Arial, sans-serif;
}

.support-button:hover {
	background-image: url(../imgs/support-button-background-tile-hover.jpg);
	text-decoration: none;
	cursor:pointer;
}

/* rounded corners */

#avatar {
	width:96px;
	height:96px;
	display:block;
}

.support-button {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.index-top-text {
	line-height:16px;
	padding-top:3px;
}
.index-top-text h2 {
	font-size:18px;
	font-weight:normal;
}
.index-top-text p {
	padding:5px;
	font-size:12px;
}

.main-page {
  text-align: center;
  position:relative;
}

.main-page h1 {
  font-weight:normal;
  margin: 5px 0;
}

.main-page .avatars {
  margin: 20px auto;
  width: 547px;
  text-align: center;
}

.main-page .avatars img {
  float: left;  
}

#aboutus h1 {
	padding-bottom:5px;
}
#aboutus p {
	font-size:14px;
	line-height:16px;
	padding:5px;
	text-align:justify;
}
.extra {
	text-align:left;
	width:400px;
	margin:10px 50px 10px auto;
}
.extra .donate {
	float:left;
}
.extra .addthis {
	float:right;
	width:130px;
}
/* avatars */

.tempavatar {
	padding:20px;
	font-size:18px;
	font-weight:bold;
}

.avatar {  
  width: 96px;
  height: 96px;
  margin-right: 5px;
  border: 2px solid #bebebe;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.last-avatar {    
  margin-right: 1px;
}


/* status checker */
.status-checker .grey-box {
  width: 520px;
  margin: 0 auto;
}

.status-checker {
  background:url(/imgs/checkbox.gif) no-repeat;
  width:400px;
  height:55px;
  margin:15px 50px 0 auto;
  position:relative;
}
.status-checker .idfield {
  position:absolute;
  width:300px;
  height:22px;
  font-size:18px;
  font-weight:bold;
  letter-spacing:1px;
  color:#333333;
  top:18px;
  left:30px;
  background:none;
  border:0px;
  font-family:Verdana,arial,sans-serif;
}
.status-checker .bsend {
  cursor:pointer;
  width:60px;
  height:55px;
  position:absolute;
  right:0px;
}

/* avatars page */

.avatars-page {
  text-align: center;
}

.avatar-box {
  text-align: center;
}
.avatar-box a {
	padding:0 5px;
}

.avatar-box img {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
}

.top-avatars {
	font-size:11px;
	text-align:justify;
	margin-bottom:20px;
}
.top-avatars h2 {
	text-align:center;
	padding-bottom:5px;
}

.top-avatars p {
  font-size:13px;
  line-height:16px;
  padding:5px;
}

.top-avatars .avatar-box {
  width: 124px; 
  float: left;
  text-align: center;
}

.left-avatars {
  margin: 0 auto;
  overflow: hidden;
  width: 630px;
}

.left-avatars .avatar-box {
  display: inline;
  margin-bottom: 10px;
  width: 125px;   
  float: left;
}

.top-avatars .white-box {
  border: 1px solid #bebebe;
}

.center-ads {
  float: left;  
  width: 130px;
}

.right-avatars {
  float: left;
  width: 290px;
}

.right-avatars .avatar-box {
  display: inline;
  margin-bottom: 10px;
  width: 120px;   
  float: left;
}

.item-list {
  margin: 20px;
}

.item-list a {
  background-color: #d8d8d8;
  padding: 5px 10px;
  border-width: 2px;
  margin-right: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
  border-radius: 10px;
  text-decoration: none;
}

.item-list a:hover {
  text-decoration: none;
  background-color: #CC0000;
  color: #fff;
}

.item-list span {
  border-width: 2px;
  font-weight: bold;
  padding: 5px 10px;
  margin-right:20px;
}

/* indicator page */

.indicator-page h1 {
  text-align: center;
  margin-top: 20px;
}

/* backup ym page */

.backup-ym-page {
  line-height: 1.5em;
}

.backup-ym-page p {
  font-size: 14px;
  margin-bottom: 10px;
}

.backup-ym-page #backupcontainer {
  width: 280px;
  margin: 10px auto;
}

.backup-ym-page #backupcontainer .white-box {
  margin-bottom: 5px;
}

.backup-ym-page .text-field {
  width: 180px;
  padding: 3px;
  border: 1px solid #eaeaea;
}

.backup-ym-page #backupbutons {
  margin-top: 5px;
}
#backupresult {
	margin-top:10px;
	text-align:center;
	padding:10px;
	border: 1px solid #eaeaea;
}

.backup-ym-text {
	margin-bottom:10px;
}

.backup-ym-text h1 {
	text-align:center;
	font-size:18px;
	line-height:24px;
	margin-bottom:10px;
	font-weight:normal;
}
.backup-ym-text h2 {
	font-weight:normal;
	text-align:justify;
	font-size:16px;
	line-height:19px;
	margin-bottom:10px;
}
.backup-ym-text p {
	text-align:justify;
}

/*contact page*/

.contact-div fieldset{
	margin:20px;
	border-style: none;
}

.contact-div label {
	display: block;
	width: 150px;
}

.contact-div div {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 2px;
} 
.contact-div label, .contact-div div input {
	float: left;
}

.contact-div label {
	margin-right: 5px;
	text-align: right;
}

.contact-div input, .contact-div textarea{
	border:1px solid #DBDBDB;
}

.contact-div .captcha-image, .contact-div .captcha-input {
	padding-left: 155px;
}

.contact-div .captcha-input label {
	width: auto;
}

.contact-div .captcha-input input {
	width: 70px;
}

.contact-div #send {
	padding-left: 155px;
}

.error {
	color:#F00;
}
#error {
	color:#F00;
	font-weight:bold;
	font-size:14px;
}
#cresult {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

/* profile page */

.plinks {
	width:475px;
	padding-top:25px;
}
.profile {
	position:relative;
}
.profile .cavatar {
	position:absolute;
	right:0;
	padding:50px 70px;
	width:96px;
	height:96px;
}
.profile h1 {
	text-align:center;
}
.profile .cavatar {
	float:left;
}
.profile a {
	display:block;
}

#profileContainer {
  text-align: center;
}

#profileContainer #topcontainer {
  margin: 5px;
}

/* check my buddy list page */

.check-list-page {
  line-height: 1.5em;  
}

.check-list-page .white-box {
  margin: 5px 0;
  width: 220px;
}

.check-list-page label {
  width: 110px;
}

.check-list-page input {
  border: 1px solid #eaeaea;
  width: 150px;  
}


/* footer style */

.footer {
  text-align: center;
}

.footer ul {
  list-style-type: none;
  margin-left: 110px;
}

.footer ul li {
  float: left;
  border-right: 1px solid #bebebe;
  padding: 0 13px 0 13px;
}

.footer ul li.last-item {
  border: 0px;
  padding-right: 0px;
}

.footer p {
  padding: 5px;
  clear: both;
}

/* faq page */
.faq h2 {
	padding:10px;
}
.faq ul {
	list-style:none;
}
.faq li {
	padding:10px;
}
.faq {
	line-height:15px;
	font-size:13px;
}
.faq p,.faq ul{
	padding:0 25px;
}
.faq .details {
	list-style:circle;
}

/* status-indicator page */
#sindicator {
	font-size:13px;
	line-height:15px;
	padding:10px;
	text-align:justify;
}
#sindicator ul {
	list-style:circle;
	padding-left:15px;
}
#sindicator h2 {
	text-align:center;
}
#sindicator fieldset {
	margin:10px;
}

/* terms and conditions page */
.terms h2 {
	text-align:center;
	margin-bottom:10px;
	font-size:18px;
}
.terms p {
	font-size:14px;
	line-height:17px;
	padding:5px;
}
.terms ul {
	padding-left:20px;
	list-style:circle;
}
.terms li {
	padding:5px;
	font-size:14px;
	line-height:17px;
}

/* sitemap page */
.sitemap h2{
	text-align:center;
	margin-bottom:20px;
	font-size:18px;
}
.sitemap .main-listing {
	list-style:square;
	padding-left:20px;
	font-size:15px;
	line-height:17px;
}

/* affiliates */
.affiliates {
	font-size:13px;
	font-family:Arial,Tahoma,Bitstream Vera Sans,sans-serif;
	text-align:justify;
	line-height:15px;
}
.affiliates p {
	padding:5px;
}
.affiliates .title {
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
}
.affiliates .login-form {
	width:300px;
	margin:10px auto;
	background:#fdfcdd;
}
.affiliates .customize-form {
	width:300px;
	margin:10px auto;
	background:#fdfcdd;
}
.affiliates .errors h2{
	font-size:12px;
	color:red;
}
.affiliates .login-form label {
	width:110px;
	float:left;
}
.affiliates .customize-form label {
	width:190px;
	float:left;
	text-align:left;
}
.affiliates .login-form .login-form-input {
	width:160px;
	border:1px solid #EAEAEA;
}
.affiliates .customize-form .login-form-input {
	width:80px;
	border:1px solid #EAEAEA;
}
.affiliates .forgot {
	text-align:center;
}
.affiliates a {
	font-weight:bold;
	color:#CC0000;
}
.affiliates .front-page-ul {
	padding-left:30px;
}
.affiliates .front-page-ul li {
	padding:5px;
}
.affiliates .menu {
	margin:10px;
}
.affiliates .menu ul {
	list-style:none;
	text-align:center;
}
.affiliates .menu ul li {
	display:inline;
	padding:0 6px 0 10px;
	margin:10px;
}
.affiliates .buttons {
	width:400px;
	margin:auto;
	height:40px;
	padding-top:10px;
}
.affiliates .buttons .rbutton {
	float:right;
}
.affiliates .buttons .lbutton {
	float:left;
}
.affiliates .code {
	width:655px;
	margin:15px auto;
	text-align:left;
	background:#fdfcdd;
	border:1px solid #000;
	padding:15px;
}
.affiliates .code legend {
	font-size:15px;
}

.affAdminSpan {
	padding:10px;
}

.affAdminA {
	padding:10px;
	font-size:15px;
}

/* affiliates page */
.affiliate-description{
margin-left:30px;
}
.plus{
color:#008015;
}
.minus{
color:#b10000;
}
.whybanned{
line-height:1.5em;
}
.whybanned p{
margin:20px;
}
.whybanned strong{
font-size:19px;
}
.whybanned .title{
font-size:25px;
line-height:2em;
}