body {
    margin: 0;
    background-image: url(../../../styles/tc/main-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#logo {
    padding-top: 64px;
    text-align: center;
}

#header_wrapper {
    background-image: url(../../../styles/tc/header-bg.jpg);
    height: 500px;
}

#headermenu {
        width: 1300px;
	height: 136px;
	background-image: url(../../../styles/tc/menu-bg.png);
        margin: 0 auto;
	text-align: center;
        z-index: 10;
        position: relative;
}

#headermenu li,
.sp-content li {
  list-style-type: none !important;
}

#headermenutable {
       width: 1200px;
       padding-top: 30px;
       margin: 0 auto;
}

#headermenu a {
	font-family: Cinzel;
	color: #777777;
	text-decoration: none;
	height: 70px;
}

.headermenulink {
	width: 70px;
	height: 70px;
	text-align: center;
	text-transform: uppercase;
}

.headermenulink img {
	padding: 5px;
}

.welcome {
     color: #777;
}

.welcome a:link,
.welcome a:visited,
.welcome a:active {
	color: #7b6e53 !important;
	text-decoration: none;
}

.welcome a:hover {
	color: #B30F0F !important;;
	text-decoration: none;
}


#infotable_wrapper {
     padding-top: 30px;
     background-image: url(../../../styles/tc/content-bg.jpg);
     width: 1280px !important;
     margin: 0 auto;
     margin-top: -30px !important;
     z-index: 9;
     position: relative;
}

.infotable {
	width: 1160px;
	background: #121212;
        margin: 0 auto;
}

.infotable-head {
	background: #121212;
	font-family: Cuprum;
	text-transform: uppercase;
	color: #777;
}

.infotable-line {
	background: #0d0d0d;
	font-family: Cuprum;
	color: #777;
}

.infotableboxes {
	background: #0a0a0a;
}

.infotablebox {
	padding-right: 10px;
	overflow: auto;
	height: 155px;
	color: #7F7F7F;
}

#panel {
        padding-top: 30px;
        width: 1280px;
        background-image: url(../../../styles/tc/content-bg.jpg);
        margin: 0 auto;
}
 
#panel .upper a.logout {
	font-weight: bold;
	padding-right: 20px;
	margin-left: 10px;
}

#panel .upper a.login,
#panel .upper a.lost_password {
	padding-left: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .upper a.register {
	padding-right: 20px;
	margin-left: 10px;
	font-weight: bold;
}

#panel .lower ul.panel_links {
	float: left;
}

#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: right;
}

#panel .lower ul.user_links li a {
	padding: 0;
	background-image: none;
}

#panel .upper {
	color: #fff;
	padding: 7px;
	clear: both;
}

#panel .upper a:link,
#panel .upper a:visited,
#panel .upper a:hover,
#panel .upper a:active {
	color: #fff;
}

#panel .lower {
	color: #999;
	padding: 5px;
}

#panel .lower a:link,
#panel .lower a:visited,
#panel .lower a:hover,
#panel .lower a:active {
	color: #666;
}

#content {
     background-image: url(../../../styles/tc/content-bg.jpg);
     width: 1280px !important;
     margin: 0 auto;
     padding-bottom: 30px;
}

.wrapper {
	width: 1160px;
	margin: auto auto;
}

.tborder {
	background: #0e0e0e;
	width: 100%;
	margin: auto auto;
	border: 1px solid #121212;
	padding: 1px;
}

.thead {
	background: #0e0e0e;
	color: #4E4E4E;
	border: 1px solid #121212;
	padding: 8px;
        font-family: Cinzel;
        font-weight: bold;
        font-size: 14px;
}

.thead a:link {
	color: #4E4E4E;
	text-decoration: none;
}

.thead a:visited {
	color: #4E4E4E;
	text-decoration: none;
}

.thead a:hover,
.thead a:active {
	color: #4E4E4E;
	text-decoration: none;
}

.tcat {
	background: #121212;
	color: #777;
	border-top: 1px solid #0a0a0a;
	padding: 6px;
	font-size: 12px;
}

.tcat a:link {
	color: #777;
}

.tcat a:visited {
	color: #777;
}

.tcat a:hover,
.tcat a:active {
	color: #777;
}

table .forumdesc {
         visibility: hidden;
         height: 0px !important;
         font-size: 1px !important;
}

.trow1 {
	background: #0a0a0a;
	border-radius: 0px !important;
	color: #777;
        border-top: 1px solid #121212;
}

.trow2 {
	background: #0a0a0a;
	border-radius: 0px !important;
	color: #777;
        border-top: 1px solid #121212;
}

.trow_shaded {
	border: 0px solid;
}

.trow_selected,
tr.trow_selected td {
	background: #FFFBD9;
	color: #333;
	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: #333;
	text-decoration: none;
}

.trow_sep {
	background: #0a0a0a;
	color: #777;
	border-bottom: 1px solid #121212;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
}

.trow_deleted,
.post.deleted_post {
	background: #E8DEFF;
}

fieldset.trow1,
fieldset.trow2 {
	border-color: #121212;
}

#footer {
     clear: both;
     background-image: url(../../../styles/tc/content-bg.jpg);
     width: 1280px !important;
     margin: 0 auto;
}

#footer ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul.menu li {
	margin: 0 5px;
	display: inline;
}

#footer .upper {
	background: #121212;
        width: 1160px;
	padding: 6px;
	font-size: 12px;
	overflow: hidden;
        margin: 0 auto;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #777;
}

#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;
}

#footer .lower a:link,
#footer .lower a:visited {
	color: #444;
	font-weight: bold;
}

#footer .lower a:hover,
#footer .lower a:active {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#footer .lower #current_time {
	float: right;
	color: #888;
}

.tfoot {
	padding: 6px;
	background: #121212;
	color: #666;
}

.tfoot a:link {
	color: #444;
	text-decoration: none;
}

.tfoot a:visited {
	color: #444;
	text-decoration: none;
}

.tfoot a:hover,
.tfoot a:active {
	color: #444;
	text-decoration: underline;
}

input.textbox {
	background: #121212!important;
	color: #7f7f7f !important;
	border: 0px solid #ccc;
	border-radius: 0px !important;
	padding: 3px;
	outline: 0;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

textarea {
	background: #121212;
	color: #7f7f7f;
	border: 0px solid #ccc;
	border-radius: 0px !important;
	padding: 2px;
	line-height: 1.4;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #121212;
	padding: 3px;
	border-radius: 0px !important;
	border: 0px;
	outline: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #7f7f7f;
}

button,
input.button {
	padding: 3px 8px;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	margin-right: 5px;
	background: #121212 !important;
	border: 0px solid transparent;
	border-radius: 0px !important;
	color: #777;
	outline: 0;
}

#debug {
     background-image: url(../../../styles/tc/content-bg.jpg);
     width: 1280px !important;
     margin: 0 auto;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
        padding-left: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination,
.tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current,
.pagination a {
	padding: 3px 6px;
	margin-bottom: 3px;
}

.pagination a {
	background: #1f1f1f;
	border: 0px solid #ccc;
}

.pagination .pagination_current {
	background: none;
	color: #777;
	border: none;
	font-weight: bold;
}

.pagination a:hover {
	background: #371717;
	color: #fff;
	text-decoration: none;
}

.pagination .go_page img {
	margin-bottom: -4px;
}

.drop_go_page {
	background: #f5f5f5;
	padding: 4px;
}

.pagination_breadcrumb {
	background-color: #efefef;
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 5px;
	margin-top: 5px;
	font-weight: normal;
}

.pagination_breadcrumb_link {
	vertical-align: middle;
	cursor: pointer;
}
