body {
	background: #fff;
	width: auto;
	color: #000;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	-webkit-text-size-adjust: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
}

a {
	color: #0F0FD8;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

img.middle {
	vertical-align: middle;
}

#container {
	width: auto;
	margin: auto auto;
	text-align: left;
	padding: 9px;
}

#panel {
	background:  url(../../../images/tcat.png) repeat-x;
	border-top: 3px solid #fff;
	width:100%;
	color: #fff;
	padding: 7px;
	padding-left: 1px;
	text-align: center;
	font-size: 13x;
	font-weight: none;
	position:fixed;
}

#panel a {
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

#panel a:hover {
	background: #333;
	text-decoration: none;
}

#logo {
	background: #ffffff;
	text-align: left;
	padding: 9px;
	text-shadow: 0 1px 0 #A2A698;
	font-size: 25px;
}

#logo a {
	color: #FFF;
	text-decoration: none;
}

#menu {
	background:  url(../../../images/tcat.png) repeat-x;
	border-bottom: 9px solid #fff;
	color: #fff;
	text-align: center;
	padding: 9px;
	font-size: 15px;
	font-weight: none;
	text-shadow: 0 -1px 0 #557809;
}

#menu a {
	color: #FFF;
	padding: 5px;
	margin: 0 7px;
	text-decoration: none;
}

table {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
}

.tborder {
	width: 100%;
	margin-bottom: 9px;
}

.thead {
	background: #0303b2 url(../../../images/thead.png) top left repeat-x;
	color: #FFFFFF;
	padding: 5px 7px;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 3px 1px;
	text-shadow: 0 1px 0 #000000;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	font-size: 15px;
}

.thead a {
	color: #FFFFFF;
	text-decoration: none;
}

.tcat {
	background: #424242;
	color: #fff;
	padding: 5px 7px;
	font-size: 13px;
}

.tcat a {
	color: #fff;
}

.trow1, .trow2 {
	border-bottom: 1px solid #000;
}

.trow3 {
	background: #eee;
	border-bottom: 1px solid #000;
	padding: 5px;
}

.trow_shaded {
	background: #1C1C1C;
	border-bottom: 1px solid #ccf;
}

.trow_selected td {
	background: #FBD9FF;
}

.trow_sep {
	background: #ddd;
	color: #555;
	padding: 5px;
	text-align: center;
	
	font-size: 13px;
	font-weight: bold;
}

.tfoot {
	background: #424242;
	color: #fff;
	border-color: #424242;
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	vertical-align: middle;
	padding: 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	text-shadow: 0 -1px 0 #333;
	font-size: 13px;
}

.tfoot a {
	color: #fff;
	text-decoration: none;
}

.bottommenu {
	background: #424242;
	color: #fff;
	border: 1px solid #1D1D1D;
	padding: 9px;
	text-transform: lowercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-size: 15px;
	font-weight: bold;
}

.bottommenu a {
	color: #fff;
	text-decoration: none;
}

.forumjump {
	background: #000000;
	color: #FFF;
	padding: 7px;
	margin: 7px 0;
	clear: both;
	text-align: center;
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.navigation {
	background: #0303b2 url(../../../images/thead.png) top left repeat-x;
	color: #888;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding: 9px;
	
	font-size: 15px;
}

.navigation a:link {
color: #FFF;
text-decoration: none;
}

.navigation a:visited {
color: #FFF;
text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	color: #FFF;
	text-decoration: none;
}

.navigation .active {
color: #FFF;
font-weight: bold;
}

.smalltext {
	font-size: 13px;
}

.largetext {
	font-size: 17px;
	font-weight: bold;
}

input.textbox {
	background: #ddd;
	color: #333;
	border: 1px solid #444;
	padding: 5px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-size: 15px;
}

input.button {
	background: #E6E6E6;
	color: #000;
	border: 1px solid #222;
	padding: 7px 9px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
}

textarea {
	background: #ddd;
	color: #333;
	border: 1px solid #444;
	line-height: 1.4;
	margin: 1px;
	padding: 7px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
}

select {
	background: #ddd;
	color: #333;
	border: 1px solid #444;
	padding: 5px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 75%;
	font-size: 15px;
}

fieldset {
	border: 1px solid #999;
	padding: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #cee7ad;
	color: #000;
}

.trow_reputation_positive {
	background: #ffcccc;
}

.trow_reputation_negative {
	background: #ccccff;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	background: #9697ea;
	color: #242496;
	border: 1px solid #3a3abf;
	padding: 5px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-size: 15px;
}

.valid_field {
	background: #ea969c;
	color: #96242c;
	border: 1px solid #bf3a44;
	padding: 5px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 15px;
}

.validation_error {
	background: url(../../../images/invalid.gif) no-repeat center left;
	color: #30f;
	margin: 7px 0;
	padding: 7px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 23px;
}

.validation_success {
	background: url(../../../images/valid.gif) no-repeat center left;
	color: #b20000;
	margin: 7px 0;
	padding: 7px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 23px;
}

.validation_loading {
	background: url(../../../images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 7px 0;
	padding: 7px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 23px;
}

/* Additional CSS (Master) */
img {
	border: none;
	vertical-align: middle;
}

.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: 7px;
}

img.attachment {
	border: 1px solid #E5D7E9;
	padding: 1px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

hr1 {
	background-color: #ffffff;
	color: 	#4F4F2F;
	height: 1px;
	border: 0px;
}

#copyright {
	padding: 5px 9px 9px 9px;
	text-align: center;
	font-size: 11px;
}

blockquote {
	background: #f2f2f2;
	border: 1px solid #ccc;
	margin: 0;
	padding: 5px;
}

blockquote cite {
	background: #DEDEDE;
	color: #585858;
	border-bottom: 1px solid #ccc;
	display: block;
	margin: -5px -5px 5px -5px;
	padding: 5px;
	font-style: normal;
	font-weight: none;
}

blockquote blockquote cite {
	background: #DEDEDE;
	color: #585858;
}

blockquote blockquote blockquote cite {
	background: #DEDEDE;
	color: #585858;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #f2f2f2;
	border: 1px solid #ccc;
}

.codeblock .title {
	background: #ecc8ff;
	color: #27023a;
	border-bottom: 1px solid #ccc;
	padding: 7px;
	font-weight: bold;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	padding: 5px;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 11px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 7px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFCCFF;
	padding: 5px;
}

.pm_alert {
	background: #F6BFFF url(../../../images/mobile/gradient.png) bottom left repeat-x;
	border: 1px solid #9f18b7;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-shadow: 1px 1px 0px #f0dbf4;
	
	font-size: 15px;
	font-weight: bold;
}

.pm_alert a {
	color: #9f18b7;
}

.red_alert {
	background: #E3E4FB url(../../../images/mobile/gradient.png) bottom left repeat-x;
	color: #161AA5;
	border: 1px solid #161AA5;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-shadow: 1px 1px 0px #c9c9f1;
	font-size: 15px;
}

.red_alert a {
	color: #161aa5;
	border-bottom: 1px dotted #161aa5;
}

.high_warning {
	color: #0000CC;
}

.moderate_warning {
	color: #611BF3;
}

.low_warning {
	color: #5700AE;
}

div.error {
	padding: 7px 10px;
	border-top: 3px solid #D324FF;
	border-bottom: 3px solid #D324FF;
	background: #F6BFFF;
	font-size: 13px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 25px;
	display: block;
	color: #00C;
	background: url(../../../images/error.gif) no-repeat 0;
}

div.error.ul {
	margin-left: 25px;
}

.online {
	color: #A01815;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	background: #ddd;
	border: 1px solid #aaa;
	padding: 9px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 11px;
}

.pagination .pages {
	font-weight: bold;
}

.pagination_current, .pagination_a {
	padding: 7px 13px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pagination_a {
background: #0F0FD8;
color: #E6E6E6;
border: 1px solid #000;
text-shadow: 0 0px 0 ;
font-size: 11px;
font-weight: bold;
}

.pagination_current {
	background: #E6E6E6;
	color: #444;
	border: 1px solid #000;
	text-shadow: 0 1px 0 #eee;
	font-weight: bold;
}

.pagination_a:hover {
	background: #424242;
	color: #fff;
	text-decoration: none;
}

.success_message {
	color: #b20000;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #00C;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.quick_jump {
	background: url(../../../images/jump.gif) no-repeat 0;
	width: 15px;
	height: 15px;
	padding-left: 15px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

/* Button CSS */
div.big_button {
	padding: 10px 0 17px 0;
}

a.big_button {
	background:#0F0FD8;
	color: #E6E6E6;
	padding: 7px;
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-size: 11px;
	font-weight: bold;
}

a.big_button_closed {
	background: #0F0FD8;
	color: #E6E6E6;
	padding: 9px;
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0 1px 0;
	font-size: 11px;
	font-weight: bold;
}

/* Redirect CSS */
.redirect_title {
	background: #0F0FD8;
	color: #FFF;
	border-bottom: 1px solid #15157C;
	padding: 7px 9px;
	text-align: left;
	text-shadow: 0 0px 0 ;
	
	font-size: 15px;
	font-weight: none;
}

.redirect_body {
	padding: 9px;
	text-align: left;
}

.redirect_nowait {
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 7px;
	text-align: center;
	
	font-size: 13px;
}

.subforum {
	padding-top: 5px;
	font-size: 11px;
}

a.lastpost {
	color: #606060;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
}

a.lastpost img {
	margin-top: -3px;
}

.lastbytext {
	color: #000;
	font-size: 11px;
}

.modbox {
	background: #e4a5ef;
	border: 1px solid #9e54ac;
	padding: 7px;
	clear: both;
	text-align: center;
	margin-top: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.hiddenrow {
	display: none;
}

.selectall {
	background: #c96ada;
	text-align: center;
}

#breadcrumb_multipage {
	display: none;
}

/* Post Styles */
.post_author {
	background: #dedede;
	border-top: 20px solid #424242;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	color: #000;
	padding: 3px;
	font-size: 15px;
	font-weight: bold;
}

.portal_avatar img {
	width: 50px;
	height: 50px;
}

.post_ignored {
	background: #6E6E6E;
	color: #111;
	border: 1px solid #ccf;
	padding: 7px;
	
	font-size: 15px;
	font-weight: bold;
}

.post_author a,
.post_ignored a {
	color: #FFF;
	text-decoration: none;
}

.post_avatar {
	width: 60px;
	height: 60px;
}

.post_body {
	background: #fff;
	border: 1px solid #424242;
	margin-bottom: 9px;
	margin-top: 0px;
}

.post_manage {
	background: #dedede;
	padding: 7px;
	padding-top: 1px;
	text-align: right;
	
	font-size: 13px;
}

.post_manage a.button {
	color: #444;
	padding: 5px;
	margin: 0 3px;
}

.post_content {
	padding: 9px;
	overflow: auto;
}

.post_attachments {
	background: #fff;
	color: #888;
	border: 1px solid #bbb;
	margin: 0 7px 1px 1px;
	padding: 1px;
}

.datetime {
	color: #585858;
	padding-top: 3px;
	font-weight: normal;
}

.like {
	color: #585858;
	padding-top: 3px;
	font-weight: normal;
}

/* Adjust for maximum posted image width */
.post_content img {
	max-width: 80%;
}

.lastpost img {
	height: 10px;
	width: 10px;
	margin-top: -3px;
	vertical-align: middle;
}

a.tclosed_1 {
	color: #0000bb;
}

a.forum_on,
a.forum_minion {
	color: #0F0FD8;
}

a.forum_off,
a.forum_minioff {
	color: #0F0FD8;
	font-weight: normal;
}

a.forum_offlock,
a.forum_miniofflock {
	color: #2d16a4;
	font-weight: normal;
}

td.forum_on {
	background: #F2F2F2;
	border-bottom: 1px solid #000;
}

.author * { color: Black !important; }
		
.post_body img {
    max-width: 95%;
}		
		
.post_body xxxvideos {
	 max-width: 95%;
}

.collapsed, .expanded {
    overflow: hidden;
    border: 1px solid #929292;
    background: #EEEEFF;
    text-align: justify;
    padding: 5px;
    border-radius: 7px;
    margin: 0;
    position: relative;
}

.collapsed {
	min-height: auto;
	 max-height: 100px;
	 margin-left: 1px;
	 opacity: 0.8;
}

.expanded {
    height: 100%;
	margin-left: 1px;
    opacity: 2;
    padding-bottom: 37px;
}

.collapsed:after, .expanded:after {
    position: absolute;
	height: 27px;
	top: 0px;
    bottom: 0px;
    left: 1px;
    right: 1px;
    cursor: pointer;
    
    color: #4A4A4A;
    text-align: center;
    line-height: 27px;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 13px;
    border-radius: 0px 0px 7px 7px;
}

.collapsed:after {
content: 'Expand Quote';opacity: 1.0;
}

.collapsed:hover:after, .expanded:hover:after {
    opacity: 2;
    
    color: #1A1A1A;
}


		/* rndz */