/* RASHiDi DARK MODE — Siyah degrade + center + beyaz yazı/link */

body {
	color: #FFF;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
	min-height: 750px;
	background: #000; /* siyah degrade */
	background: linear-gradient(180deg, #000000 0%, #1a1a1a 50%, #000000 100%);
	background-attachment: fixed;
}

a:link {
	color: #008df8;
	text-decoration: none;
}

a:visited {
	color: #008df8;
	text-decoration: none;
}

a:active {
	color: #008df8;
	text-decoration: underline;
}

a:hover {
	color: #FF8000;
	text-decoration: none;
}

#container {
	color: #FAFAFA;
	text-align: left;
	line-height: 1.4;
	font-family: Helvetica, Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 13px;
	max-width: 1250px;
	min-width: 900px;
	width: auto;
	background: #666666;
	margin: auto;
}

.wrapper {
	margin: auto auto;
	padding: 0px 15px 0px 15px;
}

#logo {
	background: #232323;
	padding: 0px;
}

#content {
	background: #171717;
	width: auto !important;
	padding: 20px 0px;
	overflow: hidden;
	margin: auto;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul.menu li {
	margin: 0 3px;
	display: inline;
}

#header ul.menu li a {
	padding-left: 20px;
	background-image: url(../../../images/headerlinks_sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
}

#logo ul.top_links {
	font-weight: bold;
	text-align: right;
	margin: -10px 5px 0 0;
}

#logo ul.top_links a.search {
	background-position: 0 0;
}

#logo ul.top_links a.memberlist {
	background-position: 0 -20px;
}

#logo ul.top_links a.calendar {
	background-position: 0 -40px;
}

#logo ul.top_links a.help {
	background-position: 0 -60px;
}

#logo ul.top_links a.portal {
	background-position: 0 -180px;
}

#panel .upper a.logout {
	font-weight: bold;
	background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .upper a.register {
	background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat;
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: right;
}

#panel .lower ul.panel_links a.usercp {
	background-position: 0 -120px;
}

#panel .lower ul.panel_links a.modcp {
	background-position: 0 -140px;
}

#panel .lower ul.panel_links a.admincp {
	background-position: 0 -160px;
}

#panel .lower ul.user_links {
	float: left;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

/* ÜST PANEL: siyah degrade + beyaz yazı/link */
#panel .upper {
	background: #000;
	background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%);
	color: #fff;
	border-top: none;
	border-bottom: 1px solid #000;
	padding: 7px;
	clear: both;
	height: 20px;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:active {
	color: #fff;
}

#panel .upper a:hover {
	color: #FF8000;
}

#panel .lower {
	background: #232323;
	color: #999;
	border-top: 1px solid #444;
	border-bottom: 1px solid #333;
	padding: 1px;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:active {
	color: #FF8000;
}

#panel .lower a:hover {
	color: #FFF;
}

#search {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	vertical-align: middle;
}

#search input.button,
#search input.textbox {
	border-color: #CECECE;
}

#search input.button {
	color: #FAFAFA;
	font-weight: bold;
	border: 1px solid #FF8000;
	background: #282828;
	background: linear-gradient(to bottom, #282828 0%, #000000 100%);
}

#search input.button:hover {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF8000;
	background: linear-gradient(to bottom, #FF8000 0%, #1C1C1C 100%);
}

#search input {
	margin: -3px 0;
}

#quick_login .remember_me input {
	vertical-align: middle;
	margin: -3px 0 0 5px;
}

#footer {
	clear: both;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #090909;
	border-top: 1px solid #333;
	border-bottom: 1px solid #232323;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	color: #777;
}

#footer a:hover {
	color: #FF8000;
}

#footer .upper .language {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .language select {
	border-color: #ccc;
}

#footer .upper .theme {
	float: right;
	margin: -1px;
	margin-left: 15px;
}

#footer .upper .theme select {
	border-color: #ccc;
}

#footer .upper ul.bottom_links {
	float: left;
	margin: 4px 0 0 0;
}

#footer .lower {
	color: #666;
	padding: 6px 6px 12px 6px;
	overflow: hidden;
	font-size: 11px;
	background: #171717;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
	font-weight: bold;
}

#footer .lower a:hover {
	color: #FF8000;
}

#footer .lower a:active {
	color: #FAFAFA;
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 20px;
	font-size: 11px;
}

.scaleimages img {
	max-width: 100%;
}

.forum_status {
	height: 30px;
	width: 30px;
	background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0;
	display: inline-block;
}

.forum_on {
	background-position: 0 0;
}

.forum_off {
	background-position: 0 -30px;
}

.forum_offlock {
	background-position: 0 -60px;
}

.forum_offlink {
	background-position: 0 -90px;
}

.subforumicon {
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 0 5px;
	background: url(../../../images/mini_status_sprite.png) no-repeat 0 0;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_miniofflock {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

table {
	color: #FAFAFA;
	font-size: 13px;
}

.tborder {
	background: none;
	width: 100%;
	margin: auto auto;
	border: none;
	padding: 1px;
}

.tfixed {
	table-layout: fixed;
	word-wrap: break-word;
}

/* THEAD: siyah degrade + beyaz yazı/link */

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

/* TCAT: siyah degrade + beyaz yazı/link */
.tcat {
	background: #000;
	background: linear-gradient(180deg, #1a1a1a 0%, #000000 100%);
	color: #fff;
	border-top: 1px solid #444;
	border-bottom: 1px solid #000;
	padding: 6px;
	font-size: 12px;
}

.tcat a:link {
	color: #fff;
}

.tcat a:visited {
	color: #fff;
}

.tcat a:hover,
.tcat a:active {
	color: #fff;
}

.trow1 {
	border: none;
	border-top: 1px solid #333;
	background: #202020;
}

.trow2 {
	border: none;
	border-top: 1px solid #333;
	background: #202020;
}

.trow_shaded {
	background: #ffdde0;
	border: 1px solid;
	border-color: #fff #ffb8be #ffb8be #fff;
}

.no_bottom_border {
	border-bottom: 0;
}

.post.unapproved_post {
	background: #ffdde0;
}

.post.unapproved_post .post_author {
	border-bottom-color: #ffb8be;
}

.post.classic.unapproved_post .post_author {
	border-color: #ffb8be;
}

.post.unapproved_post .post_controls {
	border-top-color: #ffb8be;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #FAFAFA;
	border-right-color: #F7E86A;
	border-bottom-color: #F7E86A;
}

.trow_selected a:link,
.trow_selected a:visited,
.trow_selected a:hover,
.trow_selected a:active {
	color: #FAFAFA;
}

.trow_sep {
	background: #555;
	color: #FAFAFA;
	border-bottom: 1px solid #c5c5c5;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	padding: 6px;
	background: #333;
	color: #666;
}

.tfoot a:link {
	text-decoration: none;
}

.tfoot a:visited {
	text-decoration: none;
}

.tfoot a:hover {
	color: #FF8000;
}

.tfoot a:active {
	color: #FF8000;
	text-decoration: underline;
}

.thead input.textbox,
.thead select {
	border: 1px solid #263c30;
}

.bottommenu {
	background: #efefef;
	color: #FAFAFA;
	border: 1px solid #4874a3;
	padding: 10px;
}

.navigation {
	color: #FAFAFA;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #444;
	padding: 5px;
	background: #232323;
}

.navigation a:link {
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover,
.navigation a:active {
	text-decoration: underline;
}

.navigation .active {
	color: #FAFAFA;
	font-size: small;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

fieldset {
	padding: 12px;
	border: 1px solid #ddd;
	margin: 0;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #bbb;
}

fieldset.align_right {
	text-align: right;
}

input.textbox {
	background: #999;
	color: #000;
	border: 1px solid #CECECE;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
}

textarea {
	background: #171717;
	color: #FAFAFA;
	border-color: #444 #444 #444 #FF8000;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #999;
	padding: 3px;
	border: 1px solid #CECECE;
	outline: 0;
	font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #FF8000;
	color: #FAFAFA;
	outline: 0;
	background: #282828;
	background: linear-gradient(to bottom, #282828 0%, #000000 100%);
}

button:hover,
input.button:hover {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF8000;
	background: linear-gradient(to bottom, #FF8000 0%, #1C1C1C 100%);
}

form {
	margin: 0;
	padding: 0;
}

input.error, textarea.error, select.error {
	border: 1px solid #f30;
	color: #f30;
}

input.valid, textarea.valid, select.valid {
	border: 1px solid #0c0;
}

label.error {
	color: #f30;
	margin: 5px;
	padding: 0px;
	display: block;
	font-weight: bold;
	font-size: 11px;
}

form #message {
	width: 500px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #ccc;
}

.post .editor_control_bar {
	background: #f5f5f5;
}

.popup_menu {
	background: #232323;
	border: 1px solid #FF8000;
}

.popup_menu .popup_item {
	background: #232323;
	color: #FAFAFA;
}

.popup_menu .popup_item:hover {
	background: #FF8000;
	color: #FFF;
	border: 1px solid #FFF;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.repbox {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
}

._neutral {
	background-color: #FAFAFA;
	color: #999999;
	border: 1px solid #CCCCCC;
}

._minus {
	background-color: #FDD2D1;
	color: #CB0200;
	border: 1px solid #980201;
}

._plus {
	background-color: #E8FCDC;
	color: #008800;
	border: 1px solid #008800;
}

img {
	border: none;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #FFFBD9;
	border-bottom: 1px solid #F7E86A;
	color: #FAFAFA;
	text-align: center;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.tcat_menu > .expcolimage {
	margin-top: 0;
}

blockquote {
	margin: 0;
	background: #333;
	padding: 0px 0px 0px 15px;
	border-color: #444 #444 #444 #7abcff;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #FF8000;
	font-style: normal;
	display: block;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px -15px;
	height: 25px;
	border-radius: 5px 5px 0 0;
	background: #262626;
	background: linear-gradient(to bottom, #262626 0%, #000000 100%);
}

blockquote cite span {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #555;
	padding: 0px 0px 0px 15px;
	border-color: #444 #444 #444 #7abcff;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
}

.codeblock .title {
	border-bottom: 1px solid #FF8000;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px -15px;
	height: 25px;
	border-radius: 5px 5px 0 0;
	background: #262626;
	background: linear-gradient(to bottom, #262626 0%, #000000 100%);
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 14px;
}

.smilie {
	vertical-align: middle;
}

.smilie_pointer {
	cursor: pointer;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 4px;
	white-space: nowrap;
	text-decoration: none;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pm_alert {
	color: #000000;
	border: 1px solid #FF8000;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	background: #f9c667;
	background: linear-gradient(to bottom, #f9c667 0%, #f79621 100%);
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	margin-bottom: 15px;
	font-size: 11px;
	word-wrap: break-word;
}

.red_alert a:link,
.red_alert a:visited,
.red_alert a:hover,
.red_alert a:active {
	color: #A5161A;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

div.error {
	color: #000000;
	padding: 5px 10px;
	border-top: 2px solid #FF8000;
	border-bottom: 2px solid #FF8000;
	font-size: 12px;
	background: rgb(241,231,103);
	background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
}

div.error p {
	margin: 0;
	color: #FAFAFA;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url(../../../images/error.png) no-repeat 0;
}

div.error ul {
	margin-left: 24px;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
	color: #FAFAFA;
	padding: 3px 6px;
	margin-bottom: 3px;
	border-radius: 5px 5px 5px 5px;
}

.pagination a {
	border: 1px solid #FF8000;
	background: #282828;
	background: linear-gradient(to bottom, #282828 0%, #000000 100%);
}

.pagination .pagination_current {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	background: #FF8000;
	background: linear-gradient(to bottom, #FF8000 0%, #1C1C1C 100%);
}

.pagination a:hover {
	color: #FFFFFF;
	border-color: #FFFFFF;
	text-decoration: none;
	background: #FF8000;
	background: linear-gradient(to bottom, #FF8000 0%, #1C1C1C 100%);
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_navegacion1 {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_navegacion1_link {
	vertical-align: middle;
	cursor: pointer;
}

.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;
	margin-top: 7px;
}

.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;
}

#posts_container {
	padding: 0;
}

.ignored_post {
	border-top: 3px solid #333;
	padding: 15px;
}

.ignored_post .show_ignored_post {
	margin-top: -15px;
}

.ignored_post .show_ignored_post a.button span {
	background-position: 0 -400px;
}

.post {
	overflow: hidden;
}

.post.classic {
	padding-top: 15px;
}

.post .post_author {
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	padding: 5px;
	overflow: hidden;
	background: #262626;
	background: linear-gradient(to bottom, #262626 0%, #000000 100%);
}

.post.classic .post_author {
	border-color: #555 #555 #555 #FF8000;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	float: left;
	width: 15%;
	margin: 0 1% 15px 0;
	padding: 5px 1%;
}

.post .post_author .buddy_status {
	vertical-align: middle;
	margin-top: -4px;
}

.post .post_author div.author_avatar {
	float: left;
	margin-right: 3px;
}

.post.classic .post_author div.author_avatar {
	float: none;
	text-align: center;
	margin-bottom: 8px;
}

.post .post_author div.author_avatar img {
	border-radius: 50%;
	padding: 0;
	transition: all 1s;
	max-height: 125px;
	max-width: 125px;
}

.post .post_author div.author_avatar img:hover {
	box-shadow: 0;
	border-radius: 0;
	border: 5px solid #FFF;
	transition: all 1s;
	cursor: pointer;
	box-shadow: 0 0 5px #FFF;
	max-height: 250px;
	max-width: 190px;
}

.post .post_author div.author_information {
	float: left;
	padding: 6px 8px;
}

.post.classic .post_author div.author_information {
	float: none;
	padding: 0;
	text-align: center;
}

.post .post_author div.author_statistics {
	float: right;
	font-size: 11px;
	padding: 3px 10px 3px 5px;
	color: #666;
	line-height: 1.3;
}

.post.classic .post_author div.author_statistics {
	border-top: 1px dotted #FF8000;
	margin: 6px 0 0 0;
	padding: 6px 6px 3px 6px;
	float: none;
}

.post .post_head {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #777;
	margin-bottom: 4px;
}

.post .post_head span.post_date {
	color: #666;
}

.post .post_head span.edited_post {
	font-size: 10px;
	color: #999;
}

.post .post_head span.edited_post a {
	color: #666;
}

.post_body {
	font-size: 14px;
	padding: 12px 0;
}

.post.classic .post_content {
	float: left;
	width: 77%;
	padding: 0 1% 0px 1%;
	border-color: #555 #555 #555 #FF8000;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-radius: 0 5px 5px 0;
	margin-bottom: 5px;
}

.post_content {
	padding: 9px 10px 5px 10px;
}

.post_content .signature {
	border: 1px solid #777;
	border-radius: 6px;
	margin: 5px;
	max-height: 250px;
	overflow: auto;
	padding: 10px 0 4px;
	position: relative;
}

.post .post_meta {
	margin: 4px 0;
	font-size: 11px;
	color: #999;
}

.post .post_meta a:link,
.post .post_meta a:visited {
	color: #777;
}

.post .post_meta a:hover,
.post .post_meta a:active {
	color: #777;
}

.post_controls {
	clear: both;
	background: #232323;
	border-bottom: 1px solid #FF8000;
	border-top: 1px solid #444;
	padding: 5px;
	overflow: hidden;
}

.postbit_buttons > a:link,
.postbit_buttons > a:visited,
.postbit_buttons > a:active {
	display: inline-block;
	padding: 2px 5px;
	margin: 2px;
	font-size: 11px;
	border: 1px solid #FF8000;
	color: #FAFAFA;
	background: #282828;
	background: linear-gradient(to bottom, #282828 0%, #000000 100%);
}

.postbit_buttons > a:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background: #FF8000;
	background: linear-gradient(to bottom, #FF8000 0%, #1C1C1C 100%);
}

.postbit_buttons a span {
	padding-left: 20px;
	display: inline-block;
	height: 16px;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

.postbit_buttons a.postbit_find span { background-position: 0 0; }
.postbit_buttons a.postbit_reputation_add span { background-position: 0 -20px; }
.postbit_buttons a.postbit_email span { background-position: 0 -40px; }
.postbit_buttons a.postbit_website span { background-position: 0 -60px; }
.postbit_buttons a.postbit_pm span { background-position: 0 -80px; }
.postbit_buttons a.postbit_quote span { background-position: 0 -100px; }
.postbit_buttons a.postbit_multiquote span { background-position: 0 -120px; }
.postbit_buttons a.postbit_multiquote_on span { background-position: 0 -140px; }
.postbit_buttons a.postbit_edit span { background-position: 0 -160px; }
.postbit_buttons a.postbit_qdelete span { background-position: 0 -180px; }
.postbit_buttons a.postbit_qrestore span { background-position: 0 -200px; }
.postbit_buttons a.postbit_report span { background-position: 0 -220px; }
.postbit_buttons a.postbit_warn span { background-position: 0 -240px; }
.postbit_buttons a.postbit_purgespammer span { background-position: 0 -540px; }
.postbit_buttons a.postbit_reply_pm span { background-position: 0 -260px; }
.postbit_buttons a.postbit_reply_all span { background-position: 0 -280px; }
.postbit_buttons a.postbit_forward_pm span { background-position: 0 -300px; }
.postbit_buttons a.postbit_delete_pm span { background-position: 0 -320px; }

a.button:link,
a.button:visited,
a.button:active {
	color: #FFF;
	display: inline-block;
	padding: 4px 8px;
	margin: 2px 2px 6px 2px;
	border: 1px solid #FF8000;
	font-size: 14px;
	font-weight: bold;
	background: #282828;
	background: linear-gradient(to bottom, #282828 0%, #000000 100%);
}

a.button:hover {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF8000;
	background: linear-gradient(to bottom, #FF8000 0%, #1C1C1C 100%);
}

a.button.small_button {
	font-size: 13px;
	margin: 0;
	padding: 3px 6px;
}

a.button span {
	padding-left: 20px;
	display: inline-block;
	background-image: url(../../../images/buttons_sprite.png);
	background-repeat: no-repeat;
}

a.button.new_thread_button span { background-position: 0 -340px; }
a.button.new_reply_button span { background-position: 0 -360px; }
a.button.closed_button span { background-position: 0 -380px; }
a.button.rate_user_button span { background-position: 0 -400px; }
a.button.add_buddy_button span { background-position: 0 -440px; }
a.button.remove_buddy_button span { background-position: 0 -480px; }
a.button.add_ignore_button span { background-position: 0 -460px; }
a.button.remove_ignore_button span { background-position: 0 -500px; }
a.button.report_user_button span { background-position: 0 -520px; }

.quick_jump {
	background: url(../../../images/jump.png) no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px;
	margin-top: -3px;
	border: none;
}

.pollbar {
	background: url(../../../images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

.pollbar .percent {
	display: none;
}

.posticons_label {
	white-space: nowrap;
}

/* jGrowl */
.jGrowl {
	z-index: 9999;
	color: #fff;
	font-size: 12px;
	position: fixed;
}

.jGrowl.top-left { left: 0px; top: 0px; }
.jGrowl.top-right { right: 0px; top: 0px; }
.jGrowl.bottom-left { left: 0px; bottom: 0px; }
.jGrowl.bottom-right { right: 0px; bottom: 0px; }
.jGrowl.center { top: 0px; width: 50%; left: 25%; }

.center .jGrowl-notification,
.center .jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}

.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer {
	background-color: #000;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	text-align: left;
	display: none;
	border-radius: 5px;
}

.jGrowl .jGrowl-notification { min-height: 40px; }
.jGrowl .jGrowl-notification,
.jGrowl .jGrowl-closer { margin: 10px; }

.jGrowl .jGrowl-notification .jGrowl-header {
	font-weight: bold;
	font-size: .85em;
}

.jGrowl .jGrowl-notification .jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.jGrowl .jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

@media print {
	.jGrowl { display: none; }
}

/* Modal */
.modal {
	display: none;
	width: 400px;
	text-align: left;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../../../images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../../../images/spinner_big.gif) no-repeat center center;
	border-radius: 8px;
}

/* Impromptu */
.jqifade {
	position: absolute;
	background-color: #777777;
}

div.jqi {
	width: 400px;
	max-width: 90%;
	font-family: Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	padding: 7px;
}

div.jqi .jqiclose {
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}

div.jqi .jqistate { background-color: #fff; }

div.jqi .jqititle {
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-bottom: solid 1px #eeeeee;
}

div.jqi .jqimessage {
	padding: 10px;
	line-height: 20px;
	color: #444444;
}

div.jqi .jqibuttons {
	text-align: right;
	margin: 0 -7px -7px -7px;
	border-top: solid 1px #e4e4e4;
	background-color: #f4f4f4;
	border-radius: 0 0 6px 6px;
}

div.jqi .jqibuttons button {
	margin: 0;
	padding: 6px 20px;
	background-color: transparent;
	font-weight: normal;
	border: none;
	border-left: solid 1px #e4e4e4;
	color: #777;
	font-weight: bold;
	font-size: 12px;
}

div.jqi .jqibuttons button.jqidefaultbutton { color: #489afe; }

div.jqi .jqibuttons button:hover,
div.jqi .jqibuttons button:focus {
	color: #287ade;
	outline: none;
}

div.jqi .jqiparentstate::after {
	background-color: #777;
	opacity: 0.6;
	filter: alpha(opacity=60);
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	border-radius: 6px;
}

div.jqi .jqisubstate {
	position: absolute;
	top: 0;
	left: 20%;
	width: 60%;
	padding: 7px;
	border: solid 1px #eeeeee;
	border-top: none;
	border-radius: 0 0 6px 6px;
}

div.jqi .jqisubstate .jqibuttons button { padding: 10px 18px; }

.jqi .jqiarrow {
	position: absolute;
	height: 0; width: 0;
	line-height: 0;
	font-size: 0;
	border: solid 10px transparent;
}

.jqi .jqiarrowtl { left: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowtc { left: 50%; top: -20px; border-bottom-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowtr { right: 10px; top: -20px; border-bottom-color: #ffffff; }
.jqi .jqiarrowbl { left: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowbc { left: 50%; bottom: -20px; border-top-color: #ffffff; margin-left: -10px; }
.jqi .jqiarrowbr { right: 10px; bottom: -20px; border-top-color: #ffffff; }
.jqi .jqiarrowlt { left: -20px; top: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowlm { left: -20px; top: 50%; border-right-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowlb { left: -20px; bottom: 10px; border-right-color: #ffffff; }
.jqi .jqiarrowrt { right: -20px; top: 10px; border-left-color: #ffffff; }
.jqi .jqiarrowrm { right: -20px; top: 50%; border-left-color: #ffffff; margin-top: -10px; }
.jqi .jqiarrowrb { right: -20px; bottom: 10px; border-left-color: #ffffff; }

/* Cabecera Menu */
.cabecera-menu-1 {
	float: left;
	text-align: left;
}

.cabecera-menu-2 {
	float: right;
	text-align: left;
}

.cabecera-recuadro-1 {
	font-weight: bold;
	color: #999;
	padding: 5px;
}

.cabecera-menu-1 ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 17px 0;
	list-style: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.cabecera-menu-1 ul li {
	font: bold 12px/18px sans-serif;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 15px 10px;
	background: #232323;
	border-bottom: none;
	cursor: pointer;
	transition: all 0.2s;
}

.cabecera-menu-1 ul li:hover {
	background: #232323;
	color: #FF8000;
}

.cabecera-menu-1 ul li ul {
	padding: 0;
	position: absolute;
	top: 48px;
	left: 0;
	width: 150px;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
}

.cabecera-menu-1 ul li ul li {
	background: #232323;
	display: block;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	border-bottom: 1px solid #FF8000;
}

.cabecera-menu-1 ul li ul li:hover { background: #232323; }
.cabecera-menu-1 ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.cabecera-menu-2 img {
	opacity: 0.3;
	width: 48px;
}

.cabecera-menu-2 ul {
	display: inline;
	margin: 0;
	list-style: none;
}

.cabecera-menu-2 ul li {
	display: inline-block;
	position: relative;
	border-bottom: none;
}

.cabecera-menu-2 ul li img:hover {
	opacity: 1;
	width: 48px;
}

/* Varios */
.subforosencolumnas {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subforosencolumnas li {
	width: 29%;
	float: left;
}

.recuadro1 {
	background: none repeat scroll 0 0 #171717;
	border-color: #444 #444 #444 #FF8000;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	color: #FAFAFA;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	margin: 2px;
	width: auto;
}

.recuadro1:hover {
	border-color: #777 #777 #777 #7abcff;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
}

.cabecera_recuadro2 {
	color: #FFF;
	float: left;
	display: block;
	padding: 5px;
	text-transform: uppercase;
	font-size: 14px;
	margin: -135px 0px -1px 0px;
	width: 450px;
	height: 82px;
	border: none;
	background: none;
	position: absolute;
}

.cabecera_recuadro6 {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px auto;
	text-transform: none;
}

.cabecera_recuadro6 td {
	font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	text-transform: none;
	padding: 10px 5px;
	overflow: hidden;
	word-break: normal;
}

.cabecera_recuadro6 th {
	font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 16px;
	text-transform: none;
	padding: 10px 5px;
	overflow: hidden;
	word-break: normal;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	font-weight: normal;
	letter-spacing: 0;
}

.cabecera_recuadro6_ima {
	text-transform: none;
	font-weight: normal;
	width: 128px;
	height: 128px;
	box-shadow: 0px 0px 5px #FF8000;
	padding: 0;
	border: 5px solid #232323;
}

.cabecera_recuadro6_ima:hover {
	box-shadow: 0px 0px 5px #FFF;
	border: 5px solid #FFF;
}

.imgefecto1 {
	border-radius: 50%;
	padding: 0;
	border: 0;
	transition: all 1s;
	opacity: 0.3;
	width: 64px;
}

.imgefecto1:hover {
	box-shadow: 0;
	border-radius: 0;
	transition: all 1s;
	cursor: pointer;
	opacity: 1;
	width: 96px;
	transform: rotate(360deg);
}

.imarespuestarapida {
	text-transform: none;
	font-weight: normal;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 0px 0px 5px #FF8000;
	padding: 0;
	margin-left: 10px;
	border: 5px solid #232323;
	transition: all 1s;
}

.imarespuestarapida:hover {
	font-weight: normal;
	text-transform: none;
	box-shadow: 0px 0px 5px #FFF;
	border-radius: 0;
	transition: all 1s;
	cursor: pointer;
	border: 5px solid #FFF;
}

.circulo1 {
	font-size: 14px;
	font-weight: bold;
	border-radius: 50%;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;
	background: #FF8000;
	background: linear-gradient(to bottom, #FF8000 0%, #1C1C1C 100%);
}

.circulo1 a:link,
.circulo1 a:hover,
.circulo1 a:active,
.circulo1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.firma1 {
	background: #232323;
	border: 1px solid #777;
	max-height: 250px;
	overflow: auto;
	position: relative;
	border-radius: 5px;
}

.firma2 {
	background: #171717;
	border: 1px solid #FF8000;
	padding: 4px;
	border-radius: 5px;
}

.postonline img {
	border: 5px solid #00FF00;
	box-shadow: 0 0 5px #00FF00;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.postoffline img {
	border: 5px solid #999999;
	box-shadow: 0 0 5px #999999;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.postaway img {
	border: 5px solid #FF6600;
	box-shadow: 0 0 5px #FF6600;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.games1 img {
	border: 2px solid #FFF;
	max-height: auto;
	max-width: 20%;
	padding: 0;
	transition: all 1s ease 0s;
	margin: 1%;
}

.games1 img:hover {
	border: 3px solid #FFF;
	cursor: pointer;
	max-height: 50%;
	max-width: 50%;
	transition: all 1s ease 0s;
}

/* FOOTER COLUMB */
#foot * { box-sizing: border-box; }

#foot {
	width: auto;
	height: 220px;
	background: #000;
	border-top: 1px solid #333;
}

.col {
	float: left;
	padding: 5px 15px;
	width: 25%;
	font-weight: bold;
	background: none;
}

h3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin: 0 0 20px 0;
	padding: 9px 0 0 19px;
	height: 33px;
}

div.col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.col li {
	height: 35px;
	margin: 3px 0;
	padding: 0px 0px 0px 20px;
	border-bottom: 1px dotted #333;
}

div.col li a {
	display: block;
	font: normal 12px Verdana, Geneva, sans-serif;
	text-decoration: none;
}

div.col li:hover {
	color: #FF8000;
	font-weight: bold;
	transform: translate(10px, 0);
	transition: all 0.4s;
}

.col2 {
	float: left;
	padding: 5px 15px;
	width: 50%;
	font-weight: bold;
	background: none;
}

div.col2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.col2 li {
	height: 35px;
	margin: 3px 0;
	padding: 0;
	border-bottom: 1px dotted #333;
}

div.col2 li a {
	display: block;
	font: normal 12px Verdana, Geneva, sans-serif;
	text-decoration: none;
}

div.col2 li:hover {
	color: #FF8000;
	font-weight: bold;
	transform: translate(10px, 0);
	transition: all 0.4s;
}

/* Contadores */
.contador1 {
	display: block;
	font-weight: bold;
	margin: 3px 3px 0;
	padding: 2px 3px;
	text-align: right;
	width: 120px;
	color: #008DF8;
	border-bottom: 1px solid #777;
	background: #171717;
	border-radius: 3px;
}

.contador1a {
	color: #008df8;
	font-weight: bold;
	padding: 4px 10px;
	margin: 20px;
	border-bottom: 1px solid #777;
	background: #171717;
	border-radius: 3px;
}

/* PROFIL-REITER */
ul.pestanas {
	width: 100%;
	margin-top: 13px;
	margin-bottom: 10px;
	padding: 0;
	margin: 0;
	height: 26px;
	list-style: none;
}

ul.pestanas li {
	float: left;
	padding-right: 5px;
	margin-top: -2px;
}

ul.pestanas li a {
	color: #FAFAFA;
	float: left;
	display: block;
	height: 20px;
	letter-spacing: -1px;
	margin-top: 2px;
	padding: 3px 8px 2px 8px;
	border: 1px solid #555;
	border-bottom: 0;
	border-radius: 5px 5px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	background: #232323;
}

ul.pestanas li a:hover {
	color: #FF8000;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

ul.pestanas li.activa {
	margin-top: -8px;
	position: relative;
	z-index: 2;
}

ul.pestanas li.activa a {
	background: #232323;
	color: #FAFAFA;
	padding-top: 6px;
	border-bottom: 10;
	height: 24px;
	border-radius: 5px 5px 0px 0px;
	font-size: 17px;
	font-weight: bold;
	border-top: 1px solid #FF8000;
	border-left: 1px solid #FF8000;
	border-right: 1px solid #FF8000;
}

.pestana_contenedor {
	padding: 2px 4px 2px;
	font-size: 95%;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #FF8000;
	background: none;
}

.pestana_contenido {
	padding: 5px;
	font-size: 1.2em;
}

/* Profil-Avatar */
.avatarimg2 img {
	border: 5px solid #232323;
	box-shadow: 0 0 5px #FF8000;
	border-radius: 50%;
	max-height: 125px;
	max-width: 125px;
	padding: 0;
	transition: all 1s ease 0s;
}

.avatarimg2 img:hover {
	border: 5px solid #FFF;
	box-shadow: 0 0 5px #FFF;
	border-radius: 0;
	cursor: pointer;
	max-height: 250px;
	max-width: 190px;
	transition: all 1s ease 0s;
}

.botones2 {
	height: 24px;
	width: 32px;
	border: 1px solid #FF8000;
	padding: 10px 0px 0px 0px;
	float: left;
	margin: 3px;
	border-radius: 3px;
	background: #45484d;
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
}

.botones2:hover {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF8000;
	background: linear-gradient(to bottom, #FF8000 0%, #1C1C1C 100%);
}

.cajita4 {
	height: 40px;
	width: 165px;
}

.avatar1a {
	border-radius: 10px 10px 0px 0px;
	border-color: #555 #555 #555 #FF8000;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 0px 5px;
	border-bottom: none;
	background: #262626;
	background: linear-gradient(to bottom, #262626 0%, #000000 100%);
}

.avatar2a {
	border-radius: 0px 0px 10px 10px;
	border-color: #555 #555 #555 #FF8000;
	border-image: none;
	border-style: solid;
	border-width: 0px 1px 1px 5px;
	border-top: none;
	background: #000000;
	background: linear-gradient(to bottom, #000000 0%, #262626 100%);
}

.avatar2div {
	border: 1px solid #000;
}

/* Avatar Portal */
.avatarimg3 img {
	border: 0 none;
	border-radius: 50%;
	box-shadow: 0 0 5px #4096ee;
	max-height: 96px;
	max-width: 96px;
	padding: 0;
	transition: all 1s ease 0s;
}

.avatarimg3 img:hover {
	border-radius: 0;
	box-shadow: 0 0 5px #4096ee;
	cursor: pointer;
	max-height: 125px;
	max-width: 125px;
	transition: all 1s ease 0s;
}

/* Navigation */
.navegacion1 {
	font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	margin: auto;
	padding: 0;
	background: #232323;
	color: #FFFFFF;
	height: 44px;
	width: auto;
	border-radius: 0 5px 5px 0;
	border-color: #333 #333 #333 #FF8000;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
}

.navegacion1 .nav1 {
	display: block;
	float: left;
	position: relative;
}

.navegacion1 .nav1:first-child a.nav2 {
	padding-left: 10px;
}

.navegacion1 .nav1 a.nav2,
.navegacion1 .nav1 b.lastnav2 {
	text-decoration: none;
	padding: 5px 5px 5px 30px;
	margin-bottom: -1px;
	outline: 0 none;
	display: block;
	color: #FFFFFF;
	background: #171717;
	transition: all 0.5s ease;
}

.navegacion1 .nav1 b.lastnav2 {
	background: transparent none;
}

.navegacion1 .nav1 a.nav2,
.navegacion1 .nav1 b.lastnav2 {
	line-height: 35px;
}

.navegacion1 .nav1 .arrow {
	border: 22px solid transparent;
	border-right: 1px none;
	border-left-color: #333;
	display: block;
	position: absolute;
	right: -22px;
	top: 0;
	z-index: 1;
	width: 0px;
	height: 0px;
}

.navegacion1 .nav1 .arrow span {
	border: 23px solid transparent;
	border-right: 1px none black;
	border-left-color: #171717;
	display: block;
	position: absolute;
	left: -24px;
	top: -23px;
	z-index: 51;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 9999px;
	width: 0px;
	height: 0px;
	transition: all 0.5s ease;
}

.navegacion1 .refresh:hover {
	background-position: 0px -16px;
}

.navegacion1 .nav1:hover a.nav2 {
	text-decoration: none;
	cursor: pointer;
	background: #FF8000;
	transition: all 0.5s ease;
}

.navegacion1 .nav1:hover .arrow span {
	border-left-color: #FF8000;
	transition: all 0.5s ease;
}

/* Social Media */
.socialcajita1 {
	background: none repeat scroll 0 0 #e04006;
	border-radius: 2px;
	margin-left: -20px;
	margin-top: -41px;
	padding: 5px;
}

.social1 {
	background: none repeat scroll 0 0 #51cdf6;
	border: 1px solid #4db9d5;
	border-radius: 2px;
	float: left;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

.social2 {
	background: none repeat scroll 0 0 #b41d1d;
	border: 1px solid #9c2222;
	border-radius: 2px;
	float: left;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

.social3 {
	background: none repeat scroll 0 0 #4a65a1;
	border: 1px solid #1d59a5;
	border-radius: 2px;
	float: left;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

/* Portal */
.bloqueportal1 {
	width: 32%;
	border: none;
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	border-radius: 2px;
	margin-bottom: 2px;
}

.bloqueportal1 img {
	max-width: 95% !important;
	max-height: auto !important;
}

.bloqueportal1,
.bloqueportal2 iframe {
	max-width: 98% !important;
	max-height: auto !important;
}

.bloqueportal2 {
	height: 450px;
	overflow: hidden;
	padding: 3px 0px 3px 5px;
	background: #262626;
	background: linear-gradient(to bottom, #262626 0%, #000000 100%);
}

.bloqueportal3 {
	border: none;
	padding: 3px;
	background: #000000;
	background: linear-gradient(to bottom, #000000 0%, #262626 100%);
}

#tablaportal {
	display: table;
	width: auto;
	margin: 0 auto;
}

#contenido {
	display: table-row;
}

#columna1 {
	display: table-cell;
	border: none;
	vertical-align: top;
	padding: 3px;
	width: 200px;
}

#columna2 {
	display: table-cell;
	border: none;
	vertical-align: top;
	padding: 3px;
	width: 800px;
	float: left;
}

#columna3 {
	display: table-cell;
	border: none;
	vertical-align: top;
	padding: 3px;
	width: 200px;
}

#box5 {
	border: none;
	vertical-align: top;
	padding: 3px;
	width: 100%;
}

#box6 {
	border: none;
	vertical-align: top;
	padding: 3px;
	width: 100%;
}

.mensaje1 {
	font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 30px;
	font-weight: bold;
	color: #FF8000;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 1px #fff;
}

.mensaje2 {
	font-family: Helvetica, Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}

/* =========================================================
   FORUM / ALT FORUM / KONU BAŞLIKLARI — BEYAZ
   ========================================================= */
a.forumtitle,
a.forumtitle:link,
a.forumtitle:visited,
a.subforumtitle,
a.subforumtitle:link,
a.subforumtitle:visited,
a.subject,
a.subject:link,
a.subject:visited,
a.subject_old,
a.subject_old:link,
a.subject_old:visited,
a.threadtitle,
a.threadtitle:link,
a.threadtitle:visited,
a.lastpostlink,
a.lastpostlink:link,
a.lastpostlink:visited {
	color: #ffffff !important;
	text-decoration: none !important;
}

a.forumtitle:hover,
a.forumtitle:active,
a.subforumtitle:hover,
a.subforumtitle:active,
a.subject:hover,
a.subject:active,
a.subject_old:hover,
a.subject_old:active,
a.threadtitle:hover,
a.threadtitle:active,
a.lastpostlink:hover,
a.lastpostlink:active {
	color: var(--rashidi-accent, #8b0000) !important;
	text-decoration: none !important;
}

tbody tr td a:link,
tbody tr td a:visited {
	color: #ffffff !important;
}

tbody tr td a:hover {
	color: var(--rashidi-accent, #8b0000) !important;
}
		
		
		