
body {
	background: white;
	color: rgb(51, 51, 51);
	line-height: 1.4;
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	font-size: 12px;
}

a, a:link, a:visited {
	color: rgb(255, 102, 0);
	text-decoration: none;
}

a:hover, a:active {
	color: rgb(255, 102, 0);
	text-decoration: underline;
}

#container {
	background: white;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	border-left: 1px solid #B8B2A8;
	border-right: 1px solid #B8B2A8;
	position: relative;
	z-index: 10;
	margin-bottom: 4px;
	margin-top: -187px;
	
	width: 965px;
}

.logo {
        min-height: 110px;
        background: rgb(150, 150, 150);
}

#content {
}

.menu ul {
	background: rgb(76, 76, 76);
	color: black;
	padding: 6px;
	text-align: left;
	text-transform: uppercase;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	
	font-size: 10px;
}

.menu ul a:link, .menu ul a:visited {
	color: rgb(204, 255, 0);
	text-decoration: none;
}

.menu ul a:hover, .menu ul a:active {
	border-bottom-color: yellow;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        color: yellow;
        text-decoration: none;
}

.menu li {
        margin-left: 12px;
}

.time {
	color: white;
	float: right;
	padding: 6px;
	padding-right: 10px;
        font-size: 11px;
}

#panel {
	padding: 5px 5px 40px 10px;
	padding-bottom: 0;
	border: 1px dashed rgb(200,200,200);
	border-top: none;
	min-height: 34px;
	min-width: 790px;
}

.welcome-avatar {
	height: 55px;
	display: inline;
	float: left;
	margin-top: 5px;
	margin-right: 15px;
}

.welcome {
	margin: 8px 0 2px 0;
	padding: 0px;
}

.welcome p {
	color: black;
	display: inline;
	letter-spacing: -1px;
	text-shadow: #CCC 0px 1px 2px;
	margin: 0;
	
	font-size: 20px;
	font-weight: normal;
}

.links {
	vertical-align: bottom;
	position: relative;
	right: 4px;
	margin-bottom: 15px;
}

.links a {
}

.links a, .links a:link, .links a:visited {
	color: gray;
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.links a:hover, .links a:active {
	background: rgb(150,150,150);
	color: white;
	text-decoration: none;
}

table {
}

.tborder {
	background: white;
	width: 100%;
	margin: auto auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px rgb(175,175,175);
}

.thead {
	background: rgb(220,220,220) url(../../../images/ndesign/thead_bg.png) top left repeat-x;
	color: rgb(130, 130, 130);
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	
	font-size: 13px;
}

.thead a:link {
	color: rgb(110, 110, 110);
	text-decoration: none;
}

.thead a:visited {
	color: rgb(117, 121, 120);
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: rgb(50, 50, 50);
}

.tcat {
	background: rgb(243,243,243) url(../../../images/ndesign/cats.gif) top left repeat-x;
	text-transform: uppercase;
	font-size: 11px;
}

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

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

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

.trow1 {
	background: rgb(245, 245, 245);
	line-height: 20px;
	
	font-size: 13px;
}

.trow2 {
	background: rgb(245, 245, 245);
	line-height: 20px;
	
	font-size: 13px;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #e5e5e5;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.tfoot {
	background: rgb(229, 229, 229);
	color: rgb(117, 121, 120);
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tfoot a:link {
	color: rgb(75,75,75);
	text-decoration: none;
}

.tfoot a:visited {
	color: rgb(75,75,75);
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: rgb(75,75,75);
	text-decoration: underline;
}

.bottommenu {
	background: rgb(240, 240, 240);
	color: #000000;
	padding: 15px;
	border-bottom: 1px solid rgb(225, 225, 225);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bottommenu a, .bottommenu a:link, .bottommenu a:visited {
        color: rgb(153, 0, 0);
}

.bottommenu a:hover, .bottommenu a:active {
        color: rgb(200, 0, 0);
}

.navigation {
	padding: 0 0 10px 0;
	clear: both;
	
	font-size: 12px;
}

.navigation a:link {
	color: rgb(153, 0, 0);
	text-decoration: none;
}

.navigation a:visited {
	color: rgb(153, 0, 0);
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	color: rgb(200, 0, 0);
	text-decoration: underline;
}

.navigation .active {
	color: rgb(90,90,90);
	font-size: 16px;
}

.pm_alert {
	background: rgb(245,245,245);
	text-align: center;
	padding: 15px 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(225, 225, 225);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	clear: both;
	
	font-size: 12px;
}

.pm_alert a, .pm_alert a:link {
}

.pm_alert .float_right a {
	color: rgb(150,150,150);
	position: relative;
	top: -5px;	
	font-size: 20px;
}

.smalltext {
	font-size: 12px;
}

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

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid rgb(160,160,160);
	padding: 5px 9px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid rgb(160,160,160);
	padding: 5px 9px;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid rgb(160,160,160);
	padding: 5px 9px;
}

.editor {
	border: 1px solid rgb(220,220,220);
}

.editor_control_bar {
	border: 1px solid rgb(220,220,220);
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: rgb(250,250,250);
        border: 1px solid rgb(230,230,230);
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

.popup_menu .popup_item {
}

.popup_menu .popup_item:hover {
	background: rgb(240,240,240);
}

.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 {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

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

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

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

.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: #15A018;
}

.offline {
	color: #C7C7C7;
}

.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 {
	padding: 6px 10px;
	margin-bottom: 3px;
}

.pagination a {
	background:  rgb(240, 240, 240);
}

.pagination .pagination_current {
	background: rgb(240, 240, 240);
	font-weight: bold;
	color: rgb(90,90,90);
}

.pagination a:hover {
	background: rgb(110,110,110);
	color: white;
	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;
        margin-top: 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: #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;
}

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

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

#copyright {
	Padding: 20px 0;
}

.bottommenu .float_right {
        display: none;
}

.unroundbottom, #posts table:last-of-type {
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.unroundtop, #posts table:first-of-type {
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

#copysection {
color: rgb(150, 150, 150);
text-align: center;
font-family: 'Century Gothic', Verdana, sans-serif;
}

#copysection p {
margin: 5px;
}

.mybb, #debug {
        margin: auto auto;
        padding: 30px;
        padding-bottom: 0;
}

/* Butttons */
.forumbutton, a.forumbutton, a.forumbutton:link, a.forumbutton:visited, input.button, a.logout, a.logout:visited {
	color: rgb(100,100,100);
	border: none;
	padding: 6px 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0px white;
	border: solid 1px rgb(175,175,175);
	background: rgb(220,220,220) url(../../../images/ndesign/buttongrad.png) repeat-x;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
        float: left;
}

input.button, #panel .forumbutton {
        float: none;
}

form {
        vertical-align: middle;
}

.post_management_buttons a.forumbutton, .author_buttons a.forumbutton {
	padding: 4px 8px;
}

a.forumbutton:hover, input.button:hover, a.logout:hover {
	background: rgb(200,200,200) url(../../../images/ndesign/buttongrad_hover.png) repeat-x;
	color: black;
        text-decoration: none;
}

a.forumbutton:active, input.button:active, a.logout:active {
	background: rgb(200,200,200) url(../../../images/ndesign/buttongrad_pressed.png) repeat-x;
	color: black;
        text-decoration: none;
}

.closed {
	color: red;
	background: rgb(250,200,200) url(../../../images/ndesign/buttongrad_closed.png) repeat-x;
	border: 1px solid red;
	cursor: default;
	padding: 5px 9px;
}

.welcome a.logout {
	margin-left: 10px;
	position: relative;
	float: none;
	top: -4px;
	margin-bottom: 0;
	padding: 4px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.smileinserter {
        margin:auto; 
        width: 150px; 
        position: absolute; 
        left: 395px; 
        top: -25px; 
        z-index: 5;
}

.newreply .smileinserter {
        top: 15px;
        left: 0;
}

.smileinserter table.tborder {
	border: 1px solid rgb(170,170,170);
}

#smiles, #smileinstruction {
        display: none;
}

#smileinstruction {
        text-transform: none;
        float: right;
        color: rgb(150,150,150);
}

a.subject_editable, a.subject_old, a.subject_new {
        color: black;
        font-size: 13px;
}

fieldset,
fieldset.trow1,
fieldset.trow2 {
	background: rgb(240,240,240);
	border: 1px solid #ccc;
}

#spinner {
        background: rgb(100,100,100) !important;
        background-color: rgba(0,0,0,.7) !important;
        border: none !important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
	color: white !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

.prelogin {
        padding-top: 6px;
        display: block;
}

.user a, .user a:link, .user a:visited {
        color: black;
}

.user a:hover, .user a:active {
        color: rgb(110,110,110);
}

