body {
	background: #3a2120 url(../../../images/temi/phpro/body.jpg) repeat-y scroll 50% 0%;
	background-attachment: fixed;
	color: #707070;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	line-height: 1.2;
        !important background-size: cover;
}

.header-logo {
display:block;
width:800px;
height:175px;
background:url(../../../../images/betax/logo.png) no-repeat;
text-indent: 100%;
white-space: nowrap;
float: left;
margin:0 auto;
margin-top: 0px;
}

onoff {
display:block;
width:50px;
height:50px;
background:url(../../../../images/betax/on.gif) no-repeat;
}

.button a:link {
	text-decoration: none;
	padding:5px 7px;
	color:#fff;
	background:#ccc; 
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
}

.button a:visited , .button a:active {
	color: #545454;
	text-decoration: none;
}

.button a:hover {
	text-decoration: none;
	padding:5px 7px;
	color:#fff;
	background:#999; 
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
}

a:link {
	color: #6c0000;
	transition: color 1.0s;
	-moz-transition: color 1.0s;
	-o-transition: color 1.0s;
	-webkit-transition: color 1.0s;
	
	text-decoration: none;
}

a:visited {
	color: #6c0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #4e03a9;
	text-decoration: none;
}

.menu ul {
	color: #666;
	text-align: right;
	padding: 4px;
}

.menu ul a:link {
	color: #666;
	text-decoration: none;
}

.menu ul a:visited {
	color: #fff;
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	text-decoration: none;
}

#container {
	background: #fefefe url(../../../images/betax/pro.png);
	width: 1250px;
	color: #000;
	top: 30px;
	margin: auto auto;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 15px #313131;
	-webkit-box-shadow: 0 0 15px #313131;
	background-size: cover;
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

#panel {
	background: #e8e8e8;
	color: #000000;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 10px 7px #888888;
	-webkit-box-shadow: 0 10px 7px #888888;
	
	font-size: 12px;
}

#panel .remember_me input {
	vertical-align: middle;
	display: block;
}

table {
}

.tborder {
	width: 100%;
	margin: auto auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	border: 1px solid #ccc;
}

.thead {
	background: #666 url(../../../images/betax/thead_bg.png) top left repeat-x;
	color: #fff;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.thead a:link {
	color: #ffffff;
	transition: color .8s;
	-moz-transition: color .8s;
	-o-transition: color .8s;
	-webkit-transition: color .8s;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	
	text-decoration: none;
	font-style: Georgia, serif;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ddd;
	text-decoration: none;
}

.tcat {
	background: #eaeaea;
	font-size: 12px;
}

.tcat a:link {
	color: #666;
}

.tcat a:visited {
	color: #000000;
}

.tcat a:hover, .tcat a:active {
	color: #000000;
}

.trow1 {
	background: #e8e8e8;
	border-bottom: 1px solid #ddd;
}

.trow2 {
	background: #e8e8e8;
	border-bottom: 1px solid #ddd;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFEEEE;
}

.trow_sep {
	background: rgb(245,245,245);
	color: #555;
	border-bottom: 1px solid #EEE;
}

.tfoot {
	background: #BDBDBD url(../../../images/betax/thead_bg.png) top left repeat-x;
	color: #BDBDBD;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-box-shadow: 0  0 10px #888888;
	-webkit-box-shadow: 0 0 10px #888888;
}

.tfoot a:link {
	color: #BDBDBD ;
	text-decoration: none;
}

.tfoot a:visited {
	color: #BDBDBD ;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: none;
}

.bottommenu {
	background: #efefef;
	color: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 0 10px #313131;
	-webkit-box-shadow: 0 0 10px #313131;
	padding: 5px;
}

.navigation {
	color: #000000;
	font-size: 15px;
	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: #000000;
	font-size: 15px;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}

.autocomplete {
	background: #fff;
	color: black;
	border: 1px solid #000;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background-color: #FFFBD9;
	font-weight: bold;
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	color: #000;
	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;
	margin-top: 3px;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

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;
}

blockquote {
border: 1px solid #540000;
	margin: 1em 2em;
	color: #686868;
	border-left: 3px solid #540000;
border-right: 3px solid #540000;
	padding-left: 0.5em;
	padding-right: 0.5em;
padding-top: 0.2em;
padding-bottom: 0.2em;
background: #d3d3d3;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.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;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	background: #e8e8e8;
	border: 1px solid #999;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #108610;
}

.offline {
	color: #c16767;
}

.pagination {
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #494949;
}

.pagination .pagination_current {
	background: #e8e8e8;
	border: 1px solid #494949;
	font-weight: bold;
	color: #000;
}

.pagination a:hover {
	background: #e8e8e8;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

.repbox {
	font-size:16px;
	font-weight: bold;
	padding:5px 7px 5px 7px;
}

._neutral {
	background-color:#FAFAFA;
	color: #666666;
	border:1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border:1px solid #980201;
}

._plus {
	background-color:#E8FCDC;
	color: #008800;
	border:1px solid #008800;
}

a.footer {
  position: relative;
  text-decoration: none;
}

a.footer:hover:before {
	display: block;
	position: absolute;
	padding: .5em;
	content: attr(title);
	min-width: 120px;
	text-align: center;
	width: auto;
	height: auto;
	white-space: nowrap;
	top: -30px;
	background: rgba(0,0,0,.8);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	color: #fff;
	font-size: .86em;
}

a.footer:hover:after {
	position: absolute;
	display: block;
	content: "";
	border-color: rgba(0,0,0,.8) transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	height:0;
	width:0;
	position:absolute;
	top: -8px;
	left:1em;
}

.em ul {
	background: #ebebeb url(../../../images/betax/thead_bg.png) top;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	text-decoration: none;
}

/* Firma */
.signature {
display:block; 
max-height:150px; 
overflow:auto;
border-top: 1px dotted #774515;
opacity: 0.3;
padding: 3px;
}

.signature:hover {
 	opacity: 1.0
}

/* Discussione */
.tcat_postbit, .tcat_postbit a:hover, .tcat_postbit a:active, .tcat_postbit a:visited, .tcat_postbit a:link{
	background: #953135;
	color: #fff;
	width: 100%;
	margin: auto auto;
}

.welcome_fixed {
	height: auto;
        position: fixed;
        top: 70%;
        left: 84%;
        width: 250px;
}

.welcome {
	background: #E6E6E6 url(../../../);
	color: #151515;
	font-size: 13px;
        border: 2px solid #B40404;
	padding: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-weight: ;
}

/* Margini, padding, bordo e arrotondamento */
.alert {
  padding: 5px;
  margin-bottom: 5px;
  border: 2px solid transparent;
  border-radius: 4px;
}

/* Padding destro per l'alert con pulsante di chiusura */
.alert-dismissable {
  padding-right: 35px;
}

/* Posizione del pulsante di chiusura */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* Colori per la classe .success */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* Colori per la classe .info */
.alert-info {
  color: #265972;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* Colori per la classe .warning */
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

/* Colori per la classe .danger */
.alert-danger {
  color: #000062;
  background-color: #ffffb1;
  border-color: #cc0000;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

.buttontwo {
	
	background: url(../../../images/temi/accord-envy/terra/login-button-hover.gif) repeat-x;	
	border: none;	
	border-radius: 1px;	
	font-size: 10px;	
	text-align: center;	
	text-shadow: 0px 1px 0px #777;	
	padding: 0px 10px;	
	display: inline-block;	
	height: 24px;	
	line-height: 24px;	
	text-decoration: none;	
	font-weight: bold;
}

.buttontwo:link, .buttontwo:visited {
	
	color: #fff;
	cursor: pointer;
}

.buttontwo:hover, .buttontwo:active {
	background: url(../../../images/betax/button1.gif) repeat-x;	
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.buttontwo_colorlike:hover, .buttontwo_colorlike:link, .buttontwo_colorlike:visited, .buttontwo_colorlike:active {
	
	color: #fff;
}

img[src*="postbit_multiquote.gif"] ~ span:before {
}

img[src*="postbit_multiquote_on.gif"] ~ span:before {
   content:"+";
}

.gotop {
	height: auto;
        position: fixed;
        top: 50%;
        right: 1%;
	margin-top: -4px;
	padding: 4px;
	border-radius: 2px;
	float: right;
}

.gotop a:link, .gotop a:visited, .gotop a:hover ,.gotop a:active {
	color: #fff
}

.backtotop{
	height: auto;
        position: fixed;
        top: 50%;
        right: 1%;
}

.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
top: 50%;
right: 1%;
width: 70px;
height: 70px;
z-index: 50;
display: none;
text-decoration: none;
color: #ffffff;
}

.back-to-top i {
  font-size: 60px;
}

.spoiler_header {
	font-weight:bold;
}

.spoiler_body {
	background: #fff;
	border: 1px dashed #3f3f3f;
	padding: 5px;
	margin-top: 2px;
}

/* Inferno SB CSS */



.inferno_table select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #6B91AB;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
    outline: 0 none;
    padding: 4px;
}

.inferno_text {
    max-width: 500px;
    width: 90%;
    height: 18px;
    font-size:12px;
}

.inferno_shoutbox {
}

.inferno_content {
    padding-left: 5px;
    word-wrap:break-word;
    margin-right:10px;
    margin-bottom:20px;
    margin-top:5px;
    color: #000;
    overflow: auto;
}

.inferno_content a {
    text-decoration:none;
    color:#336699;
}

.inferno_content a:hover {
    text-decoration:underline;
}

.inferno_links {
    margin-left: 5px;
    margin-bottom: -1px;
}

.inferno_links div {
    border-radius: 3px 3px 0px 0px;
    /*padding-left: 5px;
    padding-right: 5px;*/
}

.inferno_links div {
    margin-right: 8px;
    display: inline;
}

.inferno_alert {
    background-color: #FBEF8D;
    padding:1px;
}

.inferno_alert_div {
    padding: 8px 0px 3px 5px;
}

.smilie_css {
     border-color: #FFBE7D;
    border: 1px solid #FFBE7D;
     color: #000000;
    padding: 2px;
    background: #FFE6CC;
        -moz-border-radius: 3px;
    -webkit-border-radius:3px;
}

/* The alert message box */
.alert {
    padding: 5px;
    background-color: #ff6600; /* blue*/
    color: white;
    margin-bottom: 5px;
}

/* The close button */
.closebtn {
    margin-left: 5px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 35px;
    line-height: 5px;
    cursor: pointer;
    transition: 1.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}

.banner luci natale {
display:block;
position: absolute;
width:1920px;
height:50px;
background:url(../../../../images/betax/) repeat;
text-indent: 100%;
white-space: nowrap;
float: left;
margin: -350px;
margin-top: -25px;
}

