/* General Tag Rewrites */

body {
	background-color:#fff;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #142431;
	margin: 0px;
	padding: 0px;
}

form {
	margin:0px;
	padding:0px;
}

a:link, a:visited {
	text-decoration:none;
	color: #444;
}

a:hover {
	color: #666;
}
.lightLink a:link, .lightLink a:visited, .messengerContainer a:link, .messengerContainer a:visited {
	color: #c9ffc9;
}
.lightLink a:hover, .messengerContainer a:hover {
	color: #fff;
}
.fakeLink.red, a.red, a.red:active, a.red:visited {
	cursor: pointer;
	color: #f00;
	transition: color 0.1s;
}
.fakeLink.red:hover, a.red:hover {
	color: #900;
}
.fakeLink.red.inactive {
	color: #a33;
	cursor: not-allowed;
}
.fakeLink:hover.red.inactive {
	color: #a33;
}

ul {
	margin: 0px;
	padding-left: 25px;
	list-style: square;
}
li {
	padding: 2px;
}

p { padding: 0px; margin-top: 6px; margin-bottom: 6px; }


/* Menu Button Navigation */

.navcontainer {
	display: inline-block;
	position: relative;
}
.navbuttonOpen, .navbuttonClosed {
	display: inline-block;
	width: 94px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	padding-top: 6px;
	margin-bottom: 3px;
	text-align: center;
	position: relative;
	z-index: 11;
	text-shadow: 1px 1px 1px #717187;
}
.navbuttonOpen {
	background-image: url('/gfx/global/navButtonOpen.png');
	color: #e2f2ff;
}
.navbuttonClosed {
	color: #e2f2ff;
	background-image: url('/gfx/global/navButton.png');
}

.navsub {
	color: #e2f2ff;
	opacity: 0;
	position: absolute;
	background: #407099;
	background: -o-linear-gradient(top, #386387 0%, #4d88b9 100%);
	background: -moz-linear-gradient(top, #386387 0%, #4d88b9 100%);
	background: -webkit-linear-gradient(top, #386387 0%, #4d88b9 100%);
	background: -ms-linear-gradient(top, #386387 0%, #4d88b9 100%);
	background: linear-gradient(top, #386387 0%, #4d88b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#386387', endColorstr='#4d88b9',GradientType=0);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 96px;
	padding-top: 10px;
	margin-top: 26px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	z-index: 9;
	box-shadow: 1px 1px 2px 0px #000;
}

.menuItem, .menuItemBlank {
	margin-left: 2px;
	padding-left: 2px;
	background-color: transparent;
	width: 88px;
	color: #e2f2ff;
	border-top: 1px dotted #54420D;
	text-shadow: 1px 1px 1px #717187;
}
.menuItem {
	cursor: pointer;
}
.menuItem:hover {
	background-color: #386387;
	box-shadow: 0px 0px 0px 1px #004000 inset;
	-webkit-box-shadow: 0px 0px 0px 1px #004000 inset;
	cursor: pointer;
}
.menuItemBlank {
	height: 5px;
}


/*
 * Template Styles
 */

.header {
	margin-top: 0px;
	height: 80px;
	color: #eeeef4;
	border-top: 1px solid #004000;
	border-bottom: 2px solid #004000;
}
.header a:link, .header a:visited {
	color: #f0f0f5;
}
.header a:hover {
	color: #fff;
}

.header, .headernosession, .footer {
	background: #407099;
	background: -o-linear-gradient(top, #4d88b9 0%, #386387 100%);
	background: -moz-linear-gradient(top, #4d88b9 0%, #386387 100%);
	background: -webkit-linear-gradient(top, #4d88b9 0%, #386387 100%);
	background: -ms-linear-gradient(top, #4d88b9 0%, #386387 100%);
	background: linear-gradient(top, #4d88b9 0%, #386387 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d88b9', endColorstr='#386387',GradientType=0);
}
.headernosession {
	margin-top: 0px;
	height: 50px;
	color: #eeeef4;
	font-size: 24px;
	border-top: 1px solid #004000;
	border-bottom: 2px solid #004000;
}
.headernosession a:link, .headernosession a:visited {
	color: #f0f0f5;
}
.headernosession a:hover {
	color: #fff;
}

.footer {
	font-size: 18px;
	color: #f0f0f5;
	margin-bottom: 10px;
	height: 61px;
	border-top: 2px solid #004000;
	border-bottom: 1px solid #004000;

}
.footer a:link, .footer a:visited {
	color: #f0f0f5;
}
.footer a:hover {
	color: #fff;
}

.popupcontent {
	border: 2px solid #004000;
	background-color: #fff;
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}
.popupcontainer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #407099;
	text-align: center;
}

/* Needed for profile color preview */
.mainContentTD {
}

/*
 * Front Page
 */

.indexContainer {
	background-color: #407099;
	border: 1px solid black;
	height: 234px;
	width: 784px;
	padding: 8px;
	text-align: left;
}

.indexTable {
	background-color: #d5e4f0;
	border: 2px solid #004000;
	height: 200px;
	padding: 5px;
	margin: 0px 0px 0px 7px;
	text-align: center;
	z-index: 99;
	width: 310px;
}
.indexTable,.indexContainer {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.indexTab,.indexTabActive,.indexTabHover {
	margin: 0px 5px 0px 5px;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	border-bottom: 0px;
	width: 70px;
	display: inline-block;
	text-align: center;

	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	-moz-box-shadow: 2px 0px 2px #000;
	-webkit-box-shadow: 2px 0px 2px #000;
	box-shadow: 2px 0px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#666666');
}
.indexTabActive {
	color: #004000;
	background-color: #cad9e4;
	border-top: 2px solid #004000;
	border-left: 2px solid #004000;
	border-right: 2px solid #004000;
}
.indexTab {
	color: #eee;
	background-color: #bbb;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}
.indexTabHover {
	color: #004000;
	background-color: #cbcdd0;
	border-top: 2px solid #004000;
	border-left: 2px solid #004000;
	border-right: 2px solid #004000;
}
.indexFormBox {
	font-weight: bold;
	color: #666;
}
.logintable, .regtable {
	background-color: #cad9e4;
	border: 2px solid #004000;
	height: 216px;
	float: left;
	text-align: center;
	z-index: 99;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.logintable {
	width: 280px;
}
.regtable {
	width: 400px;
}
.logintable text, .regtable text {
	border: 1px solid #999;
}
.logintable a:link, .logintable a:visited {
	color: #004000;
}
.logintable a:hover {
	color: #005a00;
}
.featurelist {
	float: left;
	margin-left: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #f0f0f5;
}
.featurelist ul {
	margin: 0px;
	list-style: square;
}
.featurelist li {
	padding-left: -2px;
	padding-top: 7px;
}



/*
 * Tag redefinitions
 */

h1 {
	padding: 0px;
	margin: 2px;
	font-size: 24px;
	color: #00a000;
	font-weight: bold;
	display: inline;
}
h2 {
	padding: 0px;
	margin: 2px;
	font-size: 20px;
	color: #00a000;
	font-style: italic;
	font-weight: normal;
	display: inline;
}
h2 a:link, h2 a:visited {
	color: #00a000;
}

/*
 * Nagging box for people with unconfirmed e-mail addresses
 */
div.mailConfirmRequest {
	border: 2px solid #f00;
	background-color: #ff9;
	color: red;
	padding: 4px;
}
div.mailConfirmRequest .text {
	border: 1px #000 solid;
	background-color: #fff;
	font-size: 10px;
}
div.mailConfirmRequest .button {
	border: 1px #ccc outset;
	background-color: #ccc;
	font-size: 10px;
	font-color: black;
}


/*
 * On-Site Messenger
 */

.messengerContainer {
	bottom: 0px;
	right: 10px;
	display: none;
	z-index: 10;
	border: 1px solid #004000;
	background-color: #407099;
	background: -moz-linear-gradient(top,  #4d88b9 0%, #386387 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d88b9), color-stop(100%,#386387)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d88b9 0%,#386387 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d88b9 0%,#386387 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d88b9 0%,#386387 100%); /* IE10+ */
	background: linear-gradient(top,  #4d88b9 0%,#386387 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d88b9', endColorstr='#386387',GradientType=0 ); /* IE6-9 */
	color: #ccc;
	width: 250px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
}

/*
 * Events and Search
 */

.searchSuper, .searchNormal, .eventSystem, .eventKing, .eventSuper, .eventBoom, .eventHalloween, .eventNormal, .eventAngi {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.eventSystem, .eventKing, .eventSuper, .eventBoom, .eventHalloween, .eventNormal, .eventAngi {
	clear: both;
	height: 49px;
	width: 485px;
	position: relative;
}
.eventSystem {
	background-color: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #dddddd 0%, #ffffff 20%, #ffffff 90%, #eeeeee 100%);
	background: -webkit-linear-gradient(left, #dddddd 0%,#ffffff 20%,#ffffff 90%,#eeeeee 100%);
	background: -o-linear-gradient(left, #dddddd 0%,#ffffff 20%,#ffffff 90%,#eeeeee 100%);
	background: -ms-linear-gradient(left, #dddddd 0%,#ffffff 20%,#ffffff 90%,#eeeeee 100%);
	background: linear-gradient(left, #dddddd 0%,#ffffff 20%,#ffffff 90%,#eeeeee 100%);
	border: 1px solid #dddddd;
}
.eventKing {
	background-color: #eeeeee;
	background: -moz-linear-gradient(left, #aaaaaa 0%, #ffffff 20%, #ffffff 90%, #aaaaaa 100%);
	background: -webkit-linear-gradient(left, #aaaaaa 0%,#ffffff 20%,#ffffff 90%,#aaaaaa 100%);
	background: -o-linear-gradient(left, #aaaaaa 0%,#ffffff 20%,#ffffff 90%,#aaaaaa 100%);
	background: -ms-linear-gradient(left, #aaaaaa 0%,#ffffff 20%,#ffffff 90%,#aaaaaa 100%);
	background: linear-gradient(left, #aaaaaa 0%,#ffffff 20%,#ffffff 90%,#aaaaaa 100%);
	border: 1px solid #cccccc;
}
.eventSuper, .searchSuper, .userThumbSuper {
	background-color: #FFDDDD;
	background: -moz-linear-gradient(left, #ff0000 0%, #ffffff 20%, #ffffff 90%, #ff0000 100%);
	background: -webkit-linear-gradient(left, #ff0000 0%,#ffffff 20%,#ffffff 90%,#ff0000 100%);
	background: -o-linear-gradient(left, #ff0000 0%,#ffffff 20%,#ffffff 90%,#ff0000 100%);
	background: -ms-linear-gradient(left, #ff0000 0%,#ffffff 20%,#ffffff 90%,#ff0000 100%);
	background: linear-gradient(left, #ff0000 0%,#ffffff 20%,#ffffff 90%,#ff0000 100%);
	border: 1px solid #E6C7C7;
}
.eventNormal, .searchNormal, .userThumbNormal {
	background-color: #e5f7ff;
	background: -moz-linear-gradient(left, #ccefff 0%, #ffffff 20%, #ffffff 90%, #ccefff 100%);
	background: -webkit-linear-gradient(left, #ccefff 0%,#ffffff 20%,#ffffff 90%,#ccefff 100%);
	background: -o-linear-gradient(left, #ccefff 0%,#ffffff 20%,#ffffff 90%,#ccefff 100%);
	background: -ms-linear-gradient(left, #ccefff 0%,#ffffff 20%,#ffffff 90%,#ccefff 100%);
	background: linear-gradient(left, #ccefff 0%,#ffffff 20%,#ffffff 90%,#ccefff 100%);
	border: 1px solid #CEDEE6;
}

.eventHalloween {
	background-image: url(/gfx/bubbleHalloween.png);
	color: #fff;
	font-weight: bold;
}
.eventHalloween a {
	color: #fff;
	padding-left: 80px;
	display: inline-block;
}
.eventHalloween a:visited {
	color: #fff;
	padding-left: 80px;
	display: inline-block;
}
.eventBoom {
	background-image: url(/gfx/events/boomBg.gif);
	background-position: top right;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-shadow: 0px 0px 2px #000;
	text-align: center;
}
.eventBoom a {
	color: #fff;
}
.eventBoom a:visited {
	color: #fff;
}
.eventAngi {
	/*background-image: url(/gfx/events/angi.gif);
	background-position: top left;*/
	font-weight: bold;
}

.eventContainer {
	border-left: 1px solid #aaa;
	padding-left: 10px;
	overflow: hidden;
	height: 45px;
	width: 395px;
	text-align: left;
}

/*
 * Special boxes for preview images and cups
 */
.userthumbFP, .userThumbNormal, .userThumbSuper {
	font-weight: bold;
	padding: 7px;
	display: inline-block;
	width: 125px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.userthumbFP {
	margin: 15px;
	background-color: #d5e4f0;
	border: 1px solid #ccc;
}
.userThumbNormal, .userThumbSuper {
	margin: 5px;
}

.userthumb {
	display: inline-block;
	width: 125px;
	text-align: center;
	padding: 2px;
	margin: 2px;
}
.thumbcontainer {
	height: 92px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}
.cupblock {
	display: inline-block;
	width: 60px;
	text-align: center;
	padding: 2px;
	margin: 2px;
}
.cupcontainer {
	height: 57px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}


/*
 * Buttons and Input
 */

.text, select, .smallinput, .smallselect {
	font-family: Tahoma, Arial, sans-serif;
	margin: 1px;
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.submit, .subwarn, .subdanger, .subalt, .smallbutton, .smallwarn, .smalldanger, .smallalt {
	font-family: Tahoma, Arial, sans-serif;
	margin: 1px;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.chatButton {
	font-family: Tahoma, Arial, sans-serif;
	margin: 3px;
	padding-left: 70px;
	padding-right: 70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url('/gfx/global/chatNowBg.png');
	background-color: #008200;
	background-repeat: repeat-x;
	height: 40px;
	border: 1px solid #005500;
	color: #c9ffc9;
   font-weight: bold;
	font-size: 24px;
}
.chatButton:hover {
	background-image: url('/gfx/global/chatNowBgHover.png');
	color: #fff;
	border: 1px solid #00FF00;
	cursor: pointer;
}

.submit {
	background-image: url('/gfx/global/buttonBg1.png');
	background-color: #008200;
	background-repeat: repeat-x;
	height: 25px;
	border: 1px solid #005500;
	color: #c9ffc9;
	font-size: 12px;
}
.submit:hover {
	background-image: url('/gfx/global/buttonBg1Hover.png');
	cursor: pointer;
}
.subwarn {
	background-image: url('/gfx/global/buttonBg3.png');
	background-repeat: repeat-x;
	height: 25px;
	border: 1px solid #f80;
	color: #a00;
	font-size: 12px;
}
.subwarn:hover {
	background-image: url('/gfx/global/buttonBg3Hover.png');
	cursor: pointer;
}
.subdanger {
	background-image: url('/gfx/global/buttonBg4.png');
	background-repeat: repeat-x;
	height: 25px;
	border: 1px solid #f80;
	color: #ff0;
	font-size: 12px;
}
.subdanger:hover {
	background-image: url('/gfx/global/buttonBg4Hover.png');
	cursor: pointer;
}
.subalt {
	background-image: url('/gfx/global/buttonBg2.png');
	background-repeat: repeat-x;
	height: 25px;
	border: 1px solid #386387;
	color: #e2f2ff;
	font-size: 12px;
}
.subalt:hover {
	background-image: url('/gfx/global/buttonBg2Hover.png');
	cursor: pointer;
}
input[type=submit]:disabled, input[type=button]:disabled, button:disabled {
	color: grey;
	opacity: 0.7;
}

.text, select {
	border:solid 1px #999;
	font-size: 11px;
	background-color: #FAFAFA;
}
textarea {
	border:solid 1px #999;
	font-size: 11px;
	background-color: #FAFAFA;
}

.smallinput {
	height:11px;
	border:solid 1px #999;
	font-size: 9px;
}
.smallselect {
	height:16px;
	border:solid 1px #999;
	font-size: 9px;
}

.smallbutton {
	background-image: url('/gfx/global/buttonBg1.png');
	background-repeat: repeat-x;
	background-color: #008200;
	height: 16px;
	border: 1px solid #005500;
	color: #c9ffc9;
	font-size: 9px;
}
.smallbutton:hover {
	background-image: url('/gfx/global/buttonBg1Hover.png');
	cursor: pointer;
}

.smallwarn {
	background-image: url('/gfx/global/buttonBg3.png');
	background-repeat: repeat-x;
	height: 16px;
	border: 1px solid #f80;
	color: #a00;
	font-size: 9px;
}
.smallwarn:hover {
	background-image: url('/gfx/global/buttonBg3Hover.png');
	cursor: pointer;
}
.smalldanger {
	background-image: url('/gfx/global/buttonBg4.png');
	background-repeat: repeat-x;
	height: 16px;
	border: 1px solid #f80;
	color: #ff0;
	font-size: 9px;
}
.smalldanger:hover {
	background-image: url('/gfx/global/buttonBg4Hover.png');
	cursor: pointer;
}
.smallalt {
	background-image: url('/gfx/global/buttonBg2.png');
	background-repeat: repeat-x;
	height: 16px;
	border: 1px solid #386387;
	color: #e2f2ff;
	font-size: 9px;
}
.smallalt:hover {
	background-image: url('/gfx/global/buttonBg2Hover.png');
	cursor: pointer;
}


/*
 * Font Styles
 */

.headline {
	font-size: 18px;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-weight: bold;
}
.headline2 {
	font-size: 20px;
	letter-spacing: 5px;
}

.xltext, .profname {
	font-size: 14px;
}
.xxltext {
	font-size: 24px;
}
.smalltext {
	font-size: 9px;
}

.cat {
	color:#FFFFFF;
}
.cat2 {
	color:#000000;
}

.alert, .warn {
	color: #ff0000;
}
.alt1 {
	color: #336;
}
.alt2 {
	color: #557;
}
.good {
	color: #0F0;
}

.grey {
	color: #777;
}
.smallgrey {
	color: #777;
	font-size: 9px;
}
.lightgrey {
	color: #aaa;
}
.smalllightgrey {
	color: #aaa;
	font-size: 9px;
}


/*
 * Borders
 */

.bgreyleft {
	border-left: 3px solid #eee;
}
.bgreytop {
	border-top: 3px solid #eee;
}
.bgreyright {
	border-right: 3px solid #eee;
}
.bgreybottom {
	border-bottom: 3px solid #eee;
}
.bgreyfull {
	border: 3px solid #eee;
}

.bleft {
	border-left: 1px solid rgb(128, 128, 128);
	border-left: 1px solid rgba(128, 128, 128, .5);
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.btop {
	border-top: 1px solid rgb(128, 128, 128);
	border-top: 1px solid rgba(128, 128, 128, .5);
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.bright {
	border-right: 1px solid rgb(128, 128, 128);
	border-right: 1px solid rgba(128, 128, 128, .5);
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.bbottom {
	border-bottom: 1px solid rgb(128, 128, 128);
	border-bottom: 1px solid rgba(128, 128, 128, .5);
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.bbottomlight {
	border-bottom: 1px solid rgb(225, 225, 225);
	border-bottom: 1px solid rgba(225, 225, 225, .5);
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.bfull {
	border: 1px solid rgb(128, 128, 128);
	border: 1px solid rgba(128, 128, 128, .5);
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.picborder,.profilepic {
	box-shadow: 0px 0px 1px 1px #004000;
	-webkit-box-shadow: 0px 0px 1px 1px #004000;
	border: 0px;
}
.picborder:hover {
	-webkit-box-shadow: 0px 0px 1px 1px #c9ffc9;
	box-shadow: 0px 0px 1px 1px #c9ffc9;
	border: 0px;
}
.picbordersuper {
	-webkit-box-shadow: 0px 0px 1px 1px #a00;
	box-shadow: 0px 0px 1px 1px #a00;
	border: 0px;
}
.picbordersuper:hover {
	-webkit-box-shadow: 0px 0px 1px 1px #fc0;
	box-shadow: 0px 0px 1px 1px #fc0;
	border: 0px;
}
.profilepicsuper {
	-webkit-box-shadow: 0px 0px 7px 3px #fff;
	box-shadow: 0px 0px 7px 3px #fff;

}


/*
 * Profile.php Specific
 */

.profilebutton {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
	width: 90px;
}
.eventbutton {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
	width: 60px;
}
.tinybutton {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: bottom;
	width: 40px;
	font-size: 9px;
}
.tinybuttonFlip {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: bottom;
	width: 40px;
	font-size: 9px;
}

/*
 * Reserved for profile_view
 */
.pbactive {
	margin: 0px;
	padding: 1px;
	background-color: #d5e4f0;
	font-weight: bold;
}
.pbinactive {
	margin: 0px;
	padding: 1px;
	background-color: #efefef;
}

.pbactive2 {
	margin: 0px;
	padding: 1px;
	background-color: #f0f0f0;
	font-weight: bold;
}
.pbinactive2 {
	margin: 0px;
	padding: 1px;
	background-color: #ddd;
}
.pbinactive2:hover {
	background-color: #f0f0f0;
}

.pbactive3, .pbactive3Flip {
	margin: 0px;
	padding: 1px;
	background-color: #d5e4f0;
	font-weight: bold;
}
.pbinactive3, .pbinactive3Flip {
	margin: 0px;
	padding: 1px;
	background-color: #efefef;
}
.pbinactive3:hover, .pbinactive3Flip:hover {
	background-color: #d5e4f0;
}

.pbactive, .pbinactive, .pbactive2, .pbinactive2, .pbactive3, .pbinactive3 {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	-moz-box-shadow: 1px 0px 1px #000;
	-webkit-box-shadow: 1px 0px 2px #666;
	box-shadow: 1px 0px 1px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#666666');
}
.pbactive3Flip, .pbinactive3Flip {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;

	-moz-box-shadow: 1px 0px 1px #000;
	-webkit-box-shadow: 1px 0px 2px #666;
	box-shadow: 1px 0px 1px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#666666')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#666666');
}

/* Google Ads */
.profilehead {
	width: 780px;
}

/* Profile Table  */
.profiletable {
	background-color: #d5e4f0;
	border: 1px solid #efefef;
	padding: 0px;
	margin: 0px;
}

/* Actual Profile Text */
.profilemain {
	background-color: #fff;
	border: 1px solid #efefef;
	padding: 5px;
	margin-left: 3px;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-right: 0px;
	width: 770px;
}

/* All other profile content boxes */
.pboxinner {
	border: 1px solid #d5e4f0;
	background-color: #efefef;
	padding: 5px;
	margin-left: 8px;
	margin-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	width: 760px;
}

/*
 * General Use
 */
.psmallbox, .psmallboxns {
	background-color: #f0f0f0;
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.bboxbottom {
	border-bottom: 1px solid #ccc;
}
.bboxtop {
	border-top: 1px solid #ccc;
}
.psmallbox2, .psmallbox2ns {
	background-color: #d5e4f0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.bboxbottom2 {
	border-bottom: 1px solid #ddd;
}
.bboxtop2 {
	border-top: 1px solid #ddd;
}

.friendsbox {
	background-color: #FaFaFa;
	border: 1px solid #e5e5e5;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pboxinner, .logintable, .regtable, .userthumbFP, .userThumbNormal, .userThumbSuper, .indexTable {
	-moz-box-shadow: 2px 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px 2px #000;
	box-shadow: 2px 2px 3px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
}

.rotateLeft {
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3.9);
}
.rotateRight {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.1);
}
.textShadow {
	text-shadow: 2px 2px 2px #000000;
}
.textShadowSmall {
	text-shadow: 1px 1px 1px #000000;
}

.autocenter {
	margin-left: auto;
	margin-right: auto;
}
.tablepadding0 td {
	padding: 0px;
}
.tablepadding4 td {
	padding: 4px;
}
.tablepadding6 td {
	padding: 6px;
}
.tablemapa4 {
	border-spacing: 2px;
}
.tablemapa4 td {
	padding: 4px;
}
.alignTR {
	text-align: right;
	vertical-align: top;
}
.alignBR {
	text-align: right;
	vertical-align: bottom;
}
.alignMR {
	text-align: right;
	vertical-align: middle;
}
.alignTL {
	text-align: left;
	vertical-align: top;
}
.alignBL {
	text-align: right;
	vertical-align: bottom;
}
.alignML {
	text-align: left;
	vertical-align: middle;
}
.alignTC {
	text-align: center;
	vertical-align: top;
}
.alignBC {
	text-align: center;
	vertical-align: bottom;
}
.alignMC {
	text-align: center;
	vertical-align: middle;
}

.boxpadding {
	padding: 5px;
}

.hoverpointer {
	cursor: auto;
}
.hoverpointer:hover {
	cursor: pointer;
}

.iBlock {
	display: inline-block;
}
.block {
	display: block;
}
.leftText {
	text-align: left;
}
.rightText {
	text-align: right;
}
.centerText {
	text-align: center;
}

.opaque100 {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Good browsers */
	opacity: 1;
}
.opaque90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.opaque70 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.opaque50 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.boxshadow {
	-moz-box-shadow: 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px #000;
	box-shadow: 2px 2px 2px #000;
}
.outlineBlack {
	-moz-box-shadow: 0px 0px 1px #000;
	-webkit-box-shadow: 0px 0px 1px #000;
	box-shadow: 0px 0px 1px #000;
}
.outlineWhite {
	-moz-box-shadow: 0px 0px 1px #fff;
	-webkit-box-shadow: 0px 0px 1px #fff;
	box-shadow: 0px 0px 1px #fff;
}
.outlineTheme {
	-moz-box-shadow: 0px 0px 1px #050;
	-webkit-box-shadow: 0px 0px 1px #050;
	box-shadow: 0px 0px 1px #050;
}
.verticalText {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	writing-mode: vertical-tb;
}
.transition01, a:link, a:visited, .indexTab,.indexTabActive,.indexTabHover, h2 a:link, h2 a:visited {
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
}
.transition02, .navbuttonOpen, .navbuttonClosed, .menuItem, .chatButton,
	.submit, .subwarn, .subdanger, .subalt, .smallbutton, .smallwarn, .smalldanger, .smallalt,
	.picborder,.profilepic, .picbordersuper,.profilepicsuper,
	.pbactive, .pbinactive, .pbactive2, .pbinactive2, .pbactive3, .pbinactive3,
	.pbactive3Flip, .pbinactive3Flip, .navsub {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
}
.transition05 {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.noFrame {
	padding: 0px;
	margin: 0px;
}

/* Red to green gradient background */
.camambaness {
	background: #00ff00;
	background: -moz-linear-gradient(top, #00ff00 0%, #ffff00 50%, #ff0000 100%);
	background: -webkit-linear-gradient(top, #00ff00 0%,#ffff00 50%,#ff0000 100%);
	background: -o-linear-gradient(top, #00ff00 0%,#ffff00 50%,#ff0000 100%);
	background: -ms-linear-gradient(top, #00ff00 0%,#ffff00 50%,#ff0000 100%);
	background: linear-gradient(to bottom, #00ff00 0%,#ffff00 50%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff00', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */
}

/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: #ddd;
	background-image: url('/gfx/global/vScrollBg.png');
	background-repeat: repeat-y;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.vscrollerbar {
	width: 8px;
	background-color: #ccc;
	border: 1px outset #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.hscrollerbase {
	height: 10px;
	background-color: #ddd;
}
.hscrollerbar {
	height: 10px;
	border: 1px solid #aaa;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #999;
}
.flexcroll {
	outline: none;
}
/* Scroll Bar Master Styling Ends Here */
