/**
 * CSS for theme "ReGen" (tid 6)
 * Cached:Fri, 13 Mar 2009 11:29:48 +0000
 *
 * DO NOT EDIT THIS FILE
 *
 */

body {
	background: #F0f0f0 url(../gallery/images/regen/bg.png) fixed repeat-x;
	color: #333;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #0be;
	text-decoration: none;
}
a:visited {
	color: #0be;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
table {
	color: #333;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 14px;
}
.tborder {
	background: #fff;
	width: 100%;
	margin: auto auto;
	border: 2px solid #333;
	padding:1px;
}
.thead {
	background: #333333;
	color: #ffffff;
	font-size: 20px;
}
.thead a:link {
	color: #fff;
	text-decoration: none;
}
.thead a:visited {
	color: #fff;
	text-decoration: none;
}
.thead a:hover, .thead a:active {
	color: #fff;
	text-decoration: underline;
}
.tcat {
	background: #0be url(../images/regen/tcat-bg.gif) repeat-x left bottom;
	color: #333;
	font-size: 12px;
}
.tcat a:link {
	color: #333;
}
.tcat a:visited {
	color: #333;
}
.tcat a:hover, .tcat a:active {
	color: #333;
}
.trow1 {
	background: #fff;
}
.trow2 {
	background: #fff;
}
.trow_shaded {
	background: #0be;
}
.trow_sep {
	background: #0be;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.tfoot {
	background: #0be;
	color: #000;
}
.tfoot a:link {
	color: #fff;
	text-decoration: none;
}
.tfoot a:visited {
	color: #fff;
	text-decoration: none;
}
.tfoot a:hover, .tfoot a:active {
	color: #fff;
	text-decoration: underline;
}
.bottommenu {
	background: #fff;
	color: #333;
	border: 2px solid #333;
	padding: 6px;
}
.navigation {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
.navigation a:link {
	text-decoration: none;
}
.navigation a:visited {
	text-decoration: none;
}
.navigation a:hover, .navigation a:active {
	text-decoration: none;
}
.navigation .active {
	color: #333;
	font-size: small;
	font-weight: bold;
}
.smalltext {
	font-size: 11px;
}
.largetext {
	font-size: 20px;
}
input.textbox {
	background: #fff;
	color: #333;
	border: 1px solid #333;
	padding: 1px;
	font-family:Arial,Helvetica,"Bitstream Vera Sans",sans-serif
}
textarea {
	background: #fff;
	color: #333;
	border: 1px solid #333;
	padding: 2px;
	font-family:Arial,Helvetica,"Bitstream Vera Sans",sans-serif
	line-height: 1.4;
	font-size: 13px;
}
select {
	background: #fff;
	border: 1px solid #333;
}
input.button {
	background: #333;
	color: #fff;
	border: 1px solid #333;
}
.editor {
	background: #fff;
	border: 1px solid #333;
}
.editor_control_bar {
	background: #fff;
	border: 1px solid #333;
}
.toolbar_normal {
	background: #fff;
	border: 1px solid #fff;
}
.toolbar_hover {
	background: #0be;
	border: 1px solid #333;
}
.toolbar_clicked {
	background: #0be;
	border: 1px solid #333;
}
.autocomplete {
	background: #fff;
	border: 2px solid #333;
	color: #333;
}
.autocomplete_selected {
	background: #0be;
	color: #fff;
}
.popup_menu {
	background: #fff;
	border: 2px solid #333;
}
.popup_menu .popup_item {
	background: #fff;
	color: #333;
}
.popup_menu .popup_item:hover {
	background: #0be;
	color: #fff;
}
.trow_reputation_positive {
	background: #fff;
}
.trow_reputation_negative {
	background: #fff;
}
.reputation_positive {
	color: green;
}
.reputation_neutral {
	color: #444;
}
.reputation_negative {
	color: red;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

.pagenav {
	font-weight: bold;
}

.pagenavbit {
	padding-left: 3px;
}

.pagenavbit a {
	text-decoration: none;
}

.pagenavcurrent {
	font-weight: bold;
	padding-left: 3px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

.quote_header {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.quote_body {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.code_header {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.code_body {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 12px;
}
.usercpnav {
	list-style: inside;
	padding: 0;
	margin: 0;
}

.usercpnav li {
	padding: 1px;
	font-size:11px
}

.usercpnav .pmfolders {
	/* PM folders on the UCP Nav menu */
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}
/* Additional CSS (Custom) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

.pagenav {
	font-weight: bold;
}

.pagenavbit {
	padding-left: 3px;
}

.pagenavbit a {
	text-decoration: none;
}

.pagenavcurrent {
	font-weight: bold;
	padding-left: 3px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

.quote_header {
	background: #ccc;
	border: 1px solid #666;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.quote_body {
	background: #ccc;
	border: 1px solid #666;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.code_header {
	background: #ccc;
	border: 1px solid #666;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.code_body {
	background: #ccc;
	border: 1px solid #666;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 12px;
}
.usercpnav {
	list-style: inside;
	padding: 0;
	margin: 0;
}

.usercpnav li {
	padding: 1px;
	font-size:11px
}

.usercpnav .pmfolders {
	/* PM folders on the UCP Nav menu */
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.expcolimage {
margin-right: 5px;
margin-top: 5px;
}


/****/
html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: fixed;
	background-color: #F0f0f0;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/regen/bg.png);
	height: 100%;
}
input {
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
a {
	color: #00BBEE;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: underline;
}
.hide {
	display: none;
}
.tool-tip {
	font-weight: bold;
	border: 2px solid #333333;
	padding: 1px;
	width: 200px;
	text-align: center;
	z-index: 1000;
}
.tool-title {
	color: #FFFFFF;
	background-image: url(../images/regen/tooltip-blue.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding: 2px;
}
.tool-text {
	padding: 2px;
	font-weight: lighter;
	background-image: url(../images/regen/tooltip-white.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00BBEE;
}
#divHeader {
	height: 62px;
	width: 96%;
	overflow: hidden;
	margin-left: -48%;
	position: absolute;
	top: 0px;
	left: 50%;
}
#divHeaderLogoa {
display: block;
margin-top: 4px;
margin-left: 10px;
}
#divHeaderLogo {
	height: 52px;
	width: 310px;
	float: left;
}
#divHeaderBg {
	height: 62px;
	width: 96%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#divHeaderBgLeft {
	background-image: url(../images/regen/head1_buffers.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 15px;
	float: left;
}
#divHeaderBgRight {
	background-image: url(../images/regen/head1_buffers.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 62px;
	width: 15px;
	float: right;
}
#divHeaderBgMiddle {
	background-image: url(../images/regen/head1.png);
	height: 62px;
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}
#divHeaderNavigation {
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	right: 14px;
	bottom: 4px;
	text-align: right;
	vertical-align: bottom;
}
#divHeaderNavigation a {
	background-image: url(../images/regen/nav.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 20px;
	z-index: 1;
}
#divHeaderNavigation a span {
	display: none;
}
#divHeaderNavigationForum {
	background-position: 0px 0px;
	width: 45px;
}
#divHeaderNavigationNews {
	background-position: -45px 0px;
	width: 41px;
}
#divHeaderNavigationGames {
	background-position: -86px 0px;
	width: 49px;
}
#divHeaderNavigationVideo {
	background-position: -135px 0px;
	width: 42px;
}
#divHeaderNavigationPictures {
	background-position: -177px 0px;
	width: 55px;
}
#divHeaderNavigationMembers {
	background-position: -232px 0px;
	width: 64px;
}
#divHeaderNavigationShop {
	background-position: -296px 0px;
	width: 39px;
}
#divHeaderNavigationHelp {
	background-position: -335px 0px;
	width: 37px;
}
#divHeaderNavigationForum:hover {
	background-position: 0px -20px;
}
#divHeaderNavigationNews:hover {
	background-position: -45px -20px;
}
#divHeaderNavigationGames:hover {
	background-position: -86px -20px;
}
#divHeaderNavigationVideo:hover {
	background-position: -135px -20px;
}
#divHeaderNavigationPictures:hover {
	background-position: -177px -20px;
}
#divHeaderNavigationMembers:hover {
	background-position: -232px -20px;
}
#divHeaderNavigationShop:hover {
	background-position: -296px -20px;
}
#divHeaderNavigationHelp:hover {
	background-position: -335px -20px;
}
#divHeaderNavigationEffectWrapper {
	position: absolute;
	right: 14px;
	bottom: 4px;
}
#divHeaderNavigationEffect {
	height: 2px;
	width: 372px;
	overflow: visible;
	z-index: 2000;
}
#divHeaderNavigationEffectBar {
	background-color: #FFFFFF;
	height: 2px;
	display: none;
}
#divHeaderSearch {
	background-image: url(../images/regen/searchbox.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 17px;
	width: 199px;
	top: 3px;
	right: 4px;
	overflow: hidden;
}
#divHeaderSearch form {
	display: inline;
}
#divHeaderSearch #sbb {
	visibility: hidden;
}
#divHeaderSearch #sbi {
	background-color: transparent;
	height: 100%;
	width: 178px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 16px;
	font-size: 14px;
	color: #ffffff;
	margin-top: -2px;
}
#divHeaderFeed {
	position: absolute;
	height: 17px;
	width: 17px;
	top: 3px;
	right: 206px;
}
#divHeaderFeed a {
	background-image: url(../images/regen/rss.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	display: block;
}
#divHeaderDate {
	position: absolute;
	top: 22px;
	right: 6px;
	color: #00BBEE;
	font-weight: bold;
}
#divUserbarBg {
	width: 92%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#divUserbarBgLeft {
	background-image: url(../images/regen/head2_buffers.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 7px;
	float: left;
}
#divUserbarBgRight {
	background-image: url(../images/regen/head2_buffers.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	width: 7px;
	float: right;
}
#divUserbarBgMiddle {
	background-image: url(../images/regen/head2.png);
	height: 23px;
	width: auto;
	margin-left: 7px;
	margin-right: 7px;
}
#divUserbar {
	height: 23px;
	width: 92%;
	overflow: visible;
	margin-left: -46%;
	position: absolute;
	top: 62px;
	left: 50%;
}
#divUserbar a {
	color: #FFFFFF;
}
#divUserbarGuestText {
	font-size: 9px;
	color: #333333;
	text-align: right;
	line-height: 10px;
	font-weight: bolder;
position:absolute;
right:5px;
top:1px;
}
#divUserbarMemberText {
	font-size: 9px;
	color: #333333;
	line-height: 10px;
	margin-top: 1px;
	margin-left: 5px;
	font-weight: bolder;
	width: 50%
}
.divLoginBoxBg {
	background-image: url(../images/regen/userbarbox.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 130px;
	position: absolute;
	top: 3px;
}
.divLoginBoxBg input{color:#FFF; height:16px; width:126px; border:none; margin-right:2px; margin-left:2px; 

background-color:transparent ! important; font-size:14px; margin-top:-2px}
#divUserbarLoginUsernameBg {
	left: 5px;
}
#divUserbarLoginPasswordBg {
	left: 140px;
}
#aUserbarLoginSubmit {
	background-image: url(../images/regen/loginbutton.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 42px;
	display: block;
	position: absolute;
	top: 3px;
	left: 275px;
}
#aUserbarLoginSubmit:hover {
	background-position: bottom;
}
#divMainBg {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
#divMainBgLeft {
	background-image: url(../images/regen/body_buffers.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	width: 15px;
	float: right;
}
#divMainBgRight {
	background-image: url(../images/regen/body_buffers.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
	float: left;
}
#divMainBgMiddle {
	height: 15px;
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #fff;
}
#divMainBgClear {
	background-color: #FFFFFF;
	width: 100%;
}
#divMain {
	color: #333333;
	width: 100%;
	position: relative;
	top: -10px;
}
#divAdSenseTop {
	height: 20px;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
}
#divAdSenseTopTabs {
	background-image: url(../images/regen/adsense-tab.png);
	background-repeat: repeat-x;
	height: 4px;
	width: 461px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#divAdSenseTopRight {
	background-image: url(../images/regen/adsense_buffers.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 7px;
	float: left;
}
#divAdSenseTopLeft {
	background-image: url(../images/regen/adsense_buffers.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 16px;
	width: 7px;
	float: right;
}
#divAdSenseTopMiddle {
	background-image: url(../images/regen/adsense.png);
	height: 16px;
	width: auto;
	margin-left: 7px;
	margin-right: 7px;
	text-align: center;
	padding-left: 2px;
}
#divCopyright {
	font-size: 9px;
	width: 92%;
margin: auto auto;
	background-image: url(../images/regen/copy-fade2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	z-index: 5;
	height: 100px;
	vertical-align: bottom;
}
#divCopyrightSpacer {
	height: 55px;
}
#divCopyright a {
	color: #000000;
	text-decoration: underline;
}
#divCopyright a:hover {
	color: #00BBEE;
	text-decoration: none;
}
#divCopyrightRight {
	text-align: right;
	float: right;
	height: 45px;
	vertical-align: top;
	background-image: url(../images/regen/bottom-corners-r.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
}
#divCopyrightLeft {
	vertical-align: top;
	height: 45px;
	background-image: url(../images/regen/bottom-corners-l.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
}
#divMainPadding { 
width: 96%;
margin: auto auto;
}
.aUserbarIcon {
background-repeat: no-repeat;
background-position: left top;
float: right;
margin-left: 5px;
display: block;
}
.aUserbarIcon img {
display: none;
}
.aUserbarIcon:hover {
background-position: left bottom;
}
#aUserbarIconACP {
background-image: url(../images/regen/userbaracp.png);
width: 20px;
height: 16px;
margin-top: 3px;
}
#aUserbarIconUCP {
background-image: url(../images/regen/userbarucp.png);
width: 20px;
height: 16px;
margin-top: 3px;
}
#aUserbarIconBuddy {
background-image: url(../images/regen/userbarbuddy.png);
width: 16px;
height: 18px;
margin-top: 2px;
}
#aUserbarIconPM {
background-image: url(../images/regen/userbarpm.png);
width: 19px;
height: 13px;
margin-top: 4px;
}
#aUserbarIconLogout {
background-image: url(../images/regen/userbarlogout.png);
width: 18px;
height: 14px;
margin-top: 4px;
margin-right: 10px;
}
.pmbtna {
background-position: left bottom;
}
.thead strong {
font-weight: normal;
}
.footerAd {
width: 728px;
height: 90px;
margin-top:10px;
margin-left: auto;
margin-right: auto;
}
/******************************************************SPOILER 

TAGS****************************************************/
.spoilertags {
border: 1px solid #333333;
margin: 15px;
margin-top: 0px;
padding: 5px;
color: #333333;
background-color: #333333;
}
.spoilertags:hover, .spoilertags:active {
color: #000000;
background-color: transparent;
}
.spoilertags img, .spoilertags div {
visibility: hidden;
}
.spoilertags:hover img, .spoilertags:active img, .spoilertags:hover div, .spoilertags:active div {
visibility: visible;
}
/******************************************************SPOILER 

TAGS****************************************************/

#divUserbarBgtop {
height: 51px;
background-image: url(../../images/regen/head2.png);
}

.blBuddyonline {
background-color: #fff;
border: solid 2px #fff;
display: block;
margin-right: 2px;
}

.blBuddyoffline {
background-color: #333;
border: solid 2px #333;
display: block;
opacity: 0.6;
-moz-opacity: 0.6;
filter: alpha(opacity=60);
}

.blBuddy img {
height: 64px ! important;
max-width: auto;
}

#divUBBuddyContainer {
overflow: hidden;
width: 98%; 
height: 70px;
margin: 2px;
}

#buddytable {
border: 0px none #0be;
margin-top: -3px;
}

#buddytable td {
height: 70px;
padding: 1px;
}

#aUserbarIconBuddyClose {background: url(../images/regen/sm-x.gif) no-repeat top left; display: block; height: 11px; 

width: 11px; float: right; clear: both; margin-top:2px;}
#aUserbarIconBuddyClose:hover {background-position: bottom left;}
#aUserbarIconBuddyLeft {background: url(../images/regen/sm-lr.gif) no-repeat top right; display: block; height: 11px; 

width: 11px; margin-top: 5px; float: right; clear: both;}
#aUserbarIconBuddyLeft:hover {background-position: bottom right;}
#aUserbarIconBuddyRight {background: url(../images/regen/sm-lr.gif) no-repeat top left; display: block; height: 11px; 

width: 11px; float: right; clear: both;}
#aUserbarIconBuddyRight:hover {background-position: bottom left;}
#divUBControls {
background: url(../images/regen/fade.png) repeat-y top left;
height:70px;
position:absolute;
right:3px;
width:50px;
z-index:5; }
.blBuddyExtra{
float: right;
margin-left: 2px;
}
#gimgLink {
cursor: url(../images/regen/wlzoom2.cur), pointer;
}
#divUBWelcome {
z-index: 5;
}
a {
font-weight: bold;
}